mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= xfce4-genmon-plugin
|
PORTNAME= xfce4-genmon-plugin
|
||||||
PORTVERSION= 3.3.0
|
PORTVERSION= 3.3.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils xfce
|
CATEGORIES= sysutils xfce
|
||||||
MASTER_SITES= ${MASTER_SITE_XFCE}
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
||||||
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
MASTER_SITE_SUBDIR= src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
|
||||||
|
|
|
@ -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),
|
Loading…
Add table
Reference in a new issue