Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move the trash onto the Desktop #43

Open
probonopd opened this issue Mar 2, 2021 · 2 comments
Open

Move the trash onto the Desktop #43

probonopd opened this issue Mar 2, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@probonopd
Copy link
Member

probonopd commented Mar 2, 2021

Bruce "Tog" Tognazzini who wrote the first five editions of the Apple Human Interface Guidelines argues in favor of putting the Trash on the Desktop rather than having it in the Dock.

This is especially valuable if the Dock becomes optional.

If we put a desktop file in ~/Desktop like

[Desktop Entry]
Type=Application
Name=Trash
Icon=user-trash
Exec=launch Filer trash:///

then the Trash gets displayed in the bottom-right corner of the desktop; but this is not fully functinal yet. We'd need to backport proper trash-related handling from https://github.com/lxqt/pcmanfm-qt/blob/master/pcmanfm/desktopwindow.cpp

Once this is backported/implemented properly in Filer, we can remove the Trash from the Dock and/or make the Dock optional.

Related:

@probonopd probonopd added the enhancement New feature or request label Mar 2, 2021
@KDGNOR
Copy link

KDGNOR commented Mar 7, 2021

make both dock and desktop optional

In Mac OS X hide Trash,HD"computer",dvd,usbStick,Connected servers on desktop are a optional

@kettle-7
Copy link

I'm pretty sure that there's a format a bit like a desktop file that gets treated a bit like a symbolic link.

From memory, if you boot up an Ubuntu 16.04 live usb, and run cat ~/*xample* in a terminal, it shows a desktop file. But in nautilus it acts like the original folder was bind-mounted there.

If you're wondering where I'm going, PCMan might have the same functionality...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants