Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: mate-applets | Distribution: SUSE Linux Enterprise 15 SP3 |
Version: 1.24.0 | Vendor: openSUSE |
Release: bp153.1.20 | Build date: Sat Mar 6 10:57:18 2021 |
Group: Unspecified | Build host: obs-power8-02 |
Size: 3011594 | Source RPM: mate-applets-1.24.0-bp153.1.20.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://mate-desktop.org/ | |
Summary: A set of applets for the MATE Desktop |
This package provides a set of applets to use with the MATE panel.
GFDL-1.1-only AND GPL-2.0-or-later
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru> - Update to version 1.24.0 (changes since 1.23.0): * Use ${datadir}/dbus-1/system.d as the default D-Bus config dir. * Make the dbus directory configurable. * Fix redefined MATELOCALEDIR. * Migrate from intltool to gettext. * Initialise "surface" before testing its value to avoid a crash. * Avoid redundant redeclarations. * build: Don't stop building when cpufreq.h isn't available. * drivemount: Remove -Wformat-nonliteral warning. * netspeed: Remove -Wunused-but-set-variable warning. * cpufreq: Remove -Wabsolute-value warning. * build: Extend --enable-more-warnings configure flag. * Make cpufreq builds independent from kernel header version. * timerapplet.c: Remove reductant condition. * geyes: Avoid memory leak. * multiload: Use /proc/diskstats for NVMe drives. * Treat output as utf8 when limiting width. * command: Use MaCommand object. * Make command applet run commands asynchronously. * build: Show compiler flags on configuration summary. * autoconf: Fix matelocaledir. * Fix build using the -fno-common flag. * Update translations. - Drop support for old openSUSE versions. * Fri Jan 31 2020 Dominique Leuenberger <dimstar@opensuse.org> - Drop pkgconfig(NetworkManager) BuildRequires: the entire build system never references that symbol. * Wed Sep 25 2019 Jonathan Brielmaier <jbrielmaier@suse.de> - Remove build require on libxml2-python as it's not required. There is no sign in the source code that it's needed. * Thu Jul 18 2019 Jonathan Brielmaier <jbrielmaier@suse.de> - Update to version 1.23.0: * Update translations. * deprecate g_type_class_add_private * cpufreq: support kernel 5.1.0 * weather: align Gtk_Box to center * multiload: filter-out non-local disks and user mounts<Paste> * Other smaller changes. - remove patch: * mate-applets-gtk-3.20.patch: we don't support gtk3.20 anymore - build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50 * Sun May 12 2019 Alexei Sorokin <sor.alexei@meowr.ru> - Update to version 1.22.1: * Use g_list_free_full() convenience function. * Fix use-after-free clang warning. * help: Update copyright. * help: Use XInclude instead of ENTITY for legal.xml. * Assignment discards "const" qualifier from pointer target type. * Make translatable documenters in about dialogue. * Make translatable copyright info in about dialogue. * Ensure proper translation of the about dialogue title. * Update translations. * Tue Mar 05 2019 sor.alexei@meowr.ru - Update to version 1.22.0: * Remove unused png files. * accessx-status: Fix another leak. * Fix memory leak on accessx-status. * sticky-notes: Fix a memory leak. * timerapplet: Allow reseting timer when inactive. * Avoid newly deprecated gtk_css_provider_get_default. * Weather: Apply a widget name to the textview. * weather: Add cssprovider for widget, not for screen. * mateweather-dialog.c: Avoid deprecated "gtk_widget_override_font". * cpufreq: Stop a segfault with GTK+ 3.23. * trash applet: Avoid deprecated "gtk_window_set_wmclass". * cpufreq: Fix a -Wimplicit-function-declaration. * trash: Fix a -Wincompatible-pointer-types warning. * weather: Replace deprecated GtkAlignment. * stickynotes: Replace deprecated gdk_error_trap_push/pop functions. * Replace deprecated gtk_menu_popup. * multiload: Ignore priviledged mount points. * Disable deprecation warnings for distcheck. * Silent output when building. * Update translations. - Rebase mate-applets-gtk-3.20.patch. * Sat Dec 22 2018 sor.alexei@meowr.ru - Update to version 1.20.3: * Use make functions for HELP_LINGUAS. * Netspeed Manual: Clean up. * Manual: Linux and UNIX systems -> Linux and other Unix-like systems. * Use orderedlist to describe the steps to add the applet to a panel. * Manual: Fix Add to Panel dialogue title. * Eyes Applet: Fix window title and factory name. * Manual: OK -> Add (Add to Panel dialogue). * trashapplet manual: Open Trash guimenuitem. * Fix name of Eyes applet. * Refer to the fstab(5) man page for more information. * Fix url of ulink to point to mate-user-guide. * Fix spelling and grammar mistakes. * legal.xml. * Cpufreq: Force the frequency label to render if frequencies are not found right away. * Cpufreq: Refactor to remove more GTK+2 leftovers. * Cpufreq: Ensure frequency label always shows up if freq selected. * Update translations. * Tue Jun 05 2018 sor.alexei@meowr.ru - Update to version 1.20.2: * accessx: Convert icons from pixbuf to cairo surfaces. * netspeed: Use theme icons instead of embedded. * battstat: Load theme icons instead of pixmaps. * Convert applet icons from pixbuf to surfaces. * multiload: Solving type mismatch in g_settings_set_value. * multiload: Only text formatting to prepare for real change. * Update translations. * Wed Apr 11 2018 sor.alexei@meowr.ru - Update to version 1.20.1: * Fix cpufreq applet spacing on HiDPI displays. * multiload: Add a style class multiload-applet. * Fri Mar 09 2018 sor.alexei@meowr.ru - Update to version 1.20.0: * Require GTK+ 3.22 and GLib 2.50. * Bump libmateweather requirement to 1.19.1. * drivemount: Fix a build warning. * cpufreq-prefs: Don't use deprecated gtk_show_uri(). * Avoid deprecated gdk_screen_get_number(). * drivemount: If the list is empty, it will show a media-floppy icon. * Load graph scales automatically according to average load. * cpufreq: Set frequency on all cores. * Add GSettings for checkmark colour shown for mounted volumes. * Mounted drives will show a little bit different icon. * Avoid deprecated gdk_screen_get_monitor_(), gdk_screen_width/height(), gdk_screen_get_width/height() functions. * Get rid of misleading_indentation and maybe-uninitialized warnings during build. * all applets: Don't use deprecated gtk_show_uri(). * Add a new digital theme. * Rounding error in draw corrected. * Recognise GSettings change dynamically. * command: Bump the range of intervals. * An implementation of WidthOfScreen and HeightOfScreen. * build: When gtksourceview isn't found, show that package name. * Cpufreq: Update tooltips with latest values. * Cpufreq: Fix a build warning. * Cpufreq: stop jumping numbers moving units label * multiload: Scaling network graph using thresholds defined by user * multiload: fix tabs/spaces mix in more places * multiload: fix spacing in some places * multiload: remove some unneeded spaces * weather: Fix a possible crash when opening the Preferences dialogue. * Update translations. - Add mate-applets-gtk-3.20.patch: Restore GLib 2.48 and GTK+ 3.20 support. * Fri Sep 15 2017 sor.alexei@meowr.ru - Update to version 1.18.2: * cpufreq: Fix calculating max width of frequency/unit/percent labels. * stickynotes: Fix text selection. * cpufreq: Refresh applet size on style change (e.g. font size). * cpufreq: Fix random invisibility of the applet. * stickynotes: Create parent directory for "stickynotes-applet.xml" if it does not exist. * Update translations. * Fri Apr 07 2017 sor.alexei@meowr.ru - Update to version 1.18.1: * Fix a GError memory leak. * Fix for crasher in Command applet. * Update translations. * Tue Mar 14 2017 sor.alexei@meowr.ru - Update to version 1.18.0: * NEWS: Use consistent, project wide, markdown-like formatting to make generating release announcements easier. * Build: Require libmateweather and mate-panel >= 1.17. * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and - -with-gtk build option. * Weather: Fix temperature label placement. * Weather: Show proper help section for each tab of the preferences dialogue. * Fix some GTK+ deprecations and runtime warnings. * Some code cleanups. * Update translations. * Tue Sep 20 2016 sor.alexei@meowr.ru - Update to version 1.16.0: * Build: Require polkit 0.97. * Use GtkAboutDialog instead of MateAboutDialog. * Netspeed: Use GtkColorButton/GtkColorChooser. * Drop dependency on libmate-desktop. * GTK+3: Fix various deprecations. * Some code cleanups. * Update translations. * Tue Aug 16 2016 sor.alexei@meowr.ru - Update to version 1.14.1: * Accessx-status: Fix possible crash when updating layout. * Cpufreq: Fix build with kernel 4.7. * Cpufreq: Make build options --enable-frequency-selector and --enable-suid actually work. * Netspeed: Fix default route. * Some more fixes and cleanups. * Make distcheck use currently selected GTK+ version. * Update translations. * Sat Apr 09 2016 sor.alexei@meowr.ru - Update to version 1.14.0: * Update translations. * Fix Changelog generation. * Sun Apr 03 2016 sor.alexei@meowr.ru - Update to version 1.13.1: * GTK+3: Fix cpufreq applet rendering. * cpufreq: Capitalise CPU in schema description. * Re-licence Command and Timer applets under GPLv2+. * cpufreq GTK+3: Hardcode fewer labels. * weather: Fix some typos and remove some dead code. * Thu Jan 28 2016 sor.alexei@meowr.ru - Update to version 1.13.0: * GTK+3: Fix several deprecations. * Drop null_applet which isn't even buildable these days. * Drop MateConf migration scripts. * Merge netspeed applet from mate-netspeed project (and discontinue that project). * GTK+3: fix setting fg/bg colors and font type in stickynotes applet. * Some more fixes and cleanups. - Obsolete mate-applet-netspeed package. * Sun Nov 29 2015 sor.alexei@meowr.ru - Update to 1.12.1: * Drivemount: Fix invisible text with some Gtk3 themes. * Update translations. * Thu Nov 05 2015 sor.alexei@meowr.ru - Update to 1.12.0: * GTK+3: make cpufreq, charpick and drivemount support custom panel themes. * Some more GTK+3 fixes. * Wed Oct 14 2015 sor.alexei@meowr.ru - Update to 1.11.0: * Accessx-status, geyes: have applet background automatically painted. * Cpufreq: make cpupower the default library. * Retrieve strings directly from gschema (requires intltool 0.50.1). * Drop useless dependency on mate-icon-theme. * GTK+3: fix missing icons with custom icon themes. * Several small fixes and cleanups. * Fri Jul 17 2015 sor.alexei@meowr.ru - Update to 1.10.3: * Several small help fixes. * Rename sticky-notes help directory. * Wed Jul 15 2015 sor.alexei@meowr.ru - Update to 1.10.2: * Charpick, geyes: restore missing button icons in dialogs. * Actually install manpages on make install. * Multiple help fixes in several applets. * Fri Jun 26 2015 sor.alexei@meowr.ru - Update to 1.10.1: * Battstat applet: fix NetBSD APM support. * Invest applet: display proper icon in About dialog. * Multiple help fixes in several applets. * GTK+3 fixes. * Tue May 05 2015 sor.alexei@meowr.ru - Update to 1.10.0 (changes since 1.9.1): * [command] Add missing static void declaration. * [stickynotes] Fix spacing and copy/paste errors. * [stickynotes] Proper tooltip for 'x' button on the note's title. * [stickynotes] Use modern color-related API in Gtk3 build. * [stickynotes] Fix indentation a bit. * [stickynotes] Use mate_panel_applet_set_background_widget. * Update translations. - Update icon cache after installing icons. * Thu Jan 22 2015 p.drouand@gmail.com - Update to version 1.9.1 (unstable) * Bug fix release * Sun Oct 26 2014 p.drouand@gmail.com - Update to version 1.9.0 (unstable) + Use MateAboutDialog from libmate-desktop. - Fix version requirements
/etc/sound /etc/sound/events /etc/sound/events/mate-battstat_applet.soundlist /usr/lib/mate-applets /usr/lib/mate-applets/accessx-status-applet /usr/lib/mate-applets/battstat-applet /usr/lib/mate-applets/command-applet /usr/lib/mate-applets/mate-charpick-applet /usr/lib/mate-applets/mate-cpufreq-applet /usr/lib/mate-applets/mate-drivemount-applet /usr/lib/mate-applets/mate-geyes-applet /usr/lib/mate-applets/mate-multiload-applet /usr/lib/mate-applets/mate-netspeed-applet /usr/lib/mate-applets/mateweather-applet /usr/lib/mate-applets/stickynotes-applet /usr/lib/mate-applets/timer-applet /usr/lib/mate-applets/trashapplet /usr/share/dbus-1/services/org.mate.panel.applet.AccessxStatusAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.BattstatAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.CPUFreqAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.CharpickerAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.CommandAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.DriveMountAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.GeyesAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.MateWeatherAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.MultiLoadAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.NetspeedAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.StickyNotesAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.TimerAppletFactory.service /usr/share/dbus-1/services/org.mate.panel.applet.TrashAppletFactory.service /usr/share/doc/packages/mate-applets /usr/share/doc/packages/mate-applets/AUTHORS /usr/share/doc/packages/mate-applets/NEWS /usr/share/doc/packages/mate-applets/README /usr/share/glib-2.0/schemas/org.mate.drivemount.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.battstat.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.charpick.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.command.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.cpufreq.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.geyes.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.multiload.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.netspeed.gschema.xml /usr/share/glib-2.0/schemas/org.mate.panel.applet.timer.gschema.xml /usr/share/glib-2.0/schemas/org.mate.stickynotes.gschema.xml /usr/share/help/C/mate-accessx-status /usr/share/help/C/mate-accessx-status/figures /usr/share/help/C/mate-accessx-status/figures/accessx-status-applet.png /usr/share/help/C/mate-accessx-status/figures/accessx-status-disabled.png /usr/share/help/C/mate-accessx-status/figures/accessx_bounce-keys.png /usr/share/help/C/mate-accessx-status/figures/accessx_mouse-keys.png /usr/share/help/C/mate-accessx-status/figures/accessx_slow-keys.png /usr/share/help/C/mate-accessx-status/figures/accessx_sticky-altGr-key.png /usr/share/help/C/mate-accessx-status/figures/accessx_sticky-keys.png /usr/share/help/C/mate-accessx-status/figures/accessx_sticky-meta-key.png /usr/share/help/C/mate-accessx-status/figures/accessx_sticky-shift-key.png /usr/share/help/C/mate-accessx-status/figures/accessx_sticky-windows-key.png /usr/share/help/C/mate-accessx-status/index.docbook /usr/share/help/C/mate-accessx-status/legal.xml /usr/share/help/C/mate-battstat /usr/share/help/C/mate-battstat/figures /usr/share/help/C/mate-battstat/figures/battstat-applet-expanded.png /usr/share/help/C/mate-battstat/figures/battstat-applet.png /usr/share/help/C/mate-battstat/figures/battstat-credits-hal.png /usr/share/help/C/mate-battstat/figures/battstat-preferences.png /usr/share/help/C/mate-battstat/figures/context-menu.png /usr/share/help/C/mate-battstat/index.docbook /usr/share/help/C/mate-battstat/legal.xml /usr/share/help/C/mate-char-palette /usr/share/help/C/mate-char-palette/figures /usr/share/help/C/mate-char-palette/figures/charpalette_applet.png /usr/share/help/C/mate-char-palette/figures/charpick-preferences.png /usr/share/help/C/mate-char-palette/figures/charpick_characters.png /usr/share/help/C/mate-char-palette/index.docbook /usr/share/help/C/mate-char-palette/legal.xml /usr/share/help/C/mate-cpufreq-applet /usr/share/help/C/mate-cpufreq-applet/figures /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-100.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-25.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-50.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-75.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-applet-preferences-smp.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-applet-preferences.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-applet-selector-both.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-applet-selector.png /usr/share/help/C/mate-cpufreq-applet/figures/cpufreq-applet.png /usr/share/help/C/mate-cpufreq-applet/index.docbook /usr/share/help/C/mate-cpufreq-applet/legal.xml /usr/share/help/C/mate-drivemount /usr/share/help/C/mate-drivemount/figures /usr/share/help/C/mate-drivemount/figures/drivemount-applet_eject.png /usr/share/help/C/mate-drivemount/figures/drivemount-applet_example.png /usr/share/help/C/mate-drivemount/figures/drivemount-applet_mount.png /usr/share/help/C/mate-drivemount/figures/drivemount-applet_open.png /usr/share/help/C/mate-drivemount/figures/drivemount-applet_status.png /usr/share/help/C/mate-drivemount/index.docbook /usr/share/help/C/mate-drivemount/legal.xml /usr/share/help/C/mate-geyes /usr/share/help/C/mate-geyes/figures /usr/share/help/C/mate-geyes/figures/geyes_applet.png /usr/share/help/C/mate-geyes/index.docbook /usr/share/help/C/mate-geyes/legal.xml /usr/share/help/C/mate-multiload /usr/share/help/C/mate-multiload/figures /usr/share/help/C/mate-multiload/figures/multiload-preferences.png /usr/share/help/C/mate-multiload/figures/system-monitor-applet_window.png /usr/share/help/C/mate-multiload/index.docbook /usr/share/help/C/mate-multiload/legal.xml /usr/share/help/C/mate-netspeed-applet /usr/share/help/C/mate-netspeed-applet/figures /usr/share/help/C/mate-netspeed-applet/figures/details.png /usr/share/help/C/mate-netspeed-applet/figures/eth_sum_48.png /usr/share/help/C/mate-netspeed-applet/figures/ethernet.png /usr/share/help/C/mate-netspeed-applet/figures/loopback.png /usr/share/help/C/mate-netspeed-applet/figures/netspeed_applet.png /usr/share/help/C/mate-netspeed-applet/figures/plip.png /usr/share/help/C/mate-netspeed-applet/figures/ppp.png /usr/share/help/C/mate-netspeed-applet/figures/settings.png /usr/share/help/C/mate-netspeed-applet/figures/wavelan.png /usr/share/help/C/mate-netspeed-applet/index.docbook /usr/share/help/C/mate-netspeed-applet/legal.xml /usr/share/help/C/mate-stickynotes-applet /usr/share/help/C/mate-stickynotes-applet/figures /usr/share/help/C/mate-stickynotes-applet/figures/stickynote-right-menu-lock.png /usr/share/help/C/mate-stickynotes-applet/figures/stickynote-right-menu-new.png /usr/share/help/C/mate-stickynotes-applet/figures/stickynotes-note-prefs.png /usr/share/help/C/mate-stickynotes-applet/figures/stickynotes-prefs.png /usr/share/help/C/mate-stickynotes-applet/figures/stickynotes_applet.png /usr/share/help/C/mate-stickynotes-applet/index.docbook /usr/share/help/C/mate-stickynotes-applet/legal.xml /usr/share/help/C/mate-trashapplet /usr/share/help/C/mate-trashapplet/figures /usr/share/help/C/mate-trashapplet/figures/trash-applet.png /usr/share/help/C/mate-trashapplet/index.docbook /usr/share/help/C/mate-trashapplet/legal.xml /usr/share/help/C/mateweather /usr/share/help/C/mateweather/figures /usr/share/help/C/mateweather/figures/mateweather-details.png /usr/share/help/C/mateweather/figures/mateweather-menu-prefs.png /usr/share/help/C/mateweather/figures/mateweather-prefs-general.png /usr/share/help/C/mateweather/figures/mateweather-prefs-locations.png /usr/share/help/C/mateweather/figures/mateweather_applet.png /usr/share/help/C/mateweather/figures/stock_weather-cloudy.png /usr/share/help/C/mateweather/figures/stock_weather-few-clouds.png /usr/share/help/C/mateweather/figures/stock_weather-fog.png /usr/share/help/C/mateweather/figures/stock_weather-night-clear.png /usr/share/help/C/mateweather/figures/stock_weather-night-few-clouds.png /usr/share/help/C/mateweather/figures/stock_weather-showers.png /usr/share/help/C/mateweather/figures/stock_weather-snow.png /usr/share/help/C/mateweather/figures/stock_weather-storm.png /usr/share/help/C/mateweather/figures/stock_weather-sunny.png /usr/share/help/C/mateweather/index.docbook /usr/share/help/C/mateweather/legal.xml /usr/share/icons/hicolor/16x16/apps/mate-ax-bouncekeys.png /usr/share/icons/hicolor/16x16/apps/mate-ax-key-base.png /usr/share/icons/hicolor/16x16/apps/mate-ax-key-inverse.png /usr/share/icons/hicolor/16x16/apps/mate-ax-key-no.png /usr/share/icons/hicolor/16x16/apps/mate-ax-key-none.png /usr/share/icons/hicolor/16x16/apps/mate-ax-key-yes.png /usr/share/icons/hicolor/16x16/apps/mate-ax-slowkeys-no.png /usr/share/icons/hicolor/16x16/apps/mate-ax-slowkeys-pending.png /usr/share/icons/hicolor/16x16/apps/mate-ax-slowkeys-yes.png /usr/share/icons/hicolor/16x16/apps/mate-ax-slowkeys.png /usr/share/icons/hicolor/16x16/apps/mate-cpu-frequency-applet.png /usr/share/icons/hicolor/16x16/apps/mate-eyes-applet.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-base.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-default-left.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-default-middle.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-default-right.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-pressed-left.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-pressed-middle.png /usr/share/icons/hicolor/16x16/apps/mate-mousekeys-pressed-right.png /usr/share/icons/hicolor/16x16/apps/mate-netspeed-applet.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-alt-latched.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-alt-locked.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-alt-none.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-ctrl-latched.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-ctrl-locked.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-ctrl-none.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-hyper-latched.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-hyper-locked.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-hyper-none.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-meta-latched.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-meta-locked.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-meta-none.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-notes-applet.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-shift-latched.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-shift-locked.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-shift-none.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-super-latched.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-super-locked.png /usr/share/icons/hicolor/16x16/apps/mate-sticky-super-none.png /usr/share/icons/hicolor/16x16/devices/mate-netspeed-plip.png /usr/share/icons/hicolor/22x22/apps/mate-cpu-frequency-applet.png /usr/share/icons/hicolor/22x22/apps/mate-eyes-applet.png /usr/share/icons/hicolor/22x22/apps/mate-netspeed-applet.png /usr/share/icons/hicolor/22x22/apps/mate-sticky-notes-applet.png /usr/share/icons/hicolor/22x22/devices/mate-netspeed-plip.png /usr/share/icons/hicolor/24x24/apps/mate-ax-bouncekeys.png /usr/share/icons/hicolor/24x24/apps/mate-ax-key-base.png /usr/share/icons/hicolor/24x24/apps/mate-ax-key-inverse.png /usr/share/icons/hicolor/24x24/apps/mate-ax-key-no.png /usr/share/icons/hicolor/24x24/apps/mate-ax-key-none.png /usr/share/icons/hicolor/24x24/apps/mate-ax-key-yes.png /usr/share/icons/hicolor/24x24/apps/mate-ax-slowkeys-no.png /usr/share/icons/hicolor/24x24/apps/mate-ax-slowkeys-pending.png /usr/share/icons/hicolor/24x24/apps/mate-ax-slowkeys-yes.png /usr/share/icons/hicolor/24x24/apps/mate-ax-slowkeys.png /usr/share/icons/hicolor/24x24/apps/mate-cpu-frequency-applet.png /usr/share/icons/hicolor/24x24/apps/mate-eyes-applet.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-base.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-default-left.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-default-middle.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-default-right.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-pressed-left.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-pressed-middle.png /usr/share/icons/hicolor/24x24/apps/mate-mousekeys-pressed-right.png /usr/share/icons/hicolor/24x24/apps/mate-netspeed-applet.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-alt-latched.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-alt-locked.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-alt-none.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-ctrl-latched.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-ctrl-locked.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-ctrl-none.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-hyper-latched.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-hyper-locked.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-hyper-none.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-meta-latched.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-meta-locked.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-meta-none.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-notes-applet.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-shift-latched.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-shift-locked.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-shift-none.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-super-latched.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-super-locked.png /usr/share/icons/hicolor/24x24/apps/mate-sticky-super-none.png /usr/share/icons/hicolor/24x24/devices/mate-netspeed-plip.png /usr/share/icons/hicolor/24x24/status/mate-netspeed-wireless-100.png /usr/share/icons/hicolor/24x24/status/mate-netspeed-wireless-25.png /usr/share/icons/hicolor/24x24/status/mate-netspeed-wireless-50.png /usr/share/icons/hicolor/24x24/status/mate-netspeed-wireless-75.png /usr/share/icons/hicolor/32x32/apps/mate-ax-bouncekeys.png /usr/share/icons/hicolor/32x32/apps/mate-ax-key-base.png /usr/share/icons/hicolor/32x32/apps/mate-ax-key-inverse.png /usr/share/icons/hicolor/32x32/apps/mate-ax-key-no.png /usr/share/icons/hicolor/32x32/apps/mate-ax-key-none.png /usr/share/icons/hicolor/32x32/apps/mate-ax-key-yes.png /usr/share/icons/hicolor/32x32/apps/mate-ax-slowkeys-no.png /usr/share/icons/hicolor/32x32/apps/mate-ax-slowkeys-pending.png /usr/share/icons/hicolor/32x32/apps/mate-ax-slowkeys-yes.png /usr/share/icons/hicolor/32x32/apps/mate-ax-slowkeys.png /usr/share/icons/hicolor/32x32/apps/mate-cpu-frequency-applet.png /usr/share/icons/hicolor/32x32/apps/mate-eyes-applet.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-base.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-default-left.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-default-middle.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-default-right.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-pressed-left.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-pressed-middle.png /usr/share/icons/hicolor/32x32/apps/mate-mousekeys-pressed-right.png /usr/share/icons/hicolor/32x32/apps/mate-netspeed-applet.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-alt-latched.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-alt-locked.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-alt-none.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-ctrl-latched.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-ctrl-locked.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-ctrl-none.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-hyper-latched.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-hyper-locked.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-hyper-none.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-meta-latched.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-meta-locked.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-meta-none.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-notes-applet.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-shift-latched.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-shift-locked.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-shift-none.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-super-latched.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-super-locked.png /usr/share/icons/hicolor/32x32/apps/mate-sticky-super-none.png /usr/share/icons/hicolor/32x32/devices/mate-netspeed-plip.png /usr/share/icons/hicolor/48x48/apps/mate-ax-bouncekeys.png /usr/share/icons/hicolor/48x48/apps/mate-ax-key-base.png /usr/share/icons/hicolor/48x48/apps/mate-ax-key-inverse.png /usr/share/icons/hicolor/48x48/apps/mate-ax-key-no.png /usr/share/icons/hicolor/48x48/apps/mate-ax-key-none.png /usr/share/icons/hicolor/48x48/apps/mate-ax-key-yes.png /usr/share/icons/hicolor/48x48/apps/mate-ax-slowkeys-no.png /usr/share/icons/hicolor/48x48/apps/mate-ax-slowkeys-pending.png /usr/share/icons/hicolor/48x48/apps/mate-ax-slowkeys-yes.png /usr/share/icons/hicolor/48x48/apps/mate-ax-slowkeys.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-base.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-default-left.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-default-middle.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-default-right.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-pressed-left.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-pressed-middle.png /usr/share/icons/hicolor/48x48/apps/mate-mousekeys-pressed-right.png /usr/share/icons/hicolor/48x48/apps/mate-netspeed-applet.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-alt-latched.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-alt-locked.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-alt-none.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-ctrl-latched.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-ctrl-locked.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-ctrl-none.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-hyper-latched.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-hyper-locked.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-hyper-none.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-meta-latched.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-meta-locked.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-meta-none.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-shift-latched.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-shift-locked.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-shift-none.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-super-latched.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-super-locked.png /usr/share/icons/hicolor/48x48/apps/mate-sticky-super-none.png /usr/share/icons/hicolor/48x48/devices/mate-netspeed-plip.png /usr/share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg /usr/share/icons/hicolor/scalable/apps/mate-eyes-applet.svg /usr/share/icons/hicolor/scalable/apps/mate-netspeed-applet.svg /usr/share/icons/hicolor/scalable/apps/mate-sticky-notes-applet.svg /usr/share/licenses/mate-applets /usr/share/licenses/mate-applets/COPYING /usr/share/licenses/mate-applets/COPYING-DOCS /usr/share/man/man1/mate-charpick-applet.1.gz /usr/share/man/man1/mate-cpufreq-selector.1.gz /usr/share/man/man1/mate-drivemount-applet.1.gz /usr/share/man/man1/mate-geyes-applet.1.gz /usr/share/man/man1/mate-multiload-applet.1.gz /usr/share/man/man1/mateweather.1.gz /usr/share/mate /usr/share/mate-applets /usr/share/mate-applets/builder /usr/share/mate-applets/builder/battstat_applet.ui /usr/share/mate-applets/builder/cpufreq-preferences.ui /usr/share/mate-applets/builder/stickynotes.ui /usr/share/mate-applets/builder/trashapplet-empty-progress.ui /usr/share/mate-applets/geyes /usr/share/mate-applets/geyes/Bizarre /usr/share/mate-applets/geyes/Bizarre/Bizarre-eye.png /usr/share/mate-applets/geyes/Bizarre/Bizarre-pupil.png /usr/share/mate-applets/geyes/Bizarre/config /usr/share/mate-applets/geyes/Bloodshot /usr/share/mate-applets/geyes/Bloodshot/Bloodshot-eye.png /usr/share/mate-applets/geyes/Bloodshot/Bloodshot-pupil.png /usr/share/mate-applets/geyes/Bloodshot/config /usr/share/mate-applets/geyes/Default /usr/share/mate-applets/geyes/Default-tiny /usr/share/mate-applets/geyes/Default-tiny/Default-tiny-eye.png /usr/share/mate-applets/geyes/Default-tiny/Default-tiny-pupil.png /usr/share/mate-applets/geyes/Default-tiny/config /usr/share/mate-applets/geyes/Default/Default-eye.png /usr/share/mate-applets/geyes/Default/Default-pupil.png /usr/share/mate-applets/geyes/Default/config /usr/share/mate-applets/geyes/Digital /usr/share/mate-applets/geyes/Digital/Digital-eye.png /usr/share/mate-applets/geyes/Digital/Digital-pupil.png /usr/share/mate-applets/geyes/Digital/config /usr/share/mate-applets/geyes/Horrid /usr/share/mate-applets/geyes/Horrid/config /usr/share/mate-applets/geyes/Horrid/horrid_eye.png /usr/share/mate-applets/geyes/Horrid/horrid_pupil.png /usr/share/mate-applets/geyes/Tango /usr/share/mate-applets/geyes/Tango/config /usr/share/mate-applets/geyes/Tango/tango-eye.png /usr/share/mate-applets/geyes/Tango/tango-pupil.png /usr/share/mate-applets/icons /usr/share/mate-applets/icons/hicolor /usr/share/mate-applets/icons/hicolor/48x48 /usr/share/mate-applets/icons/hicolor/48x48/apps /usr/share/mate-applets/icons/hicolor/48x48/apps/stickynotes-stock-close.png /usr/share/mate-applets/icons/hicolor/48x48/apps/stickynotes-stock-locked.png /usr/share/mate-applets/icons/hicolor/48x48/apps/stickynotes-stock-resize-se.png /usr/share/mate-applets/icons/hicolor/48x48/apps/stickynotes-stock-resize-sw.png /usr/share/mate-applets/icons/hicolor/48x48/apps/stickynotes-stock-unlocked.png /usr/share/mate-panel /usr/share/mate-panel/applets /usr/share/mate-panel/applets/org.mate.applets.AccessxStatusApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.BattstatApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.CPUFreqApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.CharpickerApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.CommandApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.DriveMountApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.GeyesApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.MateWeatherApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.MultiLoadApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.NetspeedApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.StickyNotesApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.TimerApplet.mate-panel-applet /usr/share/mate-panel/applets/org.mate.applets.TrashApplet.mate-panel-applet /usr/share/mate/ui /usr/share/mate/ui/accessx-status-applet-menu.xml /usr/share/mate/ui/battstat-applet-menu.xml /usr/share/mate/ui/charpick-applet-menu.xml /usr/share/mate/ui/cpufreq-applet-menu.xml /usr/share/mate/ui/drivemount-applet-menu.xml /usr/share/mate/ui/geyes-applet-menu.xml /usr/share/mate/ui/mateweather-applet-menu.xml /usr/share/mate/ui/multiload-applet-menu.xml /usr/share/mate/ui/netspeed-menu.xml /usr/share/mate/ui/stickynotes-applet-menu.xml /usr/share/mate/ui/trashapplet-menu.xml /usr/share/pixmaps/mate-cpufreq-applet /usr/share/pixmaps/mate-cpufreq-applet/cpufreq-100.png /usr/share/pixmaps/mate-cpufreq-applet/cpufreq-25.png /usr/share/pixmaps/mate-cpufreq-applet/cpufreq-50.png /usr/share/pixmaps/mate-cpufreq-applet/cpufreq-75.png /usr/share/pixmaps/mate-cpufreq-applet/cpufreq-na.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 13:44:15 2024