OK, thanks 
Tell me if what I'm writting is ok (don't wanna make something crash)
Code:
~$ cat /home/lubuntu-user/.config/autostart/chromium.desktop
Code:
[Desktop Entry]
Name=Chromium
Comment=blaeh!@#%
Exec=chromium
Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;XFCE;LXDE;
Code:
~$ cat /home/lubuntu-user/.config/autostart/pidgin.desktop
Code:
[Desktop Entry]
Name=Pidgin
Comment=blaeh!@#%
Exec=pidgin
Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;XFCE;LXDE;
HTML Code:
~$ cat /home/lubuntu-user/.config/autostart/xchat.desktop
Code:
[Desktop Entry]
Name=Xchat
Comment=blaeh!@#%
Exec=xchat
Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;XFCE;LXDE;
Code:
~$ cat /home/lubuntu-user/.config/autostart/conky.desktop
Code:
[Desktop Entry]
Name=Conky
Comment=blaeh!@#%
Exec=conky
Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;XFCE;LXDE;
Code:
~$ cat /home/lubuntu-user/.config/autostart/geany.desktop
Code:
[Desktop Entry]
Name=Geany
Comment=blaeh!@#%
Exec=geany
Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;XFCE;LXDE;
I cannot find the "Exec" for the terminal (apparently it isn't "terminal") and for the file manager :s
And then
Code:
~$ nano -w /home/lubuntu-user/.config/openbox/lubuntu-rc.xml
Code:
<application name="Geany">
<decor>yes</decor>
<focus>yes</focus>
<position>
<x>-5</x>
<y>5</y>
</position>
<layer>below</layer>
<desktop>2</desktop>
</application>
I'll have to try to find the correct x and y
But is it the same file for all the applications (for the location) ?
Thanks a lot
Bookmarks