Mike,

It looks like I spoke too soon.  The "always on top of all windows"
conky problem has come back again after another restart.

In my startup scripts I have tried:
#!/bin/bash
conky &
sleep 10
killall conky &
sleep 10
conky;

I also tried:
#!/bin/bash
/usr/bin/conky &
sleep 10
killall conky &
sleep 10
/usr/bin/conky &

But still for some reason conky is still above everything, and I always
have to use the 'killall' command to stop conky and then manually
restart it again.  Is there any other way to fix this problem?

-- 
Conky Staying On Top of All Windows
https://bugs.launchpad.net/bugs/173522
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to