Conky startup problem

Add functionality to your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
arjot

Conky startup problem

Post by arjot »

Hey guys
I m using linux mint 10
I hv installed conky & it is made to auto-start with OS but when it starts there is a border around whole conky skin & it is the topmost over other windows.
I m using a custom conkyrc file and it is not the problem with the file.
Please help.
Thanks in advance
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
zerozero

Re: Conky startup problem

Post by zerozero »

how do you auto-start it?
do you have compiz enabled?
arjot

Re: Conky startup problem

Post by arjot »

Yes I hv compiz enabled.
I auto-started by going to startup applications & filling the three locations with conky.
zerozero

Re: Conky startup problem

Post by zerozero »

yep, conky is starting to soon, and compiz is messing with the display after;
you need to delay the start a little, so the desktop settles down;
that can be achieved with this little script, save it in home, make it executable and then add the script to the startup app (not the conky directly)

Code: Select all

#!/bin/bash
sleep 30
conky -c ~/.conkyrc
exit
note: the sleep 30 (it's the time it will wait until it starts conky - in seconds) you can change, depends on the speed on your hardware, try and see
arjot

Re: Conky startup problem

Post by arjot »

Thanks for the reply.
Sorry for the silly question but how do I make the script executable.
zerozero

Re: Conky startup problem

Post by zerozero »

no worries, right click on the file, properties, permissions, tick the box "allow executing file as program"
that should do it.
arjot

Re: Conky startup problem

Post by arjot »

Thanks man
My problem has been solved.
zerozero

Re: Conky startup problem

Post by zerozero »

:D glad i could help
now please, can you mark the topic as solved? cool 8)
Locked

Return to “Compiz, Conky, Docks & Widgets”