When the applet is added to the panel, it works properly. However, when the

user exits the account and logins again, only a label is shown. Provide a patch
to fix this.

Obtained from:	https://bugs.archlinux.org/task/23484
Feature safe:	yes
This commit is contained in:
Emanuel Haupt 2011-11-11 17:43:32 +00:00
parent 2aa4b42436
commit d76b5f5846
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285586
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= xfce4-genmon-plugin
PORTVERSION= 3.3.0
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}

View file

@ -0,0 +1,11 @@
--- ./panel-plugin/main.c.orig 2011-11-11 18:35:50.000000000 +0100
+++ ./panel-plugin/main.c 2011-11-11 18:36:46.000000000 +0100
@@ -836,6 +836,8 @@
SetMonitorFont (genmon);
+ SetTimer (genmon);
+
g_signal_connect (plugin, "free-data", G_CALLBACK (genmon_free), genmon);
g_signal_connect (plugin, "save", G_CALLBACK (genmon_write_config),