-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bad arguments for xwininfo #17
Comments
Same issue as in #1. |
About the little cross problem, it took me ages to understand from where it came, but I encounter it many times a day. The most cases where it happens is when hitting It just happened 15 minutes ago when I opened my gnome session and clicked on the firefox icon from the dock. Firefox didn't show, I had to click anywhere on the desktop for the window to appear. Closing it and reclicking on the icon didn't re-trigger the cross. I can't reliably determine the conditions that can trigger it, but it's very annoying, to stay polite. It just interferes in nearly every kind of GUI interactions, in a non-deterministic fashion. Now that I know where it comes from, I won't throw my computer through the window anymore. But if you have a way to catch any exception and avoid the cross, I will thank you a thousand times :-) Version information:
|
I don't have this issue with the on Fedora 21 Gnome Shell 3.14.3 - I probably need a copy of Arch for some other work I need to do, so will do a fix and test it once I have that. |
I think a simple |
🎏 I'm facing a similar issue, and I'm as puzzled as you guys. Planting my flag here in case there is progress. Will update you if I have progress on my side. |
When right-clicking or double-clicking in some applications (e.g. nautilus, dia), the mouse pointer becomes a cross and you must click anywhere on the screen to continue doing anything.
E.g.: nautilus
I traced the problem back to a call to
xwininfo
indecoration.js
(l. 50):I suspect that
act['x-window']
might be empty or undefined, as in facts the same behavior happen when I executexwininfo -id 0x
in the terminal (i.e. the command that is executed from the extension ifact['x-window']
is empty).However I don't know how to properly debug Gnome extensions and inspect their state, so I won't be able to help much more here.
System info
The text was updated successfully, but these errors were encountered: