deprecating the gnome version

This commit is contained in:
Tio
2021-10-16 22:34:55 +02:00
parent c3652f1aad
commit 6abea095f9
1710 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,51 @@
GRUB_DEFAULT=saved
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="TROMjaro"
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX=""
# If you want to enable the save default function, uncomment the following
# line, and set GRUB_DEFAULT to saved.
GRUB_SAVEDEFAULT=true
# Preload both GPT and MBR modules so that they are not missed
GRUB_PRELOAD_MODULES="part_gpt part_msdos"
# Uncomment to enable Hidden Menu, and optionally hide the timeout count
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true
# Uncomment to use basic console
GRUB_TERMINAL_INPUT=console
# Uncomment to disable graphical terminal
#GRUB_TERMINAL_OUTPUT=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
GRUB_GFXMODE=auto
# Uncomment to allow the kernel use the same resolution used by grub
GRUB_GFXPAYLOAD_LINUX=keep
# Uncomment if you want GRUB to pass to the Linux kernel the old parameter
# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
GRUB_DISABLE_RECOVERY=true
# Uncomment and set to the desired menu colors. Used by normal and wallpaper
# modes only. Entries specified as foreground/background.
#GRUB_COLOR_NORMAL="light-blue/black"
#GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/trom-background.png"
#GRUB_THEME="/boot/grub/themes/tromjaro-live/theme.txt"
# Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1"

View File

@ -0,0 +1,221 @@
# ------------------------------------------------------------------------------
# tlp - Parameters for power save
# Hint: some features are disabled by default, remove the leading # to enable them
# Set to 0 to disable/1 to enable TLP
TLP_ENABLE=1
# Seconds laptop mode has to to wait after the disk goes idle before doing a sync.
# Non-zero value enables, zero disables laptop mode.
DISK_IDLE_SECS_ON_AC=0
DISK_IDLE_SECS_ON_BAT=2
# Dirty page values (timeouts in secs).
MAX_LOST_WORK_SECS_ON_AC=15
MAX_LOST_WORK_SECS_ON_BAT=60
# Select a cpu frequency scaling governor: ondemand/powersave/performance/conservative
# Important:
# - You *must* disable your distribution's governor settings or conflicts will occur
# - ondemand is sufficient for *almost all* workloads, you should know what you're doing!
#CPU_SCALING_GOVERNOR_ON_AC=ondemand
#CPU_SCALING_GOVERNOR_ON_BAT=ondemand
# Set the min/max frequency available for the scaling governor.
# Possible values strongly depend on your cpu. For available frequencies see
# tlp-stat output, Section "+++ Processor".
# Hint: Parameters are disabled by default, remove the leading # to enable them,
# otherwise kernel default values are used.
#CPU_SCALING_MIN_FREQ_ON_AC=0
#CPU_SCALING_MAX_FREQ_ON_AC=0
#CPU_SCALING_MIN_FREQ_ON_BAT=0
#CPU_SCALING_MAX_FREQ_ON_BAT=0
# Set the cpu "turbo boost" feature: 0=disable / 1=allow
# Requires an Intel Core i processor and kernel 3.7 or later.
# Important:
# - This may conflict with your distribution's governor settings
# - A value of 1 does *not* activate boosting, it just allows it
#CPU_BOOST_ON_AC=1
#CPU_BOOST_ON_BAT=0
# Minimize number of used cpu cores/hyper-threads under light load conditions
SCHED_POWERSAVE_ON_AC=0
SCHED_POWERSAVE_ON_BAT=1
# Kernel NMI Watchdog
# 0=disable (default, saves power) / 1=enable (for kernel debugging only)
NMI_WATCHDOG=0
# Change CPU voltages aka "undervolting" - Kernel with PHC patch required
# Freq:voltage pairs are written to /sys/devices/system/cpu/cpu0/cpufreq/phc_controls
# CAUTION: only use this, if you thoroughly understand what you are doing!
#PHC_CONTROLS="F:V F:V F:V F:V"
# Hard disk devices, separate multiple devices with spaces (default: sda).
# Devices can be specified by disk id too (lookup with: tlp diskid).
DISK_DEVICES="sda sdb"
# Hard disk advanced power management level: 1(max saving)..254(off)
# Levels 1..127 may spin down the disk.
# Separate values for multiple devices with spaces.
DISK_APM_LEVEL_ON_AC="254 254"
DISK_APM_LEVEL_ON_BAT="254 254"
# Hard disk spin down timeout:
# 0: spin down disabled
# 1..240: timeouts from 5s to 20min (in units of 5s)
# 241..251: timeouts from 30min to 5.5 hours (in units of 30min)
# (see 'man hdparm' for details)
#DISK_SPINDOWN_TIMEOUT_ON_AC="0 0"
#DISK_SPINDOWN_TIMEOUT_ON_BAT="0 0"
# Select io scheduler for the disk devices: noop/deadline/cfq (Default: cfq)
# Separate values for multiple devices with spaces.
#DISK_IOSCHED="cfq cfq"
# SATA aggressive link power management (ALPM):
# min_power/medium_power/max_performance
SATA_LINKPWR_ON_AC=max_performance
SATA_LINKPWR_ON_BAT=min_power
# PCI Express Active State Power Management (PCIe ASPM):
# default/performance/powersave
# Hint: needs kernel boot option pcie_aspm=force on some machines
PCIE_ASPM_ON_AC=performance
PCIE_ASPM_ON_BAT=powersave
# Radeon graphics clock speed (profile method): low/mid/high/auto/default
# auto = mid on BAT, high on AC; default = use hardware defaults
# (Kernel >= 2.6.35 only, not with fglrx driver!)
RADEON_POWER_PROFILE_ON_AC=high
RADEON_POWER_PROFILE_ON_BAT=low
# New radeon dynamic power management method (dpm): battery/performance
# (Kernel >= 3.11 only, requires boot option radeon.dpm=1)
RADEON_DPM_STATE_ON_AC=performance
RADEON_DPM_STATE_ON_BAT=battery
# New radeon dpm performance level: auto/low/high (auto is recommended)
RADEON_DPM_PERF_LEVEL_ON_AC=auto
RADEON_DPM_PERF_LEVEL_ON_BAT=auto
# WiFi power saving mode: 1=disable/5=enable
# (Linux 2.6.32 and later, some adapters only!)
WIFI_PWR_ON_AC=1
WIFI_PWR_ON_BAT=5
# Disable wake on lan: Y/N
WOL_DISABLE=Y
# Enable audio power saving for Intel HDA, AC97 devices (timeout in secs).
# A value of 0 disables / >=1 enables power save.
SOUND_POWER_SAVE_ON_AC=0
SOUND_POWER_SAVE_ON_BAT=1
# Disable controller too (HDA only): Y/N
SOUND_POWER_SAVE_CONTROLLER=Y
# Set to 1 to power off optical drive in UltraBay (ThinkPads only)
# when running on battery. A value of 0 disables this Feature (Default).
# Drive can be powered on again by releasing (and reinserting) the
# eject lever or by pressing the disc eject button on newer models.
# Note: an UltraBay hard disk is never powered off.
BAY_POWEROFF_ON_BAT=0
# Optical drive device to power off (default sr0)
BAY_DEVICE="sr0"
# Runtime Power Management for pci(e) bus devices
# (Kernel >= 2.6.35 only): on=disable/auto=enable
RUNTIME_PM_ON_AC=on
RUNTIME_PM_ON_BAT=auto
# Runtime PM for *all* pci(e) bus devices, expect backlisted ones:
# 0=disable / 1=enable
# Warning: experimental option, could cause system instabilities
RUNTIME_PM_ALL=0
# Exclude pci(e) device adresses the following list from Runtime PM
# (separate with spaces). Use lspci to get the adresses (1st column).
#RUNTIME_PM_BLACKLIST="bb:dd.f 11:22.3 44:55.6"
# Set to 0 to disable/1 to enable usb autosuspend feature
USB_AUTOSUSPEND=1
# Devices from the following list are excluded from usb autosuspend
# (separate with spaces). Use lsusb to get the ids.
# Note: input devices (usbhid) are excluded automatically
#USB_BLACKLIST="1111:2222 3333:4444"
# WWAN devices are excluded from usb autosuspend:
# 0=do not exclude / 1=exclude
# Note: works for ids 05c6:* 0bdb:* 1199:* only
USB_BLACKLIST_WWAN=1
# Set to 1 to disable autosuspend before shutdown/0 to do nothing
# (workaround for usb devices that cause shutdown problems)
#USB_AUTOSUSPEND_DISABLE_ON_SHUTDOWN=1
# Restore radio device state (bluetooth, wifi, wwan) from previous shutdown
# on system startup: 0=disable/1=enable
# Hint: the parameters DEVICES_TO_DISABLE/ENABLE_ON_STARTUP/SHUTDOWN below
# are ignored when this is enabled!
RESTORE_DEVICE_STATE_ON_STARTUP=0
# Radio devices to disable on startup: bluetooth wifi wwan
#DEVICES_TO_DISABLE_ON_STARTUP="bluetooth wifi wwan"
# Radio devices to enable on startup: bluetooth wifi wwan
#DEVICES_TO_ENABLE_ON_STARTUP="wifi"
# Radio devices to disable on shutdown: bluetooth wifi wwan
# (workaround for devices that are blocking shutdown)
#DEVICES_TO_DISABLE_ON_SHUTDOWN="bluetooth wifi wwan"
# Radio devices to enable on shutdown: bluetooth wifi wwan
# (to prevent other operating systems from missing radios)
#DEVICES_TO_ENABLE_ON_SHUTDOWN="wwan"
# Radio devices to enable when wireless radio switch is turned on:
# bluetooth wifi wwan (Ubuntu + ThinkPad only)
#DEVICES_TO_ENABLE_ON_RADIOSW="wifi wwan"
# Battery charge thresholds (ThinkPad only, tp-smapi or acpi-call kernel module required)
# Charging starts when the remaining capacity falls below the START_CHARGE_TRESH
# value and stops when exceeding the STOP_CHARGE_TRESH value.
# Main battery (values in %)
#START_CHARGE_THRESH_BAT0=75
#STOP_CHARGE_THRESH_BAT0=80
# Ultrabay or slice battery (values in %)
#START_CHARGE_THRESH_BAT1=75
#STOP_CHARGE_THRESH_BAT1=80
# Set to 1 to disable use of tpacpi-bat on Sandy Bridge or newer Thinkpads
# and force usage of tp-smapi instead
#DISABLE_TPACPIBAT=1
# ------------------------------------------------------------------------------
# tlp-rdw - Parameters for the radio device wizard
# Possible devices: bluetooth/wifi/wwan
# Hint: parameters are disabled by default, remove the leading # to enable them
# Radio devices to disable on connect
#DEVICES_TO_DISABLE_ON_LAN_CONNECT="wifi wwan"
#DEVICES_TO_DISABLE_ON_WIFI_CONNECT="wwan"
#DEVICES_TO_DISABLE_ON_WWAN_CONNECT="wifi"
# Radio devices to enable on disconnect
#DEVICES_TO_ENABLE_ON_LAN_DISCONNECT="wifi wwan"
#DEVICES_TO_ENABLE_ON_WIFI_DISCONNECT=""
#DEVICES_TO_ENABLE_ON_WWAN_DISCONNECT=""
# Radio devices to enable/disable when docked
#DEVICES_TO_ENABLE_ON_DOCK=""
#DEVICES_TO_DISABLE_ON_DOCK=""
# Radio devices to enable/disable when undocked
#DEVICES_TO_ENABLE_ON_UNDOCK="wifi"
#DEVICES_TO_DISABLE_ON_UNDOCK=""

View File

@ -0,0 +1,5 @@
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
/dev/mapper/root-image / auto defaults 0 0

View File

@ -0,0 +1,15 @@
# GDM configuration storage
[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging

View File

@ -0,0 +1,13 @@

Manjaro Live ISO (\l) - \s-\r \m
# Welcome to TROMjaro #
login for the live environment:
user 'tromjaro'
password 'tromjaro'

View File

@ -0,0 +1,6 @@
#%PAM-1.0
auth sufficient pam_rootok.so
auth sufficient pam_wheel.so trust use_uid
auth required pam_unix.so
account required pam_unix.so
session required pam_unix.so

View File

@ -0,0 +1,153 @@
[General]
Button_border_color=@Variant(\0\0\0\x43\x1\xff\xff\x80\x80\x80\x80\x80\x80\0\0)
Button_fill_color=@Variant(\0\0\0\x43\x1\xff\xff\xa0\xa0\xa0\xa0\xa4\xa4\0\0)
Button_line_style=0
Button_line_thickness=0
Button_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
Button_text_font=Helvetica
Button_text_size=0
Check_box_border_color=@Variant(\0\0\0\x43\x1\xff\xff\xa0\xa0\xa0\xa0\xa4\xa4\0\0)
Check_box_fill_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
Check_box_line_style=0
Check_box_line_thickness=0
Check_box_style=0
Check_box_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
Combo_box_border_color=@Variant(\0\0\0\x43\x1\xff\xff\xa0\xa0\xa0\xa0\xa4\xa4\0\0)
Combo_box_fill_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
Combo_box_line_style=0
Combo_box_line_thickness=0
Combo_box_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
Combo_box_text_font=Helvetica
Combo_box_text_size=0
Edit_Box_border_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
Edit_Box_fill_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
Edit_Box_line_style=0
Edit_Box_line_thickness=0
Edit_Box_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
Edit_Box_text_font=Helvetica
Edit_Box_text_size=0
Geometry-MainForm="@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x98\0\0\0=\0\0\x5\xb2\0\0\x3\xaf\0\0\0\x98\0\0\0\x61\0\0\x5\xb2\0\0\x3\xaf\0\0\0\0\0\0\0\0\x6\x90\0\0\0\x98\0\0\0\x61\0\0\x5\xb2\0\0\x3\xaf)"
Geometry-ToolBars=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\x5\x1b\0\0\x2\xd3\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x2\0\0\0\x2\0\0\0\x4\0\0\0\x16\0m\0\x61\0i\0n\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x16\0\x65\0\x64\0i\0t\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\xf0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x16\0v\0i\0\x65\0w\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x2\xc7\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x16\0\x66\0i\0n\0\x64\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x4p\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x2\0\0\0\x3\0\0\0\x18\0t\0o\0o\0l\0s\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x18\0\x66\0o\0r\0m\0s\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\xab\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x1e\0\x63\0o\0m\0m\0\x65\0n\0t\0s\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x1\xb3\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
ImportFilePath=/home/trom/Documents
IsMaximized-MainForm=false
List_box_border_color=@Variant(\0\0\0\x43\x1\xff\xff\xa0\xa0\xa0\xa0\xa4\xa4\0\0)
List_box_fill_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
List_box_line_style=0
List_box_line_thickness=0
List_box_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
List_box_text_font=Helvetica
List_box_text_size=0
PlatformID=1
Radio_button_border_color=@Variant(\0\0\0\x43\x1\xff\xff\xa0\xa0\xa0\xa0\xa4\xa4\0\0)
Radio_button_fill_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
Radio_button_line_style=0
Radio_button_line_thickness=0
Radio_button_style=1
Radio_button_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
Show%20Forms_Tool_Bar=true
Show%20Statusbar=true
Show-Comments_Tool_Bar=true
Show-Edit_Tool_Bar=true
Show-Find_Tool_Bar=true
Show-Main_Tool_Bar=true
Show-Tools_Tool_Bar=true
Show-View_Tool_Bar=true
SidebarUrls=@Invalid()
Signature_border_color=@Variant(\0\0\0\x43\x1\xff\xff\xa0\xa0\xa0\xa0\xa4\xa4\0\0)
Signature_fill_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
Signature_line_style=0
Signature_line_thickness=0
Signature_text_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\0\0\0\0)
Signature_text_font=Helvetica
Units=Points
antialiasing_image=true
antialiasing_path=true
antialiasing_text=true
app_style=Dark
change_font=true
change_font_exact=false
check_updates=0
close_app_normal=true
create_backup_file=true
default%20PageLayout=0
default%20PageZoom=0
default_email_program=
default_font=Helvetica
default_font_color=4278190080
default_font_size=12
destination_save_as=0
disable_full_screen_mode=false
drawing_comments_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\0\0\0\0)
drawing_comments_lineWidth=1
drawing_comments_opacity=100
enable_javascript=true
enable_scroll_wheel_zooming=true
grid_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\0\0\xff\xff\0\0)
grid_size_h=50
grid_size_l=0
grid_size_s=3
grid_size_t=0
grid_size_w=50
highlight_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\0\0\0\0)
highlight_form_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xe0\xe0\xf\xf\0\0)
highlight_opacity=100
highlight_required_form_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\0\0\0\0)
lang=
last_check_update=1543010350
link_border_color=@Variant(\0\0\0\x43\x1\0\0\0\0\0\0\0\0\0\0)
link_highlight=1
link_line_thickness=0
link_linestyle=0
main-version=4389
manual_proxy_configuration=false
measurements_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\0\0\0\0)
measurements_lineWidth=1
measurements_opacity=100
mouse_move_time=200
note_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\0\0\0\0)
note_opacity=100
note_type=2
openFilePath=/home/trom/Documents
open_one_window=true
page_background_color=@Variant(\0\0\0\x43\x1\xff\xff\x80\x80\x80\x80\x80\x80\0\0)
page_text_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\xff\xff\0\0)
parse_separate_all_forms=true
popup_opacity=60
proxy_authentication=false
proxy_host=
proxy_port=0
proxy_pw=
proxy_socks5=true
proxy_user=
replace_doc_color=false
resolution_dpi=0
restore_last_session_application=false
restore_last_session_files=false
saveFilePath=/home/trom/Documents
selected_item_hover_mouse=false
selection_text_color=@Variant(\0\0\0\x43\x1\xff\xff\x41\x41\x8b\x8b\xd4\xd4\0\0)
show%20FormWidget=true
show%20MediaBox=false
show%20ObjectInspector=true
show_console_javascript=false
show_icons=true
show_start_page=true
smtp_email_address=
smtp_password=
smtp_port=25
smtp_server=
smtp_sll=NONE
smtp_user_name=
snap_to_grid=false
str_destination_save_as=/home/trom/Documents
strikeout_color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\0\0\0\0\0\0)
strikeout_lineWidth=1
strikeout_opacity=100
tesseract_ocr_config_file=
tesseract_ocr_path=/home/trom/.masterpdfeditor/tessdata/
underline_color=@Variant(\0\0\0\x43\x1\xff\xff\0\0\xff\xff\0\0\0\0)
underline_lineWidth=1
underline_opacity=100
use_default_email_program=true
user_name=trom
view_grid=false

View File

@ -0,0 +1,7 @@
[General]
contastUiColor=#00d27f
disabledTrayIcon=false
drawColor=#ff0000
drawThickness=5
savePath=/home/tio/TROM Share/TROMjaro Icons/to do
uiColor=#00965f

View File

@ -0,0 +1,2 @@
[General]
theme=Vimix-Dark-Beryl

View File

@ -0,0 +1,8 @@
[FileDialog]
history=@Invalid()
lastVisited=file:///dev
qtVersion=5.14.1
shortcuts=file:, file:///home/trom
sidebarWidth=101
treeViewHeader="@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x1\xf2\0\0\0\x4\x1\x1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\x64\xff\xff\xff\xff\0\0\0\x81\0\0\0\0\0\0\0\x4\0\0\x1\n\0\0\0\x1\0\0\0\0\0\0\0=\0\0\0\x1\0\0\0\0\0\0\0@\0\0\0\x1\0\0\0\0\0\0\0k\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff)"
viewMode=Detail

View File

@ -0,0 +1,22 @@
[Qt%20Plugin%20Cache%204.8.false]
usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\iconengines\libqsvgicon.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\designer\libqdeclarativeview.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\designer\libqt3supportwidgets.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\imageformats\libqgif.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\imageformats\libqico.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\imageformats\libqjpeg.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\imageformats\libqmng.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\imageformats\libqsvg.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
usr\lib\qt4\plugins\imageformats\libqtiff.so=40807, 0, x86_64 linux g++-4 full-config, 2019-01-16T15:16:39
[Qt%20Factory%20Cache%204.8]
com.trolltech.Qt.QInputContextFactoryInterface%3A\usr\lib\qt4\plugins\inputmethods\libqimsw-multi.so=2019-01-16T15:16:39, imsw-multi
com.trolltech.Qt.QIconEngineFactoryInterfaceV2%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2019-01-16T15:16:39, svg, svgz, svg.gz
com.trolltech.Qt.QIconEngineFactoryInterface%3A\usr\lib\qt4\plugins\iconengines\libqsvgicon.so=2019-01-16T15:16:39
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqgif.so=2019-01-16T15:16:39, gif
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqico.so=2019-01-16T15:16:39, ico
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqjpeg.so=2019-01-16T15:16:39, jpeg, jpg
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqmng.so=2019-01-16T15:16:39, mng
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqsvg.so=2019-01-16T15:16:39, svg, svgz
com.trolltech.Qt.QImageIOHandlerFactoryInterface%3A\usr\lib\qt4\plugins\imageformats\libqtiff.so=2019-01-16T15:16:39, tiff, tif

View File

@ -0,0 +1,33 @@
[General]
ToolBarsState452=@ByteArray(\0\0\0\xff\0\0\0\b\xfe\0\0\0\x4\0\0\0\x16\0\x65\0\x64\0i\0t\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\x2\0\0\0\"\0_\0_\0q\0t\0_\0l\0o\0w\0\x65\0r\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\"\0_\0_\0q\0t\0_\0r\0\x61\0i\0s\0\x65\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x16\0\x66\0i\0l\0\x65\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\x3\0\0\0(\0_\0_\0q\0t\0_\0n\0\x65\0w\0_\0\x66\0o\0r\0m\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0*\0_\0_\0q\0t\0_\0o\0p\0\x65\0n\0_\0\x66\0o\0r\0m\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0*\0_\0_\0q\0t\0_\0s\0\x61\0v\0\x65\0_\0\x66\0o\0r\0m\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x16\0\x66\0o\0r\0m\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\b\0\0\0:\0_\0_\0q\0t\0_\0h\0o\0r\0i\0z\0o\0n\0t\0\x61\0l\0_\0l\0\x61\0y\0o\0u\0t\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x36\0_\0_\0q\0t\0_\0v\0\x65\0r\0t\0i\0\x63\0\x61\0l\0_\0l\0\x61\0y\0o\0u\0t\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x38\0_\0_\0q\0t\0_\0s\0p\0l\0i\0t\0_\0h\0o\0r\0i\0z\0o\0n\0t\0\x61\0l\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x34\0_\0_\0q\0t\0_\0s\0p\0l\0i\0t\0_\0v\0\x65\0r\0t\0i\0\x63\0\x61\0l\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0.\0_\0_\0q\0t\0_\0g\0r\0i\0\x64\0_\0l\0\x61\0y\0o\0u\0t\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0.\0_\0_\0q\0t\0_\0\x66\0o\0r\0m\0_\0l\0\x61\0y\0o\0u\0t\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x30\0_\0_\0q\0t\0_\0\x62\0r\0\x65\0\x61\0k\0_\0l\0\x61\0y\0o\0u\0t\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0.\0_\0_\0q\0t\0_\0\x61\0\x64\0j\0u\0s\0t\0_\0s\0i\0z\0\x65\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x18\0t\0o\0o\0l\0s\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\x4\0\0\0\x30\0_\0_\0q\0t\0_\0\x65\0\x64\0i\0t\0_\0w\0i\0\x64\0g\0\x65\0t\0s\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0<\0_\0_\0q\0t\0_\0\x65\0\x64\0i\0t\0_\0s\0i\0g\0n\0\x61\0l\0s\0_\0s\0l\0o\0t\0s\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x30\0_\0_\0q\0t\0_\0\x65\0\x64\0i\0t\0_\0\x62\0u\0\x64\0\x64\0i\0\x65\0s\0_\0\x61\0\x63\0t\0i\0o\0n\0\0\0\x32\0_\0q\0t\0_\0\x65\0\x64\0i\0t\0_\0t\0\x61\0\x62\0_\0o\0r\0\x64\0\x65\0r\0_\0\x61\0\x63\0t\0i\0o\0n\xfd\0\0\0\0)
MainWindowState452=@ByteArray(\0\0\0\xff\0\0\0\b\xfd\0\0\0\x2\0\0\0\0\0\0\x1N\0\0\x3\xa3\xfc\x2\0\0\0\x1\xfb\0\0\0\x34\0q\0t\0_\0\x64\0\x65\0s\0i\0g\0n\0\x65\0r\0_\0w\0i\0\x64\0g\0\x65\0t\0\x62\0o\0x\0_\0\x64\0o\0\x63\0k\x1\0\0\0\x43\0\0\x3\xa3\0\0\0\x97\0\xff\xff\xff\0\0\0\x1\0\0\x1X\0\0\x3\xa3\xfc\x2\0\0\0\x3\xfb\0\0\0@\0q\0t\0_\0\x64\0\x65\0s\0i\0g\0n\0\x65\0r\0_\0o\0\x62\0j\0\x65\0\x63\0t\0i\0n\0s\0p\0\x65\0\x63\0t\0o\0r\0_\0\x64\0o\0\x63\0k\x1\0\0\0\x43\0\0\0\xd3\0\0\0p\0\xff\xff\xff\xfb\0\0\0>\0q\0t\0_\0\x64\0\x65\0s\0i\0g\0n\0\x65\0r\0_\0p\0r\0o\0p\0\x65\0r\0t\0y\0\x65\0\x64\0i\0t\0o\0r\0_\0\x64\0o\0\x63\0k\x1\0\0\x1\x1c\0\0\x1\xa8\0\0\0\xb0\0\xff\xff\xff\xfc\0\0\x2\xca\0\0\x1\x1c\0\0\0\xb8\x1\0\0\x1f\xfa\0\0\0\x2\x2\0\0\0\x3\xfb\0\0\0\x42\0q\0t\0_\0\x64\0\x65\0s\0i\0g\0n\0\x65\0r\0_\0s\0i\0g\0n\0\x61\0l\0s\0l\0o\0t\0\x65\0\x64\0i\0t\0o\0r\0_\0\x64\0o\0\x63\0k\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\x96\0\xff\xff\xff\xfb\0\0\0:\0q\0t\0_\0\x64\0\x65\0s\0i\0g\0n\0\x65\0r\0_\0\x61\0\x63\0t\0i\0o\0n\0\x65\0\x64\0i\0t\0o\0r\0_\0\x64\0o\0\x63\0k\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\x97\0\xff\xff\xff\xfb\0\0\0>\0q\0t\0_\0\x64\0\x65\0s\0i\0g\0n\0\x65\0r\0_\0r\0\x65\0s\0o\0u\0r\0\x63\0\x65\0\x65\0\x64\0i\0t\0o\0r\0_\0\x64\0o\0\x63\0k\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\x98\0\xff\xff\xff\0\0\x3\x9b\0\0\x3\xa3\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\x1\0\0\0\x2\0\0\0\x4\0\0\0\x16\0\x66\0i\0l\0\x65\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x16\0\x65\0\x64\0i\0t\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0y\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x18\0t\0o\0o\0l\0s\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\0\xce\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\0\x16\0\x66\0o\0r\0m\0T\0o\0o\0l\0\x42\0\x61\0r\x1\0\0\x1k\xff\xff\xff\xff\0\0\0\0\0\0\0\0)
ActionEditorViewMode=0
FormTemplate=Dialog with Buttons Bottom
FormTemplatePaths=/home/trom/.designer/templates
[newFormDialog]
ShowOnStartup=true
[MDIWindow]
visible=true
geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\0;\xff\xff\xff\xf3\0\0\x6\x97\0\0\x4$\0\0\0\0\0\0\0\x30\0\0\x4_\0\0\x3U\0\0\0\0\x2\0)"
[AppFonts]
fontFiles=@Invalid()
[widgetbox]
Closed%20categories=@Invalid()
View%20mode=false
[PropertyEditor]
View=0
Colored=true
Sorted=false
ExpandedItems="@Variant(\0\0\0\b\0\0\0\x16\0\0\0&\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0T\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0$\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0I\0\x63\0o\0n\0\0\0\x1\x1\0\0\0,\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0\x46\0i\0l\0\x65\0P\0\x61\0t\0h\0\0\0\x1\0\0\0\0\"\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0h\0\x61\0t\0s\0T\0h\0i\0s\0\0\0\x1\0\0\0\0\x1e\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0t\0o\0o\0l\0T\0i\0p\0\0\0\x1\0\0\0\0\"\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0s\0t\0\x61\0t\0u\0s\0T\0i\0p\0\0\0\x1\0\0\0\0$\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0s\0i\0z\0\x65\0P\0o\0l\0i\0\x63\0y\0\0\0\x1\0\0\0\0*\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0s\0i\0z\0\x65\0I\0n\0\x63\0r\0\x65\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0&\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0m\0i\0n\0i\0m\0u\0m\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0&\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0m\0\x61\0x\0i\0m\0u\0m\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0\x1c\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0l\0o\0\x63\0\x61\0l\0\x65\0\0\0\x1\0\0\0\0\x30\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0i\0n\0p\0u\0t\0M\0\x65\0t\0h\0o\0\x64\0H\0i\0n\0t\0s\0\0\0\x1\0\0\0\0 \0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0g\0\x65\0o\0m\0\x65\0t\0r\0y\0\0\0\x1\0\0\0\0\x18\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x66\0o\0n\0t\0\0\0\x1\x1\0\0\0 \0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x62\0\x61\0s\0\x65\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0,\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x61\0\x63\0\x63\0\x65\0s\0s\0i\0\x62\0l\0\x65\0N\0\x61\0m\0\x65\0\0\0\x1\0\0\0\0:\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x61\0\x63\0\x63\0\x65\0s\0s\0i\0\x62\0l\0\x65\0\x44\0\x65\0s\0\x63\0r\0i\0p\0t\0i\0o\0n\0\0\0\x1\0\0\0\0\xe\0Q\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\x1\0\0\0\xe\0Q\0O\0\x62\0j\0\x65\0\x63\0t\0\0\0\x1\x1\0\0\0@\0Q\0\x44\0i\0\x61\0l\0o\0g\0\x42\0u\0t\0t\0o\0n\0\x42\0o\0x\0|\0s\0t\0\x61\0n\0\x64\0\x61\0r\0\x64\0\x42\0u\0t\0t\0o\0n\0s\0\0\0\x1\0\0\0\0 \0Q\0\x44\0i\0\x61\0l\0o\0g\0\x42\0u\0t\0t\0o\0n\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\xe\0Q\0\x44\0i\0\x61\0l\0o\0g\0\0\0\x1\x1)"
SplitterPosition=150
[ResourceBrowser]
SplitterPosition=@ByteArray(\0\0\0\xff\0\0\0\0\0\0\0\x2\0\0\x1\0\0\0\x1\0\0\0\0\0\x6\x1\0\0\0\x1)
[PluginManager]
DisabledPlugins=@Invalid()

View File

@ -0,0 +1,80 @@
{
"prefs": {
"isFileHandler": false,
"openExternalPlayer": true,
"externalPlayerPath": "/usr/bin/parole",
"startup": false,
"soundNotifications": true,
"autoAddTorrents": false,
"torrentsFolderPath": "",
"highestPlaybackPriority": true
},
"torrents": [],
"torrentsToResume": [],
"version": "0.21.0",
"telemetry": {
"uncaughtErrors": [
{
"process": "window",
"message": "The \"path\" argument must be one of type string, Buffer, or URL. Received type undefined",
"stack": "TypeError [ERR_INVALID_ARG_TYPE]: The \"path\" argument must be one of type string, Buffer, or URL. Received type undefined\n at stat (fs.js:887:10)\n at fs.stat (electron/js2c/asar.js:291:27)\n at Object.fs.stat (electron/js2c/asar.js:291:27)\n at checkDownloadPath (/usr/lib/webtorrent-desktop/build/renderer/main.js:641:6)\n at delayedInit (/usr/lib/webtorrent-desktop/build/renderer/main.js:190:3)",
"version": "0.21.0"
}
],
"playAttempts": {
"minVersion": "0.21.0",
"total": 2,
"success": 0,
"error": 0,
"external": 2,
"abandoned": 0
},
"version": "0.21.0",
"timestamp": "2020-03-31T20:47:12.028Z",
"localTime": "22:47:12 GMT+0200 (Central European Summer Time)",
"screens": [
{
"width": 1848,
"height": 990,
"scaleFactor": 1
}
],
"torrentStats": {
"approxCount": 1,
"approxSizeMB": 1024,
"byStatus": {
"new": {
"approxCount": 0,
"approxSizeMB": 0
},
"downloading": {
"approxCount": 0,
"approxSizeMB": 0
},
"seeding": {
"approxCount": 0,
"approxSizeMB": 0
},
"paused": {
"approxCount": 1,
"approxSizeMB": 1024
}
}
},
"approxNumTorrents": 1,
"system": {
"osPlatform": "linux",
"osRelease": "Linux 5.4.28-1-MANJARO",
"architecture": "x64",
"systemArchitecture": "x64",
"totalMemoryMB": 2048,
"numCores": 1
}
},
"bounds": {
"x": 341,
"y": 191,
"width": 1044,
"height": 657
}
}

View File

@ -0,0 +1,3 @@
[AppImageLauncher]
# destination = ~/Applications
# enable_daemon = true

View File

@ -0,0 +1,13 @@
[Desktop Entry]
Name=News Flash
GenericName=RSS Reader
Comment=Faster than flash to deliver you the latest news from your subscribed feeds
Type=Application
Exec=com.gitlab.newsflash -h
Terminal=false
X-GNOME-UsesNotifications=true
Categories=GNOME;GTK;Network;Feed;
Keywords=Gnome;GTK;RSS;Feed;
# Translators: Do NOT translate or transliterate this text (this is an icon file name)!
Icon=com.gitlab.newsflash
StartupNotify=true

View File

@ -0,0 +1,23 @@
[text]
autoBracket=true
autoReplace=false
autoSave=1
noIndent=false
noWrap=false
openLastFile=true
scrollJumpWorkaround=false
[window]
Shift=@Size(0 0)
hasTray=true
minToTray=false
noMenubar=true
noToolbar=false
position=@Point(282 195)
prefSize=@Size(420 603)
size=@Size(1260 670)
smallToolbarIcons=false
splitterSizes=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xaa\0\0\x2\x12\x1\xff\xff\xff\xff\x1\0\0\0\x1\0)
startSize=@Size(700 500)
transparentTree=false
underE=false

View File

@ -0,0 +1,7 @@
[General]
contrastUiColor=#007814
disabledTrayIcon=false
drawColor=#ff0000
drawThickness=0
saveAfterCopyPath=/home/tio/Pictures
uiColor=#009651

View File

@ -0,0 +1,26 @@
[General]
BackupBeforeSave=true
ConfigVersion=1
[Browser]
CustomProxyLocation=
Enabled=true
[GUI]
CompactMode=true
HidePreviewPanel=true
HideToolbar=false
MinimizeOnClose=true
ShowTrayIcon=true
TrayIconAppearance=monochrome-light
[KeeShare]
Active="<?xml version=\"1.0\"?>\n<KeeShare xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <Active/>\n</KeeShare>\n"
Foreign="<?xml version=\"1.0\"?>\n<KeeShare xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <Foreign/>\n</KeeShare>\n"
Own="<?xml version=\"1.0\"?>\n<KeeShare xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n <PrivateKey/>\n <PublicKey/>\n</KeeShare>\n"
QuietSuccess=true
[PasswordGenerator]
AdditionalChars=
ExcludedChars=
Logograms=true

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 532 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 268 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 535 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 427 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 403 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 564 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 581 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 736 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 445 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 363 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 476 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 366 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 566 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Some files were not shown because too many files have changed in this diff Show More