-
Notifications
You must be signed in to change notification settings - Fork 46
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
Mouse Button Configurations on Pad Fail #320
Comments
I was able to replicate the issue and compared it to issue 289 you linked and this seems like the same issue in that it's conflicting with whatever Gnome code still exists in Budgie. As listed on this wiki page there is a command which could potentially fix the compatibility issue. I'm unsure what version of Gnome Budgie is currently based off of but if it does use older versions then the compatibility fix in that article might work if the command works the same in Budgie. |
I wasn't able to get it working with the workarounds. They're about to do a harder fork of the Budgie backend away from Gnome, so maybe after that happens we'll be able to make better progress on this. |
A similar issue is present in GTK4 applications (gtk4-demo, Rnote) where they fail to respond to mouse scroll button events from the wacom pad under KDE6 X11 environment. From my debugging sessions, I found that discrete scroll events translated from XI_ButtonPress events were created with the source/physical/slave device ( With my current findings, I was able to make the gtk4-demo application respond to scroll button events from the pad by changing It may be worth mentioning that the pad also lacks any scroll valuators, but I am not really sure yet how that factors in everything here. Looking to investigate more before I post an issue on GTK's issue tracker. @acook As a non-budgie desktop user, could you tell me your testing methodology? I'd like to investigate this as well. |
@hansemro It's been about 6 months since my initial testing and I'm afraid my mental cache has been cleared since then. All I can say is that I was using Budgie currently still uses the Gnome stack for everything, so whatever you have been able to test should be identical. For example, the "Budgie Control Center" appears to just be a reskinned version of the Gnome Control Center: |
From testing both GNOME (Xorg) and Budgie Desktop, I was able to replicate the issue you describe and see that it affects all apps globally (not just GTK4 apps). As #289 describes, the mouse button binding issue is not present to the same extent in KDE (or most non-GNOME-based environments). With that said, I tested Mutter (X11) window manager in isolation and was able to replicate the issue in non-GTK4 apps. Both GTK4 and Mutter seem to share similar X11 backend code (in terms of input event handling), but there seems to be enough differences that the fix in my previous post does not apply to Mutter directly. Budgie's window manager (Magpie) is also based off Mutter/Clutter, so this is where I will need to spend more time debugging. Testing Mutter with X11 backend in isolationDidn't see too much on mutter X11 backend testing, so here is what I came up with:
|
Ah that's right, Mutter is the WM reported by FastFetch on my machine too, I noticed that a while back but hadn't put any thought into it. Good catch! |
This issue is beyond X driver's scope. When using xsetwacom, we assume no other configuration tools are used. Otherwise, both tools will compete with each other, which would confuse the system and end users. |
Are you suggesting that |
xsetwacom doesn't "support" anything. It writes values to the X driver properties and exits. If some other X client writes to the same X driver properties whoever writes last wins. |
I think this is related to #289
After configuring:
Looking in I see no events at all when pressing the appropriate button, yet it works fine with keyboard mappings of all sorts.
This is odd to me because the stylus works just fine with its various mouse button mappings.
I am using Budgie but I know a large portion of it is built on Gnome. But it maintains its own forks, so it may be possible to get a fix in at least to disable it if nothing else.
Do you have any inkling as to what is causing the trouble?
The text was updated successfully, but these errors were encountered: