Search found 3 matches

by modest
Tue Aug 18, 2009 9:48 pm
Forum: LXPanel
Topic: Adding custom sub-menu in LXDE main menu
Replies: 2
Views: 6922

Adding custom sub-menu in LXDE main menu

So I have to files called README.desktop and Install.desktop which I have copied them at /usr/share/applications. Here is what they look like: Install.desktop [Desktop Entry] Encoding=UTF-8 Version=3.3.3 Name=Install Comment=Program Installer Exec=lxterminal --command "./install.sh" Icon=/...
by modest
Tue Aug 18, 2009 7:36 pm
Forum: LXDE Components
Topic: Execute two commands sequentially in autostart desktop file
Replies: 3
Views: 9182

Re: Execute two commands sequentially in autostart desktop file

Hi Maces, I already did that just in case if there is no way to do this with just one command line. I guess I will have to go with that route since it looks like it is not possible. I was just trying to avoid managing one more file (even thought it is a simple file). Thank you for the reply, though.
by modest
Tue Aug 18, 2009 3:39 pm
Forum: LXDE Components
Topic: Execute two commands sequentially in autostart desktop file
Replies: 3
Views: 9182

Execute two commands sequentially in autostart desktop file

I am using LXDE on my Debian 5.0 system. I am trying to auto-execute the following two commands sequentially: less /root/README.TXT #(Basically a README file) and then ./root/install.sh #(a shell script) So I created a auto.desktop file in ~/config/autostart directory whose contents are: [Desktop En...