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

Support DnD into Home folder desktop shortcut #1896

Open
isf63 opened this issue Apr 23, 2024 · 2 comments
Open

Support DnD into Home folder desktop shortcut #1896

isf63 opened this issue Apr 23, 2024 · 2 comments

Comments

@isf63
Copy link
Contributor

isf63 commented Apr 23, 2024

Expected Behavior

It is possible to drag items into the Home desktop shortcut, as it is the case with Trash

Current Behavior

It does not support DnD

Possible Solution

Copy DnD code from Trash for Home

Context

The Home desktop shortcut is essentially a folder, so supporting DnD would be useful. However, I am opposed to it having a complete folder context menu as it is also a desktop shortcut.

@tsujan
Copy link
Member

tsujan commented Apr 23, 2024

as it is the case with Trash

Actually, an exception is made for Trash to make it work like a trash; otherwise, they're just desktop entries, not symlinks.

Copy DnD code from Trash for Home

It isn't that simple, and I'm not sure at all that it's worth complicating the code.

@isf63
Copy link
Contributor Author

isf63 commented Apr 23, 2024

On further examination it appears pcmanfm-qt handles all these desktop files specially. Judging by the one-entry context menu "Open".

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

No branches or pull requests

2 participants