Search found 4 matches

by martro
Sat Dec 14, 2013 3:20 pm
Forum: General Help
Topic: Change icons position on the desktop
Replies: 5
Views: 5511

Re: Change icons position on the desktop

Rex Bouwense wrote:Not exactly sure what you want to do. Could you be a little more specific please.
Ok, this is the way under gnome/ubuntu in order to get and set icons position. Is there a similar way under lxde/ubuntu?
Thanks
by martro
Fri Dec 13, 2013 2:22 pm
Forum: General Help
Topic: Change icons position on the desktop
Replies: 5
Views: 5511

Change icons position on the desktop

Hi,
is there a way to set programmatically icons position on the desktop?
Thanks
by martro
Tue Dec 10, 2013 10:41 am
Forum: General Help
Topic: autostart under /etc/xdg/lxsession/Lubuntu/ does not works
Replies: 3
Views: 5700

Re: autostart under /etc/xdg/lxsession/Lubuntu/ does not wor

Hi. Welcome to the lxde forum. Thank you ;) Look at this site: http://lxlinux.com/#4 Specifically, the last paragraph of #4. There is also an old bug filed on SourceForge. http://sourceforge.net/tracker/index.php?func=detail&aid=3548687&group_id=180858&atid=894869 So, it appears that if...
by martro
Wed Dec 04, 2013 2:56 pm
Forum: General Help
Topic: autostart under /etc/xdg/lxsession/Lubuntu/ does not works
Replies: 3
Views: 5700

autostart under /etc/xdg/lxsession/Lubuntu/ does not works

Hi, i don't know if is a bug on lubuntu 13.10 I'm trying to start a script after login. My script is that: #!/bin/bash echo "Hello World" > /tmp/hello.txt if i running it from shell ./hello.sh user@localhost:~/Desktop$ ls -alh /tmp/hello.txt -rw-rw-r-- 1 user user 12 dic 2 11:12 /tmp/hello...