NixOS GNOME | 390 Members | |
| A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...) | 91 Servers |
| Sender | Message | Time |
|---|---|---|
| 11 Mar 2025 | ||
| 16:59:48 | ||
| 16 Mar 2025 | ||
| ah, gitlab.freedesktop.org migration has begun, just as I started to upgrade GStreamer 😼 | 12:40:55 | |
| 17 Mar 2025 | ||
| I don't envy the admins handling that one bit | 20:17:48 | |
| but nice that they document their progress so well | 20:18:22 | |
| can't believe gimp3 got released https://www.gimp.org/release-notes/gimp-3.0.html | 22:52:05 | |
| 23:29:57 | ||
| 20 Mar 2025 | ||
Does qt.platformTheme.name = "gnome"; suppose to work magically by itself? I wanna run opensnitch-ui with "System" theme, but it's bright af. it uses qt, but I'm on gnome. It doesn't even care about QT_STYLE_OVERRIDE=kvantum. | 20:37:26 | |
| It looks like it's outdated, but there are some other options, but I don't know what any of them are, and how would I apply them for NixOS. | 20:38:33 | |
| 24 Mar 2025 | ||
| 07:48:27 | ||
| 25 Mar 2025 | ||
| 15:25:36 | ||
| 19:59:54 | ||
| Hi! Is there any special setup needed for CalDAV in gnome calendar? | 20:01:21 | |
| I added it as an online account, but it the calendars don't show up. They do on GNOME Calendar on postmarketOS though. | 20:01:31 | |
| 21:03:09 | ||
| 28 Mar 2025 | ||
I just spent way too much time to find out that services.xserver.displayManager.startx.enable = true; prevents gnome sessions from starting. GDM runs normally, but when logging in, throws you right back onto the login screen. I'll try to investigate more, but is anybody else seeing this? | 18:46:11 | |
* I just spent way too much time to find out that services.xserver.displayManager.startx.enable = true; prevents gnome sessions from starting. GDM runs normally, but when logging in, throws you right back onto the login screen. This had worked until ~2 weeks ago. I'll try to investigate more, but is anybody else seeing this? | 18:46:45 | |
| 20:12:34 | ||
| Found it .. ugh https://github.com/NixOS/nixpkgs/pull/388789/files#diff-85a3cd082c968258dd17c4b21073c62e8e195b3ae49bd79e7a89af0694b316c8R105-R111 | 20:31:04 | |
| 29 Mar 2025 | ||
| Question: why do we have multiple builds of the same version of webkitgtk? | 05:50:38 | |
| I'm building 2.48.0+abi=4.0 and 2.48.0+abi=4.1 | 05:50:51 | |
| And it's all used by source built packages | 05:51:15 | |
| So why do we have two ABI versions and how do packages decide which one to use? | 05:51:30 | |
It is because of libsoup2 -> libsoup3 migration that a lot of things never did.https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/development/libraries/webkitgtk/default.nix#L84-L89 From: https://github.com/NixOS/nixpkgs/pull/182618 Aliases now:webkitgtk_4_0 - gtk3 with libsoup2webkitgtk_4_1 - gtk3 with libsoup3webkitgtk_6_0 - gtk4https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453 | 07:43:14 | |
It is because of libsoup2 -> libsoup3 migration that a lot of things never did.https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/development/libraries/webkitgtk/default.nix#L84-L89 From: https://github.com/NixOS/nixpkgs/pull/182618 https://discourse.gnome.org/t/phodav-transition-notes/10483Aliases now: webkitgtk_4_0 - gtk3 with libsoup2webkitgtk_4_1 - gtk3 with libsoup3webkitgtk_6_0 - gtk4https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453 | 07:44:31 | |
It is because of libsoup2 -> libsoup3 migration that a lot of things never did.https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/development/libraries/webkitgtk/default.nix#L84-L89 From: https://github.com/NixOS/nixpkgs/pull/182618 https://discourse.gnome.org/t/phodav-transition-notes/10483Aliases now: webkitgtk_4_0 - gtk3 with libsoup2 - 2.48.0+abi=4.0webkitgtk_4_1 - gtk3 with libsoup3 - 2.48.0+abi=4.1webkitgtk_6_0 - gtk4 - 2.48.0+abi=6.0https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453 | 07:45:48 | |
It is because of libsoup2 -> libsoup3 migration that a lot of things never did.https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/development/libraries/webkitgtk/default.nix#L84-L89 From: https://github.com/NixOS/nixpkgs/pull/182618 libsoup3 migration Aliases now: webkitgtk_4_0 - gtk3 with libsoup2 - 2.48.0+abi=4.0webkitgtk_4_1 - gtk3 with libsoup3 - 2.48.0+abi=4.1webkitgtk_6_0 - gtk4 - 2.48.0+abi=6.0https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453 | 07:47:31 | |
It is because of libsoup2 -> libsoup3 migration that a lot of things never did.https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/development/libraries/webkitgtk/default.nix#L84-L89 From: https://github.com/NixOS/nixpkgs/pull/182618 libsoup3 migrationAliases now: webkitgtk_4_0 - gtk3 with libsoup2 - 2.48.0+abi=4.0webkitgtk_4_1 - gtk3 with libsoup3 - 2.48.0+abi=4.1webkitgtk_6_0 - gtk4 - 2.48.0+abi=6.0https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453 | 07:47:41 | |
| God | 08:18:45 | |
| Why is C | 08:18:49 | |
| at what point would it make sense to just yeet the old libsoup2 stuff? | 08:27:03 | |