| 8 Aug 2021 |
piegames | Reminds me that I should have a look at it again, now that I maybe have a setup where I could bisect it (I'm totally out of any other ideas how to debug that one) | 04:14:43 |
| 10 Aug 2021 |
hpfr | piegames: interesting, thanks. someone in GNOME asked me if "nvidia kms" was active, is that the modesetting option? if so then nvm | 04:23:11 |
hpfr | because I had that option set for the kernel param | 04:23:24 |
hmenke | Both Pidgin and Gajim (multi-protocal instant messengers) don't have a tray icon in the GNOME Wayland session. | 09:37:38 |
hmenke | I think they somehow have to link against libappindicator-gtk3 but I'm not really sure how to do that, especially for Gajim which is actually written in Python and therefore has no linkage. | 09:38:36 |
piegames | hpfr: Can you please try if https://github.com/NixOS/nixpkgs/pull/133304 solves the GDM issue? | 09:40:08 |
hpfr | unfortunately not anytime soon, I switched back to AMD and will be busy for the next few weeks :( | 09:43:40 |
hmenke | Ah, Gajim was just fixed on master: https://github.com/NixOS/nixpkgs/commit/8eca45322c658321224d9dc58e19b701a2ba8b7c | 09:54:48 |
Jan Tojnar | hmenke: wrapGAppsHook will take care of adding the appropriate directory to GI_TYPELIB_PATH env var | 12:00:49 |
Jan Tojnar | * hmenke: wrapGAppsHook will take care of adding the appropriate directory (lib/girepository-1.0/) to GI_TYPELIB_PATH env var | 12:01:45 |
| 11 Aug 2021 |
| dbirks joined the room. | 02:54:55 |
| 15 Aug 2021 |
| papojari changed their display name from papojari 🏳️🌈 to papojari. | 09:49:14 |
| papojari changed their profile picture. | 09:50:37 |
| papojari changed their display name from papojari to fritz. | 10:07:05 |
| papojari changed their display name from fritz to papojari. | 10:07:19 |
| 17 Aug 2021 |
| Ronny changed their profile picture. | 18:55:25 |
| 18 Aug 2021 |
hmenke | Is anyone else having issues with Chromium-based application on Wayland? | 08:07:48 |
hmenke | When I open a context menu by right-click and hover over it with my mouse it immediately disappears, making it unusable. | 08:08:16 |
hmenke | Download Screencast from 08-18-2021 10:07:14 AM.webm | 08:08:50 |
andi- | Does chrome support wayland yet (in our builds)? Last time I checked (multiple years ago) the Ozon backend wasn't really being usable | 08:37:05 |
piegames | IIRC our chrome already has the experimental flags to enable Wayland, so the bug is probably on XWayland | 09:00:49 |
piegames | * IIRC our chrome already has the experimental flags to enable Wayland, but it's not enabled by default, so the bug is probably on XWayland | 09:01:25 |
hmenke | This is a native Wayland window. I'm launching Chromium with
chromium --enable-features=UseOzonePlatform --ozone-platform=wayland
Wayland support is in for quite some time already.
| 12:52:28 |
andi- | Do we have a way to trick all electron apps to use ozon as well without adding those flags everywhere? | 13:15:21 |
maxine (they/them) | Oh, I'd love to know the answer to that too. That said I only use vscode under wayland instead of xwayland, because everything else (e.g. slack, 1password) is still missing window decoration | 14:37:17 |
andi- | Isn't there an external window decoration mode in wayland? I guess GNOME doesn't implement it but perhaps another program could provide that? | 14:43:06 |
| Roos left the room. | 18:45:17 |
| 19 Aug 2021 |
Josh MM | In reply to @andi:kack.it Isn't there an external window decoration mode in wayland? I guess GNOME doesn't implement it but perhaps another program could provide that? I think server side decorations have to be implemented in the compositor. I know that Sway adds server side decorations. I think GNOME Mutter might only add SSDs to XWayland windows for backwards compatibility. Maybe a GNOME Shell extension could be made to draw some fake decorations with Clutter or St. | 15:40:06 |
| 20 Aug 2021 |
piegames | In reply to @jtojnar:matrix.org piegames: looks like gnomeExtensions.system-monitor uses the generated extension instead of the manually packaged one for some reason Tbh I had a look at the code again and I don't understand why this is happening, and especially why this only happens only for system-monitor. My best guess at the moment is that the manual packages are broken for all extensions, but you only noticed it for system-monitor? | 23:55:05 |
piegames | No, the REPL give me this:
> pkgs.gnomeExtensions.system-monitor.version
"unstable-2021-06-19"
so it is using the manually packaged one.
| 23:56:52 |