-
Notifications
You must be signed in to change notification settings - Fork 286
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
Hot Corner DnD wont work #84
Comments
oh also to add, this happens on GNOME Shell 3.24 beta, that also has an API freeze |
I'm on Fedora 24 with GNOME Shell 3.20. I can confirm this issue is present there too. |
The top left hot corner drag-and-drop definitely doesn't work when the panel is in the bottom position. I looked into it far enough to see that gnome-shell doesn't call handleDragOver() on the hot corner when the panel isn't positioned underneath. I didn't dig any further than that because I thought making the entire panel open the overview in the same manner that the hot corner used to would be a better solution for most people (I did this work recently #46), and that most people using this extension probably have the hot corner disabled. I can leave this one open though if you disagree. |
@jderose9 oops i didnt know that! so DnD works by just dropping a file into the panel? i close this! PS. no way to disable top-left corner for entering overview :p |
Reproduce
Outcome:
Nothing happens
Expected:
Shell should go on overview mode and we should be able drop the file on some application
Workaround:
In Dash To Panel we should enable "Activities" and then we can DnD the file on left-bottom to succeed the action
Ideas
While it would be possible to add an invisible area on bottom left corner of the extension to fix this, could we restore the original functionality with the top left corner?
The text was updated successfully, but these errors were encountered: