aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Ben said to do it.Christopher James Lahey2001-08-091-0/+1
* Added bonobo-moniker-xmldb, gnome-gtkhtml-editor andEttore Perazzoli2001-08-051-1/+26
* Added evolution-alarm-notify.Federico Mena Quintero2001-07-011-1/+2
* s/evolution-vcard-import/evolution-vcard-importerKjartan Maraas2001-05-231-1/+1
* Add in evolution-vcard-importer as part of the list of processes toDuncan Mak2001-05-211-0/+2
* add the importers.Chris Toshok2001-05-151-0/+6
* Kill the RDF Summary as well.Iain Holmes2001-05-101-0/+2
* add some more 16 character versions for freebsd.Chris Toshok2001-04-091-0/+2
* Fix this script to make it work with Solaris. Patch from Louise Miller.Jason Leach2001-02-021-19/+27
* new script to move tasks from the Calendar folder to the new Tasks folder,Damon Chaplin2001-01-142-1/+136
* Kill executive summary components72000-10-271-0/+3
* Update verify-evolution-install.sh a little teeny bit for 0.5 (no functionali...Peter Williams2000-10-161-2/+2
* Add verify-evolution-install.sh to EXTRA_DISTDan Winship2000-10-061-1/+1
* This is the baddest-ass script in the history of foreverPeter Williams2000-08-101-16/+170
* Look for oafinfo files in oaf's prefix, not gnome-libs's. Allow binariesDan Winship2000-08-061-3/+17
* Use type instead of which.Peter Williams2000-08-041-1/+1
* Ah, screw the which.Peter Williams2000-08-011-2/+2
* Stupid which program prints junk....Peter Williams2000-08-011-6/+10
* Backslashes are unneccessary. Prepositions are.Peter Williams2000-08-011-29/+29
* Now tests for OAF clienty goodnessPeter Williams2000-08-011-2/+2
* Now tests for OAF clienty goodnessPeter Williams2000-08-011-32/+88
* Updates to verifierPeter Williams2000-08-011-20/+39
* New helper script to diagnose problems installing evolution.Peter Williams2000-07-291-0/+393
* add the 16 character versions so bsd killall will work.Chris Toshok2000-07-201-0/+5
* Removed dist-hook section.Christopher James Lahey2000-05-101-1/+3
* + * configure.in: added tools/Makefile.Matthew Loper2000-04-273-0/+15
dex 000000000000..5498fd9a68a6
--- /dev/null
+++ b/sysutils/xfce4-power-manager/files/patch-panel-plugins_power-manager-plugin_power-manager-button.c
@@ -0,0 +1,26 @@
+--- panel-plugins/power-manager-plugin/power-manager-button.c.orig 2015-05-25 16:10:37 UTC
++++ panel-plugins/power-manager-plugin/power-manager-button.c
+@@ -382,7 +382,7 @@ power_manager_button_update_device_icon_
+ details = get_device_description (button->priv->upower, device);
+
+ /* If UPower doesn't give us an icon, just use the default */
+- if (icon_name == NULL)
++ if (icon_name == NULL || g_strcmp0 (icon_name, "") == 0)
+ icon_name = g_strdup (PANEL_DEFAULT_ICON);
+
+ pix = gtk_icon_theme_load_icon (gtk_icon_theme_get_default (),
+@@ -407,7 +407,13 @@ power_manager_button_update_device_icon_
+ DBG("this is the display device, updating");
+ /* it is! update the panel button */
+ g_free (button->priv->panel_icon_name);
+-
++#ifdef XFCE_PLUGIN
++ g_object_get (device,
++ "icon-name", &icon_name,
++ NULL);
++ if (icon_name == NULL || g_strcmp0 (icon_name, "") == 0)
++ icon_name = g_strdup (PANEL_DEFAULT_ICON);
++#endif
+ button->priv->panel_icon_name = g_strdup (icon_name);
+ power_manager_button_set_icon (button);
+ /* update tooltip */
diff --git a/sysutils/xfce4-power-manager/pkg-plist b/sysutils/xfce4-power-manager/pkg-plist
index 3f942d4f06e0..56b152c3e139 100644
--- a/sysutils/xfce4-power-manager/pkg-plist
+++ b/sysutils/xfce4-power-manager/pkg-plist