Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 21, 2020 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/ab090e4be97b084fe6c91f6c6eac8053 to your computer and use it in GitHub Desktop.
Save r-ryantm/ab090e4be97b084fe6c91f6c6eac8053 to your computer and use it in GitHub Desktop.
/nix/store/i5psj143szn7zg64jb1rklpnqrif86dv-gnome-applets-3.36.3
├── bin
│   └── cpufreq-selector
├── etc
│   ├── dbus-1
│   │   └── system.d
│   │   └── org.gnome.CPUFreqSelector.conf
│   └── sound
│   └── events
│   └── battstat_applet.soundlist
├── lib
│   └── gnome-applets
│   ├── libaccessx-status-applet.la
│   ├── libaccessx-status-applet.so
│   ├── libbattery-status-applet.la
│   ├── libbattery-status-applet.so
│   ├── libbrightness-applet.la
│   ├── libbrightness-applet.so
│   ├── libcharacter-picker-applet.la
│   ├── libcharacter-picker-applet.so
│   ├── libcommand-applet.la
│   ├── libcommand-applet.so
│   ├── libcpu-frequency-applet.la
│   ├── libcpu-frequency-applet.so
│   ├── libdrive-mount-applet.la
│   ├── libdrive-mount-applet.so
│   ├── libgeyes-applet.la
│   ├── libgeyes-applet.so
│   ├── libgweather-applet.la
│   ├── libgweather-applet.so
│   ├── libinhibit-applet.la
│   ├── libinhibit-applet.so
│   ├── libmultiload-applet.la
│   ├── libmultiload-applet.so
│   ├── libnet-speed-applet.la
│   ├── libnet-speed-applet.so
│   ├── libsticky-notes-applet.la
│   ├── libsticky-notes-applet.so
│   ├── libtimer-applet.la
│   ├── libtimer-applet.so
│   ├── libtracker-search-bar-applet.la
│   ├── libtracker-search-bar-applet.so
│   ├── libtrash-applet.la
│   ├── libtrash-applet.so
│   ├── libwindow-buttons-applet.la
│   ├── libwindow-buttons-applet.so
│   ├── libwindow-picker-applet.la
│   ├── libwindow-picker-applet.so
│   ├── libwindow-title-applet.la
│   └── libwindow-title-applet.so
└── share
├── dbus-1
│   └── system-services
│   └── org.gnome.CPUFreqSelector.service
├── gnome-applets
│   ├── accessx-status-applet
│   │   └── pixmaps
│   │   ├── ax-applet.png
│   │   ├── ax-bouncekeys.png
│   │   ├── ax-key-base.png
│   │   ├── ax-key-inverse.png
│   │   ├── ax-key-none.png
│   │   ├── ax-key-no.png
│   │   ├── ax-key-yes.png
│   │   ├── ax-slowkeys-no.png
│   │   ├── ax-slowkeys-pending.png
│   │   ├── ax-slowkeys.png
│   │   ├── ax-slowkeys-yes.png
│   │   ├── mousekeys-base.png
│   │   ├── mousekeys-default-left.png
│   │   ├── mousekeys-default-middle.png
│   │   ├── mousekeys-default-right.png
│   │   ├── mousekeys-pressed-left.png
│   │   ├── mousekeys-pressed-middle.png
│   │   ├── mousekeys-pressed-right.png
│   │   ├── sticky-alt-latched.png
│   │   ├── sticky-alt-locked.png
│   │   ├── sticky-alt-none.png
│   │   ├── sticky-ctrl-latched.png
│   │   ├── sticky-ctrl-locked.png
│   │   ├── sticky-ctrl-none.png
│   │   ├── sticky-hyper-latched.png
│   │   ├── sticky-hyper-locked.png
│   │   ├── sticky-hyper-none.png
│   │   ├── sticky-meta-latched.png
│   │   ├── sticky-meta-locked.png
│   │   ├── sticky-meta-none.png
│   │   ├── sticky-shift-latched.png
│   │   ├── sticky-shift-locked.png
│   │   ├── sticky-shift-none.png
│   │   ├── sticky-super-latched.png
│   │   ├── sticky-super-locked.png
│   │   └── sticky-super-none.png
│   ├── builder
│   │   ├── battstat_applet.ui
│   │   ├── cpufreq-preferences.ui
│   │   ├── windowbuttons.ui
│   │   └── windowtitle.ui
│   ├── cpufreq-applet
│   │   └── pixmaps
│   │   ├── cpufreq-100.png
│   │   ├── cpufreq-25.png
│   │   ├── cpufreq-50.png
│   │   ├── cpufreq-75.png
│   │   └── cpufreq-na.png
│   ├── geyes
│   │   ├── Bizarre
│   │   │   ├── Bizarre-eye.png
│   │   │   ├── Bizarre-pupil.png
│   │   │   └── config
│   │   ├── Bloodshot
│   │   │   ├── Bloodshot-eye.png
│   │   │   ├── Bloodshot-pupil.png
│   │   │   └── config
│   │   ├── Brown-EyedGirl
│   │   │   ├── brown-eye.png
│   │   │   ├── brown-pupil.png
│   │   │   └── config
│   │   ├── Default
│   │   │   ├── config
│   │   │   ├── Default-eye.png
│   │   │   └── Default-pupil.png
│   │   ├── Default-tiny
│   │   │   ├── config
│   │   │   ├── Default-tiny-eye.png
│   │   │   └── Default-tiny-pupil.png
│   │   ├── EyelashLarge
│   │   │   ├── config
│   │   │   ├── eye.png
│   │   │   └── pupil.png
│   │   ├── Green-EyedGirl
│   │   │   ├── config
│   │   │   ├── green-eye.png
│   │   │   └── green-pupil.png
│   │   ├── Horrid
│   │   │   ├── config
│   │   │   ├── horrid_eye.png
│   │   │   └── horrid_pupil.png
│   │   ├── Pink-EyedGirl
│   │   │   ├── config
│   │   │   ├── pink-eye.png
│   │   │   └── pink-pupil.png
│   │   ├── PumpkinMonster
│   │   │   ├── config
│   │   │   ├── eye.png
│   │   │   └── pupil.png
│   │   └── Tango
│   │   ├── config
│   │   ├── tango-eye.png
│   │   └── tango-pupil.png
│   ├── icons
│   │   └── hicolor
│   │   ├── 16x16
│   │   │   └── status
│   │   │   ├── gpm-brightness-lcd-disabled.png
│   │   │   ├── gpm-brightness-lcd-invalid.png
│   │   │   ├── gpm-brightness-lcd.png
│   │   │   ├── gpm-inhibit-invalid.png
│   │   │   ├── gpm-inhibit.png
│   │   │   └── gpm-uninhibit.png
│   │   ├── 22x22
│   │   │   └── status
│   │   │   ├── gpm-brightness-lcd-disabled.png
│   │   │   ├── gpm-brightness-lcd-invalid.png
│   │   │   ├── gpm-brightness-lcd.png
│   │   │   ├── gpm-inhibit-invalid.png
│   │   │   ├── gpm-inhibit.png
│   │   │   └── gpm-uninhibit.png
│   │   ├── 24x24
│   │   │   └── status
│   │   │   ├── gpm-brightness-lcd-disabled.png
│   │   │   ├── gpm-brightness-lcd-invalid.png
│   │   │   ├── gpm-brightness-lcd.png
│   │   │   ├── gpm-inhibit-invalid.png
│   │   │   ├── gpm-inhibit.png
│   │   │   └── gpm-uninhibit.png
│   │   ├── 32x32
│   │   │   └── status
│   │   │   ├── gpm-brightness-lcd-disabled.png
│   │   │   ├── gpm-brightness-lcd-invalid.png
│   │   │   ├── gpm-brightness-lcd.png
│   │   │   ├── gpm-inhibit-invalid.png
│   │   │   ├── gpm-inhibit.png
│   │   │   └── gpm-uninhibit.png
│   │   ├── 48x48
│   │   │   ├── apps
│   │   │   │   ├── stickynotes-stock-close.png
│   │   │   │   ├── stickynotes-stock-locked.png
│   │   │   │   ├── stickynotes-stock-resize-se.png
│   │   │   │   ├── stickynotes-stock-resize-sw.png
│   │   │   │   └── stickynotes-stock-unlocked.png
│   │   │   └── status
│   │   │   ├── gpm-brightness-lcd-disabled.png
│   │   │   ├── gpm-brightness-lcd-invalid.png
│   │   │   ├── gpm-brightness-lcd.png
│   │   │   ├── gpm-inhibit-invalid.png
│   │   │   ├── gpm-inhibit.png
│   │   │   └── gpm-uninhibit.png
│   │   └── scalable
│   │   └── status
│   │   ├── gpm-brightness-lcd-disabled.svg
│   │   ├── gpm-brightness-lcd-invalid.svg
│   │   ├── gpm-brightness-lcd.svg
│   │   ├── gpm-inhibit-invalid.svg
│   │   ├── gpm-inhibit.svg
│   │   └── gpm-uninhibit.svg
│   ├── ui
│   │   ├── accessx-status-applet-menu.xml
│   │   ├── battstat-applet-menu.xml
│   │   ├── brightness-applet-menu.xml
│   │   ├── charpick-applet-menu.xml
│   │   ├── cpufreq-applet-menu.xml
│   │   ├── drivemount-applet-menu.xml
│   │   ├── geyes-applet-menu.xml
│   │   ├── gweather-applet-menu.xml
│   │   ├── inhibit-applet-menu.xml
│   │   ├── multiload-applet-menu.xml
│   │   └── netspeed-menu.xml
│   └── window-buttons-applet
│   └── themes
│   ├── elementary
│   │   └── README
│   └── equinox-glass
│   └── README
├── gnome-panel
│   └── applets
│   ├── org.gnome.applets.AccessxStatusApplet.panel-applet
│   ├── org.gnome.applets.BattstatApplet.panel-applet
│   ├── org.gnome.applets.CharpickerApplet.panel-applet
│   ├── org.gnome.applets.CommandApplet.panel-applet
│   ├── org.gnome.applets.CPUFreqApplet.panel-applet
│   ├── org.gnome.applets.DriveMountApplet.panel-applet
│   ├── org.gnome.applets.GeyesApplet.panel-applet
│   ├── org.gnome.applets.GWeatherApplet.panel-applet
│   ├── org.gnome.applets.MultiLoadApplet.panel-applet
│   ├── org.gnome.applets.StickyNotesApplet.panel-applet
│   ├── org.gnome.applets.TimerApplet.panel-applet
│   ├── org.gnome.applets.TrashApplet.panel-applet
│   ├── org.gnome.applets.WindowPicker.panel-applet
│   ├── org.gnome.BrightnessApplet.panel-applet
│   ├── org.gnome.InhibitApplet.panel-applet
│   ├── org.gnome.panel.Netspeed.panel-applet
│   ├── org.gnome.panel.SearchBar.panel-applet
│   ├── org.gnome.panel.WindowButtonsApplet.panel-applet
│   └── org.gnome.panel.WindowTitleApplet.panel-applet
├── gsettings-schemas
│   └── gnome-applets-3.36.3
│   └── glib-2.0
│   └── schemas
│   ├── gschemas.compiled
│   ├── org.gnome.gnome-applets.battstat.gschema.xml
│   ├── org.gnome.gnome-applets.charpick.gschema.xml
│   ├── org.gnome.gnome-applets.command.gschema.xml
│   ├── org.gnome.gnome-applets.cpufreq.enums.xml
│   ├── org.gnome.gnome-applets.cpufreq.gschema.xml
│   ├── org.gnome.gnome-applets.geyes.gschema.xml
│   ├── org.gnome.gnome-applets.gweather.gschema.xml
│   ├── org.gnome.gnome-applets.multiload.gschema.xml
│   ├── org.gnome.gnome-applets.netspeed.gschema.xml
│   ├── org.gnome.gnome-applets.stickynotes.gschema.xml
│   ├── org.gnome.gnome-applets.timer.gschema.xml
│   ├── org.gnome.gnome-applets.window-buttons.gschema.xml
│   ├── org.gnome.gnome-applets.window-picker-applet.gschema.xml
│   └── org.gnome.gnome-applets.window-title.gschema.xml
├── help
│   ├── ar
│   │   └── gweather
│   │   ├── figures
│   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ast
│   │   └── geyes
│   │   ├── figures
│   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── bg
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── geyes
│   │   ├── figures
│   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── C
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png
│   │   │   │   └── context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png
│   │   │   │   └── charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png
│   │   │   │   ├── gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png
│   │   │   │   ├── ethernet.png
│   │   │   │   ├── eth_sum_48.png
│   │   │   │   ├── loopback.png
│   │   │   │   ├── netspeed_applet.png
│   │   │   │   ├── plip.png
│   │   │   │   ├── ppp.png
│   │   │   │   ├── settings.png
│   │   │   │   └── wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ca
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── cs
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── da
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── de
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── el
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── en_GB
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── es
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── eu
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── fi
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── fr
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── gl
│   │   └── accessx-status
│   │   ├── figures
│   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── hu
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── id
│   │   └── netspeed_applet
│   │   ├── figures
│   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── it
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ko
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── stickynotes_applet
│   │   ├── figures
│   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── mk
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── nl
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── oc
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── pa
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── pt_BR
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ro
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── ru
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── sl
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── sv
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── uk
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── zh_CN
│   │   ├── accessx-status
│   │   │   ├── figures
│   │   │   │   ├── accessx_bounce-keys.png -> ../../../C/accessx-status/figures/accessx_bounce-keys.png
│   │   │   │   ├── accessx_mouse-keys.png -> ../../../C/accessx-status/figures/accessx_mouse-keys.png
│   │   │   │   ├── accessx_slow-keys.png -> ../../../C/accessx-status/figures/accessx_slow-keys.png
│   │   │   │   ├── accessx-status-applet.png -> ../../../C/accessx-status/figures/accessx-status-applet.png
│   │   │   │   ├── accessx-status-disabled.png -> ../../../C/accessx-status/figures/accessx-status-disabled.png
│   │   │   │   ├── accessx_sticky-altGr-key.png -> ../../../C/accessx-status/figures/accessx_sticky-altGr-key.png
│   │   │   │   ├── accessx_sticky-ctrl-key.png -> ../../../C/accessx-status/figures/accessx_sticky-ctrl-key.png
│   │   │   │   ├── accessx_sticky-keys.png -> ../../../C/accessx-status/figures/accessx_sticky-keys.png
│   │   │   │   ├── accessx_sticky-meta-key.png -> ../../../C/accessx-status/figures/accessx_sticky-meta-key.png
│   │   │   │   ├── accessx_sticky-shift-key.png -> ../../../C/accessx-status/figures/accessx_sticky-shift-key.png
│   │   │   │   └── accessx_sticky-windows-key.png -> ../../../C/accessx-status/figures/accessx_sticky-windows-key.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── battstat
│   │   │   ├── figures
│   │   │   │   ├── battstat-applet-expanded.png -> ../../../C/battstat/figures/battstat-applet-expanded.png
│   │   │   │   ├── battstat-applet.png -> ../../../C/battstat/figures/battstat-applet.png
│   │   │   │   ├── battstat-credits-hal.png -> ../../../C/battstat/figures/battstat-credits-hal.png
│   │   │   │   ├── battstat-preferences.png -> ../../../C/battstat/figures/battstat-preferences.png
│   │   │   │   └── context-menu.png -> ../../../C/battstat/figures/context-menu.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── char-palette
│   │   │   ├── figures
│   │   │   │   ├── charpalette_applet.png -> ../../../C/char-palette/figures/charpalette_applet.png
│   │   │   │   ├── charpalette_chargroup.png -> ../../../C/char-palette/figures/charpalette_chargroup.png
│   │   │   │   ├── charpick_characters.png -> ../../../C/char-palette/figures/charpick_characters.png
│   │   │   │   └── charpick-preferences.png -> ../../../C/char-palette/figures/charpick-preferences.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── drivemount
│   │   │   ├── figures
│   │   │   │   ├── drivemount-applet_eject.png -> ../../../C/drivemount/figures/drivemount-applet_eject.png
│   │   │   │   ├── drivemount-applet_example.png -> ../../../C/drivemount/figures/drivemount-applet_example.png
│   │   │   │   ├── drivemount-applet_mount.png -> ../../../C/drivemount/figures/drivemount-applet_mount.png
│   │   │   │   ├── drivemount-applet_open.png -> ../../../C/drivemount/figures/drivemount-applet_open.png
│   │   │   │   └── drivemount-applet_status.png -> ../../../C/drivemount/figures/drivemount-applet_status.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── gweather
│   │   │   ├── figures
│   │   │   │   ├── gweather_applet.png -> ../../../C/gweather/figures/gweather_applet.png
│   │   │   │   ├── gweather-details.png -> ../../../C/gweather/figures/gweather-details.png
│   │   │   │   ├── gweather-menu-prefs.png -> ../../../C/gweather/figures/gweather-menu-prefs.png
│   │   │   │   ├── gweather-prefs-general.png -> ../../../C/gweather/figures/gweather-prefs-general.png
│   │   │   │   ├── gweather-prefs-locations.png -> ../../../C/gweather/figures/gweather-prefs-locations.png
│   │   │   │   ├── stock_weather-cloudy.png -> ../../../C/gweather/figures/stock_weather-cloudy.png
│   │   │   │   ├── stock_weather-few-clouds.png -> ../../../C/gweather/figures/stock_weather-few-clouds.png
│   │   │   │   ├── stock_weather-fog.png -> ../../../C/gweather/figures/stock_weather-fog.png
│   │   │   │   ├── stock_weather-night-clear.png -> ../../../C/gweather/figures/stock_weather-night-clear.png
│   │   │   │   ├── stock_weather-night-few-clouds.png -> ../../../C/gweather/figures/stock_weather-night-few-clouds.png
│   │   │   │   ├── stock_weather-showers.png -> ../../../C/gweather/figures/stock_weather-showers.png
│   │   │   │   ├── stock_weather-snow.png -> ../../../C/gweather/figures/stock_weather-snow.png
│   │   │   │   ├── stock_weather-storm.png -> ../../../C/gweather/figures/stock_weather-storm.png
│   │   │   │   └── stock_weather-sunny.png -> ../../../C/gweather/figures/stock_weather-sunny.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── multiload
│   │   │   ├── figures
│   │   │   │   ├── multiload-preferences.png -> ../../../C/multiload/figures/multiload-preferences.png
│   │   │   │   ├── system-monitor-applet_window.png -> ../../../C/multiload/figures/system-monitor-applet_window.png
│   │   │   │   └── system_monitor.png -> ../../../C/multiload/figures/system_monitor.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── zh_HK
│   │   ├── cpufreq-applet
│   │   │   ├── figures
│   │   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── geyes
│   │   │   ├── figures
│   │   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── netspeed_applet
│   │   │   ├── figures
│   │   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   ├── stickynotes_applet
│   │   │   ├── figures
│   │   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   │   ├── index.docbook
│   │   │   └── legal.xml
│   │   └── trashapplet
│   │   ├── figures
│   │   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   └── zh_TW
│   ├── cpufreq-applet
│   │   ├── figures
│   │   │   ├── cpufreq-100.png -> ../../../C/cpufreq-applet/figures/cpufreq-100.png
│   │   │   ├── cpufreq-25.png -> ../../../C/cpufreq-applet/figures/cpufreq-25.png
│   │   │   ├── cpufreq-50.png -> ../../../C/cpufreq-applet/figures/cpufreq-50.png
│   │   │   ├── cpufreq-75.png -> ../../../C/cpufreq-applet/figures/cpufreq-75.png
│   │   │   ├── cpufreq-applet.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet.png
│   │   │   ├── cpufreq-applet-preferences.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences.png
│   │   │   ├── cpufreq-applet-preferences-smp.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-preferences-smp.png
│   │   │   ├── cpufreq-applet-selector-both.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector-both.png
│   │   │   └── cpufreq-applet-selector.png -> ../../../C/cpufreq-applet/figures/cpufreq-applet-selector.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── geyes
│   │   ├── figures
│   │   │   └── geyes_applet.png -> ../../../C/geyes/figures/geyes_applet.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── netspeed_applet
│   │   ├── figures
│   │   │   ├── details.png -> ../../../C/netspeed_applet/figures/details.png
│   │   │   ├── ethernet.png -> ../../../C/netspeed_applet/figures/ethernet.png
│   │   │   ├── eth_sum_48.png -> ../../../C/netspeed_applet/figures/eth_sum_48.png
│   │   │   ├── loopback.png -> ../../../C/netspeed_applet/figures/loopback.png
│   │   │   ├── netspeed_applet.png -> ../../../C/netspeed_applet/figures/netspeed_applet.png
│   │   │   ├── plip.png -> ../../../C/netspeed_applet/figures/plip.png
│   │   │   ├── ppp.png -> ../../../C/netspeed_applet/figures/ppp.png
│   │   │   ├── settings.png -> ../../../C/netspeed_applet/figures/settings.png
│   │   │   └── wavelan.png -> ../../../C/netspeed_applet/figures/wavelan.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   ├── stickynotes_applet
│   │   ├── figures
│   │   │   ├── stickynote-right-menu-lock.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-lock.png
│   │   │   ├── stickynote-right-menu-new.png -> ../../../C/stickynotes_applet/figures/stickynote-right-menu-new.png
│   │   │   ├── stickynotes_applet.png -> ../../../C/stickynotes_applet/figures/stickynotes_applet.png
│   │   │   ├── stickynotes-note-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-note-prefs.png
│   │   │   └── stickynotes-prefs.png -> ../../../C/stickynotes_applet/figures/stickynotes-prefs.png
│   │   ├── index.docbook
│   │   └── legal.xml
│   └── trashapplet
│   ├── figures
│   │   └── trash-applet.png -> ../../../C/trashapplet/figures/trash-applet.png
│   ├── index.docbook
│   └── legal.xml
├── icons
│   └── hicolor
│   ├── 16x16
│   │   ├── apps
│   │   │   ├── gnome-brightness-applet.png
│   │   │   ├── gnome-cpu-frequency-applet.png
│   │   │   ├── gnome-eyes-applet.png
│   │   │   ├── gnome-inhibit-applet.png
│   │   │   ├── gnome-sticky-notes-applet.png
│   │   │   └── netspeed-applet.png
│   │   ├── devices
│   │   │   ├── netspeed-loopback.png
│   │   │   ├── netspeed-plip.png
│   │   │   └── netspeed-ppp.png
│   │   └── status
│   │   ├── netspeed-wireless-100.png
│   │   ├── netspeed-wireless-25.png
│   │   ├── netspeed-wireless-50.png
│   │   └── netspeed-wireless-75.png
│   ├── 22x22
│   │   └── apps
│   │   ├── gnome-brightness-applet.png
│   │   ├── gnome-cpu-frequency-applet.png
│   │   ├── gnome-eyes-applet.png
│   │   ├── gnome-inhibit-applet.png
│   │   ├── gnome-sticky-notes-applet.png
│   │   └── netspeed-applet.png
│   ├── 24x24
│   │   └── apps
│   │   ├── gnome-brightness-applet.png
│   │   ├── gnome-cpu-frequency-applet.png
│   │   ├── gnome-eyes-applet.png
│   │   ├── gnome-inhibit-applet.png
│   │   ├── gnome-sticky-notes-applet.png
│   │   └── netspeed-applet.png
│   ├── 32x32
│   │   └── apps
│   │   ├── gnome-brightness-applet.png
│   │   ├── gnome-cpu-frequency-applet.png
│   │   ├── gnome-eyes-applet.png
│   │   ├── gnome-inhibit-applet.png
│   │   ├── gnome-sticky-notes-applet.png
│   │   └── netspeed-applet.png
│   ├── 48x48
│   │   └── apps
│   │   ├── ax-applet.png
│   │   ├── gnome-brightness-applet.png
│   │   ├── gnome-inhibit-applet.png
│   │   └── netspeed-applet.png
│   ├── 72x72
│   │   └── apps
│   │   └── windowtitle-applet.png
│   ├── 96x96
│   │   └── apps
│   │   └── windowbuttons-applet.png
│   └── scalable
│   └── apps
│   ├── gnome-brightness-applet.svg
│   ├── gnome-cpu-frequency-applet.svg
│   ├── gnome-eyes-applet.svg
│   ├── gnome-inhibit-applet.svg
│   ├── gnome-sticky-notes-applet.svg
│   └── netspeed-applet.svg
├── locale
│   ├── af
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── am
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ar
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── as
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ast
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── az
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── be
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── be@latin
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── bn
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── bn_IN
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── br
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── bs
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ca@valencia
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── crh
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── csb
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── cy
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── da
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── dz
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── en_CA
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── en@shaw
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── eo
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── et
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── eu
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── fa
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ga
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── gu
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── hi
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── hr
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── hy
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── is
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ka
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── kk
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── kn
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ko
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ku
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ky
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── lt
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── lv
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── mai
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── mg
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── mk
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ml
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── mn
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── mr
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ne
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── nn
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── oc
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── or
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── pa
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ps
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ro
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── rw
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── si
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── sk
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── sr@latin
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ta
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── te
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── th
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── ug
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── vi
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── wa
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── xh
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   ├── zh_HK
│   │   └── LC_MESSAGES
│   │   └── gnome-applets-3.0.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── gnome-applets-3.0.mo
└── polkit-1
└── actions
└── org.gnome.cpufreqselector.policy
749 directories, 2119 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment