arepaconcafe commited on
Commit
bb1bb8e
·
verified ·
1 Parent(s): 070914a

Upload 75 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. includedir/etc/X11/xinit/xinitrc +56 -0
  3. includedir/etc/alsa/conf.d/50-pipewire.conf +106 -0
  4. includedir/etc/alsa/conf.d/99-pipewire-default.conf +13 -0
  5. includedir/etc/default/grub +21 -0
  6. includedir/etc/lightdm/.session +1 -0
  7. includedir/etc/lightdm/Xsession +57 -0
  8. includedir/etc/lightdm/keys.conf +3 -0
  9. includedir/etc/lightdm/lightdm-gtk-greeter.conf +9 -0
  10. includedir/etc/lightdm/lightdm.conf +164 -0
  11. includedir/etc/lightdm/users.conf +14 -0
  12. includedir/etc/xbps.d/00-repository-main.conf +1 -0
  13. includedir/etc/xbps.d/1-repository-neko.conf +1 -0
  14. includedir/etc/xbps.d/10-neko-wizard.conf +1 -0
  15. includedir/etc/xbps.d/10-repository-multilib-nonfree.conf +1 -0
  16. includedir/etc/xbps.d/10-repository-multilib.conf +1 -0
  17. includedir/etc/xbps.d/10-repository-nonfree.conf +1 -0
  18. includedir/etc/xbps.d/99-repository-xlibre.conf +1 -0
  19. includedir/etc/xdg/Xwayland-session.d/00-at-spi +10 -0
  20. includedir/etc/xdg/autostart/at-spi-dbus-bus.desktop +9 -0
  21. includedir/etc/xdg/autostart/gnome-keyring-pkcs11.desktop +161 -0
  22. includedir/etc/xdg/autostart/gnome-keyring-secrets.desktop +160 -0
  23. includedir/etc/xdg/autostart/gnome-keyring-ssh.desktop +160 -0
  24. includedir/etc/xdg/autostart/mate-maximus-autostart.desktop +10 -0
  25. includedir/etc/xdg/autostart/mate-notification-daemon.desktop +14 -0
  26. includedir/etc/xdg/autostart/mate-settings-daemon.desktop +78 -0
  27. includedir/etc/xdg/autostart/nm-applet.desktop +157 -0
  28. includedir/etc/xdg/autostart/org.gnome.Software.desktop +7 -0
  29. includedir/etc/xdg/autostart/picom.desktop +15 -0
  30. includedir/etc/xdg/autostart/pipewire-pulse.desktop +8 -0
  31. includedir/etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop +129 -0
  32. includedir/etc/xdg/autostart/user-dirs-update-gtk.desktop +163 -0
  33. includedir/etc/xdg/autostart/xdg-user-dirs.desktop +10 -0
  34. includedir/etc/xdg/menus/mate-applications.menu +166 -0
  35. includedir/etc/xdg/menus/mate-preferences-categories.menu +114 -0
  36. includedir/etc/xdg/menus/mate-settings.menu +59 -0
  37. includedir/etc/xdg/menus/matecc.menu +154 -0
  38. includedir/etc/xdg/tumbler/tumbler.rc +148 -0
  39. includedir/etc/xdg/user-dirs.conf +11 -0
  40. includedir/etc/xdg/user-dirs.defaults +16 -0
  41. includedir/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +99 -0
  42. includedir/home/anon/.config/QtProject.conf +8 -0
  43. includedir/home/anon/.config/caja/accels +174 -0
  44. includedir/home/anon/.config/caja/desktop-metadata +93 -0
  45. includedir/home/anon/.config/dconf/user +0 -0
  46. includedir/home/anon/.config/fastfetch/config.jsonc +48 -0
  47. includedir/home/anon/.config/fastfetch/neofetch.jsonc +48 -0
  48. includedir/home/anon/.config/gtk-3.0/bookmarks +4 -0
  49. includedir/home/anon/.config/gtk-3.0/settings.ini +5 -0
  50. includedir/home/anon/.config/gtk-4.0/settings.ini +5 -0
.gitattributes CHANGED
@@ -61,3 +61,4 @@ nekovoid-beta-7.1-xorg.iso filter=lfs diff=lfs merge=lfs -text
61
  nekovoid-beta-7.1-xlibre.iso filter=lfs diff=lfs merge=lfs -text
62
  2026-05-06[[:space:]]10-22-06.mp4 filter=lfs diff=lfs merge=lfs -text
63
  PKG/ZerotierOne-Void-Linux/zerotierone-1.16.1_1.x86_64.xbps filter=lfs diff=lfs merge=lfs -text
 
 
61
  nekovoid-beta-7.1-xlibre.iso filter=lfs diff=lfs merge=lfs -text
62
  2026-05-06[[:space:]]10-22-06.mp4 filter=lfs diff=lfs merge=lfs -text
63
  PKG/ZerotierOne-Void-Linux/zerotierone-1.16.1_1.x86_64.xbps filter=lfs diff=lfs merge=lfs -text
64
+ includedir/usr/bin/neko_installer filter=lfs diff=lfs merge=lfs -text
includedir/etc/X11/xinit/xinitrc ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ userresources=$HOME/.Xresources
4
+ usermodmap=$HOME/.Xmodmap
5
+ sysresources=/etc/X11/xinit/.Xresources
6
+ sysmodmap=/etc/X11/xinit/.Xmodmap
7
+
8
+ # merge in defaults and keymaps
9
+
10
+ if [ -f $sysresources ]; then
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+ xrdb -merge $sysresources
19
+
20
+ fi
21
+
22
+ if [ -f $sysmodmap ]; then
23
+ xmodmap $sysmodmap
24
+ fi
25
+
26
+ if [ -f "$userresources" ]; then
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+ xrdb -merge "$userresources"
35
+
36
+ fi
37
+
38
+ if [ -f "$usermodmap" ]; then
39
+ xmodmap "$usermodmap"
40
+ fi
41
+
42
+ # start some nice programs
43
+
44
+ if [ -d /etc/X11/xinit/xinitrc.d ] ; then
45
+ for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
46
+ [ -x "$f" ] && . "$f"
47
+ done
48
+ unset f
49
+ fi
50
+
51
+ twm &
52
+ #xclock -geometry 50x50-1+1 &
53
+ #xterm -geometry 80x50+494+51 &
54
+ #xterm -geometry 80x20+494-0 &
55
+ #exec xterm -geometry 80x66+0+0 -name login
56
+ jwm
includedir/etc/alsa/conf.d/50-pipewire.conf ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Add a specific named PipeWire pcm
2
+
3
+ defaults.pipewire.server "pipewire-0"
4
+ defaults.pipewire.node "-1"
5
+ defaults.pipewire.exclusive false
6
+ defaults.pipewire.role ""
7
+ defaults.pipewire.rate 0
8
+ defaults.pipewire.format ""
9
+ defaults.pipewire.channels 0
10
+ defaults.pipewire.period_bytes 0
11
+ defaults.pipewire.buffer_bytes 0
12
+
13
+ pcm.pipewire {
14
+ @args [ SERVER NODE EXCLUSIVE ROLE RATE FORMAT CHANNELS PERIOD_BYTES BUFFER_BYTES ]
15
+ @args.SERVER {
16
+ type string
17
+ default {
18
+ @func refer
19
+ name defaults.pipewire.server
20
+ }
21
+ }
22
+ @args.NODE {
23
+ type string
24
+ default {
25
+ @func refer
26
+ name defaults.pipewire.node
27
+ }
28
+ }
29
+ @args.EXCLUSIVE {
30
+ type integer
31
+ default {
32
+ @func refer
33
+ name defaults.pipewire.exclusive
34
+ }
35
+ }
36
+ @args.ROLE {
37
+ type string
38
+ default {
39
+ @func refer
40
+ name defaults.pipewire.role
41
+ }
42
+ }
43
+ @args.RATE {
44
+ type integer
45
+ default {
46
+ @func refer
47
+ name defaults.pipewire.rate
48
+ }
49
+ }
50
+ @args.FORMAT {
51
+ type string
52
+ default {
53
+ @func refer
54
+ name defaults.pipewire.format
55
+ }
56
+ }
57
+ @args.CHANNELS {
58
+ type integer
59
+ default {
60
+ @func refer
61
+ name defaults.pipewire.channels
62
+ }
63
+ }
64
+ @args.PERIOD_BYTES {
65
+ type integer
66
+ default {
67
+ @func refer
68
+ name defaults.pipewire.period_bytes
69
+ }
70
+ }
71
+ @args.BUFFER_BYTES {
72
+ type integer
73
+ default {
74
+ @func refer
75
+ name defaults.pipewire.buffer_bytes
76
+ }
77
+ }
78
+
79
+ type pipewire
80
+ server $SERVER
81
+ playback_node $NODE
82
+ capture_node $NODE
83
+ exclusive $EXCLUSIVE
84
+ role $ROLE
85
+ rate $RATE
86
+ format $FORMAT
87
+ channels $CHANNELS
88
+ period_bytes $PERIOD_BYTES
89
+ buffer_bytes $BUFFER_BYTES
90
+ hint {
91
+ show on
92
+ description "PipeWire Sound Server"
93
+ }
94
+ }
95
+
96
+ ctl.pipewire {
97
+ @args.SERVER {
98
+ type string
99
+ default {
100
+ @func refer
101
+ name defaults.pipewire.server
102
+ }
103
+ }
104
+ type pipewire
105
+ server $SERVER
106
+ }
includedir/etc/alsa/conf.d/99-pipewire-default.conf ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pcm.!default {
2
+ type pipewire
3
+ playback_node "-1"
4
+ capture_node "-1"
5
+ hint {
6
+ show on
7
+ description "Default ALSA Output (currently PipeWire Media Server)"
8
+ }
9
+ }
10
+
11
+ ctl.!default {
12
+ type pipewire
13
+ }
includedir/etc/default/grub ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Configuration file for GRUB.
3
+ #
4
+ GRUB_DEFAULT=0
5
+ #GRUB_HIDDEN_TIMEOUT=0
6
+ #GRUB_HIDDEN_TIMEOUT_QUIET=false
7
+ GRUB_TIMEOUT=5
8
+ GRUB_DISTRIBUTOR="Neko Void"
9
+ GRUB_CMDLINE_LINUX_DEFAULT="loglevel=4"
10
+ # Uncomment to use basic console
11
+ #GRUB_TERMINAL_INPUT="console"
12
+ # Uncomment to disable graphical terminal
13
+ #GRUB_TERMINAL_OUTPUT=console
14
+ #GRUB_BACKGROUND=/usr/share/void-artwork/splash.png
15
+ #GRUB_GFXMODE=1920x1080x32
16
+ #GRUB_DISABLE_LINUX_UUID=true
17
+ #GRUB_DISABLE_RECOVERY=true
18
+ # Uncomment and set to the desired menu colors. Used by normal and wallpaper
19
+ # modes only. Entries specified as foreground/background.
20
+ #GRUB_COLOR_NORMAL="light-blue/black"
21
+ #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
includedir/etc/lightdm/.session ADDED
@@ -0,0 +1 @@
 
 
1
+ xfce
includedir/etc/lightdm/Xsession ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ #
3
+ # LightDM wrapper to run around X sessions.
4
+
5
+ echo "Running X session wrapper"
6
+
7
+ # Load profile
8
+ for file in "/etc/profile" "$HOME/.profile" "/etc/xprofile" "$HOME/.xprofile"; do
9
+ if [ -f "$file" ]; then
10
+ echo "Loading profile from $file";
11
+ . "$file"
12
+ fi
13
+ done
14
+
15
+ # Load resources
16
+ for file in "/etc/X11/Xresources" "$HOME/.Xresources"; do
17
+ if [ -f "$file" ]; then
18
+ echo "Loading resource: $file"
19
+ xrdb -nocpp -merge "$file"
20
+ fi
21
+ done
22
+
23
+ # Load keymaps
24
+ for file in "/etc/X11/Xkbmap" "$HOME/.Xkbmap"; do
25
+ if [ -f "$file" ]; then
26
+ echo "Loading keymap: $file"
27
+ setxkbmap `cat "$file"`
28
+ XKB_IN_USE=yes
29
+ fi
30
+ done
31
+
32
+ # Load xmodmap if not using XKB
33
+ if [ -z "$XKB_IN_USE" ]; then
34
+ for file in "/etc/X11/Xmodmap" "$HOME/.Xmodmap"; do
35
+ if [ -f "$file" ]; then
36
+ echo "Loading modmap: $file"
37
+ xmodmap "$file"
38
+ fi
39
+ done
40
+ fi
41
+
42
+ unset XKB_IN_USE
43
+
44
+ # Run all system xinitrc shell scripts.
45
+ xinitdir="/etc/X11/xinit/xinitrc.d"
46
+ if [ -d "$xinitdir" ]; then
47
+ for script in $xinitdir/*; do
48
+ echo "Loading xinit script $script"
49
+ if [ -x "$script" -a ! -d "$script" ]; then
50
+ . "$script"
51
+ fi
52
+ done
53
+ fi
54
+
55
+ echo "X session wrapper complete, running session $@"
56
+
57
+ exec $@
includedir/etc/lightdm/keys.conf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ [keyring]
2
+ #a=0x0123456789ABCD
3
+ #b=secret
includedir/etc/lightdm/lightdm-gtk-greeter.conf ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [greeter]
2
+ indicators = ~host;~spacer;~clock;~spacer;~layout;~session;~a11y;~power
3
+ theme-name = Gruvbox-Material-Dark
4
+ icon-theme-name = Gruvbox-Material-Dark
5
+ font-name = CaskaydiaCove Nerd Font 10
6
+ background = /usr/share/wallpapers/edernity.png
7
+ user-background = false
8
+ position = -50%,center
9
+
includedir/etc/lightdm/lightdm.conf ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Seat:*]
2
+ #
3
+ # General configuration
4
+ #
5
+ # start-default-seat = True to always start one seat if none are defined in the configuration
6
+ # greeter-user = User to run greeter as
7
+ # minimum-display-number = Minimum display number to use for X servers
8
+ # minimum-vt = First VT to run displays on
9
+ # lock-memory = True to prevent memory from being paged to disk
10
+ # user-authority-in-system-dir = True if session authority should be in the system location
11
+ # guest-account-script = Script to be run to setup guest account
12
+ # logind-check-graphical = True to on start seats that are marked as graphical by logind
13
+ # log-directory = Directory to log information to
14
+ # run-directory = Directory to put running state in
15
+ # cache-directory = Directory to cache to
16
+ # sessions-directory = Directory to find sessions
17
+ # remote-sessions-directory = Directory to find remote sessions
18
+ # greeters-directory = Directory to find greeters
19
+ # backup-logs = True to move add a .old suffix to old log files when opening new ones
20
+ # dbus-service = True if LightDM provides a D-Bus service to control it
21
+ #
22
+ [LightDM]
23
+ #start-default-seat=true
24
+ #greeter-user=lightdm
25
+ #minimum-display-number=0
26
+ #minimum-vt=7
27
+ #lock-memory=true
28
+ #user-authority-in-system-dir=false
29
+ #guest-account-script=guest-account
30
+ #logind-check-graphical=true
31
+ #log-directory=/var/log/lightdm
32
+ #run-directory=/var/run/lightdm
33
+ #cache-directory=/var/cache/lightdm
34
+ #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions:/usr/share/wayland-sessions
35
+ #remote-sessions-directory=/usr/share/lightdm/remote-sessions
36
+ #greeters-directory=$XDG_DATA_DIRS/lightdm/greeters:$XDG_DATA_DIRS/xgreeters
37
+ #backup-logs=true
38
+ #dbus-service=true
39
+
40
+ #
41
+ # Seat configuration
42
+ #
43
+ # Seat configuration is matched against the seat name glob in the section, for example:
44
+ # [Seat:*] matches all seats and is applied first.
45
+ # [Seat:seat0] matches the seat named "seat0".
46
+ # [Seat:seat-thin-client*] matches all seats that have names that start with "seat-thin-client".
47
+ #
48
+ # type = Seat type (local, xremote)
49
+ # pam-service = PAM service to use for login
50
+ # pam-autologin-service = PAM service to use for autologin
51
+ # pam-greeter-service = PAM service to use for greeters
52
+ # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
53
+ # xmir-command = Xmir server command to run (can also contain arguments e.g. Xmir -special-option)
54
+ # xserver-config = Config file to pass to X server
55
+ # xserver-layout = Layout to pass to X server
56
+ # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
57
+ # xserver-share = True if the X server is shared for both greeter and session
58
+ # xserver-hostname = Hostname of X server (only for type=xremote)
59
+ # xserver-display-number = Display number of X server (only for type=xremote)
60
+ # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
61
+ # xdmcp-port = XDMCP UDP/IP port to communicate on
62
+ # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
63
+ # greeter-session = Session to load for greeter
64
+ # greeter-hide-users = True to hide the user list
65
+ # greeter-allow-guest = True if the greeter should show a guest login option
66
+ # greeter-show-manual-login = True if the greeter should offer a manual login option
67
+ # greeter-show-remote-login = True if the greeter should offer a remote login option
68
+ # user-session = Session to load for users
69
+ # allow-user-switching = True if allowed to switch users
70
+ # allow-guest = True if guest login is allowed
71
+ # guest-session = Session to load for guests (overrides user-session)
72
+ # session-wrapper = Wrapper script to run session with
73
+ # greeter-wrapper = Wrapper script to run greeter with
74
+ # guest-wrapper = Wrapper script to run guest sessions with
75
+ # display-setup-script = Script to run when starting a greeter session (runs as root)
76
+ # display-stopped-script = Script to run after stopping the display server (runs as root)
77
+ # greeter-setup-script = Script to run when starting a greeter (runs as root)
78
+ # session-setup-script = Script to run when starting a user session (runs as root)
79
+ # session-cleanup-script = Script to run when quitting a user session (runs as root)
80
+ # autologin-guest = True to log in as guest by default
81
+ # autologin-user = User to log in with by default (overrides autologin-guest)
82
+ # autologin-user-timeout = Number of seconds to wait before loading default user
83
+ # autologin-session = Session to load for automatic login (overrides user-session)
84
+ # autologin-in-background = True if autologin session should not be immediately activated
85
+ # exit-on-failure = True if the daemon should exit if this seat fails
86
+ #
87
+ [Seat:*]
88
+ #type=local
89
+ #pam-service=lightdm
90
+ #pam-autologin-service=lightdm-autologin
91
+ #pam-greeter-service=lightdm-greeter
92
+ #xserver-command=X
93
+ #xmir-command=Xmir
94
+ #xserver-config=
95
+ #xserver-layout=
96
+ #xserver-allow-tcp=false
97
+ #xserver-share=true
98
+ #xserver-hostname=
99
+ #xserver-display-number=
100
+ #xdmcp-manager=
101
+ #xdmcp-port=177
102
+ #xdmcp-key=
103
+ greeter-session=lightdm-gtk-greeter
104
+ #greeter-hide-users=false
105
+ #greeter-allow-guest=true
106
+ #greeter-show-manual-login=false
107
+ #greeter-show-remote-login=true
108
+ user-session=xfce4-session
109
+ #allow-user-switching=true
110
+ #allow-guest=true
111
+ #guest-session=
112
+ session-wrapper=/etc/lightdm/Xsession
113
+ #greeter-wrapper=
114
+ #guest-wrapper=
115
+ #display-setup-script=
116
+ #display-stopped-script=
117
+ #greeter-setup-script=
118
+ #session-setup-script=
119
+ #session-cleanup-script=
120
+ #autologin-guest=false
121
+ autologin-user=anon
122
+ #autologin-user-timeout=0
123
+ #autologin-in-background=false
124
+ autologin-session=mate
125
+ #exit-on-failure=false
126
+
127
+ #
128
+ # XDMCP Server configuration
129
+ #
130
+ # enabled = True if XDMCP connections should be allowed
131
+ # port = UDP/IP port to listen for connections on
132
+ # listen-address = Host/address to listen for XDMCP connections (use all addresses if not present)
133
+ # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
134
+ # hostname = Hostname to report to XDMCP clients (defaults to system hostname if unset)
135
+ #
136
+ # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn. Alternatively
137
+ # it can be a word and the first 7 characters are used as the key.
138
+ #
139
+ [XDMCPServer]
140
+ #enabled=false
141
+ #port=177
142
+ #listen-address=
143
+ #key=
144
+ #hostname=
145
+
146
+ #
147
+ # VNC Server configuration
148
+ #
149
+ # enabled = True if VNC connections should be allowed
150
+ # command = Command to run Xvnc server with
151
+ # port = TCP/IP port to listen for connections on
152
+ # listen-address = Host/address to listen for VNC connections (use all addresses if not present)
153
+ # width = Width of display to use
154
+ # height = Height of display to use
155
+ # depth = Color depth of display to use
156
+ #
157
+ [VNCServer]
158
+ #enabled=false
159
+ #command=Xvnc
160
+ #port=5900
161
+ #listen-address=
162
+ #width=1024
163
+ #height=768
164
+ #depth=8
includedir/etc/lightdm/users.conf ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # User accounts configuration
3
+ #
4
+ # NOTE: If you have AccountsService installed on your system, then LightDM will
5
+ # use this instead and these settings will be ignored
6
+ #
7
+ # minimum-uid = Minimum UID required to be shown in greeter
8
+ # hidden-users = Users that are not shown to the user
9
+ # hidden-shells = Shells that indicate a user cannot login
10
+ #
11
+ [UserList]
12
+ minimum-uid=1000
13
+ hidden-users=nobody nobody4 noaccess
14
+ hidden-shells=/bin/false /usr/sbin/nologin /sbin/nologin
includedir/etc/xbps.d/00-repository-main.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://repo-default.voidlinux.org/current
includedir/etc/xbps.d/1-repository-neko.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://sourceforge.net/projects/neko-void/files/repo
includedir/etc/xbps.d/10-neko-wizard.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://codeberg.org/javiercplus/Neko-Wizard/releases/download/repo/
includedir/etc/xbps.d/10-repository-multilib-nonfree.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://repo-default.voidlinux.org/current/multilib/nonfree
includedir/etc/xbps.d/10-repository-multilib.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://repo-default.voidlinux.org/current/multilib
includedir/etc/xbps.d/10-repository-nonfree.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://repo-default.voidlinux.org/current/nonfree
includedir/etc/xbps.d/99-repository-xlibre.conf ADDED
@@ -0,0 +1 @@
 
 
1
+ repository=https://github.com/xlibre-void/xlibre/releases/latest/download/
includedir/etc/xdg/Xwayland-session.d/00-at-spi ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+
3
+ # Copy a11y bus address from the DBus session bus to the X11 root property.
4
+ # This is useful when Xwayland is started on demand and if the user has an
5
+ # application with X11 access that does not have access to the session bus.
6
+
7
+ ADDR="$( busctl call --user org.a11y.Bus /org/a11y/bus org.a11y.Bus GetAddress )" || exit 0
8
+ ADDR="$( echo $ADDR | sed 's/s "\(.*\)"/\1/' )" || exit 0
9
+
10
+ exec xprop -root -format AT_SPI_BUS 8s -set AT_SPI_BUS "$ADDR"
includedir/etc/xdg/autostart/at-spi-dbus-bus.desktop ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name=AT-SPI D-Bus Bus
4
+ Exec=/usr/libexec/at-spi-bus-launcher --launch-immediately
5
+ OnlyShowIn=GNOME;Unity;
6
+ NoDisplay=true
7
+ AutostartCondition=GSettings org.gnome.desktop.interface toolkit-accessibility
8
+ X-GNOME-AutoRestart=true
9
+ X-GNOME-Autostart-Phase=Initialization
includedir/etc/xdg/autostart/gnome-keyring-pkcs11.desktop ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name[af]=Sertifikaat- en sleutelberging
4
+ Name[ar]=مخزن الشهادات والمفاتيح
5
+ Name[as]=প্ৰমাণপত্ৰ আৰু কি সংৰক্ষণ
6
+ Name[ast]=Certificaos y almacenamientu de claves
7
+ Name[be]=Сховішча сертыфікатаў і ключоў
8
+ Name[bg]=Съхранение на сертификати и ключове
9
+ Name[bn]=সার্টিফিকেট এবং কী স্টোরেজ
10
+ Name[bn_IN]=সার্টিফিকেট এবং কি সংগ্রহস্থল
11
+ Name[bs]=Skladište sertifikata i ključeva
12
+ Name[ca]=Magatzem de certificats i de claus
13
+ Name[ca@valencia]=Magatzem de certificats i de claus
14
+ Name[ckb]=کۆکەرەوەی بڕوانامە و کلیل
15
+ Name[cs]=Odemknout certifikáty a umístění klíčů
16
+ Name[da]=Certifikat- og nøglelager
17
+ Name[de]=Zertifikat-/Schlüsselverwahrung
18
+ Name[el]=Αποθήκη πιστοποιητικών και κλειδιών
19
+ Name[en_GB]=Certificate and Key Storage
20
+ Name[eo]=Memorejo de atestiloj kaj ŝlosiloj
21
+ Name[es]=Certificados y almacenamiento de claves
22
+ Name[et]=Sertifikaadi- ja võtmehoidla
23
+ Name[eu]=Ziurtagirien/gakoen biltegia
24
+ Name[fa]=مخزن کلید و گواهی‌نامه
25
+ Name[fi]=Varmenne- ja avainsäilö
26
+ Name[fr]=Stockage de certificats et de clés
27
+ Name[fur]=Archivi certificâts e clâfs
28
+ Name[gd]=Teisteanas agus stòras na h-iuchrach
29
+ Name[gl]=Almacenamento de chave ou certificado
30
+ Name[gu]=પ્રમાણપત્ર અને કી સંગ્રહ
31
+ Name[he]=אחסון תעודה ומפתח
32
+ Name[hi]=कुंजी भंडार प्रमाणित करें
33
+ Name[hr]=Vjerodajnice i spremište ključeva
34
+ Name[hu]=Tanúsítvány- és kulcstároló
35
+ Name[id]=Penyimpanan Kunci dan Sertifikat
36
+ Name[is]=Geymsla skilríkis og lykils
37
+ Name[it]=Archivio certificati e chiavi
38
+ Name[ja]=証明書および鍵を格納するストレージ
39
+ Name[ka]=სერტიფიკატებისა და გასაღებების საცავი
40
+ Name[kab]=Aḥraz n uselkin akked tsarut
41
+ Name[kk]=Сертификаттар және кілттер қоймасы
42
+ Name[km]=វិញ្ញាបនបត្រ និងការ​ផ្ទុកសោ
43
+ Name[kn]=ಪ್ರಮಾಣಪತ್ರ ಮತ್ತು ಕೀಲಿಯ ಶೇಖರಣೆ
44
+ Name[ko]=인증서 및 키 저장소
45
+ Name[lt]=Liudijimų ir raktų saugykla
46
+ Name[lv]=Sertifikātu un atslēgu glabātava
47
+ Name[mjw]=Certificate pen Key Storage
48
+ Name[mk]=Склад на клучеви и сертификати
49
+ Name[ml]=സാക്ഷ്യപത്രവും കീ സംഭരണവും
50
+ Name[mr]=प्रमाणपत्र व कि स्टोरेज
51
+ Name[ms]=Sijil dan Storan Kunci
52
+ Name[nb]=Lager for sertifikat/nøkkel
53
+ Name[ne]=प्रमाणपत्र र कुञ्जी भण्डारण
54
+ Name[nl]=Certificaat- en sleutelopslag
55
+ Name[nn]=Serifikat- og nøkkellager
56
+ Name[oc]=Emmagazinatge de certificats e de claus
57
+ Name[or]=ପ୍ରମାଣପତ୍ର ଏବଂ କି ସଂରକ୍ଷଣ
58
+ Name[pa]=ਸਰਟੀਫਿਕੇਟ ਅਤੇ ਕੁੰਜੀ ਸਟੋਰੇਜ਼
59
+ Name[pl]=Przechowalnia certyfikatów i kluczy
60
+ Name[pt]=Armazenamento de chaves e certificados
61
+ Name[pt_BR]=Certificados e armazenamento de chaves
62
+ Name[ro]=Stocare pentru certificate și chei
63
+ Name[ru]=Хранилище сертификатов и ключей
64
+ Name[sk]=Úložisko certifikátov a kľúčov
65
+ Name[sl]=Hranjenje potrdil in ključev
66
+ Name[sr]=Складиште сертификата и кључева
67
+ Name[sr@latin]=Skladište sertifikata i ključeva
68
+ Name[sv]=Certifikat och nyckellagring
69
+ Name[ta]=சான்றிதழ்/விசை சேமிப்பகம்
70
+ Name[te]=ధృవీకరణపత్రం మరియు కీ నిల్వ
71
+ Name[th]=แหล่งใบรับรองและกุญแจ
72
+ Name[tr]=Sertifika ve Anahtar Deposu
73
+ Name[ug]=گۇۋاھنامە ۋە شىفىرلىق ئاچقۇچ ئامبىرى
74
+ Name[uk]=Сертифікат та сховище ключів
75
+ Name[vi]=Lưu trữ Chứng nhận và khóa
76
+ Name[zh_CN]=证书和密钥存储
77
+ Name[zh_HK]=證書與密碼匙儲存區
78
+ Name[zh_TW]=憑證與金鑰儲存區
79
+ Name=Certificate and Key Storage
80
+ Comment[af]=GNOME-sleutelring: PKCS#11-komponent
81
+ Comment[ar]=حلقة مفاتيح جنوم: مكون PKCS#11
82
+ Comment[as]=GNOME Keyring: PKCS#11 উপাদান
83
+ Comment[ast]=Depósitu de claves de GNOME: Componente PKCS#11
84
+ Comment[be]=Вязкі ключоў GNOME: кампанент PKCS#11
85
+ Comment[bg]=Ключодържател на GNOME: компонент за PKCS#11
86
+ Comment[bn]=GNOME কী রিং: PKCS#11 কম্পোনেন্ট
87
+ Comment[bn_IN]=GNOME Keyring: PKCS#11 উপাদান
88
+ Comment[bs]=Gnomovi privjesci: PKCS#11 komponenta
89
+ Comment[ca]=Anell de claus del GNOME: component PKCS#11
90
+ Comment[ca@valencia]=Anell de claus del GNOME: component PKCS#11
91
+ Comment[cs]=Klíčenka GNOME: komponenta PKCS#11
92
+ Comment[da]=GNOME-nøgleringsdæmon: PKCS#11-komponent
93
+ Comment[de]=GNOME-Schlüsselbunddienst: PKCS#11-Komponente
94
+ Comment[el]=Κλειδοθήκη GNOME: Συστατικό στοιχείο PKCS#11
95
+ Comment[en_GB]=GNOME Keyring: PKCS#11 Component
96
+ Comment[eo]=GNOME Ŝlosilaro: PKCS#11 ero
97
+ Comment[es]=Depósito de claves de GNOME: Componente PKCS#11
98
+ Comment[et]=GNOME võtmerõngas: PKCS#11 komponent
99
+ Comment[eu]=GNOMEren gako-sorta: PKCS#11 osagaia
100
+ Comment[fa]=دسته‌کلید گنوم: عناصر PKCS#11
101
+ Comment[fi]=Gnomen avainnippu: PKCS#11-komponentti
102
+ Comment[fr]=Trousseau de clés de GNOME : composant PKCS#11
103
+ Comment[fur]=Puarteclâfs di GNOME: component PKCS#11
104
+ Comment[gd]=Dul-iuchrach GNOME: Co-phàirt PKCS#11
105
+ Comment[gl]=GNOME Keyring: compoñente PKCS#11
106
+ Comment[gu]=GNOME કીરીંગ: PKCS#11 ઘટક
107
+ Comment[he]=קבוצת מפתחות של GNOME:רכיב PKCS#11
108
+ Comment[hi]=गनोम कीरिंग: PKCS#11 घटक
109
+ Comment[hr]=GNOME skup ključeva: PKCS#11 komponena
110
+ Comment[hu]=GNOME kulcstartó – PKCS#11 összetevő
111
+ Comment[id]=GNOME Keyring: Komponen PKCS#11
112
+ Comment[is]=GNOME-lyklakippa: PKCS#11-þáttur
113
+ Comment[it]=Portachiavi di GNOME: componente PKCS#11
114
+ Comment[ja]=GNOME キーリング: PKCS#11 コンポーネント
115
+ Comment[ka]=GNOME-ის ბრელოკი: PKCS#11 კომპონენტი
116
+ Comment[kab]=GNOME Keyring: Isger PKCS#11
117
+ Comment[kk]=GNOME Keyring: PKCS#11 құрамасы
118
+ Comment[km]=GNOME Keyring ៖ សមាសភាគ PKCS#11
119
+ Comment[kn]=GNOME ಕೀಲಿಗೊಂಚಲು: PKCS#11 ಘಟಕ
120
+ Comment[ko]=그놈 키 모음: PKCS#11 컴포넌트
121
+ Comment[lt]=GNOME raktinė: PKCS#11 komponentas
122
+ Comment[lv]=GNOME atslēgu saišķis — PKCS#11 komponente
123
+ Comment[mjw]=GNOME Keyring: PKCS#11 Component
124
+ Comment[mk]=Приврзок на GNOME: PKCS#11 компонента
125
+ Comment[ml]=ഗ്നോം കീറിങ്: PKCS#11 ഘടകം
126
+ Comment[mr]=GNOME किरिंग: PKCS#11 घटक
127
+ Comment[ms]=Gelang Kunci GNOME: Komponen PKCS#11
128
+ Comment[nb]=GNOME nøkkelring: PKCS#11-komponent
129
+ Comment[ne]=जिनोम किरिङ: PKCS#11 अवयव
130
+ Comment[nl]=Sleutelbos-service: PKCS#11-component
131
+ Comment[nn]=GNOME Nøkkelring: PKCS#11-komponent
132
+ Comment[oc]=Trossèl de claus GNOME : component PKCS#11
133
+ Comment[or]=GNOME କି ରିଙ୍ଗ: PKCS#11 ଉପାଦାନ
134
+ Comment[pa]=ਗਨੋਮ ਕੀਰਿੰਗ: PKCS#11 ਭਾਗ
135
+ Comment[pl]=Baza kluczy dla środowiska GNOME: składnik PKCS#11
136
+ Comment[pt]=GNOME Keyring: componente PKCS#11
137
+ Comment[pt_BR]=Chaveiro do GNOME: Componente PKCS#11
138
+ Comment[ro]=Inelul de chei GNOME: Componenta PKCS#11
139
+ Comment[ru]=Связка ключей GNOME: компонент PKCS#11
140
+ Comment[sk]=Modul PKCS#11 zväzku kľúčov GNOME
141
+ Comment[sl]=Zbirka ključev GNOME: enota PKCS#11
142
+ Comment[sr]=Гномови привесци: ПКЦС#11 компонента
143
+ Comment[sr@latin]=Gnomovi privesci: PKCS#11 komponenta
144
+ Comment[sv]=GNOME-nyckelring: PKCS#11-komponent
145
+ Comment[ta]=GNOME கீரிங்: PKCS#11 கூறு
146
+ Comment[te]=GNOME కీరింగ్: PKCS#11 అంశం
147
+ Comment[th]=พวงกุญแจของ GNOME: องค์ประกอบ PKCS#11
148
+ Comment[tr]=GNOME Anahtarlığı: PKCS#11 Bileşeni
149
+ Comment[ug]=گىنوم ئاچقۇچ ھالقىسى:PKCS#11 دېتالى
150
+ Comment[uk]=Служба в'язки ключів GNOME: компонент PKCS#11
151
+ Comment[vi]=Chùm chìa khóa GNOME: thành phần PKCS#11
152
+ Comment[zh_CN]=GNOME 密钥环:PKCS#11 组件
153
+ Comment[zh_HK]=GNOME 密碼匙圈:PKCS#11 元件
154
+ Comment[zh_TW]=GNOME 鑰匙圈:PKCS#11 元件
155
+ Comment=GNOME Keyring: PKCS#11 Component
156
+ Exec=/usr/bin/gnome-keyring-daemon --start --components=pkcs11
157
+ OnlyShowIn=GNOME;Unity;MATE;
158
+ NoDisplay=true
159
+ X-GNOME-Autostart-Phase=PreDisplayServer
160
+ X-GNOME-AutoRestart=false
161
+ X-GNOME-Autostart-Notify=true
includedir/etc/xdg/autostart/gnome-keyring-secrets.desktop ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name[af]=Geheimbergingsdiens
4
+ Name[ar]=خدمة حفظ سرية
5
+ Name[as]=গুপ্ত সংৰক্ষণ সেৱা
6
+ Name[ast]=Serviciu d'almacenamientu de secretos
7
+ Name[be]=Служба сховішча для сакрэтаў
8
+ Name[bg]=Услуга за шифриран носител
9
+ Name[bn]=গোপন সংরক্ষণ সম্পর্কিত সার্ভিস
10
+ Name[bn_IN]=গোপন সংগ্রহস্থল পরিষেবা
11
+ Name[bs]=Servis sa tajno skladištenje
12
+ Name[ca]=Servei d'emmagatzematge de secrets
13
+ Name[ca@valencia]=Servei d'emmagatzematge de secrets
14
+ Name[cs]=Služba utajení dat
15
+ Name[da]=Secret Storage Service
16
+ Name[de]=Sicherheitsdienst
17
+ Name[el]=Υπηρεσία κρυφής αποθήκευσης
18
+ Name[en_GB]=Secret Storage Service
19
+ Name[eo]=Servo pri sekreta memorejo
20
+ Name[es]=Servicio de almacenamiento de secretos
21
+ Name[et]=Saladuste hoidmise teenus
22
+ Name[eu]=Ezkutuko biltegiaren zerbitzua
23
+ Name[fa]=خدمت مخزن محرمانه
24
+ Name[fi]=Salaisuuksien säilöntäpalvelu
25
+ Name[fr]=Service de stockage secret
26
+ Name[fur]=Servizi archivi segret
27
+ Name[gd]=Seirbheis stòrais dhìomhair
28
+ Name[gl]=Servizo de almacenamento segredo
29
+ Name[gu]=ખાનગી સંગ્રહ સેવા
30
+ Name[he]=שרות אחסון חשאי
31
+ Name[hi]=गुप्त भंडार सेवा
32
+ Name[hr]=Tajna usluga spremišta
33
+ Name[hu]=Titoktároló szolgáltatás
34
+ Name[id]=Layanan Penyimpanan Rahasia
35
+ Name[is]=Þjónusta fyrir leynigeymslu
36
+ Name[it]=Servizio archivio segreto
37
+ Name[ja]=シークレットストレージサービス
38
+ Name[ka]=საიდუმლოებების საცავის სერვისი
39
+ Name[kab]=Ameẓlu n uklas uffir
40
+ Name[kk]=Құпия кілттер қоймасы қызметі
41
+ Name[km]=សេវា​ផ្ទុក​សម្ងាត់
42
+ Name[kn]=ಸೀಕ್ರೆಟ್ ಶೇಖರಣಾ ಸೇವೆ
43
+ Name[ko]=비밀 저장고 서비스
44
+ Name[lt]=Slaptoji saugojimo tarnyba
45
+ Name[lv]=Slepenās glabātavas serviss
46
+ Name[mjw]=Secret Storage Service
47
+ Name[mk]=Сервис за склад на тајни
48
+ Name[ml]=രഹസ്യ സംഭരണ സേവനം
49
+ Name[mr]=गोपणी स्टोरेज सर्व्हिस
50
+ Name[ms]=Perkhidmatan Rahsia Storan
51
+ Name[nb]=Lagringstjeneste for hemmeligheter
52
+ Name[ne]=गोप्य भण्डारण सेवा
53
+ Name[nl]=Secret Storage Service
54
+ Name[nn]=Hemmeleg lagerteneste
55
+ Name[oc]=Servici d'emmagazinatge secret
56
+ Name[or]=ଗୁପ୍ତ ସଂରକ୍ଷଣ ସର୍ଭିସ
57
+ Name[pa]=ਗੁਪਤ ਸਟੋਰੇਜ਼ ਸਰਵਿਸ
58
+ Name[pl]=Usługa przechowywania haseł
59
+ Name[pt]=Serviço de armazenamento secreto
60
+ Name[pt_BR]=Serviço de armazenamento secreto
61
+ Name[ro]=Serviciul secret de stocare
62
+ Name[ru]=Служба безопасного хранения
63
+ Name[sk]=Služba utajeného úložiska
64
+ Name[sl]=Shranjevanje skritih storitev
65
+ Name[sr]=Сервис са тајно складиштење
66
+ Name[sr@latin]=Servis sa tajno skladištenje
67
+ Name[sv]=Lagringstjänst för hemligheter
68
+ Name[ta]=\sரகசிய சேமிப்பு சேவை
69
+ Name[te]=రహస్య నిల్వ సేవ
70
+ Name[th]=บริการเก็บข้อมูลลับ
71
+ Name[tr]=Gizli Depolama Hizmeti
72
+ Name[ug]=مەخپىي ساقلاش مۇلازىمىتى
73
+ Name[uk]=Служба шифрування дисків
74
+ Name[vi]=Dịch vụ lưu trữ bảo mật
75
+ Name[zh_CN]=保密存储服务
76
+ Name[zh_HK]=保密儲存區服務
77
+ Name[zh_TW]=保密儲存區服務
78
+ Name=Secret Storage Service
79
+ Comment[af]=GNOME-sleutelring: geheimdiens
80
+ Comment[ar]=حلقة مفاتيح جنوم: خدمة سرية
81
+ Comment[as]=GNOME Keyring: গুপ্ত সেৱা
82
+ Comment[ast]=Depósitu de claves de GNOME: Serviciu de secretos
83
+ Comment[be]=Вязкі ключоў GNOME: служба сакрэтаў
84
+ Comment[bg]=Ключодържател на GNOME: услуга за тайни
85
+ Comment[bn]=GNOME কী রিং: গোপন সার্ভিস
86
+ Comment[bn_IN]=GNOME Keyring: গোপন পরিষেবা
87
+ Comment[bs]=Gnomovi privjesci: servis za tajnost
88
+ Comment[ca]=Anell de claus del GNOME: servei de secrets
89
+ Comment[ca@valencia]=Anell de claus del GNOME: servei de secrets
90
+ Comment[cs]=Klíčenka GNOME: Služba utajení dat
91
+ Comment[da]=GNOME-nøglering: Secret Service
92
+ Comment[de]=GNOME-Schlüsselbunddienst: Sicherheitsdienst
93
+ Comment[el]=Κλειδοθήκη GNOME: Κρυφή υπηρεσία
94
+ Comment[en_GB]=GNOME Keyring: Secret Service
95
+ Comment[eo]=GNOME Ŝlosilaro: Sekreta servo
96
+ Comment[es]=Depósito de claves de GNOME: Servicio de secretos
97
+ Comment[et]=GNOME võtmerõngas: saladuste teenus
98
+ Comment[eu]=GNOMEren gako-sorta: ezkutuko zerbitzua
99
+ Comment[fa]=دسته‌کلید گنوم: خدمت محرمانه
100
+ Comment[fi]=Gnomen avainnippu: Salainen palvelu
101
+ Comment[fr]=Trousseau de clés de GNOME : service secret
102
+ Comment[fur]=Puarteclâfs di GNOME: servizi segret
103
+ Comment[gd]=Dul-iuchrach GNOME: Seirbheis dhìomhair
104
+ Comment[gl]=GNOME Keyring: servizo segredo
105
+ Comment[gu]=GNOME કીરીંગ: ખાનગી સેવા
106
+ Comment[he]=קבוצת מפתחות של GNOME: שירות חשאי
107
+ Comment[hi]=गनोम कीरिंग: गुप्त सेवा
108
+ Comment[hr]=GNOME skup ključeva: Tajna usluga
109
+ Comment[hu]=GNOME kulcstartó – titokszolgáltatás
110
+ Comment[id]=GNOME Keyring: Layanan Rahasia
111
+ Comment[is]=GNOME-lyklakippa: Þjónusta fyrir leyniorð
112
+ Comment[it]=Portachiavi di GNOME: servizio segreto
113
+ Comment[ja]=GNOME キーリング: シークレットサービス
114
+ Comment[ka]=GNOME-ის ბრელოკი: საიდუმლო საცავი
115
+ Comment[kab]=GNOME Keyring: Ameẓlu uffir
116
+ Comment[kk]=GNOME Keyring: Құпия кілттер қызметі
117
+ Comment[km]=GNOME Keyring ៖ សេវា​សម្ងាត់
118
+ Comment[kn]=GNOME ಕೀಲಿಗೊಂಚಲು: ಸೀಕ್ರೆಟ್ ಸೇವೆ
119
+ Comment[ko]=그놈 키 모음: 비밀 서비스
120
+ Comment[lt]=GNOME raktinė: slaptoji tarnyba
121
+ Comment[lv]=GNOME atslēgu saišķis — slepenais serviss
122
+ Comment[mjw]=GNOME Keyring: Secret Service
123
+ Comment[mk]=Приврзок на GNOME: таен сервис
124
+ Comment[ml]=ഗ്നോം കീറിങ്: രഹസ്യ സേവനം
125
+ Comment[mr]=GNOME किरिंग: गोपणीय सर्व्हिस
126
+ Comment[ms]=Gelang Kunci GNOME: Perkhidmatan Rahsia
127
+ Comment[nb]=GNOME nøkkelring: Hemmelige tjenester
128
+ Comment[ne]=जिनोम किरिङ : गुप्त सेवा
129
+ Comment[nl]=Sleutelbos-service: Secret Service
130
+ Comment[nn]=GNOME Nøkkelring: Hemmeleg teneste
131
+ Comment[oc]=Trossèl de claus GNOME : servici secret
132
+ Comment[or]=GNOME କି ରିଙ୍ଗ: ଗୁପ୍ତ ସଂରକ୍ଷଣ
133
+ Comment[pa]=ਗਨੋਮ ਕੀਰਿੰਗ ਡੈਮਨ: ਗੁਪਤ ਸਰਵਿਸ
134
+ Comment[pl]=Baza kluczy dla środowiska GNOME: usługa haseł
135
+ Comment[pt]=GNOME Keyring: serviço secreto
136
+ Comment[pt_BR]=Chaveiro do GNOME: Serviço secreto
137
+ Comment[ro]=Inelul de chei GNOME: Serviciul secret
138
+ Comment[ru]=Связка ключей GNOME: служба безопасности
139
+ Comment[sk]=Služba utajenia zväzku kľúčov GNOME
140
+ Comment[sl]=Zbirka ključev GNOME: skrite storitve
141
+ Comment[sr]=Гномови привесци: сервис за тајност
142
+ Comment[sr@latin]=Gnomovi privesci: servis za tajnost
143
+ Comment[sv]=GNOME-nyckelring: Hemlighetstjänst
144
+ Comment[ta]=GNOME கீரிங்: ரகசிய சேவை
145
+ Comment[te]=GNOME కీరింగ్: రహస్య సేవ
146
+ Comment[th]=พวงกุญแจของ GNOME: บริการเก็บข้อมูลลับ
147
+ Comment[tr]=GNOME Anahtarlığı: Gizli Hizmet
148
+ Comment[ug]=گىنوم ئاچقۇچ ھالقىسى:مەخپىيەت مۇلازىمىتى
149
+ Comment[uk]=Служба в'язки ключів GNOME: служба шифрування
150
+ Comment[vi]=Chùm chìa khóa GNOME: dịch vụ bảo mật
151
+ Comment[zh_CN]=GNOME 密钥环:保密服务
152
+ Comment[zh_HK]=GNOME 密碼匙圈:保密服務
153
+ Comment[zh_TW]=GNOME 鑰匙圈:保密服務
154
+ Comment=GNOME Keyring: Secret Service
155
+ Exec=/usr/bin/gnome-keyring-daemon --start --components=secrets
156
+ OnlyShowIn=GNOME;Unity;MATE;
157
+ NoDisplay=true
158
+ X-GNOME-Autostart-Phase=PreDisplayServer
159
+ X-GNOME-AutoRestart=false
160
+ X-GNOME-Autostart-Notify=true
includedir/etc/xdg/autostart/gnome-keyring-ssh.desktop ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name[ab]=Ацаԥхақәа рагент SSH
4
+ Name[af]=SSH-sleutelagent
5
+ Name[ar]=عميل مفاتيح SSH
6
+ Name[as]=SSH কি সহায়ক
7
+ Name[ast]=Axente de claves SSH
8
+ Name[be]=Агент ключоў SSH
9
+ Name[bg]=Агентът на SSH за ключове
10
+ Name[bn]=SSH কী এজেন্ট
11
+ Name[bn_IN]=SSH কি এজেন্ট
12
+ Name[bs]=Agent za SSH ključeve
13
+ Name[ca]=Agent de claus SSH
14
+ Name[ca@valencia]=Agent de claus SSH
15
+ Name[cs]=Agent klíčů SSH
16
+ Name[da]=SSH-nøgleagent
17
+ Name[de]=SSH-Schlüsselagent
18
+ Name[el]=Πράκτορας κλειδιού SSH
19
+ Name[en_GB]=SSH Key Agent
20
+ Name[eo]=SSH-ŝlosila agento
21
+ Name[es]=Agente de claves SSH
22
+ Name[et]=SSH-võtmete agent
23
+ Name[eu]=SSH gako-agentea
24
+ Name[fa]=عامل کلید SSH
25
+ Name[fi]=SSH-avainten agentti
26
+ Name[fr]=Agent de clés SSH
27
+ Name[fur]=Agjent clâfs SSH
28
+ Name[gd]=Àidseant iuchair SSH
29
+ Name[gl]=Axente de chave SSH
30
+ Name[gu]=SSH કી ઍજન્ટ
31
+ Name[he]=סוכן מפתחות SSH
32
+ Name[hi]=AFS कुँजी प्रतिनिधि
33
+ Name[hr]=Agent SSH ključa
34
+ Name[hu]=SSH-kulcs ügynök
35
+ Name[id]=Agen Kunci SSH
36
+ Name[is]=Umsýsla SSH-lykils
37
+ Name[it]=Agente chiavi SSH
38
+ Name[ja]=SSH 鍵エージェント
39
+ Name[ka]=SSH გასაღების აგენტი
40
+ Name[kab]=Ameggi n tsarut SSH
41
+ Name[kk]=SSH кілттер агенті
42
+ Name[km]=ភ្នាក់ងារ​សោ SSH
43
+ Name[kn]=SSH ಕೀಲಿ ಮಧ್ಯವರ್ತಿ
44
+ Name[ko]=SSH 키 에이전트
45
+ Name[lt]=SSH raktų tarnyba
46
+ Name[lv]=SSH atslēgu aģents
47
+ Name[mjw]=SSH Key Agent
48
+ Name[mk]=Агент за SSH клучеви
49
+ Name[ml]=എസ്എസ്എച് കീ ഏജന്റ്
50
+ Name[mr]=SSH कि एजंट
51
+ Name[ms]=Ejen Kunci SSH
52
+ Name[nb]=SSH-nøkkelagent
53
+ Name[ne]=SSH की एजेन्ट
54
+ Name[nl]=SSH-sleutelagent
55
+ Name[nn]=Nøkkelagent for SSH
56
+ Name[oc]=Agent de claus SSH
57
+ Name[or]=SSH କି ସଦସ୍ୟ
58
+ Name[pa]=SSH ਕੁੰਜੀ ਏਜੰਟ
59
+ Name[pl]=Agent kluczy SSH
60
+ Name[pt]=Agente de chaves SSH
61
+ Name[pt_BR]=Agente de chaves SSH
62
+ Name[ro]=Agent pentru chei SSH
63
+ Name[ru]=Агент ключей SSH
64
+ Name[sk]=Agent kľúčov SSH
65
+ Name[sl]=Agent ključev SSH
66
+ Name[sr]=Агент за ССХ кључеве
67
+ Name[sr@latin]=Agent za SSH ključeve
68
+ Name[sv]=SSH-nyckelagent
69
+ Name[ta]=SSH முகவர்
70
+ Name[te]=SSH కీ వాహకము
71
+ Name[th]=เอเจนต์กุญแจ SSH
72
+ Name[tr]=SSH Anahtar Aracı
73
+ Name[ug]=SSH ئاچقۇچ ياردەمچىسى
74
+ Name[uk]=Агент ключів SSH
75
+ Name[vi]=Đại diện khóa SSH
76
+ Name[zh_CN]=SSH 密钥代理
77
+ Name[zh_HK]=SSH 密碼匙代理程式
78
+ Name[zh_TW]=SSH 金鑰代理程式
79
+ Name=SSH Key Agent
80
+ Comment[af]=GNOME-sleutelring: SSH-agent
81
+ Comment[ar]=حلقة مفاتيح جنوم: عميل SSH
82
+ Comment[as]=GNOME Keyring: SSH সহায়ক
83
+ Comment[ast]=Depósitu de claves de GNOME: axente SSH
84
+ Comment[be]=Вязкі ключоў GNOME: агент SSH
85
+ Comment[bg]=Ключодържател на GNOME: агент на SSH
86
+ Comment[bn]=GNOME কী রিং: SSH এজেন্ট
87
+ Comment[bn_IN]=GNOME Keyring: SSH এজেন্ট
88
+ Comment[bs]=Gnomovi privjesci: SSH agent
89
+ Comment[ca]=Anell de claus del GNOME: agent SSH
90
+ Comment[ca@valencia]=Anell de claus del GNOME: agent SSH
91
+ Comment[cs]=Klíčenka GNOME: Agent SSH
92
+ Comment[da]=GNOME-nøgleringsdæmon: SSH-agent
93
+ Comment[de]=GNOME-Schlüsselbunddienst: SSH-Agent
94
+ Comment[el]=Κλειδοθήκη GNOME: Πράκτορας SSH
95
+ Comment[en_GB]=GNOME Keyring: SSH Agent
96
+ Comment[eo]=GNOME Ŝlosilaro: SSH-agento
97
+ Comment[es]=Depósito de claves de GNOME: agente SSH
98
+ Comment[et]=GNOME võtmerõngas: SSH-agent
99
+ Comment[eu]=GNOMEren gako-sorta: SSH agentea
100
+ Comment[fa]=دسته‌کلید گنوم: عامل SSH
101
+ Comment[fi]=Gnomen avainnippu: SSH-agentti
102
+ Comment[fr]=Trousseau de clés de GNOME : agent SSH
103
+ Comment[fur]=Puarteclâfs di GNOME: agjent SSH
104
+ Comment[gd]=Dul-iuchrach: Àidseant SSH
105
+ Comment[gl]=GNOME Keyring: Axente SSH
106
+ Comment[gu]=GNOME કીરીંગ: SSH ઍજન્ટ
107
+ Comment[he]=קבוצת מפתחות של GNOME: סוכן SSH
108
+ Comment[hi]=गनोम कीरिंग: SSH प्रतिनिधि
109
+ Comment[hr]=GNOME skup ključeva: SSH agent
110
+ Comment[hu]=GNOME kulcstartó – SSH-ügynök
111
+ Comment[id]=Ring Kunci GNOME: Agen SSH
112
+ Comment[is]=GNOME-lyklakippa: SSH-umsýsla
113
+ Comment[it]=Portachiavi di GNOME: agente SSH
114
+ Comment[ja]=GNOME キーリング: SSH エージェント
115
+ Comment[ka]=GNOME-ის ბრელოლი: SSH-ის აგენტი
116
+ Comment[kab]=GNOME Keyring: Ameggi n SSH
117
+ Comment[kk]=GNOME Keyring: SSH агенті
118
+ Comment[km]=GNOME Keyring ៖ ភ្នាក់ងារ SSH
119
+ Comment[kn]=GNOME ಕೀಲಿಗೊಂಚಲು: SSH ಮಧ್ಯವರ್ತಿ
120
+ Comment[ko]=그놈 키 모음: SSH 에이전트
121
+ Comment[lt]=GNOME raktinė: SSH tarnyba
122
+ Comment[lv]=GNOME atslēgu saišķis — SSH aģents
123
+ Comment[mjw]=GNOME Keyring: SSH Agent
124
+ Comment[mk]=Приврзок на GNOME: SSH агент
125
+ Comment[ml]=ഗ്നോം കീറിങ്: എസ്എസ്എച് ഏജന്റ്
126
+ Comment[mr]=GNOME किरिंग: SSH एजंट
127
+ Comment[ms]=Gelang Kunci GNOME: Ejen SSH
128
+ Comment[nb]=GNOME nøkkelring: SSH-agent
129
+ Comment[ne]=जिनोम किरिङ : SSH एजेन्ट
130
+ Comment[nl]=Sleutelbos-service: SSH-agent
131
+ Comment[nn]=GNOME Nøkkelring: SSH-agent
132
+ Comment[oc]=Trossèl de claus GNOME : agent SSH
133
+ Comment[or]=GNOME କି ରିଙ୍ଗ: SSH ସଦସ୍ୟ
134
+ Comment[pa]=ਗਨੋਮ ਕੀਰਿੰਗ: SSH ਏਜੰਟ
135
+ Comment[pl]=Baza kluczy dla środowiska GNOME: agent SSH
136
+ Comment[pt]=GNOME Keyring: agente SSH
137
+ Comment[pt_BR]=Chaveiro do GNOME: Agente SSH
138
+ Comment[ro]=Inelul de chei GNOME: Agent SSH
139
+ Comment[ru]=Связка ключей GNOME: SSH-агент
140
+ Comment[sk]=SSH agent zväzku kľúčov GNOME
141
+ Comment[sl]=Zbirka ključev GNOME: agent SSH
142
+ Comment[sr]=Гномови привесци: ССХ агент
143
+ Comment[sr@latin]=Gnomovi privesci: SSH agent
144
+ Comment[sv]=GNOME-nyckelring: SSH-agent
145
+ Comment[ta]=GNOME கீரிங்: SSH முகவர்
146
+ Comment[te]=GNOME కీరింగ్: SSH వాహకం
147
+ Comment[th]=พวงกุญแจของ GNOME: เอเจนต์ SSH
148
+ Comment[tr]=GNOME Anahtarlığı: SSH Aracı
149
+ Comment[ug]=گىنوم ئاچقۇچ ھالقىسى:SSH ياردەمچىسى
150
+ Comment[uk]=Служба в'язки ключів GNOME: агент SSH
151
+ Comment[vi]=Chùm chìa khóa GNOME: Đại diện SSH
152
+ Comment[zh_CN]=GNOME 密钥环:SSH 代理
153
+ Comment[zh_HK]=GNOME 密碼匙圈:SSH 代理程式
154
+ Comment[zh_TW]=GNOME 鑰匙圈:SSH 代理程式
155
+ Comment=GNOME Keyring: SSH Agent
156
+ Exec=/usr/bin/gnome-keyring-daemon --start --components=ssh
157
+ OnlyShowIn=GNOME;Unity;MATE;
158
+ X-GNOME-Autostart-Phase=PreDisplayServer
159
+ X-GNOME-AutoRestart=false
160
+ X-GNOME-Autostart-Notify=true
includedir/etc/xdg/autostart/mate-maximus-autostart.desktop ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Name=Maximus Window Management
3
+ Comment=Controls the displaying of windows
4
+ Icon=preferences-system-windows
5
+ Exec=mate-maximus
6
+ Terminal=false
7
+ Type=Application
8
+ Categories=
9
+ OnlyShowIn=MATE;
10
+ X-MATE-Autostart-Notify=false
includedir/etc/xdg/autostart/mate-notification-daemon.desktop ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Name=MATE Notification Daemon
3
+ Comment=Display notifications
4
+ Exec=/usr/libexec/mate-notification-daemon
5
+ Terminal=false
6
+ Type=Application
7
+ OnlyShowIn=MATE;
8
+ NoDisplay=true
9
+ X-MATE-Autostart-Phase=Application
10
+ X-MATE-Autostart-Notify=true
11
+ X-MATE-Bugzilla-Bugzilla=MATE
12
+ X-MATE-Bugzilla-Product=mate-notification-daemon
13
+ X-MATE-Bugzilla-Component=general
14
+ X-MATE-Bugzilla-Version=1.28.3
includedir/etc/xdg/autostart/mate-settings-daemon.desktop ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name[am]=የ ሜት ማሰናጃ ረዳት
4
+ Name[ar]=محثّ إعدادات متّة
5
+ Name[as]=MATE Settings ডেমন
6
+ Name[ast]=Degorriu d'axustes de MATE
7
+ Name[be]=Дэман настáўленняў MATE
8
+ Name[bg]=Сървър за настройките на MATE
9
+ Name[bn]=MATE Settings ডেমন
10
+ Name[bn_IN]=MATE Settings ডেমন
11
+ Name[ca]=Dimoni dels ajusts de MATE
12
+ Name[ca@valencia]=Dimoni de paràmetres del MATE
13
+ Name[cmn]=MATE 設定值守護程式
14
+ Name[crh]=MATE Ayarları Cını
15
+ Name[cs]=Démon nastavení MATE
16
+ Name[da]=MATE-indstillingsdæmon
17
+ Name[de]=MATE-Einstellungsdienst
18
+ Name[el]=Δαίμονας ρυθμίσεων MATE
19
+ Name[en_AU]=MATE Settings Daemon
20
+ Name[en_GB]=MATE Settings Daemon
21
+ Name[es]=Servicio de los ajustes de MATE
22
+ Name[et]=MATE sätetedeemon
23
+ Name[eu]=MATEren ezarpenen daemon-a
24
+ Name[fi]=MATEn asetuspalvelin
25
+ Name[fr]=Service des paramètres MATE
26
+ Name[ga]=Deamhan Socruithe MATE
27
+ Name[gl]=Servizo de axustes do MATE
28
+ Name[gu]=MATE સુયોજનો ડેઇમન
29
+ Name[he]=מנוע ההגדרות של MATE
30
+ Name[hi]=गनोम सेटिंग डेमॉन
31
+ Name[hu]=MATE beállításdémon
32
+ Name[hy]=MATE Կարգաբերման պարամետրերի օժանդակ ծրագիր
33
+ Name[id]=Daemon Penataan MATE
34
+ Name[ie]=Daemon de parametres MATE
35
+ Name[it]=MATE Settings Daemon
36
+ Name[ja]=MATE 設定デーモン
37
+ Name[kk]=MATE баптаулар қызметі
38
+ Name[kn]=MATE ಸಂಯೋಜನೆಗಳ ಡೀಮನ್(Daemon)
39
+ Name[ko]=MATE 설정 데몬
40
+ Name[lt]=MATE nustatymų tarnyba
41
+ Name[lv]=MATE iestatījumu dēmons
42
+ Name[mk]=Демонот за поставувања на MATE
43
+ Name[ml]=ഗ്നോമിലെ സജ്ജീകരണങ്ങളുടെ നിരന്തരപ്രവൃത്തി
44
+ Name[mr]=MATE संयोजना डीमन
45
+ Name[ms]=Daemon Tetapan MATE
46
+ Name[nb]=MATE oppsettstjenestenisse
47
+ Name[nl]=Mate Achtergronddienst voor instellingen
48
+ Name[nn]=MATE innstillingsnisse
49
+ Name[oc]=Paramètres MATE
50
+ Name[or]=MATE ବିନ୍ୟାସ ଡେମନ
51
+ Name[pa]=ਗਨੋਮ ਸੈਟਿੰਗ ਡੈਮਨ
52
+ Name[pl]=Usługa ustawień środowiska MATE
53
+ Name[pt]=Servidor de Definições do MATE
54
+ Name[pt_BR]=Daemon de configurações do MATE
55
+ Name[ro]=Serviciul de configurări MATE
56
+ Name[ru]=Демон параметров MATE
57
+ Name[sk]=Démon nastavení MATE
58
+ Name[sl]=Ozadnji program nastavitev MATE
59
+ Name[sr]=Мејтов услужник подешавања
60
+ Name[sr@latin]=Uslužni program za podešavanje Gnoma
61
+ Name[sv]=MATE-inställningsdemon
62
+ Name[ta]=MATE அமைவுகள் கிங்கரன்
63
+ Name[te]=MATE అమర్పుల డెమోన్
64
+ Name[th]=ดีมอนค่าตั้ง MATE
65
+ Name[tr]=MATE Ayarlar Servisi
66
+ Name[uk]=Служба параметрів MATE
67
+ Name[ur]=میٹ ترتیبات ڈیمن
68
+ Name[vi]=Trình nền Thiết lập MATE
69
+ Name[zh_CN]=MATE 设置守护进程
70
+ Name[zh_HK]=MATE 設定值伺服程式
71
+ Name[zh_TW]=MATE 設定值守護程式
72
+ Name=MATE Settings Daemon
73
+ Exec=/usr/libexec/mate-settings-daemon
74
+ OnlyShowIn=MATE;
75
+ X-MATE-Autostart-Phase=Application
76
+ X-MATE-Autostart-Notify=true
77
+ X-MATE-AutoRestart=true
78
+ NoDisplay=true
includedir/etc/xdg/autostart/nm-applet.desktop ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Name[af]=NetworkManager-miniprogram
3
+ Name[an]=Miniaplicacion Chestor d'o rete
4
+ Name[ar]=بريمج مدير الشبكة
5
+ Name[as]=NetworkManager এপ্লেট
6
+ Name[ast]=Aplicación NetworkManager
7
+ Name[be]=Аплет NetworkManager
8
+ Name[be@latin]=Aplet NetworkManager
9
+ Name[bg]=Аплетът NetworkManager
10
+ Name[bn_IN]=NetworkManager অ্যাপ্লেট
11
+ Name[bs]=Programče Upravnik mreže
12
+ Name[ca]=Miniaplicació NetworkManager
13
+ Name[ca@valencia]=Miniaplicació NetworkManager
14
+ Name[crh]=NetworkManager Uygulamacığı
15
+ Name[cs]=Applet NetworkManager
16
+ Name[da]=Panelprogram til Netværkshåndtering
17
+ Name[de]=Netzwerk-Manager-Applet
18
+ Name[dz]=ཡོངས་འབྲེལ་འཛིན་སྐྱོང་པའི་ཨེཔ་ལེཊི་
19
+ Name[el]=Μικροεφαρμογή NetworkManager
20
+ Name[en_CA]=NetworkManager Applet
21
+ Name[en_GB]=NetworkManager Applet
22
+ Name[eo]=Apleto por NetworkManager
23
+ Name[es]=Miniaplicación Gestor de la red
24
+ Name[et]=Võrguhalduri rakend
25
+ Name[eu]=NetworkManager miniaplikazioa
26
+ Name[fa]=برنامک مدیریت شبکه
27
+ Name[fi]=Verkon hallinta -sovelma
28
+ Name[fr]=Applet NetworkManager
29
+ Name[gd]=Aplaid Manaidsear lìonraidh
30
+ Name[gl]=Miniaplicación NetworkManager
31
+ Name[gu]=NetworkManager એપ્લેટ
32
+ Name[he]=יישומון מנהל הרשתות
33
+ Name[hi]=नेटवर्कप्रबंधक एप्लेट
34
+ Name[hr]=Aplet mrežnog upravitelja
35
+ Name[hu]=Hálózatkezelő kisalkalmazás
36
+ Name[id]=Aplet NetworkManager
37
+ Name[is]=NetworkManager forrit
38
+ Name[it]=Applet NetworkManager
39
+ Name[ja]=NetworkManager アプレット
40
+ Name[kk]=NetworkManager апплеті
41
+ Name[km]=អាប់ភ្លេត NetworkManager
42
+ Name[kn]=NetworkManager ಆಪ್ಲೆಟ್
43
+ Name[ko]=네트워크 관리 애플릿
44
+ Name[ku]=Sepanoka NetworkManager
45
+ Name[lt]=NetworkManager įtaisas
46
+ Name[lv]=NetworkManager sīklietotne
47
+ Name[mk]=Аплет за менаџирање со мрежи
48
+ Name[ml]=NetworkManager ലഘുപ്രയോഗം
49
+ Name[mr]=NetworkManager ॲप्लेट
50
+ Name[ms]=Aplet NetworkManager
51
+ Name[nb]=NetworkManager panelprogram
52
+ Name[ne]=सञ्जालप्रबन्धक एप्लेट
53
+ Name[nl]=Netwerkbeheer-applet
54
+ Name[nn]=Panelprogram for NetworkManager
55
+ Name[oc]=Apondon (applet) NetworkManager
56
+ Name[or]=ନେଟୱର୍କ ପରିଚାଳକ ଆପଲେଟ
57
+ Name[pa]=ਨੈੱਟਵਰਕਮੈਨੇਜਰ ਐਪਲਿਟ
58
+ Name[pl]=Aplet NetworkManager
59
+ Name[pt]=Aplicação Gestor de redes
60
+ Name[pt_BR]=Miniaplicativo gerenciador de redes
61
+ Name[ro]=Miniaplicație Administrator de rețea
62
+ Name[ru]=Аплет NetworkManager
63
+ Name[sk]=Aplet Správca siete
64
+ Name[sl]=Aplet upravljalnika omrežja
65
+ Name[sr]=Програмче управника мреже
66
+ Name[sr@latin]=Programče upravnika mreže
67
+ Name[sv]=Miniprogram för nätverkshantering
68
+ Name[ta]=பிணைய மேலாளர் அப்லெட்
69
+ Name[te]=నెట్‌వర్క్ మ్యానేజర్ ఆప్లెట్
70
+ Name[th]=แอพเพล็ต NetworkManager
71
+ Name[tr]=NetworkManager Programcığı
72
+ Name[ug]=NetworkManager قوللانچاق
73
+ Name[uk]=Аплет NetworkManager
74
+ Name[ur]=نیٹ ورک منیجر ایپلیٹ
75
+ Name[vi]=Quản lý mạng
76
+ Name[zh_CN]=网络管理器小程序
77
+ Name[zh_HK]=NetworkManager 面板程式
78
+ Name[zh_TW]=NetworkManager 面板程式
79
+ Name=NetworkManager Applet
80
+ Comment[af]=Bestuur u netwerkverbindings
81
+ Comment[an]=Chestione as suyas conexions de rete
82
+ Comment[ar]=إدارة اتصالات الشبكة
83
+ Comment[as]=আপোনাৰ নেটৱৰ্ক সংযোগসমূহ ব্যৱস্থাপনা কৰক
84
+ Comment[ast]=Remana les conexones de rede
85
+ Comment[be]=Кіраванне сеткавымі злучэннямі
86
+ Comment[bg]=Управление на мрежовите връзки
87
+ Comment[bs]=Upravljajte svojim mrežnim vezama
88
+ Comment[ca]=Gestioneu les connexions de xarxa
89
+ Comment[ca@valencia]=Gestioneu les connexions de xarxa
90
+ Comment[crh]=Şebeke bağlantılarıñıznı idare etiñiz
91
+ Comment[cs]=Spravujte svá síťová připojení
92
+ Comment[da]=Håndtér dine netværksforbindelser
93
+ Comment[de]=Verwaltung der Netzwerkverbindungen
94
+ Comment[el]=Διαχείριση των συνδέσεων δικτύου
95
+ Comment[en_GB]=Manage your network connections
96
+ Comment[eo]=Kontroli viajn retkonektojn
97
+ Comment[es]=Gestione sus conexiones de red
98
+ Comment[et]=Võrguühenduste haldamine
99
+ Comment[eu]=Kudeatu sareko konexioak
100
+ Comment[fa]=اتصال‌های شبکه خود را مدیریت کنید
101
+ Comment[fi]=Hallitse verkkoyhteyksiä
102
+ Comment[fr]=Gérer vos connexions réseau
103
+ Comment[gd]=Stiùirich na ceanglaichean agad ris an eadar-lìon
104
+ Comment[gl]=Xestione as súas conexións de rede
105
+ Comment[gu]=તમારા નેટવર્ક જોડાણોને સંચાલિત કરો
106
+ Comment[he]=ניהול חיבורי הרשת שלך
107
+ Comment[hi]=अपना संजाल कनेक्शन नियंत्रित करें
108
+ Comment[hr]=Upravljanje mrežnim povezivanjem
109
+ Comment[hu]=Hálózati kapcsolatok kezelése
110
+ Comment[id]=Mengelola koneksi jaringan Anda
111
+ Comment[is]=Sýsla með nettengingar
112
+ Comment[it]=Gestisce le connessioni di rete
113
+ Comment[ja]=ネットワーク接続の管理
114
+ Comment[ka]=ქსელური შეერთებების მართვა
115
+ Comment[kk]=Желілік байланыстарыңызды басқару
116
+ Comment[km]=គ្រប់គ្រង​ការ​តភ្ជាប់បណ្ដាញ​របស់​អ្នក
117
+ Comment[ko]=네트워크 연결을 관리합니다
118
+ Comment[ku]=Girêdanên torê yên xwe birêve bike
119
+ Comment[lt]=Tvarkyti tinklo ryšius
120
+ Comment[lv]=Pārvaldiet savus tīkla savienojumus
121
+ Comment[mk]=Менаџирајте со Вашите мрежни врски
122
+ Comment[ml]=നിങ്ങളുടെ ശൃംഖല ബന്ധങ്ങള്‍ കൈകാര്യം ചെയ്യുക
123
+ Comment[mr]=नेटवर्क जोडणी नियंत्रीत करा
124
+ Comment[ms]=Urus sambungan-sambungan rangkaian anda
125
+ Comment[nb]=Håndter dine nettverksforbindelser
126
+ Comment[nl]=Uw netwerkverbindingen beheren
127
+ Comment[nn]=Handsam nettverkstilkoplingane
128
+ Comment[oc]=Gerir la connexions a la ret
129
+ Comment[pa]=ਆਪਣੇ ਨੈੱਟਵਰਕ ਕਨੈਕਸ਼ਨਾਂ ਦਾ ਪਰਬੰਧ ਕਰੋ
130
+ Comment[pl]=Zarządzanie połączeniami sieciowymi
131
+ Comment[pt]=Controle as suas ligações de rede
132
+ Comment[pt_BR]=Controle suas conexões de rede
133
+ Comment[ro]=Gestionează conexiunile la rețea
134
+ Comment[ru]=Управление сетевыми соединениями
135
+ Comment[sk]=Spravuje vaše sieťové pripojenia
136
+ Comment[sl]=Upravljanje omrežnih povezav
137
+ Comment[sr]=Управљајте вашим везама мреже
138
+ Comment[sr@latin]=Upravljajte vašim vezama mreže
139
+ Comment[sv]=Hantera dina nätverksanslutningar
140
+ Comment[ta]=உங்களது பிணையத்தின் இணைப்புகளை மேலாண்மை செய்க
141
+ Comment[te]=మీ నెట్వర్కు అనుసంధానములను నిర్వహించు
142
+ Comment[th]=จัดการการเชื่อมต่อเครือข่ายของคุณ
143
+ Comment[tr]=Ağ bağlantılarınızı yönetin
144
+ Comment[ug]=تور باغلىنىشلىرىڭىزنى باشقۇرۇڭ
145
+ Comment[uk]=Організуйте ваші мережеві з'єднання
146
+ Comment[vi]=Quản lý kết nối mạng
147
+ Comment[zh_CN]=管理您的网络连接
148
+ Comment[zh_HK]=管理你的網絡連線
149
+ Comment[zh_TW]=管理您的網路連線
150
+ Comment=Manage your network connections
151
+ Icon=nm-device-wireless
152
+ Exec=nm-applet
153
+ Terminal=false
154
+ Type=Application
155
+ NoDisplay=true
156
+ NotShowIn=KDE;GNOME;
157
+ X-GNOME-UsesNotifications=true
includedir/etc/xdg/autostart/org.gnome.Software.desktop ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name=GNOME Software
4
+ Exec=/usr/bin/gnome-software --gapplication-service
5
+ OnlyShowIn=GNOME;Unity;
6
+ NotShowIn=Budgie
7
+ NoDisplay=true
includedir/etc/xdg/autostart/picom.desktop ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Version=1.0
3
+ Type=Application
4
+ NoDisplay=false
5
+ Name=picom
6
+ GenericName=X compositor
7
+ Comment=An X compositor
8
+ Categories=Utility;
9
+ Keywords=compositor;composite manager;window effects;transparency;opacity;
10
+ TryExec=picom
11
+ Exec=picom
12
+ StartupNotify=false
13
+ Terminal=false
14
+ # Thanks to quequotion for providing this file!
15
+ Icon=picom
includedir/etc/xdg/autostart/pipewire-pulse.desktop ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Name=PipeWire pulse
3
+ Comment=Start the PipeWire pulse server
4
+ Icon=pipewire-pulse
5
+ Exec=pipewire-pulse
6
+ Terminal=false
7
+ Type=Application
8
+ NoDisplay=true
includedir/etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Name[am]=የ አሰራር ጥቅል ማረጋገጫ ወኪል
3
+ Name[ar]=مدير الاستيثاق PolicyKit
4
+ Name[be]=PolicyKit, агент аўтэнтыфікацыі
5
+ Name[bg]=Програма за идентификация PolicyKit
6
+ Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট
7
+ Name[ca]=Agent d'autenticació PolicyKit
8
+ Name[ca@valencia]=Agent d'autenticació PolicyKit
9
+ Name[cmn]=PolicyKit 驗證代理程式
10
+ Name[cs]=Ověřovací agent PolicyKit
11
+ Name[da]=Godkendelsesprogrammet PolicyKit
12
+ Name[de]=PolicyKit-Legitimationsagent
13
+ Name[el]=Πράκτορας πιστοποίησης PolicyKit
14
+ Name[en_AU]=PolicyKit Authentication Agent
15
+ Name[en_GB]=PolicyKit Authentication Agent
16
+ Name[es]=Agente de autenticación de PolicyKit
17
+ Name[es_AR]=Agente de Autenticación PolicyKit
18
+ Name[es_CO]=Agente de autenticación PolicyKit
19
+ Name[et]=Autentimisagent PolicyKit
20
+ Name[eu]=PolicyKit autentifikatzeko agentea
21
+ Name[fi]=PolicytKit-tunnistautumisohjelma
22
+ Name[fr]=Agent d'authentification de PolicyKit
23
+ Name[gl]=Axente de autenticación PolicyKit
24
+ Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ
25
+ Name[he]=סוכן האימון PolicyKit
26
+ Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि
27
+ Name[hr]=Programski izvršitelj pravila ovjere
28
+ Name[hu]=PolicyKit hitelesítési ügynök
29
+ Name[hy]=PolicyKit Նույնականացման գործակալը
30
+ Name[id]=PolicyKit Authentication Agent
31
+ Name[ie]=Agente de autentication PolicyKit
32
+ Name[is]=PolicyKit auðkenningarþjónn
33
+ Name[it]=Agente di autenticazione PolicyKit
34
+ Name[ja]=PolicyKit 認証エージェント
35
+ Name[kk]=PolicyKit аутентификация агенті
36
+ Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ
37
+ Name[ko]=PolicyKit 인증 에이전트
38
+ Name[lt]=PolicyKit tapatybės nustatymo agentas
39
+ Name[lv]=PolicyKot Apliecinājuma Aģents
40
+ Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ്
41
+ Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट
42
+ Name[ms]=Ejen Pengesahihan PolicyKit
43
+ Name[nb]=Agent for fodkjennelsesprogrammet PolicyKit
44
+ Name[nl]=PolicyKit Authenticatie-agent
45
+ Name[oc]=Agent d'autentificacion de PolicyKit
46
+ Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ
47
+ Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ
48
+ Name[pl]=Agent uwierzytelniania PolicyKit
49
+ Name[pt]=Agente de Autenticação PolicyKit
50
+ Name[pt_BR]=Agente de autenticação PolicyKit
51
+ Name[ro]=Agent de autentificare PolicyKit
52
+ Name[ru]=Агент аутентификации PolicyKit
53
+ Name[sk]=Agent PolicyKit na overovanie totožnosti
54
+ Name[sl]=Posrednik overjanja PolicyKit
55
+ Name[sq]=Agjenti Vërtetimit Politikës
56
+ Name[sr]=Агент потврђивања идентитета Прибор политике
57
+ Name[sv]=Autentiseringsagent för PolicyKit
58
+ Name[ta]=PolicyKit அங்கீகார முகவர்
59
+ Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి
60
+ Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit
61
+ Name[tr]=PolicyKit Kimlik Doğrulama Aracı
62
+ Name[uk]=Агент розпізнання PolicyKit
63
+ Name[ur]=پالیسی کِٹ PolicyKit توثیقی ایجنٹ
64
+ Name[vi]=PolicyKit Authentication Agent
65
+ Name[zh_CN]=PolicyKit 认证代理
66
+ Name[zh_HK]=PolicyKit 驗證代理程式
67
+ Name[zh_TW]=PolicyKit 驗證代理程式
68
+ Name=PolicyKit Authentication Agent
69
+ Comment[am]=የ አሰራር ጥቅል ማረጋገጫ ወኪል ለ ሜት ዴስክቶፕ
70
+ Comment[ar]=عميل الاستيثاق PolicyKit لسطح مكتب متّة
71
+ Comment[be]=PolicyKit, агент аўтэнтыфікацыі для асяроддзя MATE
72
+ Comment[bg]=Програма за идентификация PolicyKit за MATE
73
+ Comment[ca]=Agent d'autenticació PolicyKit per a l'escriptori MATE
74
+ Comment[ca@valencia]=Agent d'autenticació PolicyKit per a l'escriptori MATE
75
+ Comment[cs]=Ověřovací agent PolicyKit pro MATE Desktop
76
+ Comment[da]=Godkendelsesprogrammet PolicyKit for MATE-skrivebordet
77
+ Comment[de]=PolicyKit-Legitimationsagent für die MATE-Arbeitsumgebung
78
+ Comment[el]=Πράκτορας πιστοποίησης PolicyKit για το MATE Desktop
79
+ Comment[en_AU]=PolicyKit Authentication Agent for the MATE Desktop
80
+ Comment[en_GB]=PolicyKit Authentication Agent for the MATE Desktop
81
+ Comment[es]=Agente de autenticación de PolicyKit para el escritorio MATE
82
+ Comment[es_AR]=Agente de Autenticación PolicyKit para el escritorio MATE
83
+ Comment[es_CO]=Agente de autenticación PolicyKit para el entorno MATE
84
+ Comment[et]=MATE töölaua autentimisagent PolicyKit
85
+ Comment[eu]=PolicyKit Autentifikazio Agentea MATE Desktop-erako
86
+ Comment[fi]=PolicyKit-tunnistautumisagentti MATE-työpöydälle
87
+ Comment[fr]=Agent d'authentification PolicyKit pour MATE Desktop
88
+ Comment[gl]=Axente de autenticación PolicyKit para o escritorio MATE
89
+ Comment[he]=סוכן האימון PolicyKit עבור שולחן העבודה MATE
90
+ Comment[hi]=माटे डेस्कटॉप के लिए पोलिसीकिट प्रमाणीकरण घटक
91
+ Comment[hr]=Programski izvršitelj pravila ovjere za radno okruženje MATE
92
+ Comment[hu]=PolicyKit hitelesítési ügynök a MATE Desktophoz
93
+ Comment[hy]=PolicyKit Նույնականացման գործակալը MATE աշխատանքային սեղանի համար
94
+ Comment[id]=Agen Autentikasi PolicyKit untuk MATE Desktop
95
+ Comment[ie]=Agente de autentication PolicyKit por ambientie MATE
96
+ Comment[is]=PolicyKit auðkenningarþjónn fyrir MATE-skjáborðið
97
+ Comment[it]=Agente di autenticazione PolicyKit del Desktop MATE
98
+ Comment[ja]=PolicyKit 認証エージェント
99
+ Comment[kk]=MATE жұмыс үстелі үшін PolicyKit аутентификация агенті
100
+ Comment[ko]=MATE 데스크톱용 정책키트 인증 에이전트
101
+ Comment[lt]=PolicyKit tapatybės nustatymo agentas MATE darbalaukiui
102
+ Comment[mr]=MATE डेस्कटाॅपसाठी PolicyKit ऑथेंटीकेशन एजेंट
103
+ Comment[ms]=Ejen pengesahihan PolicyKit untuk Desktop MATE
104
+ Comment[nb]=Godkjennelsesprogrammet PolicyKit for MATE-skrivebordet
105
+ Comment[nl]=PolicyKit Authenticatie-agent voor de MATE-werkomgeving
106
+ Comment[oc]=Agent d'autentificacion PolicyKit per MATE Desktop
107
+ Comment[pl]=Agent uwierzytelniania PolicyKit dla MATE
108
+ Comment[pt]=Agente de Autenticação PolicyKit do Ambiente MATE
109
+ Comment[pt_BR]=Agente de autenticação PolicyKit para o ambiente de trabalho MATE
110
+ Comment[ro]=Agent de autentificare PolicyKit
111
+ Comment[ru]=Агент аутентификации PolicyKit для рабочей среды MATE
112
+ Comment[sk]=PolicyKit Authentication Agent pre MATE Desktop
113
+ Comment[sl]=Posrednik overitve PolicyKit za namizje MATE
114
+ Comment[sq]=Agjenti Vërtetimit Politikës për MATE Desktop
115
+ Comment[sr]=Прибор политике је агент за потврђивање идентитета за Мејтову радну површ
116
+ Comment[sv]=PolicyKit autentiseringsagent för MATE skrivbordsmiljön
117
+ Comment[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit สำหรับพื้นโต๊ะของ MATE
118
+ Comment[tr]=MATE Masaüstü için PolicyKit Kimlik Doğrulama Aracı
119
+ Comment[uk]=Агент розпізнання PolicyKit для стільниці MATE
120
+ Comment[vi]=PolicyKit Authentication Agent cho môi trường MATE
121
+ Comment[zh_CN]=MATE 桌面的 PolicyKit 认证代理
122
+ Comment[zh_TW]=MATE 桌面環境的 PolicyKit 驗證代理程式
123
+ Comment=PolicyKit Authentication Agent for the MATE Desktop
124
+ Exec=/usr/libexec/polkit-mate-authentication-agent-1
125
+ Terminal=false
126
+ Type=Application
127
+ NoDisplay=true
128
+ OnlyShowIn=MATE;
129
+ X-MATE-AutoRestart=true
includedir/etc/xdg/autostart/user-dirs-update-gtk.desktop ADDED
@@ -0,0 +1,163 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Encoding=UTF-8
3
+ Exec=xdg-user-dirs-gtk-update
4
+ Name[an]=Esvielle d'as carpetas de l'usuario
5
+ Name[ar]=تحديث مجلدات المستخدم
6
+ Name[as]=ব্যৱহাৰকৰ্তাৰ ফোল্ডাৰৰ উন্নয়ন
7
+ Name[ast]=Anovamientu de les carpetes del usuariu
8
+ Name[be]=Абнаўленне назваў карыстальніцкіх папак
9
+ Name[be@latin]=Aktualizacyja katalohaŭ karystalnika
10
+ Name[bg]=Превеждане на имената на стандартните папки
11
+ Name[bn_IN]=ব্যবহারকারীর ফোল্ডার আপডেট
12
+ Name[bs]=Ažuriranje korisničkih direktorija
13
+ Name[ca]=Actualització de les carpetes d'usuari
14
+ Name[crh]=Qullanıcı cilbentleriniñ yañartıluvı
15
+ Name[cs]=Aktualizace uživatelských složek
16
+ Name[csb]=Aktualizacëjô kataloga brëkòwnika
17
+ Name[da]=Opdatering af brugermapper
18
+ Name[de]=Aktualisierung der Ordner des Benutzers
19
+ Name[el]=Ενημέρωση φακέλων χρήστη
20
+ Name[en_GB]=User folders update
21
+ Name[eo]=Ĝisdatigo de uzantaj dosierujoj
22
+ Name[es]=Actualización de las carpetas del usuario
23
+ Name[et]=Kasutaja kataloogide uuendamine
24
+ Name[eu]=Erabiltzailearen karpeten eguneraketa
25
+ Name[fa]=به‌روز رسانی شاخه‌های کاربر
26
+ Name[fi]=Vakiokansioiden päivitys
27
+ Name[fr]=Mise à jour des dossiers utilisateur
28
+ Name[fur]=Inzornament cartelis utent
29
+ Name[gl]=Actualizar os cartafoles do usuario
30
+ Name[gu]=વપરાશકર્તાનાં ફોલ્ડરોનો સુધારો
31
+ Name[he]=עדכון תיקיות המשתמש
32
+ Name[hi]=उपयोक्ता फोल्डर अद्यतन
33
+ Name[hr]=Nadopuna korisnikovih mapa
34
+ Name[hu]=Felhasználói mappák frissítése
35
+ Name[id]=Pembaruan folder pengguna
36
+ Name[ie]=Actualisation del fólderes de usator
37
+ Name[is]=Uppfæra möppur notanda
38
+ Name[it]=Aggiorna cartelle utente
39
+ Name[ja]=ユーザー・フォルダーの更新
40
+ Name[ka]=მომხმარებელთა დასტების განახლება
41
+ Name[kab]=Aleqqem n ikaramen n umseqdac
42
+ Name[kg]=mu sekokae nta
43
+ Name[kk]=Пайдаланушы бумаларын жаңарту
44
+ Name[kn]=ಬಳಕೆದಾರ ಕಡತಕೋಶಗಳ ಅಪ್‌ಡೇಟ್‌
45
+ Name[ko]=사용자 폴더 업데이트
46
+ Name[ku]=Rojanekirina peldankên bikarhênerê/î
47
+ Name[lt]=Naudotojo aplankų atnaujinimas
48
+ Name[lv]=Lietotāja mapju atjaunināšana
49
+ Name[ml]=ഉപയോക്താവിന്റെ ഫോള്‍ഡറുകളുടെ പരിഷ്കരണം
50
+ Name[mr]=वापरकर्ता पोल्डर्सची सुधारणा
51
+ Name[ms]=Kemaskini folder pengguna
52
+ Name[nb]=Oppdatering av brukermapper
53
+ Name[nds]=Brukerverteeknisopfrischen
54
+ Name[ne]=प्रयोगकर्ता फोल्डर अद्यावधिक गर्नुहोस्
55
+ Name[nl]=Gebruikersmappen aanpassen
56
+ Name[or]=ଚାଳକ ଫୋଲଡରଗୁଡ଼ିକର ଅଦ୍ୟତନ
57
+ Name[pa]=ਯੂਜ਼ਰ ਫੋਲਡਰ ਅੱਪਡੇਟ
58
+ Name[pl]=Aktualizacja katalogów użytkownika
59
+ Name[ps]=د کارن پوښېو اوسمهالونه
60
+ Name[pt]=Atualização de pastas do utilizador
61
+ Name[pt_BR]=Atualizar pastas de usuário
62
+ Name[ro]=Actualizare dosare utilizator
63
+ Name[ru]=Обновление папок пользователя
64
+ Name[si]=පරිශීලක බහාලුම් යාවත්කාලීනය
65
+ Name[sk]=Aktualizácia používateľských priečinkov
66
+ Name[sl]=Uporabniška posodobitev map
67
+ Name[sq]=Përditëso kartelat e përdoruesit
68
+ Name[sr]=Преименовање фасцикли
69
+ Name[sr@latin]=Preimenovanje fascikli
70
+ Name[sv]=Uppdatera användarmappar
71
+ Name[ta]=பயனர் கோப்புறைகளை மேம்படுத்து
72
+ Name[te]=వినియోగదారి ఫోల్డర్ల నవీకరణ
73
+ Name[th]=ปรับชื่อโฟลเดอร์ผู้ใช้
74
+ Name[tr]=Kullanıcı klasörlerinin güncellenmesi
75
+ Name[uk]=Оновлення тек користувача
76
+ Name[vi]=Cập nhật thư mục người dùng
77
+ Name[zh_CN]=用户文件夹更新
78
+ Name[zh_HK]=使用者資料夾更新
79
+ Name[zh_TW]=使用者資料夾更新
80
+ Name=User folders update
81
+ Comment[af]=Dateer algemene gidsname op om te pas by die huidige lokaliteitsinstelling
82
+ Comment[an]=Esviellar os nombres d'as carpetas ta conincidir con a configuracion rechional actual
83
+ Comment[ar]=حدّث أسماء المجلدات المشتركة لتطابق المحلية الحالية
84
+ Comment[as]=বৰ্ত্তমানৰ লোকেইলৰ লগত মিলাবলৈ সাধাৰণ ফোল্ডাৰৰ নাম উন্নয়ন কৰক
85
+ Comment[ast]=Anovar los nomes comunes de les carpetes pa que concasen cola configuración rexonal actual
86
+ Comment[be]=Абнаўленне назваў стандартных папак у адпаведнасці з актыўнымі настройкамі мясцовасці
87
+ Comment[be@latin]=Aktualizuj nazvy asnoŭnych katalohaŭ, kab adpaviadali dziejnaj lakalnaści
88
+ Comment[bg]=Превеждане на имената на стандартните папки към текущо ползвания език
89
+ Comment[bn_IN]=বর্তমান লোকেইল অনুযায়ী, সাধারণ ফোল্ডারগুলির নাম পরিবর্তন করা হবে
90
+ Comment[bs]=Promijeni imena često korišćenih direktorija na trenutni jezik
91
+ Comment[ca]=Actualitza els noms de les carpetes comunes per a coincidir amb l'idioma actual
92
+ Comment[crh]=Umumiy cilbentlerniñ isimlerini ağımdaki tilge uyğunlaştır
93
+ Comment[cs]=Aktualizovat názvy běžných složek podle aktuální lokalizace libc
94
+ Comment[csb]=Aktualizacëjô nowich mionów katalogów do aktualnegò nastôwù jãzëka
95
+ Comment[da]=Opdatér almindelige mappenavne, så de passer til det nuværende sprog
96
+ Comment[de]=Namen der Standardordner auf die momentan verwendete Sprache aktualisieren
97
+ Comment[el]=Ενημέρωση ονομάτων των συνηθισμένων φακέλων ώστε να ταιριάζουν στην τρέχουσα γλώσσα
98
+ Comment[en_GB]=Update common folders names to match current locale
99
+ Comment[eo]=Ĝisdatigi komunajn dosierujnomojn por tute kongrui aktualan lokan lingvon
100
+ Comment[es]=Actualizar los nombres comunes de las carpetas para coincidir con la configuración regional actual
101
+ Comment[et]=Standardkaustade nimede uuendamine, et need sobiksid valitud keelega
102
+ Comment[eu]=Eguneratu karpeta arrunten izenak uneko lokalearekin bat etortzeko
103
+ Comment[fa]=به‌روز رسانی نام شاخه‌های معمول برای تطابق با زبان کنونی
104
+ Comment[fi]=Päivitä vakiokansioiden nimet nykyisten kieliasetusten perusteella
105
+ Comment[fr]=Mettre à jour les noms des dossiers courants pour correspondre à la langue (« locale ») actuelle
106
+ Comment[fur]=Inzorne i nons des cartelis ordenaris in base ae lenghe in ûs
107
+ Comment[gl]=Actualizar nomes dos cartafoles comúns para coincidir co locale actual
108
+ Comment[gu]=હાલનાં લોકેલ ને બંધબેસતા સામાન્ય ફોલ્ડર નામોને સુધારો
109
+ Comment[he]=עדכון שמות של תיקיות נפוצות כך שיתאימו לשפה הנוכחית
110
+ Comment[hi]=मौजूदा फोल्डर से मेल खाने के लिए सामान्य फोल्डर नाम को अद्यतन करें
111
+ Comment[hr]=Nadopuni nazive uobičajenih mapa kako bi odgovarali trenutnom jeziku
112
+ Comment[hu]=Általános mappanevek frissítése a jelenlegi területi beállításra
113
+ Comment[id]=Perbarui nama folder umum untuk disamakan dengan lokal saat ini
114
+ Comment[ie]=Actualisar nómines del comun fólderes al actual locale
115
+ Comment[is]=Uppfæra möppur til að passa við núverandi tungumál
116
+ Comment[it]=Aggiorna i nomi di cartella comuni in base alla lingua in uso
117
+ Comment[ja]=標準フォルダーの名前を現在の言語に合わせて更新します
118
+ Comment[ka]=დასტების მიმდინარე ლოკალის მიხედვით განახლება
119
+ Comment[kab]=Leqqem ismawen n yikaramen icaεen akken ad mmagren d tutlayt n tura.
120
+ Comment[kg]=bandula nta za lundombe mu ndingAku
121
+ Comment[kk]=Ағымдағы тілге сәйкес келуі үшін қалыпты бумалар атауларын жаңарту
122
+ Comment[kn]=ಪ್ರಸಕ್ತ ಭಾಷೆಗೆ(ಲೊಕ್ಯಾಲ್‌) ಹೊಂದಿಕೊಳ್ಳುವಂತೆ ಸಾಮಾನ್ಯ ಕಡತಕೋಶದ ಹೆಸರುಗಳನ್ನು ಬದಲಾಯಿಸಿ
123
+ Comment[ko]=현재 로캘에 맞게 공통 폴더의 이름을 바꿉니다
124
+ Comment[ku]=Navên peldankên zêde bikaranî rojane bike da ku lihevhatina bi localeya heyî re hebe.
125
+ Comment[lt]=Atnaujinti standartinių aplankų vardus pagal nustatytą lokalę
126
+ Comment[lv]=Atjaunināt vispārīgo mapju nosaukumus, lai tie sakristu ar izvēlēto lokāli
127
+ Comment[ml]=ഇപ്പോഴുള്ള ലൊക്കേലുമായി പൊരുത്തപ്പെടുന്ന സാധാരണ ഫോള്‍ഡര്‍ നാമങ്ങള്‍ നല്‍കുക
128
+ Comment[mr]=सध्याच्या लोकेलची जुळवणी करण्यासाठी सामान्य फोल्डरचे नावे सुधारीत करा
129
+ Comment[ms]=Kemaskini nama folder umum mengikut lokal semasa yang sepadan
130
+ Comment[nb]=Oppdater navn på vanlige mapper til aktivt språk
131
+ Comment[nds]=Allgemeene Verteeknisnaamen in de neje Sprak opfrischen
132
+ Comment[ne]=हालको लोक्याल मिलाउन साझा फोल्डरनामहरू अद्यावधिक गर्नुहोस्
133
+ Comment[nl]=Namen van standaardmappen aanpassen aan de huidige taalinstelling
134
+ Comment[or]=ପ୍ରଚଳିତ ଭାଷା ସହିତ ମେଳାଇବା ପାଇଁ ସାଧାରଣ ଫୋଲଡର ନାମଗୁଡ଼���କୁ ଅଦ୍ୟତନ କରନ୍ତୁ
135
+ Comment[pa]=ਆਮ ਫੋਲਡਰ ਨਾਂ ਮੌਜੂਦਾ ਲੋਕੇਲ ਨਾਲ ਮਿਲਾਉਣ ਵਾਸਤੇ ਅੱਪਡੇਟ
136
+ Comment[pl]=Aktualizowanie nazw katalogów do bieżących ustawień językowych
137
+ Comment[ps]=د ټولګړو پوښېو نومونه اوسمهالول چې د اوسنۍ ځاييزونې سره ساري شي
138
+ Comment[pt]=Atualizar os nomes de pastas comuns para corresponderem ao idioma atual
139
+ Comment[pt_BR]=Atualiza o nome de pastas comuns para se adequar à localização atual
140
+ Comment[ro]=Actualizați numele dosarelor uzuale pentru a se potrivi cu localizarea curentă
141
+ Comment[ru]=Обновить имена общих папок для соответствия текущему языку
142
+ Comment[sk]=Aktualizovať názvy bežných priečinkov, aby sa zhodovali so súčasným jazykom
143
+ Comment[sl]=Posodobi imena map na trenutno izbrani jezik
144
+ Comment[sq]=Përditëso emrat e kartelave të zakonshme në bazë të gjuhës në përdorim
145
+ Comment[sr]=Усклађује имена стандардних фасцикли са тренутним језиком
146
+ Comment[sr@latin]=Usklađuje imena standardnih fascikli sa trenutnim jezikom
147
+ Comment[sv]=Uppdatera vanliga mappnamn för att passa aktuell lokal
148
+ Comment[ta]=நடப்பு உள்ளமைக்கு பொதுவான கோப்புறைகளின் பெயர்களை பொருத்துவதற்கு மேம்படுத்து
149
+ Comment[te]=ఉమ్మడి ఫోల్డర్ నామములను ప్రస్తుత స్థానికానికి నవీకరించుము
150
+ Comment[th]=ปรับชื่อโฟลเดอร์มาตรฐานให้เป็นภาษาเดียวกับโลแคลปัจจุบัน
151
+ Comment[tr]=Ortak klasör adlarını güncelleyerek geçerli dile uyarla
152
+ Comment[uk]=Оновити імена загальних тек для відповідності поточній локалі
153
+ Comment[vi]=Cập nhật tên các thư mục thông dụng cho khớp với ngôn ngữ bản địa
154
+ Comment[zh_CN]=更新公共文件夹名称以匹配当前区域设置
155
+ Comment[zh_HK]=更新常用資料夾名稱以符合目前的語言區域設定
156
+ Comment[zh_TW]=更新常用資料夾名稱以符合目前的語言區域設定
157
+ Comment=Update common folders names to match current locale
158
+ Terminal=false
159
+ OnlyShowIn=GNOME;LXDE;Unity;
160
+ NoDisplay=true
161
+ Type=Application
162
+ StartupNotify=false
163
+ X-KDE-autostart-after=panel
includedir/etc/xdg/autostart/xdg-user-dirs.desktop ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ [Desktop Entry]
2
+ Type=Application
3
+ Name=User folders update
4
+ TryExec=xdg-user-dirs-update
5
+ Exec=xdg-user-dirs-update
6
+ StartupNotify=false
7
+ NoDisplay=true
8
+
9
+ X-GNOME-Autostart-Phase=Initialization
10
+ X-KDE-autostart-phase=1
includedir/etc/xdg/menus/mate-applications.menu ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
2
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
3
+
4
+ <Menu>
5
+
6
+ <Name>Applications</Name>
7
+ <Directory>mate-menu-applications.directory</Directory>
8
+
9
+ <!-- Scan legacy dirs first, as later items take priority -->
10
+ <KDELegacyDirs/>
11
+ <LegacyDir>/etc/X11/applnk</LegacyDir>
12
+ <LegacyDir>/usr/share/mate/apps</LegacyDir>
13
+
14
+ <!-- Read standard .directory and .desktop file locations -->
15
+ <DefaultAppDirs/>
16
+ <DefaultDirectoryDirs/>
17
+
18
+ <!-- Read in overrides and child menus from applications-merged/ -->
19
+ <DefaultMergeDirs/>
20
+ <MergeDir>applications-merged</MergeDir>
21
+
22
+ <!-- Accessories submenu -->
23
+ <Menu>
24
+ <Name>Accessories</Name>
25
+ <Directory>mate-utility.directory</Directory>
26
+ <Include>
27
+ <And>
28
+ <Category>Utility</Category>
29
+ <!-- Accessibility spec must have either the Utility or Settings
30
+ category, and we display an accessibility submenu already for
31
+ the ones that do not have Settings, so don't display accessibility
32
+ applications here -->
33
+ <Not><Category>Accessibility</Category></Not>
34
+ <Not><Category>System</Category></Not>
35
+ </And>
36
+ </Include>
37
+ </Menu> <!-- End Accessories -->
38
+
39
+ <!-- Accessibility submenu -->
40
+ <Menu>
41
+ <Name>Universal Access</Name>
42
+ <Directory>mate-utility-accessibility.directory</Directory>
43
+ <Include>
44
+ <And>
45
+ <Category>Accessibility</Category>
46
+ <Not><Category>Settings</Category></Not>
47
+ </And>
48
+ </Include>
49
+ </Menu> <!-- End Accessibility -->
50
+
51
+ <!-- Development Tools -->
52
+ <Menu>
53
+ <Name>Development</Name>
54
+ <Directory>mate-development.directory</Directory>
55
+ <Include>
56
+ <And>
57
+ <Category>Development</Category>
58
+ </And>
59
+ <Filename>emacs.desktop</Filename>
60
+ </Include>
61
+ </Menu> <!-- End Development Tools -->
62
+
63
+ <!-- Education -->
64
+ <Menu>
65
+ <Name>Education</Name>
66
+ <Directory>mate-education.directory</Directory>
67
+ <Include>
68
+ <And>
69
+ <Category>Education</Category>
70
+ </And>
71
+ </Include>
72
+ </Menu> <!-- End Education -->
73
+
74
+ <!-- Games -->
75
+ <Menu>
76
+ <Name>Games</Name>
77
+ <Directory>mate-game.directory</Directory>
78
+ <Include>
79
+ <And>
80
+ <Category>Game</Category>
81
+ </And>
82
+ </Include>
83
+ </Menu> <!-- End Games -->
84
+
85
+ <!-- Graphics -->
86
+ <Menu>
87
+ <Name>Graphics</Name>
88
+ <Directory>mate-graphics.directory</Directory>
89
+ <Include>
90
+ <And>
91
+ <Category>Graphics</Category>
92
+ </And>
93
+ </Include>
94
+ </Menu> <!-- End Graphics -->
95
+
96
+ <!-- Internet -->
97
+ <Menu>
98
+ <Name>Internet</Name>
99
+ <Directory>mate-network.directory</Directory>
100
+ <Include>
101
+ <And>
102
+ <Category>Network</Category>
103
+ </And>
104
+ </Include>
105
+ </Menu> <!-- End Internet -->
106
+
107
+ <!-- Multimedia -->
108
+ <Menu>
109
+ <Name>Multimedia</Name>
110
+ <Directory>mate-audio-video.directory</Directory>
111
+ <Include>
112
+ <And>
113
+ <Category>AudioVideo</Category>
114
+ </And>
115
+ </Include>
116
+ </Menu> <!-- End Multimedia -->
117
+
118
+ <!-- Office -->
119
+ <Menu>
120
+ <Name>Office</Name>
121
+ <Directory>mate-office.directory</Directory>
122
+ <Include>
123
+ <And>
124
+ <Category>Office</Category>
125
+ </And>
126
+ </Include>
127
+ </Menu> <!-- End Office -->
128
+
129
+ <!-- System Tools-->
130
+ <Menu>
131
+ <Name>System</Name>
132
+ <Directory>mate-system-tools.directory</Directory>
133
+ <Include>
134
+ <And>
135
+ <Category>System</Category>
136
+ <Not><Category>Settings</Category></Not>
137
+ </And>
138
+ </Include>
139
+ </Menu> <!-- End System Tools -->
140
+
141
+ <!-- Collection-->
142
+ <Menu>
143
+ <Name>Collection</Name>
144
+ <Directory>mate-collection.directory</Directory>
145
+ <Include>
146
+ <And>
147
+ <Category>Collection</Category>
148
+ <Not><Category>Settings</Category></Not>
149
+ </And>
150
+ </Include>
151
+ </Menu> <!-- End Collection Tools -->
152
+ <!-- Other -->
153
+ <Menu>
154
+ <Name>Other</Name>
155
+ <Directory>mate-other.directory</Directory>
156
+ <OnlyUnallocated/>
157
+ <Include>
158
+ <And>
159
+ <Not><Category>Core</Category></Not>
160
+ <Not><Category>Settings</Category></Not>
161
+ <Not><Category>Screensaver</Category></Not>
162
+ </And>
163
+ </Include>
164
+ </Menu> <!-- End Other -->
165
+
166
+ </Menu> <!-- End Applications -->
includedir/etc/xdg/menus/mate-preferences-categories.menu ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
2
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
3
+
4
+ <Menu>
5
+ <Name>Preferences</Name>
6
+
7
+ <Menu>
8
+ <Name>Personal</Name>
9
+ <Directory>mate-personal.directory</Directory>
10
+ <Include>
11
+ <And>
12
+ <Category>Settings</Category>
13
+ <Category>X-MATE-PersonalSettings</Category>
14
+ <Not><Category>System</Category></Not>
15
+ </And>
16
+ <And>
17
+ <Category>Settings</Category>
18
+ <Category>X-GNOME-PersonalSettings</Category>
19
+ <Not><Category>System</Category></Not>
20
+ </And>
21
+ <And>
22
+ <Category>Settings</Category>
23
+ <Category>X-GNOME-SystemSettings</Category>
24
+ <Category>Archiving</Category>
25
+ </And>
26
+ <And>
27
+ <Category>Settings</Category>
28
+ <Category>Accessibility</Category>
29
+ </And>
30
+ </Include>
31
+ </Menu>
32
+
33
+ <Menu>
34
+ <Name>Look and Feel</Name>
35
+ <Directory>mate-look-and-feel.directory</Directory>
36
+ <Include>
37
+ <And>
38
+ <Category>Settings</Category>
39
+ <Category>DesktopSettings</Category>
40
+ <Not><Category>System</Category></Not>
41
+ <Not><Category>Security</Category></Not>
42
+ </And>
43
+ <And>
44
+ <Category>Settings</Category>
45
+ <Category>Qt</Category>
46
+ <Not><Category>System</Category></Not>
47
+ <Not><Category>Security</Category></Not>
48
+ </And>
49
+ </Include>
50
+ </Menu>
51
+
52
+ <Menu>
53
+ <Name>Internet and Network</Name>
54
+ <Directory>mate-internet-and-network.directory</Directory>
55
+ <Include>
56
+ <And>
57
+ <Category>Settings</Category>
58
+ <Category>X-MATE-NetworkSettings</Category>
59
+ <Not><Category>System</Category></Not>
60
+ </And>
61
+ <And>
62
+ <Category>Settings</Category>
63
+ <Category>X-GNOME-NetworkSettings</Category>
64
+ <Not><Category>System</Category></Not>
65
+ </And>
66
+ <And>
67
+ <Category>Settings</Category>
68
+ <Category>Security</Category>
69
+ <Not><Category>System</Category></Not>
70
+ </And>
71
+ </Include>
72
+ </Menu>
73
+
74
+ <Menu>
75
+ <Name>Hardware</Name>
76
+ <Directory>mate-hardware.directory</Directory>
77
+ <Include>
78
+ <And>
79
+ <Category>Settings</Category>
80
+ <Category>HardwareSettings</Category>
81
+ <Not><Category>System</Category></Not>
82
+ </And>
83
+ </Include>
84
+ </Menu>
85
+
86
+ <Menu>
87
+ <Name>Other</Name>
88
+ <Directory>mate-other.directory</Directory>
89
+ <Include>
90
+ <And>
91
+ <Category>Settings</Category>
92
+ <Not><Category>Accessibility</Category></Not>
93
+ <Not><Category>System</Category></Not>
94
+ <Not><Category>DesktopSettings</Category></Not>
95
+ <Not><Category>HardwareSettings</Category></Not>
96
+ <Not><Category>Security</Category></Not>
97
+ <Not><Category>Archiving</Category></Not>
98
+ <Not><Category>Qt</Category></Not>
99
+ <Not><Category>X-MATE-NetworkSettings</Category></Not>
100
+ <Not><Category>X-GNOME-NetworkSettings</Category></Not>
101
+ <Not><Category>X-MATE-PersonalSettings</Category></Not>
102
+ <Not><Category>X-GNOME-PersonalSettings</Category></Not>
103
+ </And>
104
+ </Include>
105
+ <Exclude>
106
+ <Filename>matecc.desktop</Filename>
107
+ </Exclude>
108
+ </Menu>
109
+
110
+ <Exclude>
111
+ <Category>Settings</Category>
112
+ </Exclude>
113
+ </Menu>
114
+
includedir/etc/xdg/menus/mate-settings.menu ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
2
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
3
+
4
+ <Menu>
5
+
6
+ <Name>Desktop</Name>
7
+ <Directory>mate-menu-system.directory</Directory>
8
+
9
+ <!-- Read standard .directory and .desktop file locations -->
10
+ <DefaultAppDirs/>
11
+ <DefaultDirectoryDirs/>
12
+
13
+ <!-- Read in overrides and child menus from applications-merged/ -->
14
+ <DefaultMergeDirs/>
15
+ <MergeDir>preferences-merged</MergeDir>
16
+
17
+ <!-- Add a link to the control center -->
18
+ <Include>
19
+ <Filename>matecc.desktop</Filename>
20
+ </Include>
21
+
22
+ <!-- Merge in these other files as submenus -->
23
+ <Menu>
24
+ <Name>Preferences</Name>
25
+ <Directory>mate-settings.directory</Directory>
26
+ <Include>
27
+ <And>
28
+ <Category>Settings</Category>
29
+ <Not>
30
+ <Or>
31
+ <Category>System</Category>
32
+ <Filename>matecc.desktop</Filename>
33
+ </Or>
34
+ </Not>
35
+ </And>
36
+ </Include>
37
+ <MergeFile>mate-preferences-categories.menu</MergeFile>
38
+ </Menu>
39
+
40
+ <!-- System Settings -->
41
+ <Menu>
42
+ <Name>Administration</Name>
43
+ <Directory>mate-settings-system.directory</Directory>
44
+ <Include>
45
+ <And>
46
+ <Category>Settings</Category>
47
+ <Category>System</Category>
48
+ </And>
49
+ </Include>
50
+ </Menu> <!-- End System Settings -->
51
+
52
+ <Layout>
53
+ <Menuname>Preferences</Menuname>
54
+ <Menuname>Administration</Menuname>
55
+ <Merge type="menus"/>
56
+ <Merge type="files"/>
57
+ </Layout>
58
+
59
+ </Menu> <!-- End Settings -->
includedir/etc/xdg/menus/matecc.menu ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
2
+ "http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
3
+
4
+ <Menu>
5
+ <Name>Control Center</Name>
6
+ <Directory>matecc.directory</Directory>
7
+
8
+ <!-- Read standard .directory and .desktop file locations -->
9
+ <DefaultAppDirs/>
10
+ <DefaultDirectoryDirs/>
11
+
12
+ <!-- Read in overrides and child menus from matecc-merged/ -->
13
+ <DefaultMergeDirs/>
14
+
15
+ <!-- Sort the control center categories -->
16
+ <Layout>
17
+ <Menuname>Administration</Menuname>
18
+ <Menuname>Hardware</Menuname>
19
+ <Menuname>Internet and Network</Menuname>
20
+ <Menuname>Look and Feel</Menuname>
21
+ <Menuname>Personal</Menuname>
22
+ <Menuname>Universal Access</Menuname>
23
+ <Merge type="all" />
24
+ </Layout>
25
+
26
+ <!-- Define what appears in the Other category -->
27
+ <Include>
28
+ <And>
29
+ <Category>Settings</Category>
30
+ <Not><Category>Accessibility</Category></Not>
31
+ <Not><Category>System</Category></Not>
32
+ <Not><Category>DesktopSettings</Category></Not>
33
+ <Not><Category>HardwareSettings</Category></Not>
34
+ <Not><Category>Security</Category></Not>
35
+ <Not><Category>Archiving</Category></Not>
36
+ <Not><Category>Qt</Category></Not>
37
+ <Not><Category>X-MATE-NetworkSettings</Category></Not>
38
+ <Not><Category>X-GNOME-NetworkSettings</Category></Not>
39
+ <Not><Category>X-MATE-PersonalSettings</Category></Not>
40
+ <Not><Category>X-GNOME-PersonalSettings</Category></Not>
41
+ </And>
42
+ </Include>
43
+ <Exclude>
44
+ <Filename>matecc.desktop</Filename>
45
+ </Exclude>
46
+
47
+ <!-- Avoid the shell having a launcher for itself -->
48
+ <Exclude>
49
+ <Filename>matecc.desktop</Filename>
50
+ </Exclude>
51
+
52
+ <!-- Administration category -->
53
+ <Menu>
54
+ <Name>Administration</Name>
55
+ <Directory>mate-settings-system.directory</Directory>
56
+ <Include>
57
+ <And>
58
+ <Category>Settings</Category>
59
+ <Category>System</Category>
60
+ </And>
61
+ <And>
62
+ <Category>Settings</Category>
63
+ <Category>System</Category>
64
+ <Category>Printing</Category>
65
+ </And>
66
+ </Include>
67
+ </Menu> <!-- End Administration -->
68
+
69
+ <!-- Hardware category -->
70
+ <Menu>
71
+ <Name>Hardware</Name>
72
+ <Directory>mate-hardware.directory</Directory>
73
+ <Include>
74
+ <And>
75
+ <Category>Settings</Category>
76
+ <Category>HardwareSettings</Category>
77
+ <Not><Category>System</Category></Not>
78
+ </And>
79
+ </Include>
80
+ </Menu> <!-- End Hardware -->
81
+
82
+ <!-- Internet and Network category -->
83
+ <Menu>
84
+ <Name>Internet and Network</Name>
85
+ <Directory>mate-internet-and-network.directory</Directory>
86
+ <Include>
87
+ <And>
88
+ <Category>Settings</Category>
89
+ <Category>X-MATE-NetworkSettings</Category>
90
+ <Not><Category>System</Category></Not>
91
+ </And>
92
+ <And>
93
+ <Category>Settings</Category>
94
+ <Category>X-GNOME-NetworkSettings</Category>
95
+ <Not><Category>System</Category></Not>
96
+ </And>
97
+ <And>
98
+ <Category>Settings</Category>
99
+ <Category>Security</Category>
100
+ <Not><Category>System</Category></Not>
101
+ </And>
102
+ </Include>
103
+ </Menu> <!-- End Internet and Network -->
104
+
105
+ <!-- Look and Feel category -->
106
+ <Menu>
107
+ <Name>Look and Feel</Name>
108
+ <Directory>mate-look-and-feel.directory</Directory>
109
+ <Include>
110
+ <And>
111
+ <Category>Settings</Category>
112
+ <Category>DesktopSettings</Category>
113
+ <Not><Category>System</Category></Not>
114
+ <Not><Category>Security</Category></Not>
115
+ </And>
116
+ <And>
117
+ <Category>Settings</Category>
118
+ <Category>Qt</Category>
119
+ <Not><Category>System</Category></Not>
120
+ <Not><Category>Security</Category></Not>
121
+ </And>
122
+ </Include>
123
+ </Menu> <!-- End Look and Feel category -->
124
+
125
+
126
+ <!-- Personal category -->
127
+ <Menu>
128
+ <Name>Personal</Name>
129
+ <Directory>mate-personal.directory</Directory>
130
+ <Include>
131
+ <And>
132
+ <Category>Settings</Category>
133
+ <Category>X-MATE-PersonalSettings</Category>
134
+ <Not><Category>System</Category></Not>
135
+ </And>
136
+ <And>
137
+ <Category>Settings</Category>
138
+ <Category>X-GNOME-PersonalSettings</Category>
139
+ <Not><Category>System</Category></Not>
140
+ </And>
141
+ <And>
142
+ <Category>Settings</Category>
143
+ <Category>X-GNOME-SystemSettings</Category>
144
+ <Category>Archiving</Category>
145
+ </And>
146
+ <And>
147
+ <Category>Settings</Category>
148
+ <Category>Accessibility</Category>
149
+ <Not><Category>Utility</Category></Not>
150
+ </And>
151
+ </Include>
152
+ </Menu> <!-- End Personal -->
153
+
154
+ </Menu> <!-- End CC -->
includedir/etc/xdg/tumbler/tumbler.rc ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ###
2
+ # [TypeNameOfPlugin]
3
+ # Disabled: Set to true to avoid loading the plugin. By default all
4
+ # plugins are loaded.
5
+ # Priority: Priority of the plugin if more plugins support the same
6
+ # uri-scheme / mime-type combination.
7
+ # Locations: ;-separated path list the plugin will be used in. If the
8
+ # source file is not a child of one of the locations, the
9
+ # plugin won't be used and another plugin with a lower
10
+ # priority will be tried.
11
+ # Absolute paths, environment variables, ~/ and ~username/
12
+ # are allowed. Leave empty to allow all locations.
13
+ # Excludes: ;-separated path list the plugin will not be used in.
14
+ # Absolute paths, environment variables, ~/ and ~username/
15
+ # are allowed. Leave empty to exclude nothing. Please note
16
+ # that paths in Excludes precede those in Locations.
17
+ # MaxFileSize: Maximum size of the source file the plugin will still
18
+ # try to generate a plugin for. The size is in bytes,
19
+ # 0 disables the check.
20
+ #
21
+ # For more information see https://docs.xfce.org/xfce/tumbler/start
22
+ ###
23
+
24
+ ###
25
+ # Image Thumbnailers
26
+ ###
27
+
28
+ # Jpeg thumbnailer (from exif data if possible)
29
+ [JPEGThumbnailer]
30
+ Disabled=false
31
+ Priority=3
32
+ Locations=
33
+ Excludes=
34
+ MaxFileSize=0
35
+
36
+ # RAW image files using libopenraw (the libopenraw pixbuf loader is kind of
37
+ # broken, hence the priority)
38
+ [RawThumbnailer]
39
+ Disabled=false
40
+ Priority=3
41
+ Locations=
42
+ Excludes=
43
+ MaxFileSize=0
44
+
45
+ # Supports all type GdkPixbuf supports
46
+ [PixbufThumbnailer]
47
+ Disabled=false
48
+ Priority=2
49
+ Locations=
50
+ Excludes=
51
+ MaxFileSize=0
52
+
53
+ ###
54
+ # Video Thumbnailers
55
+ ###
56
+
57
+ # Download cover from omdbapi.com or themoviedb.org if an
58
+ # API key is given. This plugin is disabled because it
59
+ # sends your (private) movie names over the internet.
60
+ [CoverThumbnailer]
61
+ Disabled=true
62
+ Priority=3
63
+ Locations=~/movies
64
+ Excludes=
65
+ MaxFileSize=0
66
+ #APIKey=your-api-key-from-themoviedb.org
67
+
68
+ # ffmpegthumbnailer plugin
69
+ [FfmpegThumbnailer]
70
+ Disabled=false
71
+ Priority=2
72
+ Locations=
73
+ Excludes=
74
+ MaxFileSize=0
75
+
76
+ # GStreamer plugin
77
+ [GstThumbnailer]
78
+ Disabled=false
79
+ Priority=1
80
+ Locations=
81
+ Excludes=
82
+ MaxFileSize=0
83
+
84
+ ###
85
+ # Document Thumbnailers
86
+ ###
87
+
88
+ # FreeType thumbnailer
89
+ [FontThumbnailer]
90
+ Disabled=false
91
+ Priority=1
92
+ Locations=
93
+ Excludes=
94
+ MaxFileSize=0
95
+
96
+
97
+ # PDF/PS thumbnailer
98
+ [PopplerThumbnailer]
99
+ Disabled=false
100
+ Priority=1
101
+ Locations=
102
+ Excludes=
103
+ MaxFileSize=0
104
+
105
+ # Open document thumbnailer (ODF)
106
+ [OdfThumbnailer]
107
+ Disabled=false
108
+ Priority=1
109
+ Locations=
110
+ Excludes=
111
+ MaxFileSize=0
112
+
113
+ # Epub thumbnailer
114
+ [EpubThumbnailer]
115
+ Disabled=false
116
+ Priority=1
117
+ Locations=
118
+ Excludes=
119
+ MaxFileSize=0
120
+
121
+ ###
122
+ # External Thumbnailers
123
+ ###
124
+
125
+ # Thumbnailers provided by .thumbnailer desktop files located in $XDG_DATA_HOME/thumbnailers/ and
126
+ # $XDG_DATA_DIRS/thumbnailers/
127
+ #
128
+ # They can handle any mime type, depending on the contents of each particular desktop file.
129
+ # Their priority is defined here globally and by default lower than that of all internal
130
+ # thumbnailers.
131
+ # These priorities should in any case remain different, otherwise there is no way to know in
132
+ # advance which of the internal or external thumbnailer will be prioritized in case of a mime type
133
+ # match.
134
+ #
135
+ # In case of several desktop files with the same name in the thumbnailer directories, the one
136
+ # placed in the highest priority directory override all the others.
137
+ #
138
+ # All the properties below can be overridden per desktop file, in the "X-Tumbler Settings" group,
139
+ # for example:
140
+ # [X-Tumbler Settings]
141
+ # Priority=4
142
+ # MaxFileSize=104857600
143
+ [DesktopThumbnailer]
144
+ Disabled=false
145
+ Priority=0
146
+ Locations=
147
+ Excludes=
148
+ MaxFileSize=0
includedir/etc/xdg/user-dirs.conf ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This controls the behaviour of xdg-user-dirs-update which is run on user login
2
+ # You can also have per-user config in ~/.config/user-dirs.conf, or specify
3
+ # the XDG_CONFIG_HOME and/or XDG_CONFIG_DIRS to override this
4
+ #
5
+
6
+ enabled=True
7
+
8
+ # This sets the filename encoding to use. You can specify an explicit
9
+ # encoding, or "locale" which means the encoding of the users locale
10
+ # will be used
11
+ filename_encoding=UTF-8
includedir/etc/xdg/user-dirs.defaults ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Default settings for user directories
2
+ #
3
+ # The values are relative pathnames from the home directory and
4
+ # will be translated on a per-path-element basis into the users locale
5
+ DESKTOP=Desktop
6
+ DOWNLOAD=Downloads
7
+ TEMPLATES=Templates
8
+ PUBLICSHARE=Public
9
+ DOCUMENTS=Documents
10
+ MUSIC=Music
11
+ PICTURES=Pictures
12
+ VIDEOS=Videos
13
+ # Another alternative is:
14
+ #MUSIC=Documents/Music
15
+ #PICTURES=Documents/Pictures
16
+ #VIDEOS=Documents/Videos
includedir/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <channel name="xfce4-keyboard-shortcuts" version="1.0">
4
+ <property name="commands" type="empty">
5
+ <property name="default" type="empty">
6
+ <property name="&lt;Alt&gt;F1" type="string" value="xfce4-popup-applicationsmenu"/>
7
+ <property name="&lt;Alt&gt;F2" type="string" value="xfce4-appfinder --collapsed">
8
+ <property name="startup-notify" type="bool" value="true"/>
9
+ </property>
10
+ <property name="&lt;Alt&gt;F3" type="string" value="xfce4-appfinder">
11
+ <property name="startup-notify" type="bool" value="true"/>
12
+ </property>
13
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Delete" type="string" value="xfce4-session-logout"/>
14
+ <property name="&lt;Primary&gt;&lt;Alt&gt;l" type="string" value="xflock4"/>
15
+ <property name="&lt;Primary&gt;&lt;Alt&gt;t" type="string" value="exo-open --launch TerminalEmulator"/>
16
+ <property name="XF86Display" type="string" value="xfce4-display-settings --minimal"/>
17
+ <property name="&lt;Super&gt;p" type="string" value="xfce4-display-settings --minimal"/>
18
+ <property name="&lt;Primary&gt;Escape" type="string" value="xfdesktop --menu"/>
19
+ <property name="XF86WWW" type="string" value="exo-open --launch WebBrowser"/>
20
+ <property name="HomePage" type="string" value="exo-open --launch WebBrowser"/>
21
+ <property name="XF86Mail" type="string" value="exo-open --launch MailReader"/>
22
+ <property name="Print" type="string" value="xfce4-screenshooter"/>
23
+ <property name="&lt;Alt&gt;Print" type="string" value="xfce4-screenshooter -w"/>
24
+ <property name="&lt;Shift&gt;Print" type="string" value="xfce4-screenshooter -r"/>
25
+ <property name="&lt;Super&gt;e" type="string" value="thunar"/>
26
+ <property name="&lt;Primary&gt;&lt;Alt&gt;f" type="string" value="thunar"/>
27
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Escape" type="string" value="xkill"/>
28
+ <property name="&lt;Primary&gt;&lt;Shift&gt;Escape" type="string" value="xfce4-taskmanager"/>
29
+ <property name="&lt;Super&gt;r" type="string" value="xfce4-appfinder -c">
30
+ <property name="startup-notify" type="bool" value="true"/>
31
+ </property>
32
+ <property name="&lt;Alt&gt;&lt;Super&gt;s" type="string" value="orca"/>
33
+ </property>
34
+ </property>
35
+ <property name="xfwm4" type="empty">
36
+ <property name="default" type="empty">
37
+ <property name="&lt;Alt&gt;Insert" type="string" value="add_workspace_key"/>
38
+ <property name="Escape" type="string" value="cancel_key"/>
39
+ <property name="Left" type="string" value="left_key"/>
40
+ <property name="Right" type="string" value="right_key"/>
41
+ <property name="Up" type="string" value="up_key"/>
42
+ <property name="Down" type="string" value="down_key"/>
43
+ <property name="&lt;Alt&gt;Tab" type="string" value="cycle_windows_key"/>
44
+ <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" value="cycle_reverse_windows_key"/>
45
+ <property name="&lt;Alt&gt;Delete" type="string" value="del_workspace_key"/>
46
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Down" type="string" value="down_workspace_key"/>
47
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
48
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Down" type="string" value="lower_window_key"/>
49
+ <property name="&lt;Alt&gt;F4" type="string" value="close_window_key"/>
50
+ <property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
51
+ <property name="&lt;Alt&gt;F7" type="string" value="move_window_key"/>
52
+ <property name="&lt;Alt&gt;F8" type="string" value="resize_window_key"/>
53
+ <property name="&lt;Alt&gt;F9" type="string" value="hide_window_key"/>
54
+ <property name="&lt;Alt&gt;F10" type="string" value="maximize_window_key"/>
55
+ <property name="&lt;Alt&gt;F11" type="string" value="fullscreen_key"/>
56
+ <property name="&lt;Alt&gt;F12" type="string" value="above_key"/>
57
+ <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Left" type="string" value="move_window_left_key"/>
58
+ <property name="&lt;Primary&gt;&lt;Alt&gt;End" type="string" value="move_window_next_workspace_key"/>
59
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Home" type="string" value="move_window_prev_workspace_key"/>
60
+ <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Right" type="string" value="move_window_right_key"/>
61
+ <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" value="move_window_up_key"/>
62
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_1" type="string" value="move_window_workspace_1_key"/>
63
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_2" type="string" value="move_window_workspace_2_key"/>
64
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_3" type="string" value="move_window_workspace_3_key"/>
65
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_4" type="string" value="move_window_workspace_4_key"/>
66
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_5" type="string" value="move_window_workspace_5_key"/>
67
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_6" type="string" value="move_window_workspace_6_key"/>
68
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_7" type="string" value="move_window_workspace_7_key"/>
69
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_8" type="string" value="move_window_workspace_8_key"/>
70
+ <property name="&lt;Primary&gt;&lt;Alt&gt;KP_9" type="string" value="move_window_workspace_9_key"/>
71
+ <property name="&lt;Alt&gt;space" type="string" value="popup_menu_key"/>
72
+ <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" value="raise_window_key"/>
73
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Right" type="string" value="right_workspace_key"/>
74
+ <property name="&lt;Primary&gt;&lt;Alt&gt;d" type="string" value="show_desktop_key"/>
75
+ <property name="&lt;Primary&gt;&lt;Alt&gt;Up" type="string" value="up_workspace_key"/>
76
+ <property name="&lt;Super&gt;Tab" type="string" value="switch_window_key"/>
77
+ <property name="&lt;Primary&gt;F1" type="string" value="workspace_1_key"/>
78
+ <property name="&lt;Primary&gt;F2" type="string" value="workspace_2_key"/>
79
+ <property name="&lt;Primary&gt;F3" type="string" value="workspace_3_key"/>
80
+ <property name="&lt;Primary&gt;F4" type="string" value="workspace_4_key"/>
81
+ <property name="&lt;Primary&gt;F5" type="string" value="workspace_5_key"/>
82
+ <property name="&lt;Primary&gt;F6" type="string" value="workspace_6_key"/>
83
+ <property name="&lt;Primary&gt;F7" type="string" value="workspace_7_key"/>
84
+ <property name="&lt;Primary&gt;F8" type="string" value="workspace_8_key"/>
85
+ <property name="&lt;Primary&gt;F9" type="string" value="workspace_9_key"/>
86
+ <property name="&lt;Primary&gt;F10" type="string" value="workspace_10_key"/>
87
+ <property name="&lt;Primary&gt;F11" type="string" value="workspace_11_key"/>
88
+ <property name="&lt;Primary&gt;F12" type="string" value="workspace_12_key"/>
89
+ <property name="&lt;Super&gt;KP_Left" type="string" value="tile_left_key"/>
90
+ <property name="&lt;Super&gt;KP_Right" type="string" value="tile_right_key"/>
91
+ <property name="&lt;Super&gt;KP_Down" type="string" value="tile_down_key"/>
92
+ <property name="&lt;Super&gt;KP_Up" type="string" value="tile_up_key"/>
93
+ <property name="&lt;Super&gt;KP_Page_Up" type="string" value="tile_up_right_key"/>
94
+ <property name="&lt;Super&gt;KP_Home" type="string" value="tile_up_left_key"/>
95
+ <property name="&lt;Super&gt;KP_End" type="string" value="tile_down_left_key"/>
96
+ <property name="&lt;Super&gt;KP_Next" type="string" value="tile_down_right_key"/>
97
+ </property>
98
+ </property>
99
+ </channel>
includedir/home/anon/.config/QtProject.conf ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ [FileDialog]
2
+ history=file:///home/javierc/Downloads
3
+ lastVisited=file:///home/javierc/Downloads
4
+ qtVersion=6.8.2
5
+ shortcuts=file:, file:///home/javierc
6
+ sidebarWidth=98
7
+ 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\xec\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\0\xff\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\0n\0\0\0\x1\0\0\0\0\0\0\x3\xe8\0\xff\xff\xff\xff\0\0\0\0)
8
+ viewMode=Detail
includedir/home/anon/.config/caja/accels ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ; caja GtkAccelMap rc-file -*- scheme -*-
2
+ ; this file is an automated accelerator map dump
3
+ ;
4
+ ; (gtk_accel_path "<Actions>/DirViewActions/New Empty File" "")
5
+ ; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Extra Pane" "F3")
6
+ ; (gtk_accel_path "<Actions>/SpatialActions/Close All Folders" "<Primary>q")
7
+ ; (gtk_accel_path "<Actions>/ShellActions/File" "")
8
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Format Volume" "")
9
+ ; (gtk_accel_path "<Actions>/DesktopViewActions/Empty Trash Conditional" "")
10
+ ; (gtk_accel_path "<Actions>/NavigationActions/Forward" "<Alt>Right")
11
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Size" "")
12
+ ; (gtk_accel_path "<Actions>/DirViewActions/OpenAlternate" "<Primary><Shift>w")
13
+ ; (gtk_accel_path "<Actions>/SpatialActions/Go to Location" "<Primary>l")
14
+ ; (gtk_accel_path "<Actions>/ShellActions/Zoom In" "<Primary>plus")
15
+ ; (gtk_accel_path "<Actions>/DirViewActions/Cut" "<Primary>x")
16
+ ; (gtk_accel_path "<Actions>/ShellActions/Go to Computer" "")
17
+ ; (gtk_accel_path "<Actions>/DirViewActions/RenameSelectAll" "<Shift>F2")
18
+ ; (gtk_accel_path "<Actions>/DirViewActions/Redo" "<Primary>y")
19
+ ; (gtk_accel_path "<Actions>/DirViewActions/Create Link" "<Primary>m")
20
+ ; (gtk_accel_path "<Actions>/ShellActions/Preferences" "")
21
+ ; (gtk_accel_path "<Actions>/IconViewActions/Reversed Order" "")
22
+ ; (gtk_accel_path "<Actions>/DirViewActions/OpenAccel" "<Alt>Down")
23
+ ; (gtk_accel_path "<Actions>/DirViewActions/Delete" "")
24
+ ; (gtk_accel_path "<Actions>/DirViewActions/No Templates" "")
25
+ ; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Toolbar" "")
26
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab9" "<Alt>0")
27
+ ; (gtk_accel_path "<Actions>/IconViewActions/Unstretch" "")
28
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationDelete" "")
29
+ ; (gtk_accel_path "<Actions>/ShellActions/Stop" "")
30
+ ; (gtk_accel_path "<Actions>/DirViewActions/New Documents" "")
31
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationCopy" "")
32
+ ; (gtk_accel_path "<Actions>/ShellActions/Close" "<Primary>w")
33
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Eject Volume" "")
34
+ ; (gtk_accel_path "<Actions>/DirViewActions/Connect To Server Link" "")
35
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Extension" "")
36
+ ; (gtk_accel_path "<Actions>/DirViewActions/Stop Volume" "")
37
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationRestoreFromTrash" "")
38
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab8" "<Alt>9")
39
+ ; (gtk_accel_path "<Actions>/NavigationActions/Go" "")
40
+ ; (gtk_accel_path "<Actions>/NavigationActions/SplitViewNextPane" "F6")
41
+ ; (gtk_accel_path "<Actions>/NavigationActions/Back" "<Alt>Left")
42
+ ; (gtk_accel_path "<Actions>/DesktopViewActions/New Launcher Desktop" "")
43
+ ; (gtk_accel_path "<Actions>/NavigationActions/TabsPrevious" "<Primary>Page_Up")
44
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab7" "<Alt>8")
45
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab6" "<Alt>7")
46
+ ; (gtk_accel_path "<Actions>/DirViewActions/Poll" "")
47
+ ; (gtk_accel_path "<Actions>/ShellActions/Edit" "")
48
+ ; (gtk_accel_path "<Actions>/ShellActions/Zoom Out" "<Primary>minus")
49
+ ; (gtk_accel_path "<Actions>/NavigationActions/Go to Location" "<Primary>l")
50
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Unmount Volume" "")
51
+ ; (gtk_accel_path "<Actions>/IconViewActions/Keep Aligned" "")
52
+ ; (gtk_accel_path "<Actions>/DirViewActions/New Launcher" "")
53
+ ; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication2" "")
54
+ ; (gtk_accel_path "<Actions>/NavigationActions/New Tab" "<Primary>t")
55
+ ; (gtk_accel_path "<Actions>/DirViewActions/Move to next pane" "")
56
+ ; (gtk_accel_path "<Actions>/DirViewActions/Open With" "")
57
+ ; (gtk_accel_path "<Actions>/DirViewActions/OpenInNewTab" "<Primary><Shift>o")
58
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Name" "")
59
+ ; (gtk_accel_path "<Actions>/DirViewActions/Select Pattern" "<Primary>s")
60
+ ; (gtk_accel_path "<Actions>/ShellActions/Go to Network" "")
61
+ ; (gtk_accel_path "<Actions>/NavigationActions/Search" "")
62
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab5" "<Alt>6")
63
+ ; (gtk_accel_path "<Actions>/DirViewActions/OtherApplication1" "")
64
+ ; (gtk_accel_path "<Actions>/DirViewActions/Format Volume" "")
65
+ ; (gtk_accel_path "<Actions>/SpatialActions/Search" "<Primary>f")
66
+ ; (gtk_accel_path "<Actions>/ShellActions/Show Backup Files" "<Primary>k")
67
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Start Volume" "")
68
+ ; (gtk_accel_path "<Actions>/NavigationActions/New Window" "<Primary>n")
69
+ ; (gtk_accel_path "<Actions>/NavigationActions/Edit Bookmarks" "<Primary>b")
70
+ ; (gtk_accel_path "<Actions>/DirViewActions/Properties" "<Alt>Return")
71
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab4" "<Alt>5")
72
+ ; (gtk_accel_path "<Actions>/ShellActions/Home" "<Alt>Home")
73
+ ; (gtk_accel_path "<Actions>/ShellActions/Go to Trash" "")
74
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Poll" "")
75
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Stop Volume" "")
76
+ ; (gtk_accel_path "<Actions>/DirViewActions/Open Scripts Folder" "")
77
+ ; (gtk_accel_path "<Actions>/DirViewActions/Mount Volume" "")
78
+ ; (gtk_accel_path "<Actions>/DirViewActions/Copy to Home" "")
79
+ ; (gtk_accel_path "<Actions>/DirViewActions/Move to Desktop" "")
80
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab3" "<Alt>4")
81
+ ; (gtk_accel_path "<Actions>/SpatialActions/Close Parent Folders" "<Primary><Shift>w")
82
+ ; (gtk_accel_path "<Actions>/ExtensionsMenuGroup/CajaOpenTerminal::open_terminal" "")
83
+ ; (gtk_accel_path "<Actions>/DirViewActions/Reset to Defaults" "")
84
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenInNewTab" "")
85
+ ; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Sidebar" "F9")
86
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab2" "<Alt>3")
87
+ ; (gtk_accel_path "<Actions>/DirViewActions/CopyToMenu" "")
88
+ ; (gtk_accel_path "<Actions>/ShellActions/Backgrounds and Emblems" "")
89
+ ; (gtk_accel_path "<Actions>/NavigationActions/Folder Window" "")
90
+ ; (gtk_accel_path "<Actions>/DirViewActions/Open" "<Primary>o")
91
+ ; (gtk_accel_path "<Actions>/IconViewActions/Clean Up" "")
92
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab1" "<Alt>2")
93
+ ; (gtk_accel_path "<Actions>/ShellActions/View" "")
94
+ ; (gtk_accel_path "<Actions>/DirViewActions/Save Search" "")
95
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Size on Disk" "")
96
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Modification Date" "")
97
+ ; (gtk_accel_path "<Actions>/DirViewActions/Select All" "<Primary>a")
98
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Emblems" "")
99
+ ; (gtk_accel_path "<Actions>/NavigationActions/Tab0" "<Alt>1")
100
+ ; (gtk_accel_path "<Actions>/ShellActions/Caja Manual" "F1")
101
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationPasteFilesInto" "")
102
+ ; (gtk_accel_path "<Actions>/ShellActions/About Caja" "")
103
+ ; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Statusbar" "")
104
+ ; (gtk_accel_path "<Actions>/DirViewActions/Eject Volume" "")
105
+ ; (gtk_accel_path "<Actions>/DirViewActions/Unmount Volume" "")
106
+ ; (gtk_accel_path "<Actions>/DirViewActions/Duplicate" "")
107
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationTrash" "")
108
+ ; (gtk_accel_path "<Actions>/NavigationActions/Bookmarks" "")
109
+ ; (gtk_accel_path "<Actions>/ShellActions/Help" "")
110
+ ; (gtk_accel_path "<Actions>/IconViewActions/Stretch" "")
111
+ ; (gtk_accel_path "<Actions>/DirViewActions/Copy to Desktop" "")
112
+ ; (gtk_accel_path "<Actions>/ShellActions/Connect to Server" "")
113
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationProperties" "")
114
+ ; (gtk_accel_path "<Actions>/DirViewActions/Rename" "F2")
115
+ ; (gtk_accel_path "<Actions>/DirViewActions/Empty Trash" "")
116
+ ; (gtk_accel_path "<Actions>/SpatialActions/Places" "")
117
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Eject Volume" "")
118
+ ; (gtk_accel_path "<Actions>/ShellActions/Go to Templates" "")
119
+ ; (gtk_accel_path "<Actions>/DirViewActions/Save Search As" "")
120
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Format Volume" "")
121
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenFolderWindow" "")
122
+ ; (gtk_accel_path "<Actions>/SpatialActions/Edit Bookmarks" "<Primary>b")
123
+ ; (gtk_accel_path "<Actions>/NavigationActions/Close All Windows" "<Primary>q")
124
+ ; (gtk_accel_path "<Actions>/NavigationActions/Clear History" "")
125
+ ; (gtk_accel_path "<Actions>/ShellActions/ZoomOutAccel" "<Primary>KP_Subtract")
126
+ ; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel2" "<Primary>KP_Add")
127
+ ; (gtk_accel_path "<Actions>/NavigationActions/TabsMoveRight" "<Primary><Shift>Page_Down")
128
+ ; (gtk_accel_path "<Actions>/IconViewActions/Manual Layout" "")
129
+ ; (gtk_accel_path "<Actions>/NavigationActions/Add Bookmark" "<Primary>d")
130
+ ; (gtk_accel_path "<Actions>/DirViewActions/Start Volume" "")
131
+ ; (gtk_accel_path "<Actions>/IconViewActions/Lock Icons Position" "")
132
+ ; (gtk_accel_path "<Actions>/DirViewActions/Undo" "<Primary>z")
133
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Start Volume" "")
134
+ ; (gtk_accel_path "<Actions>/NavigationActions/TabsNext" "<Primary>Page_Down")
135
+ ; (gtk_accel_path "<Actions>/IconViewActions/Arrange Items" "")
136
+ ; (gtk_accel_path "<Caja-Window>/view_as_3" "<Primary>3")
137
+ ; (gtk_accel_path "<Actions>/NavigationActions/SplitViewSameLocation" "")
138
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Trash Time" "")
139
+ ; (gtk_accel_path "<Actions>/ClipboardActions/Select All" "<Primary>a")
140
+ ; (gtk_accel_path "<Actions>/DirViewActions/New Folder" "<Primary><Shift>n")
141
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Poll" "")
142
+ ; (gtk_accel_path "<Actions>/NavigationActions/ShowSearch" "<Primary>f")
143
+ ; (gtk_accel_path "<Actions>/ShellActions/Reload" "<Primary>r")
144
+ ; (gtk_accel_path "<Actions>/DirViewActions/Restore From Trash" "")
145
+ ; (gtk_accel_path "<Actions>/NavigationActions/Show Hide Location Bar" "")
146
+ ; (gtk_accel_path "<Actions>/DirViewActions/MoveToMenu" "")
147
+ ; (gtk_accel_path "<Caja-Window>/view_as_4" "<Primary>4")
148
+ ; (gtk_accel_path "<Actions>/ShellActions/Zoom Normal" "<Primary>0")
149
+ ; (gtk_accel_path "<Actions>/DirViewActions/OpenCloseParent" "<Shift><Alt>Down")
150
+ ; (gtk_accel_path "<Actions>/ShellActions/Up" "<Alt>Up")
151
+ ; (gtk_accel_path "<Actions>/IconViewActions/Tighter Layout" "")
152
+ ; (gtk_accel_path "<Actions>/DirViewActions/OpenFolderWindow" "")
153
+ ; (gtk_accel_path "<Actions>/DirViewActions/Copy to next pane" "")
154
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Stop Volume" "")
155
+ ; (gtk_accel_path "<Actions>/DirViewActions/Move to Home" "")
156
+ ; (gtk_accel_path "<Actions>/DirViewActions/Paste Files Into" "")
157
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Unmount Volume" "")
158
+ ; (gtk_accel_path "<Actions>/DirViewActions/Self Mount Volume" "")
159
+ ; (gtk_accel_path "<Actions>/SpatialActions/Add Bookmark" "<Primary>d")
160
+ ; (gtk_accel_path "<Actions>/DesktopViewActions/Change Background" "")
161
+ ; (gtk_accel_path "<Actions>/DirViewActions/PropertiesAccel" "<Primary>i")
162
+ ; (gtk_accel_path "<Actions>/DirViewActions/Paste" "<Primary>v")
163
+ ; (gtk_accel_path "<Caja-Window>/view_as_2" "<Primary>2")
164
+ ; (gtk_accel_path "<Actions>/ShellActions/Show Hidden Files" "<Primary>h")
165
+ ; (gtk_accel_path "<Actions>/DirViewActions/Location Mount Volume" "")
166
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationCut" "")
167
+ ; (gtk_accel_path "<Actions>/NavigationActions/TabsMoveLeft" "<Primary><Shift>Page_Up")
168
+ ; (gtk_accel_path "<Actions>/DirViewActions/Copy" "<Primary>c")
169
+ ; (gtk_accel_path "<Actions>/DirViewActions/LocationOpenAlternate" "")
170
+ ; (gtk_accel_path "<Actions>/DirViewActions/Trash" "")
171
+ ; (gtk_accel_path "<Actions>/ShellActions/ZoomInAccel" "<Primary>equal")
172
+ ; (gtk_accel_path "<Actions>/IconViewActions/Sort by Type" "")
173
+ ; (gtk_accel_path "<Actions>/DirViewActions/Invert Selection" "<Primary><Shift>i")
174
+ ; (gtk_accel_path "<Caja-Window>/view_as_1" "<Primary>1")
includedir/home/anon/.config/caja/desktop-metadata ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [directory]
2
+ caja-icon-view-keep-aligned=true
3
+ caja-icon-view-layout-timestamp=1777230830
4
+
5
+ [trash]
6
+ caja-icon-position=64,182
7
+ icon-scale=1
8
+ caja-icon-position-timestamp=1777230830
9
+
10
+ [home]
11
+ caja-icon-position=64,102
12
+ icon-scale=1
13
+ caja-icon-position-timestamp=1777230830
14
+
15
+ [computer]
16
+ caja-icon-position=64,22
17
+ icon-scale=1
18
+ caja-icon-position-timestamp=1777230830
19
+
20
+ [Ventoy.volume]
21
+ caja-icon-position=64,362
22
+ icon-scale=1
23
+ caja-icon-position-timestamp=1770068409
24
+
25
+ [root.volume]
26
+ caja-icon-position=64,462
27
+ icon-scale=1
28
+ caja-icon-position-timestamp=1770056499
29
+
30
+ [cgroup.volume]
31
+ caja-icon-position=64,562
32
+ icon-scale=1
33
+ caja-icon-position-timestamp=1770054403
34
+
35
+ [dev.volume]
36
+ caja-icon-position=220,22
37
+ icon-scale=1
38
+ caja-icon-position-timestamp=1770054403
39
+
40
+ [efivars.volume]
41
+ caja-icon-position=220,122
42
+ icon-scale=1
43
+ caja-icon-position-timestamp=1770054403
44
+
45
+ [proc.volume]
46
+ caja-icon-position=220,222
47
+ icon-scale=1
48
+ caja-icon-position-timestamp=1770054403
49
+
50
+ [pts.volume]
51
+ caja-icon-position=220,322
52
+ icon-scale=1
53
+ caja-icon-position-timestamp=1770054403
54
+
55
+ [security.volume]
56
+ caja-icon-position=220,422
57
+ icon-scale=1
58
+ caja-icon-position-timestamp=1770054403
59
+
60
+ [shm.volume]
61
+ caja-icon-position=220,522
62
+ icon-scale=1
63
+ caja-icon-position-timestamp=1770054403
64
+
65
+ [sys.volume]
66
+ caja-icon-position=220,622
67
+ icon-scale=1
68
+ caja-icon-position-timestamp=1770054403
69
+
70
+ [grub_uefi.volume]
71
+ caja-icon-position=376,22
72
+ icon-scale=1
73
+ caja-icon-position-timestamp=1770054941
74
+
75
+ [8.4 GB Volume.volume]
76
+ caja-icon-position=64,562
77
+ icon-scale=1
78
+ caja-icon-position-timestamp=1770001791
79
+
80
+ [8.5 GB Volume.volume]
81
+ caja-icon-position=64,562
82
+ icon-scale=1
83
+ caja-icon-position-timestamp=1770003979
84
+
85
+ [8.6 GB Volume.volume]
86
+ caja-icon-position=64,562
87
+ icon-scale=1
88
+ caja-icon-position-timestamp=1770018188
89
+
90
+ [8.8 GB Volume.volume]
91
+ caja-icon-position=64,562
92
+ icon-scale=1
93
+ caja-icon-position-timestamp=1770054946
includedir/home/anon/.config/dconf/user ADDED
Binary file (14.4 kB). View file
 
includedir/home/anon/.config/fastfetch/config.jsonc ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
+ "logo": {
4
+ "source": "$HOME/.config/javi",
5
+ "type": "file"
6
+ },
7
+ "display": {
8
+ "size": {
9
+ "maxPrefix": "MB",
10
+ "ndigits": 0
11
+ }
12
+ },
13
+ "modules": [
14
+ "title",
15
+ "separator",
16
+ "os",
17
+ "host",
18
+ {
19
+ "type": "kernel",
20
+ "format": "{release}"
21
+ },
22
+ "uptime",
23
+ "packages",
24
+ "shell",
25
+ {
26
+ "type": "display",
27
+ "compactType": "original",
28
+ "key": "Resolution"
29
+ },
30
+ "de",
31
+ "wm",
32
+ "wmtheme",
33
+ "theme",
34
+ "icons",
35
+ "terminal",
36
+ {
37
+ "type": "terminalfont",
38
+ "format": "{/name}{-}{/}{name}{?size} {size}{?}"
39
+ },
40
+ "cpu",
41
+ {
42
+ "type": "memory",
43
+ "format": "{} / {}"
44
+ },
45
+ "break",
46
+ "colors"
47
+ ]
48
+ }
includedir/home/anon/.config/fastfetch/neofetch.jsonc ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
3
+ "display": {
4
+ "size": {
5
+ "maxPrefix": "MB",
6
+ "ndigits": 0
7
+ }
8
+ },
9
+ "modules": [
10
+ "title",
11
+ "separator",
12
+ "os",
13
+ "host",
14
+ {
15
+ "type": "kernel",
16
+ "format": "{release}"
17
+ },
18
+ "uptime",
19
+ "packages",
20
+ "shell",
21
+ {
22
+ "type": "display",
23
+ "compactType": "original",
24
+ "key": "Resolution"
25
+ },
26
+ "de",
27
+ "wm",
28
+ "wmtheme",
29
+ "theme",
30
+ "icons",
31
+ "terminal",
32
+ {
33
+ "type": "terminalfont",
34
+ "format": "{/name}{-}{/}{name}{?size} {size}{?}"
35
+ },
36
+ "cpu",
37
+ {
38
+ "type": "gpu",
39
+ "key": "GPU"
40
+ },
41
+ {
42
+ "type": "memory",
43
+ "format": "{} / {}"
44
+ },
45
+ "break",
46
+ "colors"
47
+ ]
48
+ }
includedir/home/anon/.config/gtk-3.0/bookmarks ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ file:///home/javierc/Documents
2
+ file:///home/javierc/Music
3
+ file:///home/javierc/Pictures
4
+ file:///home/javierc/Downloads
includedir/home/anon/.config/gtk-3.0/settings.ini ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [Settings]
2
+ gtk-theme-name=Gruvbox-Material-Dark
3
+ gtk-icon-theme-name=Gruvbox-Material-Dark
4
+ gtk-font-name=CaskaydiaCove Nerd Font 12
5
+ gtk-cursor-theme-name=Bibata-Gruvbox
includedir/home/anon/.config/gtk-4.0/settings.ini ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ [Settings]
2
+ gtk-theme-name=Gruvbox-Material-Dark
3
+ gtk-icon-theme-name=Gruvbox-Material-Dark
4
+ gtk-font-name=CaskaydiaCove Nerd Font 12
5
+ gtk-cursor-theme-name=Bibata-Gruvbox