KDE startup and wifi initialization under Feisty
Larry Hartman
larryhartman50 at bellsouth.net
Sun Apr 1 12:31:22 UTC 2007
When this script ran I ended up with duplicate instances of the same
program....two Korn's, etc in my system tray....one instance started in a
window and another in only the tray.....anyway to get these to start in the
tray and not in a window...?
> #!/bin/sh
> until $(/bin/ping -c 1 www.google.com >/dev/null 2>&1); do
> sleep 1
> done
> /usr/bin/korn &
> /usr/bin/kweather &
> /usr/bin/kopete &
> /usr/bin/akregator &
> exit 0
More information about the kubuntu-users
mailing list