| 6 Nov 2024 |
Andrew | I'm using unstable branch. | 04:24:42 |
Jan Tojnar | In reply to @elvishjerricco:matrix.org So, in GNOME, I have one of my monitors set to disabled manually (for... reasons...). Is there a way to do that declaratively? Especially if I can make it apply to GDM If you disabled it with control center, it will go to ~/.config/monitors.xml, IIRC. You should be able to create it with tmpfiles.d, though you will not be able to merge or modify it then. | 08:45:11 |
Jan Tojnar | In reply to @andrew15_5:matrix.org This does not exist. I have ~/.nix-profile/share/mime/packages/freedesktop.org.xml that points to /nix/store/sw0w471rbkfyliyckbfpjygdkv6j1ajk-shared-mime-info-2.4/share/mime/packages/freedesktop.org.xml. Hmm, then I can only suggest reporting the issue to Pop_OS!, so that they can patch/update GLib. | 09:01:23 |
ElvishJerricco | In reply to @jtojnar:matrix.org If you disabled it with control center, it will go to ~/.config/monitors.xml, IIRC. You should be able to create it with tmpfiles.d, though you will not be able to merge or modify it then. 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 | 09:02:33 |
Andrew | In reply to @jtojnar:matrix.org Hmm, then I can only suggest reporting the issue to Pop_OS!, so that they can patch/update GLib. Will this still happen if I use an older nixpkgs? | 09:05:22 |
Andrew | In reply to @jtojnar:matrix.org Hmm, then I can only suggest reporting the issue to Pop_OS!, so that they can patch/update GLib. * Will this still happen if I use an older nixpkgs/home-manager? | 09:05:36 |
Jan Tojnar | Andrew: you could try using a revision with older shared-mime-info version but in the end it is the GLib from Pop_OS! crashing so it should be addressed there | 09:11:19 |
Andrew | hm, ok | 09:11:36 |
Jan Tojnar | or you could maybe configure h-m to not install shared-mime-info since you already have it system-wide | 09:11:48 |
Andrew | Oh, and... how can I do that? | 09:12:05 |
Andrew | xdg.mime.enable = false? | 09:14:22 |
Jan Tojnar | yeah, that should work if you do not use that module | 09:14:53 |
Jan Tojnar | https://github.com/nix-community/home-manager/blob/2f607e07f3ac7e53541120536708e824acccfaa8/modules/misc/xdg-mime.nix#L13 | 09:15:00 |
Andrew | I don't use xdg.mime, at least not right now. | 09:15:45 |
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 |