LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   conky doesn't start at login (https://www.linuxquestions.org/questions/linux-newbie-8/conky-doesnt-start-at-login-779059/)

Sapfeer 12-31-2009 07:24 AM

conky doesn't start at login
 
I have ~/.config/autostart/conky.desktop file in my home dir. Here is it:
Code:

[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=conky
Type=Application
Exec=/usr/bin/conky -d
X-GNOME-Autostart-enabled=true

but conky doesn't start sometimes... Moreover, it just starts sometimes, mostly not... What is the matter?.. I can't find out anything...

~sHyLoCk~ 12-31-2009 07:26 AM

Did you add that entry via startup applications?

Sapfeer 12-31-2009 07:29 AM

Quote:

Originally Posted by ~sHyLoCk~ (Post 3809871)
Did you add that entry via startup applications?

No, I added that entry manually, in terminal session. It is not the first and not the last entry, I added manually, but others start without any problems...

~sHyLoCk~ 12-31-2009 07:42 AM

See if just adding a conky launcher script at that same location works. Like:

Quote:

#!/bin/bash
conky -d &
chmod +x script

And put it there and see if it works. It's difficult to tell without using gnome.

Sapfeer 12-31-2009 09:06 AM

~sHyLoCk~
It didn't help. I put such script in ~/.config/autostart, restart gnome several times, but conky started just about two or three times...

~sHyLoCk~ 12-31-2009 09:12 AM

Ok try without the "-d", just simply "conky"

Sapfeer 12-31-2009 11:05 AM

Quote:

Originally Posted by ~sHyLoCk~ (Post 3809979)
Ok try without the "-d", just simply "conky"

It has no effect... I've rebooted twice, but conky didn't start at all..


All times are GMT -5. The time now is 12:42 AM.