-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Active Tint Prevents Drag and Drop in Gnome Dock, Apps and Activities #20
Comments
Thanks for raising this! Please note that pressing escape on your keyboard will close a folder once opened. I'm not sure that this will be easy or possible to fix, but I will look into it and try. That's a fairly annoying thing to have to put up with if you use application folders on GNOME. I don't, myself, so I never noticed this. |
Possible way of reimplementing the overlay that avoids this problem from extensions matrix channel:
|
Issue UpdateI'm still working on this issue when I can, but there's no obvious solution in sight. I'm still working on this, but both for my own notes, and to let people concerned about this issue what's going on, I thought I'd provide this update. What causes this issue?The extension words by drawing a UI widget (Specifically, an St.bin. The widget is set to noninteractable so that mouse clicks go through it, however it still acts as a target for drag and drop actions. I've not been able to find a way to stop it being such a target. Alternate Overlay Using Shader EffectsThe shader effect alternative way of drawing the overlay suggested in my previous comment might be a dead end. I have only been able to draw overpowering colours, with no ability to adjust translucency. I will look into this more, but I might need to implement a new shader effect to get it to work. Adjusting the overlay Z value (draw height)I think I might be able to resolve this using the original method, by finding a way to draw the overlay under the activities launcher and dock. however, there are problems:
Potential Workaround: Adding ShortcutsA possible workaround would be to enable a keyboard shortcut (as requested in Issue 14. This would make it more convenient for users to temporarily disable the overlay when they want to move things around in the activities menu. Find another widget / develop a new version of the widget that can't receive drag and dropThis is the hardest possible solution, but it is worth investigating. |
I've started work on a new version of the extension to resolve this issue. It is currently working but in alpha quality. If anyone would like to try it, the release notes here give instructions on how to install it: Release 3.0.0-alpha |
On Ubuntu 22.04 with Wayland and Gnome 42, when the tint is active, I am unable to move an application outside a folder in the "Activities" view.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: