How do I put a 'home' folder on my desktop?

Please post all general support questions for LXDE here.
Locked
Advice Pro

How do I put a 'home' folder on my desktop?

Post by Advice Pro »

OS: Linux mint 11
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: How do I put a 'home' folder on my desktop?

Post by LXNevermind »

Find File Manager in your main menu, right click, add to the desktop.
Advice Pro

How do I put a 'home' folder on my desktop?

Post by Advice Pro »

OS: Linux mint 11

I deleted the one that was there.
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: How do I put a 'home' folder on my desktop?

Post by LXNevermind »

No you did not ;)
Again: Find File Manager in your main menu, right click, add to the desktop.

Delete one of that doubled topics;)
amjjawad
Posts: 304
Joined: Mon Aug 29, 2011 1:51 am
Contact:

Re: How do I put a 'home' folder on my desktop?

Post by amjjawad »

Topics merged ;)

Good Night everyone :)
Feel Free to contact me: http://amjjawad.net
whatthefunk
Posts: 24
Joined: Sun Sep 11, 2011 3:19 am

Re: How do I put a 'home' folder on my desktop?

Post by whatthefunk »

If you deleted it, the pcmanfm.desktop file might srill be in /usr/share/applications You can simply copy it to /home/user/Desktop and it should show up on your desktop.

If its gone, go to your Desktop folder, open up a text editor and paste the following in:

Code: Select all

[Desktop Entry]
Type=Application
Icon=system-file-manager
Name=File Manager
GenericName=File Manager
Comment=Browse the file system and manage the files
Categories=FileManager;Utility;Core;GTK;
Exec=pcmanfm %U
StartupNotify=true
Terminal=false
MimeType=x-directory/normal;inode/directory;
Save the file as pcmanfm.desktop and it should show up.
pibach
Posts: 9
Joined: Sat Oct 01, 2011 12:50 pm

Re: How do I put a 'home' folder on my desktop?

Post by pibach »

LXNevermind wrote:Find File Manager in your main menu, right click, add to the desktop.
ok, shows up. Also works for trash. But no drag & drop to these links. This renders it pretty much useless.

Drag&drop on the desktop might be also useful to combine files and programs intuitively.

Nice-to-have - but I do not need that anyway.
Tegra 2 based Toshiba AC100, minimal Ubuntu + LXDE
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: How do I put a 'home' folder on my desktop?

Post by LXNevermind »

OK, that should work like you wish:
type in terminal

Code: Select all

ln -s /home/your_user_name /home/your_user_name/Desktop
I dont know why I didnt post that earlier... you can drag&drop and do whatever ou like;)
pibach
Posts: 9
Joined: Sat Oct 01, 2011 12:50 pm

Re: How do I put a 'home' folder on my desktop?

Post by pibach »

LXNevermind wrote:OK, that should work like you wish:
type in terminal
yes, thanks, symbolic link works with all drag&drop no problem. But it has not the home Icon :cry:
Using similar symlink for trash can (German "Desktop"):

Code: Select all

ln -s /home/peter/.local/share/Trash/ /home/peter/Arbeitsfläche/
would mess thinks up I think when dragging&dropping onto it.
Tegra 2 based Toshiba AC100, minimal Ubuntu + LXDE
LXNevermind
Posts: 34
Joined: Sat Sep 10, 2011 11:31 am

Re: How do I put a 'home' folder on my desktop?

Post by LXNevermind »

You should link like this:

Code: Select all

ln -s /home/peter/.local/share/Trash/files /home/peter/Arbeitsfläche/
than you can drag&drop but there is no "empty trash" option under right click... I think there should be easier and better way to put trash on desktop.
Locked