!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

390 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)91 Servers

Load older messages


SenderMessageTime
11 Mar 2025
@3wy-kra:matrix.uni-hannover.de@3wy-kra:matrix.uni-hannover.de joined the room.16:59:48
16 Mar 2025
@jtojnar:matrix.orgJan Tojnarah, gitlab.freedesktop.org migration has begun, just as I started to upgrade GStreamer 😼12:40:55
17 Mar 2025
@hexa:lossy.networkhexaI don't envy the admins handling that one bit20:17:48
@hexa:lossy.networkhexabut nice that they document their progress so well20:18:22
@hexa:lossy.networkhexacan't believe gimp3 got released https://www.gimp.org/release-notes/gimp-3.0.html22:52:05
@er10:matrix.org@er10:matrix.org left the room.23:29:57
20 Mar 2025
@andrew15_5:matrix.orgAndrew 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
@andrew15_5:matrix.orgAndrew 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
@sachesi:matrix.orgsachesi x changed their display name from sachesi to sachesi x.07:48:27
25 Mar 2025
@freedbeats:the-lamp.netfreedbeats joined the room.15:25:36
@quadradical:henryhiles.comQuadRadical (Ping / Reply) joined the room.19:59:54
@quadradical:henryhiles.comQuadRadical (Ping / Reply)Hi! Is there any special setup needed for CalDAV in gnome calendar?20:01:21
@quadradical:henryhiles.comQuadRadical (Ping / Reply)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
@strutztm:strutztm.destrutztm joined the room.21:03:09
28 Mar 2025
@bendlas:matrix.orgbendlas 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
@bendlas:matrix.orgbendlas * 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
@kevincox:matrix.orgkevincox left the room.20:12:34
@bendlas:matrix.orgbendlasFound it .. ugh https://github.com/NixOS/nixpkgs/pull/388789/files#diff-85a3cd082c968258dd17c4b21073c62e8e195b3ae49bd79e7a89af0694b316c8R105-R11120:31:04
29 Mar 2025
@k900:0upti.meK900Question: why do we have multiple builds of the same version of webkitgtk?05:50:38
@k900:0upti.meK900I'm building 2.48.0+abi=4.0 and 2.48.0+abi=4.105:50:51
@k900:0upti.meK900And it's all used by source built packages05:51:15
@k900:0upti.meK900So why do we have two ABI versions and how do packages decide which one to use?05:51:30
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) 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
...
Processes can only link against one version of the library (even transitively), or there will be symbol clashes!
Aliases now:
webkitgtk_4_0 - gtk3 with libsoup2
webkitgtk_4_1 - gtk3 with libsoup3
webkitgtk_6_0 - gtk4
https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453
07:43:14
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) 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
...
Processes can only link against one version of the library (even transitively), or there will be symbol clashes!
https://discourse.gnome.org/t/phodav-transition-notes/10483
Aliases now:
webkitgtk_4_0 - gtk3 with libsoup2
webkitgtk_4_1 - gtk3 with libsoup3
webkitgtk_6_0 - gtk4
https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453
07:44:31
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) 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
...
Processes can only link against one version of the library (even transitively), or there will be symbol clashes!
https://discourse.gnome.org/t/phodav-transition-notes/10483
Aliases now:
webkitgtk_4_0 - gtk3 with libsoup2 - 2.48.0+abi=4.0
webkitgtk_4_1 - gtk3 with libsoup3 - 2.48.0+abi=4.1
webkitgtk_6_0 - gtk4 - 2.48.0+abi=6.0
https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453
07:45:48
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) 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
- https://discourse.gnome.org/t/phodav-transition-notes/10483
Processes can only link against one version of the library (even transitively), or there will be symbol clashes!

Aliases now:
webkitgtk_4_0 - gtk3 with libsoup2 - 2.48.0+abi=4.0
webkitgtk_4_1 - gtk3 with libsoup3 - 2.48.0+abi=4.1
webkitgtk_6_0 - gtk4 - 2.48.0+abi=6.0
https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453
07:47:31
@9hp71n:matrix.orgghpzin (moved to @ghpzin:envs.net) 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
- https://discourse.gnome.org/t/phodav-transition-notes/10483
Processes can only link against one version of the library (even transitively), or there will be symbol clashes!
Aliases now:
webkitgtk_4_0 - gtk3 with libsoup2 - 2.48.0+abi=4.0
webkitgtk_4_1 - gtk3 with libsoup3 - 2.48.0+abi=4.1
webkitgtk_6_0 - gtk4 - 2.48.0+abi=6.0
https://github.com/NixOS/nixpkgs/blob/10968e9b9f237004f3b27f45581cbb3e481bc270/pkgs/top-level/all-packages.nix#L10440-L10453
07:47:41
@k900:0upti.meK900God08:18:45
@k900:0upti.meK900Why is C08:18:49
@grimmauld:grimmauld.deGrimmauld (moving to @grimmauld:grapevine.grimmauld.de)at what point would it make sense to just yeet the old libsoup2 stuff?08:27:03

Show newer messages


Back to Room ListRoom Version: 6