autostart parcellite

Please post all general support questions for LXDE here.
Locked
LNXlady
Posts: 3
Joined: Tue Sep 15, 2009 7:34 pm

autostart parcellite

Post by LNXlady »

I installed LXDE over Mandriva Gnome. I installed parcellite clipboard manager but can't get it to autostart. The instructions I found involved a parcellite.desktop file and I don't seem to have one of those. In fact, I noticed in the wiki that the instructions for editing the menu said there should be a .desktop file for each app in the menu, but I only seem to have 1 .desktop file, even though I have a lot of stuff in the menu. Anyway, is there a way for me to get parcellite to start automatically?
phillipe
Posts: 41
Joined: Mon Apr 27, 2009 4:12 pm

Re: autostart parcellite

Post by phillipe »

Edit the file /etc/xdg/lxsession/LXDE/autostart
Add, in the end of the file, the line: @parcellite

The file /etc/xdg/lxsession/LXDE/autostart is the file that load the applications on startup on LXDE.
==> Phillipe Smith ( SmithuX ) <==
Email: phillipe@archlinux.com.br
WebSite: http://www.smithux.com
maces
Posts: 503
Joined: Sat Oct 25, 2008 6:04 pm
Contact:

Re: autostart parcellite

Post by maces »

Hi

Right, or you can create "~/.config/lxsession/LXDE/autostart" and put it there, this way you don't need root access and it's only loaded in your account, if you have more than one accounts on the system.

maces
LNXlady
Posts: 3
Joined: Tue Sep 15, 2009 7:34 pm

Re: autostart parcellite

Post by LNXlady »

phillipe wrote:Edit the file /etc/xdg/lxsession/LXDE/autostart
Add, in the end of the file, the line: @parcellite

The file /etc/xdg/lxsession/LXDE/autostart is the file that load the applications on startup on LXDE.
I had already tried this and it didn't work, so then I tried @parcellite -d (because I saw that on another forum) and it still didn't work. What am I doing wrong? This is what's in that file"
@lxde-settings
@xscreensaver -no-splash
@lxpanel --profile LXDE
@pcmanfm -d
@parcellite -d
Locked