How do I put a 'home' folder on my desktop?
-
- Posts: 34
- Joined: Sat Sep 10, 2011 11:31 am
Re: How do I put a 'home' folder on my desktop?
Find File Manager in your main menu, right click, add to the desktop.
How do I put a 'home' folder on my desktop?
OS: Linux mint 11
I deleted the one that was there.
I deleted the one that was there.
-
- Posts: 34
- Joined: Sat Sep 10, 2011 11:31 am
Re: How do I put a 'home' folder on my desktop?
No you did not 
Again: Find File Manager in your main menu, right click, add to the desktop.
Delete one of that doubled topics;)

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?
Topics merged 
Good Night everyone

Good Night everyone

Feel Free to contact me: http://amjjawad.net
-
- Posts: 24
- Joined: Sun Sep 11, 2011 3:19 am
Re: How do I put a 'home' folder on my desktop?
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:
Save the file as pcmanfm.desktop and it should show up.
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;
Re: How do I put a 'home' folder on my desktop?
ok, shows up. Also works for trash. But no drag & drop to these links. This renders it pretty much useless.LXNevermind wrote:Find File Manager in your main menu, right click, add to the desktop.
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
-
- Posts: 34
- Joined: Sat Sep 10, 2011 11:31 am
Re: How do I put a 'home' folder on my desktop?
OK, that should work like you wish:
type in terminal
I dont know why I didnt post that earlier... you can drag&drop and do whatever ou like;)
type in terminal
Code: Select all
ln -s /home/your_user_name /home/your_user_name/Desktop
Re: How do I put a 'home' folder on my desktop?
yes, thanks, symbolic link works with all drag&drop no problem. But it has not the home IconLXNevermind wrote:OK, that should work like you wish:
type in terminal

Using similar symlink for trash can (German "Desktop"):
Code: Select all
ln -s /home/peter/.local/share/Trash/ /home/peter/Arbeitsfläche/
Tegra 2 based Toshiba AC100, minimal Ubuntu + LXDE
-
- Posts: 34
- Joined: Sat Sep 10, 2011 11:31 am
Re: How do I put a 'home' folder on my desktop?
You should link like this:
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.
Code: Select all
ln -s /home/peter/.local/share/Trash/files /home/peter/Arbeitsfläche/