Update notifications?

Frank Murphy frankly3d at gmail.com
Tue Nov 15 15:34:58 UTC 2011


On 10/08/11 20:40, Christoph Wickert wrote:

> The only solutions I am aware of:
>       1. Patch the xfce4-smartpm-plugin for xfce4-panel 4.8
>       2. Package Panu's update icon (see above list thread)
>
> Regards,
> Christoph
>

Resurrecting an old thread.
Came across this via Google

Would this script still work F16?

cat genmon-yum.sh
#!/bin/bash

updates=$( yum check-update )

if [ $? = 100 ]
then
echo -e 
"<img>/usr/share/icons/oxygen/22x22/emblems/emblem-important.png</img>"
echo -e "<tool>Updates Available</tool>"
echo -e "<click>gpk-update-viewer</click>"
else
echo -e "<img>/usr/share/icons/oxygen/22x22/actions/dialog-ok.png</img>"
echo -e "<tool>all updates applied</tool>"
echo -e "<click>gpk-update-viewer</click>"
fi


From:
http://www.fedoraforum.org/forum/showthread.php?t=264726
jwmueller


-- 
Regards,

Frank Murphy
UTF_8 Encoded
Friend of fedoraproject.org


More information about the xfce mailing list