Author Topic: Autostart Conky in LXDE  (Read 10698 times)

Online weirdwolf

  • Hero Member
  • *****
  • Posts: 4060
  • AWHFY
Autostart Conky in LXDE
« on: April 27, 2010, 05:24:37 PM »
Finally got around to getting conky to autostart and first tried this
Open PCManFM > click View - Show Hidden Files > open .config > open autostart. You will see a file named parcellite. This is your clipboard. To add more files here, open lxdecc > click System tab > open File Manager Superuser Mode > navigate to /usr/share/applications and look for the .desktop files of the apps you want. Right click each file and choose copy from the drop menu. Right click in the autostart directory and choose paste from the drop menu. When you've finished, log out / in. The apps will start.
Now I'm sure if conky would have been there that would have worked just perfect, but it wasn't. Sooo...I started monkeying around with it by copying another one (.desktop) there with leafpad (as root) and changed the right parts to "conky" and whatnot (oddly enough just copying conky there and adding a ".desktop" to it didn't seem to work ::) ;D )  and bingo ... I have a autostarting conky now ;D 
My fix (as root -- /home/ "your name here" /.config/autostart)
Code: [Select]
[Desktop Entry]
Name=conky
Exec=conky %u
Icon=none
Terminal=false
Type=Application
StartupWMClass=conky-bin
MimeType=text

Kinda amazed I didn't hose my desktop :D
Plan to be spontaneous tomorrow.


0day

  • Guest
Re: Autostart Conky in LXDE
« Reply #1 on: June 11, 2010, 12:02:21 PM »
summarizing?

0day

  • Guest
Re: Autostart Conky in LXDE
« Reply #2 on: June 15, 2010, 06:48:04 AM »
I can not find .desktop in usr/share/applications.

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3752
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: Autostart Conky in LXDE
« Reply #3 on: June 15, 2010, 11:12:29 AM »
 ???
I can not find .desktop in usr/share/applications.

Wich desktop file you search?
Seamless pcmanfm will show you the .desktop file in /usr/share/applications not.
But these files are as sample, Firefox.desktop.
When you know what for an starter you need, use
Code: [Select]
cp /usr/share/applications/Firefox.desktop $HOME/.config/autostart/The desktop file Firefox will now add to your autostart folder in your /home directory

0day

  • Guest
Re: Autostart Conky in LXDE
« Reply #4 on: June 15, 2010, 02:48:22 PM »
i added "@conky" to leafpad /etc/xdg/lxsession/LXDE/autostart and work!!!
« Last Edit: June 15, 2010, 03:06:35 PM by 0day »