Have a look at this
http://forum.lxde.org/viewtopic.php?f=8&t=1923
It isn't exactly symbolic link, but I guess it does what you want.
Search found 8 matches
- Thu Dec 16, 2010 9:29 pm
- Forum: General Help
- Topic: [Solved] Creating Symbolic Links (?)
- Replies: 3
- Views: 5278
- Tue Dec 07, 2010 7:47 pm
- Forum: General Help
- Topic: LXDe Desktop
- Replies: 5
- Views: 5669
Re: LXDe Desktop
You are very much welcome 

- Tue Dec 07, 2010 1:54 am
- Forum: General Help
- Topic: LXDe Desktop
- Replies: 5
- Views: 5669
Re: LXDe Desktop
Ok you won,
Here's how to do it properly. Create a file with name something.desktop and put these 5 lines there.
[Desktop Entry]
Name=Documents
Exec=pcmanfm /home/levon/Documents
Type=Application
Icon=folder
and of course substitute "levon" with your username.
Cheers,
Levon
Here's how to do it properly. Create a file with name something.desktop and put these 5 lines there.
[Desktop Entry]
Name=Documents
Exec=pcmanfm /home/levon/Documents
Type=Application
Icon=folder
and of course substitute "levon" with your username.
Cheers,
Levon
- Mon Dec 06, 2010 1:14 am
- Forum: General Help
- Topic: Screen Resolution
- Replies: 3
- Views: 4117
Re: Screen Resolution
You need to install an appropriate driver - either the binary driver from Nvidia or nouveau. Since you are a newbie I would recommend you to go with the first option. You will find the driver in Nvidia's web page. Unfortunately I am not able to give detailed instructions on how to install those driv...
- Mon Dec 06, 2010 1:01 am
- Forum: General Help
- Topic: LXDe Desktop
- Replies: 5
- Views: 5669
Re: LXDe Desktop
Just thought of a quick fix for you. Create a file in in Desktop for example with name shortcat and put the line pcmanfm ~/Documents/ in it. You will also need to make it executable. For that execute chmod +x Desktop/shortcut in terminal. Now double click on you file and Documents should open. Hope ...
- Tue Nov 16, 2010 6:09 pm
- Forum: General Help
- Topic: Need help setting new keyboard layout Swiss-French
- Replies: 10
- Views: 13440
Re: Need help setting new keyboard layout Swiss-French
Boot sequence is a bit messy in Linux and varies among distributions. If you have find some way of getting commands executed just stick with it 

- Thu Nov 11, 2010 1:54 am
- Forum: General Help
- Topic: Suspend to Ram and screen lock
- Replies: 4
- Views: 9301
Re: Suspend to Ram and screen lock
I think you can disable this from xscreensaver preferences (in Lubuntu Preferences -> Screensaver). There is a checkbox in bottom left corner.
- Sun Nov 07, 2010 4:19 pm
- Forum: General Help
- Topic: Need help setting new keyboard layout Swiss-French
- Replies: 10
- Views: 13440
Re: Need help setting new keyboard layout Swiss-French
just execute the command setxkbmap -layout "jp,ch(fr)" -option "grp:alt_shift_toggle" In older versions (the one presented in Lubuntu 10.04) this used to crash the keyboard layout indicator applet, so you would need to execute it before starting the applet. In the version present...