| 8 Nov 2024 |
| moved to @amadaluzia:tchncs.de changed their display name from (artur 'manuel) to @amadaluzia:tchncs.de. | 14:29:26 |
| moved to @amadaluzia:tchncs.de changed their display name from @amadaluzia:tchncs.de to moved to @amadaluzia:tchncs.de. | 14:30:45 |
| 10 Nov 2024 |
| Krutonium changed their profile picture. | 03:48:30 |
| 13 Nov 2024 |
| ➡️@amadaluzia:unredacted.org joined the room. | 00:38:25 |
➡️@amadaluzia:unredacted.org | Hey there, is there any way to sort out libadwaita not being applied to *any* PyGObject3 application? I had a conversation about it in #python:nixos.org but i moved here | 00:41:08 |
➡️@amadaluzia:unredacted.org | Issue is gobject-introspection is unable to load any libadwaita typefiles because it couldn't find it so to speak | 00:43:45 |
➡️@amadaluzia:unredacted.org | It fails to load with Komikku despite it being a build input, it fails with nicotine-plus, gnome music too it seems | 00:46:34 |
getchoo | on what branch/commit does this fail? i just submitted https://github.com/NixOS/nixpkgs/pull/355387 last night and it worked as expected | 01:08:15 |
➡️@amadaluzia:unredacted.org | In reply to @getchoo:matrix.org on what branch/commit does this fail? i just submitted https://github.com/NixOS/nixpkgs/pull/355387 last night and it worked as expected 76612b17 | 08:49:09 |
➡️@amadaluzia:unredacted.org | nixos-unstable | 08:51:07 |
➡️@amadaluzia:unredacted.org | In reply to @getchoo:matrix.org on what branch/commit does this fail? i just submitted https://github.com/NixOS/nixpkgs/pull/355387 last night and it worked as expected Fixed it by borrowing some things here, cheers | 09:11:10 |
| 14 Nov 2024 |
ElvishJerricco | Am I correct that gnome / gdm always defaults to wayland? Or does it try to detect whether it should use wayland or x11 somehow? | 17:20:57 |
ElvishJerricco | I'm intending to add a boot entry to the ISO to force it to boot into x11 and I'm wondering if I also need to do the same for wayland or if the default boot entry already does that | 17:22:14 |
emily | why add forced X11? | 17:24:37 |
emily | it's basically deprecated on GNOME | 17:24:40 |
emily | e.g., Fedora is removing Xorg support for GNOME AIUI | 17:25:04 |
ElvishJerricco | emily: at the very least I want to test it with some people who suggested the ISO wouldn't launch the DE with wayland | 17:31:05 |
ElvishJerricco | but yea it's likely wayland isn't truly the issue | 17:31:28 |
emily | on GNOME I am not sure it is something we could support for long | 17:31:29 |
emily | consider https://gitlab.gnome.org/GNOME/gnome-session/-/merge_requests/98 | 17:31:55 |
emily | not merged, but the direction is clear | 17:31:58 |
emily | * not merged (yet), but the direction is clear | 17:32:01 |
ElvishJerricco | well, then we definitely need to track down why the ISO is failing to start with wayland for some people | 17:32:26 |
emily | also, I think the graphical installer would still install a (broken?) Wayland system | 17:32:28 |
emily | yes, agreed with that :) | 17:32:32 |
emily | just don't want to be pointing people towards an ~unmaintained codebase that upstreams are killing off | 17:32:56 |
ElvishJerricco | I didn't realize it was being actively killed. I thought it was going to be around for a long while still | 17:34:34 |
emily | well, the bits of the code that Xwayland (and a few other such servers) depend on are going to be maintained indefinitely | 17:36:56 |
emily | but the other servers are basically on life support | 17:37:06 |
emily | I imagine they'll continue getting security fixes / critical bug fixes for longer than GNOME/KDE/distros/etc. will actively ship them to users | 17:37:34 |