| 6 Nov 2024 |
Andrew | In reply to @andrew15_5:matrix.org
xdg.mime.enable = false? Hell yeah, fixed! | 09:18:15 |
Andrew | Thanks for the support. | 09:18:30 |
ElvishJerricco | In reply to @elvishjerricco:matrix.org hm, yea that seems like a not-great way to go about this. Maybe I'll see if I can literally disable one of the video outputs at the kernel level or something somehow Oh sweet, this is actually possible. video=HDMI-A-1:d disables the unwanted video output, but I still get the i2c device to control the DDC/CI | 09:32:35 |
ElvishJerricco | so now gnome just doesn't even know this video output exists | 09:33:04 |
ElvishJerricco | I wonder if I can get it to be disabled in a udev rule instead so that I don't have to rely on the loose HDMI-A-1 name | 09:33:29 |
| seapat joined the room. | 13:50:33 |
| @mcnesium:exma.de joined the room. | 18:15:44 |
| 8 Nov 2024 |
| jschvz joined the room. | 02:57:52 |
| 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 |