Add trash to desktop
Posted: Thu Dec 30, 2010 8:45 pm
How can i have trash and home to Lubuntu desktop?
Code: Select all
[Desktop Entry]
Type=Application
Icon=system-file-manager
Name=Home Folder
GenericName=Home Folder
Comment=open home folder in PCManFM
Categories=FileManager;Utility;Core;GTK;
Exec=pcmanfm
StartupNotify=true
Terminal=false
MimeType=x-directory/normal;inode/directory;
Code: Select all
[Desktop Entry]
Type=Application
Icon=user-trash
Name=Trash
GenericName=Trash
Comment=open trash in PCManFM
Categories=FileManager;Utility;Core;GTK;
Exec=pcmanfm trash:///
StartupNotify=true
Terminal=false
MimeType=x-directory/normal;inode/directory;
Code: Select all
lxshortcut -o ~/Desktop/home.desktop
Code: Select all
lxshortcut -o ~/Desktop/trash.desktop
nothing appear in lubuntu 12.04betaTerazynis wrote:Another way, to add "Trash" and "Home" (or any other) shortcut to Your desktop is by using "lxshortcut".
OK, let's create "Home" shortcut on Your desktop.
Press Alt+F2, then type in:And then a window, will pop up. Fill up all the fields.Code: Select all
lxshortcut -o ~/Desktop/home.desktop
In 1-st field type: Home
In 2-nd field type: pcmanfm
In 3-rd field type: Open with pcmanfm (or just leave it blank)
Don't forget to choose an icon You like to use for the shortcut and press "OK"