Search found 8 matches

by MG&TL
Wed Nov 02, 2011 10:02 pm
Forum: General Help
Topic: How To: LXmenu Editor
Replies: 15
Views: 18937

Re: How To: LXmenu Editor

Try:

Code: Select all

cd <directory containing bash script>
sh lxmenu-editor.sh
If it still doesn't work, and you've checked the spelling of the filename, try adding:

Code: Select all

#!/bin/bash
at the top of the code. (it must be on first line), then:

Code: Select all

chmod +x lxmenu-editor.sh
./lxmenu-editor.sh
by MG&TL
Wed Nov 02, 2011 9:43 pm
Forum: General Help
Topic: How To: LXmenu Editor
Replies: 15
Views: 18937

Re: How To: LXmenu Editor

Try:

Code: Select all

sh lxmenu-editor.sh
by MG&TL
Wed Nov 02, 2011 9:30 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10938

Re: How to set path on login

Oops, double post. :oops:

Why do you want a new $PATH, anyway?
by MG&TL
Wed Nov 02, 2011 9:30 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10938

Re: How to set path on login

Paddy Landau wrote:
  • ~/.bashrc -- but that works only for the current terminal session, not for the entire login session.
I think he wants it so that he can launch stuff in the GUI with a .desktop?
by MG&TL
Wed Nov 02, 2011 9:27 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10938

Re: How to set path on login

So in your case:

Code: Select all

[Desktop Entry]
Type=Application
Exec=PATH=${PATH}:/mynew/path
Although I'm not sure on the "application" bit -checking it.
by MG&TL
Wed Nov 02, 2011 9:24 pm
Forum: General Help
Topic: How to set path on login
Replies: 9
Views: 10938

Re: How to set path on login

by MG&TL
Tue Nov 01, 2011 6:24 pm
Forum: General Help
Topic: lubuntu 11.04 - ctr+alt+F1...4 - don't work
Replies: 7
Views: 7022

Re: lubuntu 11.04 - ctr+alt+F1...4 - don't work

I have the exact same graphics card and I can confirm that the Ctrl-Alt-F1/2/3/ console doesn't work. I do not get to a tty login, I get the default resolution (i.e blocky) and a rapidly blinking prompt. However, I can confirm that on other *buntus this has worked. I'll file a bug.