Skip to content

genmon plugin doesn't appear after restart

As orage is no longer supported by xfce 4.16 I use korganizer now and created an instance of genmon-plugin in my panel, which points to a script to show a small calender via ncal and my appointments of the next two days via konsolekalendar while hover the genmon-icon (icon, tool) and which opens korganizer when clicking on the icon (iconclick).

But when I restart xfce the defined genmon-icon doesn't appear on the panel. When I check with a task-manager, I can see an instance of genmon-plugin running although it does't appear in the panel. When I terminate this running process, the genmon-plugin is restarted by the xfce-session-management and now it also appears in my panel and works just fine.

Over the time it becomes a little bit annoying to do this every time I start my desktop!

Here's my script I run with genmon-plugin (but I think, it has nothing to do with it):

---snipp ---- #! /bin/sh

script für Terminanzeige etc. im xfce4-genmon-plugin

by klaumi

echo "xfcalendar" echo "$(date +"%A, %d. %B %Y (KW %V)")\n\n$(ncal -bhM)\nTermine heute und morgen:\n\n$(konsolekalendar --export-type Short --show-next 1)" echo "korganizer"

exit 0 ---snipp ----

Would be nice if this bug could be fixed.

Klaumi