amarullz / windowgestures

GNOME Extension to Manage window with touchpad gestures
https://amarullz.com/
GNU General Public License v2.0
44 stars 6 forks source link

Gesture on desktop cause issues #11

Closed sidevesh closed 9 months ago

sidevesh commented 9 months ago

Screencast from 2023-10-11 15-01-35.webm I am using DING extension for desktop icons in case that may be relevant.

amarullz commented 9 months ago

I suspect you use dash to dock right? Try not hover the pointer above the dock. See if it still doing it. If it not, I know the solution but need to try dash to dock (I don't use it)

sidevesh commented 9 months ago

If the pointer is on the dock then the issue does not happen, it only happens if pointer is not on the dock and on the desktop.

amarullz commented 9 months ago

Hmm, I install dash to dock & don't have that problem. Do you have other extension that have to do with desktop. It's like a desktop is some kind of window.

sidevesh commented 9 months ago

yeah, D.I.N.G extension for desktop icons.

amarullz commented 9 months ago

ok will try it

amarullz commented 9 months ago

Ah.. I see 😝 .. Ubuntu has it, and I disabled it,... It's not works well with blur my shell app blur

amarullz commented 9 months ago

Fixed in last commit https://github.com/amarullz/windowgestures/commit/234591cebbf330d55286549df1d60ae2a398d452

Try this version: windowgestures@extension.amarullz.com.zip

sidevesh commented 9 months ago

That version did not work, fails to load: GLib.FileError: Failed to open file “/home/sidevesh/.local/share/gnome-shell/extensions/windowgestures@extension.amarullz.com/schemas/gschemas.compiled”: open() failed: No such file or directory

amarullz commented 9 months ago

How did you install it? just replace existing?

Execute it in installed extension directory, then logout - login:

cd ~/.local/share/gnome-shell/extensions/windowgestures@extension.amarullz.com/

glib-compile-schemas schemas/

gschemas.compiled will be created.

sidevesh commented 9 months ago

that fixed the install and I can confirm that the issue does not happen anymore.