Michael Carroll

Results 124 comments of Michael Carroll

This isn't an extension bug, but I can assist. The GNOME extensions page broke a while ago (or rather the gnome-browser-connector did). I highly recommend using [Extension Manager](https://github.com/mjakeman/extension-manager) instead. To...

Looks like some work has gone into fixing this issue: https://discourse.ubuntu.com/t/call-for-testing-native-messaging-support-in-the-firefox-snap/29759/86

Unsure why they aren't appearing (the two gallery ones at least), did you want to try the latest .pot file from version 50 branch?

Thanks for awesome detailed bug report. So this is presumably happening only on restore from suspend and not cold boot?

This seems to be specific to what GNOME shell is doing during suspend, it's possible it's not shutting down the extension properly. I'm not sure if we are handling things...

The GNOME shell UI is single threaded run in that same thread, so when an extension blocks it blocks everything (partly why GNOME devs discourage them). The clock is in...

Yeah, definitely not suggesting changing your workflow. (If it avoids the issue, would love to know though.)

Thanks for the deep dive on this one, anything that makes the desktop non-responsive is definitely something I'd like to fix as a priority. I don't use telegram, so I'm...

UHD resolution is default, so you don't need to select that to get full UHD resolutions. These drop downs do seem to be bugged though. The debug setting being in...

Looks like something is being garbage collected that shouldn't be? Looks like the menu items themselves. Locking/unlocking the screen should reload the extension and recreate those items, did that ever...