Page 1 of 1

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

Posted: Wed Sep 21, 2011 9:09 pm
by Advice Pro
OS: Linux mint 11

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

Posted: Wed Sep 21, 2011 9:12 pm
by LXNevermind
Find File Manager in your main menu, right click, add to the desktop.

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

Posted: Wed Sep 21, 2011 9:25 pm
by Advice Pro
OS: Linux mint 11

I deleted the one that was there.

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

Posted: Wed Sep 21, 2011 9:38 pm
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;)

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

Posted: Wed Sep 21, 2011 11:46 pm
by amjjawad
Topics merged ;)

Good Night everyone :)

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

Posted: Thu Sep 22, 2011 4:56 pm
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.

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

Posted: Sat Oct 01, 2011 6:23 pm
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.

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

Posted: Sun Oct 02, 2011 2:07 pm
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;)

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

Posted: Sun Oct 02, 2011 4:32 pm
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.

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

Posted: Sun Oct 02, 2011 4:53 pm
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.