Hi. I'm using Lubuntu but i've a "problem". There's only a way to access to my documents, clicking the icon in the menu. How can i put another access in the desktop (direct access)?. I tried copy paste and things like that but did not work.
I'm newbey in linux and lxde. Thanks if u can help me.
I'm argentinian sorry if my english is not good enough
LXDe Desktop
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 this helps,
Levon
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 this helps,
Levon
Re: LXDe Desktop
Thanks.
It works!
But tell me how can i change that icon. Is the text icon and is not really nice.
It works!

But tell me how can i change that icon. Is the text icon and is not really nice.
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
Re: LXDe Desktop
Thank for u help.
Sorry if my question was simple.
Gracias.
Sorry if my question was simple.

Gracias.
