From olaf at aepfle.de Wed Feb 5 09:07:30 2020 From: olaf at aepfle.de (Olaf Hering) Date: Wed, 5 Feb 2020 09:07:30 +0100 Subject: Alt+F2 broken in master In-Reply-To: <20200112201424.4c75cc41.olaf@aepfle.de> References: <20200112201424.4c75cc41.olaf@aepfle.de> Message-ID: <20200205090730.5f4bb099.olaf@aepfle.de> Am Sun, 12 Jan 2020 20:14:24 +0100 schrieb Olaf Hering : > It started at some point during this week. As a follow up on this: I reverted every package to the git state of '2020-01-01', and Alt+F2 (and F11 in Browsers for example) still does not work. Oddly enough, it happened to work just once last week after my return from vacation. I guess I need to wipe local configuration files manually to see which one may affect this issue. Olaf -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 833 bytes Desc: Digitale Signatur von OpenPGP URL: From olaf at aepfle.de Wed Feb 5 09:43:21 2020 From: olaf at aepfle.de (Olaf Hering) Date: Wed, 5 Feb 2020 09:43:21 +0100 Subject: Alt+F2 broken in master In-Reply-To: <20200205090730.5f4bb099.olaf@aepfle.de> References: <20200112201424.4c75cc41.olaf@aepfle.de> <20200205090730.5f4bb099.olaf@aepfle.de> Message-ID: <20200205084321.GA7551@aepfle.de> On Wed, Feb 05, Olaf Hering wrote: > I reverted every package to the git state of '2020-01-01', and Alt+F2 (and F11 in Browsers for example) still does not work. It was actually a hardware bug: I have this (un)ergonomic keyboard. Two of the four status LEDs used to be on all the time. One is for NumLock, the other was for something else. At some point that other one was off. I was always wondering what it was supposed to indicate, but there was no need to investigate further why it was suddenly off. Now that I booted into some other desktop environment, where Alt+F2 did not work either, it turned out the row with F-keys is not enabled by default as F-keys. Instead these keys provide some other functionality. There is another key to toggle between the state, which also triggers that other LED. I guess at some point I played around with all the keys to see what event they send to the kernel and XFCE, which changed the state of that row. So, I hope you had a good laught. Enjoy your day. Olaf From stefan.seyfried at googlemail.com Sat Feb 29 11:35:57 2020 From: stefan.seyfried at googlemail.com (Stefan Seyfried) Date: Sat, 29 Feb 2020 11:35:57 +0100 Subject: xfce4-clipman-plugin bugs 16478 (and 14642...) Message-ID: Hi All, my .xsession-errors file was growing quickly, so I looked into it and found four of these every second: (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.048: gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW (window)' failed (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.298: gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW (window)' failed (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.549: gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW (window)' failed (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.799: gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW (window)' failed The attached patch fixes the issue. Commits 1d8d735d and 12d8423f fixed the same thing in different places. Have fun, -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-fix-getting-modifier-in-gsd-clipboard-manager.patch Type: text/x-patch Size: 1790 bytes Desc: not available URL: From simon at xfce.org Sat Feb 29 12:27:15 2020 From: simon at xfce.org (Simon Steinbeiss) Date: Sat, 29 Feb 2020 12:27:15 +0100 Subject: xfce4-clipman-plugin bugs 16478 (and 14642...) In-Reply-To: References: Message-ID: Hi Stefan, thanks for your patch. This bug was also reported as https://bugzilla.xfce.org/show_bug.cgi?id=14642 The fix is pushed to master now, I'll try to do a bugfix release soon. Cheers Simon On Sat, Feb 29, 2020 at 12:03 PM Stefan Seyfried < stefan.seyfried at googlemail.com> wrote: > Hi All, > > my .xsession-errors file was growing quickly, so I looked into it and > found four of these every second: > > (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.048: > gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW > (window)' failed > (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.298: > gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW > (window)' failed > (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.549: > gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW > (window)' failed > (wrapper-2.0:2065): Gdk-CRITICAL **: 08:53:54.799: > gdk_window_get_device_position_double: assertion 'GDK_IS_WINDOW > (window)' failed > > The attached patch fixes the issue. > > Commits 1d8d735d and 12d8423f fixed the same thing in different places. > > Have fun, > -- > Stefan Seyfried > > "For a successful technology, reality must take precedence over > public relations, for nature cannot be fooled." -- Richard Feynman > _______________________________________________ > Xfce4-dev mailing list > Xfce4-dev at xfce.org > https://mail.xfce.org/mailman/listinfo/xfce4-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: