> 
> Robert Nichols wrote:
> I renamed /usr/libexec/gweather-applet-2 to gweather-applet-2.x and
> installed this little script as gweather-applet-2:
> 
> #!/bin/bash
> delay=10
> until /sbin/route -n | grep -q '^0.0.0.0'; do
> sleep $delay
> [ $delay -lt 60 ] && delay=$(($delay+10))
> done
> exec /usr/libexec/gweather-applet-2.x "$@"
> 
> The next update of gnome-applets will overwrite my script with what is
> hopefully a fixed executable again.
> 
Much better. Thanks!


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=334858&topic_id=69168&forum=10#forumpost334858
If you think, this is spam, please report this to webmas...@fcp.surfsite.org 
and/or blame jamesh0...@yahoo.com.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to