KDE startup and wifi initialization under Feisty

Nils Kassube kassube at gmx.net
Sun Apr 1 20:08:59 UTC 2007


On Sunday 01 April 2007 14:31, Larry Hartman wrote:
> 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

Is it possible, that you still have the mechanism activated to start the 
programs at startup of KDE (probably by links in your Autostart 
directory)?  Then they are started from that mechanism first (without 
waiting for the network) and later when the network is available they are 
started again from the script. I am not sure why they are started in a 
window, but I suppose it is a feature of those programs if they are 
started a second time. At least I know from kmix that it will do this.


Nils




More information about the kubuntu-users mailing list