Created
June 28, 2018 01:23
-
-
Save ryantm/8cb9202f30b7105e2012297242f111b8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1 | |
├── bin | |
│ ├── mate-dictionary | |
│ ├── mate-disk-usage-analyzer | |
│ ├── mate-panel-screenshot | |
│ ├── mate-screenshot | |
│ ├── mate-search-tool | |
│ └── mate-system-log | |
├── include | |
│ └── mate-dict | |
│ └── gdict | |
│ ├── gdict-client-context.h | |
│ ├── gdict-context.h | |
│ ├── gdict-database-chooser.h | |
│ ├── gdict-defbox.h | |
│ ├── gdict-enum-types.h | |
│ ├── gdict.h | |
│ ├── gdict-source-chooser.h | |
│ ├── gdict-source.h | |
│ ├── gdict-source-loader.h | |
│ ├── gdict-speller.h | |
│ ├── gdict-strategy-chooser.h | |
│ ├── gdict-utils.h | |
│ └── gdict-version.h | |
├── lib | |
│ ├── libmatedict.la | |
│ ├── libmatedict.so -> libmatedict.so.6.0.7 | |
│ ├── libmatedict.so.6 -> libmatedict.so.6.0.7 | |
│ ├── libmatedict.so.6.0.7 | |
│ └── pkgconfig | |
│ └── mate-dict.pc | |
├── libexec | |
│ └── mate-dictionary-applet | |
└── share | |
├── appdata | |
│ ├── mate-dictionary.appdata.xml | |
│ ├── mate-disk-usage-analyzer.appdata.xml | |
│ ├── mate-screenshot.appdata.xml | |
│ └── mate-search-tool.appdata.xml | |
├── applications | |
│ ├── mate-dictionary.desktop | |
│ ├── mate-disk-usage-analyzer.desktop | |
│ ├── mate-screenshot.desktop | |
│ ├── mate-search-tool.desktop | |
│ └── mate-system-log.desktop | |
├── dbus-1 | |
│ └── services | |
│ └── org.mate.panel.applet.DictionaryAppletFactory.service | |
├── gsettings-schemas | |
│ └── mate-utils-1.20.1 | |
│ └── glib-2.0 | |
│ └── schemas | |
│ ├── gschemas.compiled | |
│ ├── org.mate.dictionary.gschema.xml | |
│ ├── org.mate.disk-usage-analyzer.gschema.xml | |
│ ├── org.mate.screenshot.gschema.xml | |
│ ├── org.mate.search-tool.gschema.xml | |
│ └── org.mate.system-log.gschema.xml | |
├── help | |
│ ├── C | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── ca | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-search-tool/figures/mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-system-log/figures/syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── cs | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── da | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-disk-usage-analyzer | |
│ │ ├── figures | |
│ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── de | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── el | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-system-log/figures/syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── en_GB | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-search-tool/figures/mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-system-log/figures/syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── es | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── eu | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── fi | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── fr | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── it | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── ko | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── oc | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-search-tool/figures/mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-system-log/figures/syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── pl | |
│ │ └── mate-disk-usage-analyzer | |
│ │ ├── figures | |
│ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── ru | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-search-tool/figures/mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-system-log/figures/syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── sv | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── uk | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── zh_CN | |
│ │ ├── mate-dictionary | |
│ │ │ ├── figures | |
│ │ │ │ ├── mate-dictionary-add-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-add-source.png | |
│ │ │ │ ├── mate-dictionary-applet.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet.png | |
│ │ │ │ ├── mate-dictionary-applet-window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-applet-window.png | |
│ │ │ │ ├── mate-dictionary-application.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-application.png | |
│ │ │ │ ├── mate-dictionary-find.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-find.png | |
│ │ │ │ ├── mate-dictionary-lookup.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-lookup.png | |
│ │ │ │ ├── mate-dictionary-preferences-print.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-print.png | |
│ │ │ │ └── mate-dictionary-preferences-source.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-dictionary/figures/mate-dictionary-preferences-source.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-disk-usage-analyzer | |
│ │ │ ├── figures | |
│ │ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ ├── mate-search-tool | |
│ │ │ ├── figures | |
│ │ │ │ └── mate-search-tool_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-search-tool/figures/mate-search-tool_window.png | |
│ │ │ ├── index.docbook | |
│ │ │ └── legal.xml | |
│ │ └── mate-system-log | |
│ │ ├── figures | |
│ │ │ └── syslog_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-system-log/figures/syslog_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ ├── zh_HK | |
│ │ └── mate-disk-usage-analyzer | |
│ │ ├── figures | |
│ │ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ │ ├── index.docbook | |
│ │ └── legal.xml | |
│ └── zh_TW | |
│ └── mate-disk-usage-analyzer | |
│ ├── figures | |
│ │ ├── baobab_fullscan.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_fullscan.png | |
│ │ ├── baobab_prefs.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_prefs.png | |
│ │ ├── baobab_remote.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_remote.png | |
│ │ ├── baobab_ringschart1.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart1.png | |
│ │ ├── baobab_ringschart2.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_ringschart2.png | |
│ │ ├── baobab_treemaps.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_treemaps.png | |
│ │ └── baobab_window.png -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/help/C/mate-disk-usage-analyzer/figures/baobab_window.png | |
│ ├── index.docbook | |
│ └── legal.xml | |
├── icons | |
│ └── hicolor | |
│ ├── 16x16 | |
│ │ └── apps | |
│ │ └── mate-system-log.png | |
│ ├── 22x22 | |
│ │ └── apps | |
│ │ └── mate-system-log.png | |
│ ├── 24x24 | |
│ │ └── apps | |
│ │ └── mate-disk-usage-analyzer.png | |
│ ├── 256x256 | |
│ │ └── apps | |
│ │ └── mate-system-log.png | |
│ ├── 32x32 | |
│ │ └── apps | |
│ │ └── mate-system-log.png | |
│ ├── 48x48 | |
│ │ └── apps | |
│ │ └── mate-system-log.png | |
│ └── scalable | |
│ └── apps | |
│ ├── mate-disk-usage-analyzer.svg | |
│ └── mate-system-log-symbolic.svg | |
├── locale | |
│ ├── af | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── am | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ar | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── as | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ast | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── az | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── be | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── bg | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── bn | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── bn_IN | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── br | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── bs | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ca | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ca@valencia | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── cmn | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── crh | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── cs | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── cy | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── da | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── de | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── dz | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── el | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── en_AU | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── en_CA | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── en_GB | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── eo | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es_AR | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es_CL | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es_CO | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es_ES | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es_MX | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── es_PR | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── et | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── eu | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── fa | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── fi | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── fr | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── fr_CA | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── frp | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── fur | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── fy | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ga | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── gl | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── gu | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ha | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── he | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── hi | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── hr | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── hu | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── hy | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ia | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── id | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ig | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── is | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── it | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ja | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── jv | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ka | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── kk | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── kn | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ko | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ks | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ku | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ku_IQ | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ky | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── li | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── lt | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── lv | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── mai | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── mg | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── mi | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── mk | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ml | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── mn | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── mr | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ms | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── nb | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── nds | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ne | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── nl | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── nn | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── nso | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── oc | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── or | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── pa | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── pl | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── pms | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ps | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── pt | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── pt_BR | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ro | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ru | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── rw | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sc | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── si | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sk | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sl | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sq | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sr | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sr@latin | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── sv | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ta | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── te | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── th | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── tk | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── tr | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── tt | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ug | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── uk | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── ur | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── uz | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── vi | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── wa | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── xh | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── yi | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── yo | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── zh_CN | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── zh_HK | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ ├── zh_TW | |
│ │ └── LC_MESSAGES | |
│ │ └── mate-utils.mo | |
│ └── zu | |
│ └── LC_MESSAGES | |
│ └── mate-utils.mo | |
├── man | |
│ └── man1 | |
│ ├── mate-dictionary.1.gz | |
│ ├── mate-disk-usage-analyzer.1.gz | |
│ ├── mate-panel-screenshot.1.gz -> /nix/store/xx88yq519ih1if2vx7r8bdcx9qgi51sv-mate-utils-1.20.1/share/man/man1/mate-screenshot.1.gz | |
│ ├── mate-screenshot.1.gz | |
│ ├── mate-search-tool.1.gz | |
│ └── mate-system-log.1.gz | |
├── mate-dict | |
│ └── sources | |
│ ├── default.desktop | |
│ └── thai.desktop | |
├── mate-dictionary | |
│ ├── dictionary-applet-menu.xml | |
│ ├── mate-dictionary-preferences.ui | |
│ ├── mate-dictionary-source.ui | |
│ └── mate-dictionary-ui.xml | |
├── mate-disk-usage-analyzer | |
│ ├── baobab-dialog-scan-props.ui | |
│ ├── baobab-main-window.ui | |
│ └── pixmaps | |
│ └── shot.png | |
├── mate-panel | |
│ └── applets | |
│ └── org.mate.DictionaryApplet.mate-panel-applet | |
├── mate-screenshot | |
│ └── mate-screenshot.ui | |
├── mate-utils | |
│ ├── logview-filter.ui | |
│ └── logview-toolbar.xml | |
└── pixmaps | |
└── mate-search-tool | |
└── thumbnail_frame.png | |
452 directories, 642 files |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment