Ian Douglas Scott
Ian Douglas Scott
Chromium/Element does have code in https://github.com/chromium/chromium/blob/main/chrome/browser/ui/views/status_icons/status_icon_linux_dbus.cc to handle `NameOwnerChanged` and register the status notifier item with the new `StatusNotifierWatcher`, but it doesn't seem to work perfectly. Testing with Slack: It...
https://github.com/pop-os/cosmic-comp/pull/1299 should fix at least one case where this can happen, though there may be other edge cases.
Does changing workspaces or other actions make the workspace switcher disappear, or does it just never show up again (without restarting anything)?
It's nice to see this added in the 560.28.03 beta. Though testing this with cosmic-comp/smithay (https://github.com/Smithay/smithay/pull/1489) on a Intel+NVIDIA graphics laptop it seems to be running into an issue and...
Yeah. For auto-hiding panels, probably touches within a certain number of pixels of the edge of the screen should show the panel, but I'm not sure there's a way to...
The `virtual_mods` part of the grab is still used to match the grab (so the `key` isn't sent by applications if the modifiers and virtual modifiers are held when it...
With https://github.com/pop-os/cosmic-comp/pull/1412, we are now using the new upstream DBus protocol, so this is no longer needed.
Interesting that this only happens with the Raspberry Pi. I guess it's using a proprietary graphics driver rather than the open source Mesa driver? (Since the graphics driver makes some...
`vulkaninfo` should show what Vulkan driver(s) are present. Maybe the Mesa driver is the only Vulkan driver for the Raspberry Pi anyway. It's odd that the same code would work...
``` VkPhysicalDeviceDriverProperties: --------------------------------- driverID = DRIVER_ID_MESA_V3DV driverName = V3DV Mesa driverInfo = Mesa 23.2.1-1~bpo12+rpt3 ``` Yep, it's the V3DV Mesa driver. > it seems VideoCore is something Raspberry Pi specific,...