Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 28, 2018 11:03
Show Gist options
  • Save ryantm/de97ad2597f0b680b23b448f8353527b to your computer and use it in GitHub Desktop.
Save ryantm/de97ad2597f0b680b23b448f8353527b to your computer and use it in GitHub Desktop.
/nix/store/n8ns53r2lfxa944hp7a8k9ylrwl18mp0-mate-settings-daemon-1.20.1
├── etc
│   ├── dbus-1
│   │   └── system.d
│   │   └── org.mate.SettingsDaemon.DateTimeMechanism.conf
│   ├── mate-settings-daemon
│   │   └── xrandr
│   ├── xdg
│   │   └── autostart
│   │   └── mate-settings-daemon.desktop
│   └── xrdb
│   ├── Editres.ad
│   ├── Emacs.ad
│   ├── General.ad
│   ├── Motif.ad
│   ├── Tk.ad
│   └── Xaw.ad
├── include
│   └── mate-settings-daemon
│   ├── mate-settings-client.h
│   └── mate-settings-plugin.h
├── lib
│   ├── mate-settings-daemon
│   │   ├── a11y-keyboard.mate-settings-plugin
│   │   ├── a11y-settings.mate-settings-plugin
│   │   ├── background.mate-settings-plugin
│   │   ├── clipboard.mate-settings-plugin
│   │   ├── housekeeping.mate-settings-plugin
│   │   ├── keybindings.mate-settings-plugin
│   │   ├── keyboard.mate-settings-plugin
│   │   ├── liba11y-keyboard.la
│   │   ├── liba11y-keyboard.so
│   │   ├── liba11y-settings.la
│   │   ├── liba11y-settings.so
│   │   ├── libbackground.la
│   │   ├── libbackground.so
│   │   ├── libclipboard.la
│   │   ├── libclipboard.so
│   │   ├── libhousekeeping.la
│   │   ├── libhousekeeping.so
│   │   ├── libkeybindings.la
│   │   ├── libkeybindings.so
│   │   ├── libkeyboard.la
│   │   ├── libkeyboard.so
│   │   ├── libmedia-keys.la
│   │   ├── libmedia-keys.so
│   │   ├── libmouse.la
│   │   ├── libmouse.so
│   │   ├── libmpris.la
│   │   ├── libmpris.so
│   │   ├── libsmartcard.la
│   │   ├── libsmartcard.so
│   │   ├── libsound.la
│   │   ├── libsound.so
│   │   ├── libtyping-break.la
│   │   ├── libtyping-break.so
│   │   ├── libxrandr.la
│   │   ├── libxrandr.so
│   │   ├── libxrdb.la
│   │   ├── libxrdb.so
│   │   ├── libxsettings.la
│   │   ├── libxsettings.so
│   │   ├── media-keys.mate-settings-plugin
│   │   ├── mouse.mate-settings-plugin
│   │   ├── mpris.mate-settings-plugin
│   │   ├── smartcard.mate-settings-plugin
│   │   ├── sound.mate-settings-plugin
│   │   ├── typing-break.mate-settings-plugin
│   │   ├── xrandr.mate-settings-plugin
│   │   ├── xrdb.mate-settings-plugin
│   │   └── xsettings.mate-settings-plugin
│   └── pkgconfig
│   └── mate-settings-daemon.pc
├── libexec
│   ├── mate-settings-daemon
│   ├── msd-datetime-mechanism
│   └── msd-locate-pointer
└── share
├── dbus-1
│   ├── services
│   │   └── org.mate.SettingsDaemon.service
│   └── system-services
│   └── org.mate.SettingsDaemon.DateTimeMechanism.service
├── gsettings-schemas
│   └── mate-settings-daemon-1.20.1
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   ├── org.mate.applications-at.gschema.xml
│   ├── org.mate.font-rendering.gschema.xml
│   ├── org.mate.peripherals-smartcard.gschema.xml
│   ├── org.mate.peripherals-touchpad.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.background.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.clipboard.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.datetime.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.keybindings.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.keyboard.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.media-keys.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.mouse.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.mpris.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.smartcard.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.sound.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.typing-break.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.xrandr.gschema.xml
│   ├── org.mate.SettingsDaemon.plugins.xrdb.gschema.xml
│   └── org.mate.SettingsDaemon.plugins.xsettings.gschema.xml
├── icons
│   ├── hicolor
│   │   ├── 16x16
│   │   │   └── apps
│   │   │   └── msd-xrandr.png
│   │   ├── 22x22
│   │   │   └── apps
│   │   │   └── msd-xrandr.png
│   │   ├── 24x24
│   │   │   └── apps
│   │   │   └── msd-xrandr.png
│   │   ├── 32x32
│   │   │   └── apps
│   │   │   └── msd-xrandr.png
│   │   └── scalable
│   │   └── apps
│   │   └── msd-xrandr.svg
│   └── mate
│   ├── 16x16
│   │   └── actions
│   │   ├── touchpad-disabled.png
│   │   └── touchpad-enabled.png
│   ├── 22x22
│   │   └── actions
│   │   ├── touchpad-disabled.png
│   │   └── touchpad-enabled.png
│   ├── 24x24
│   │   └── actions
│   │   ├── touchpad-disabled.png
│   │   └── touchpad-enabled.png
│   ├── 32x32
│   │   └── actions
│   │   ├── touchpad-disabled.png
│   │   └── touchpad-enabled.png
│   └── scalable
│   └── actions
│   ├── touchpad-disabled.svg
│   └── touchpad-enabled.svg
├── locale
│   ├── af
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── am
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── as
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── az
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── bn
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── bn_IN
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── br
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── bs
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ca@valencia
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── cmn
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── crh
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── cy
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── dz
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── en_AU
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── en_CA
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── es_CO
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── frp
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ga
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── gu
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── hi
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── hy
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── is
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ka
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── kk
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── kn
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ku
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ku_IQ
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ky
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── mai
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── mg
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── mk
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ml
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── mn
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── mr
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── nds
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ne
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── nn
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── nso
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── oc
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── or
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── pa
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── pms
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── rw
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── si
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── sr@latin
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── te
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── th
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── ur
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── uz
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── wa
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── xh
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── zh_HK
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   ├── zh_TW
│   │   └── LC_MESSAGES
│   │   └── mate-settings-daemon.mo
│   └── zu
│   └── LC_MESSAGES
│   └── mate-settings-daemon.mo
├── man
│   └── man1
│   ├── mate-settings-daemon.1.gz
│   ├── msd-datetime-mechanism.1.gz
│   └── msd-locate-pointer.1.gz
├── mate-control-center
│   └── keybindings
│   └── 50-accessibility.xml
├── mate-settings-daemon
│   ├── acme.ui
│   ├── icons
│   │   └── hicolor
│   │   └── 64x64
│   │   └── devices
│   │   ├── kbd-capslock-off.png
│   │   ├── kbd-capslock-on.png
│   │   ├── kbd-numlock-off.png
│   │   ├── kbd-numlock-on.png
│   │   ├── kbd-scrolllock-off.png
│   │   └── kbd-scrolllock-on.png
│   └── msd-a11y-preferences-dialog.ui
└── polkit-1
└── actions
└── org.mate.settingsdaemon.datetimemechanism.policy
253 directories, 213 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment