[Goodies-dev] [Bug 10734] add support for "genmon" in 'xfce4-panel --plugin-event'

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Tue Mar 10 21:38:49 CET 2015


https://bugzilla.xfce.org/show_bug.cgi?id=10734

Jan Hutař <jhutar at seznam.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jhutar at seznam.cz

--- Comment #2 from Jan Hutař <jhutar at seznam.cz> ---
Workaround I'm using:

  # If we have genmon plugin running, restart it, so we do not need
  # to wait for next refresh period
  # FIXME: Some check if that is "our" genmon plugin would be nice :-)
  genmon_pid=$( pgrep --full '.*/usr/lib64/xfce4/panel/plugins/libgenmon.so.*'
)
  if echo "$genmon_pid" | grep --quiet '^[0-9]*$'; then
    /usr/bin/kill -s USR1 $genmon_pid
  fi

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the Goodies-dev mailing list