31 Jul 2025 |
@jh-devv:matrix.org | Anyone can repro on NixOS? | 16:33:09 |
@jh-devv:matrix.org | I can | 16:34:30 |
@jh-devv:matrix.org | but I can't seem to find an solution? | 16:34:47 |
@jh-devv:matrix.org |
It doesn't find the daemon control file, so it caches the password, and is successful in opening the keyring once the session is properly initialized.
Read, there is no issue and no error
| 16:36:05 |
@jh-devv:matrix.org | https://discourse.nixos.org/t/gdm-locks-entire-system-after-update/50233 | 16:37:13 |
@jh-devv:matrix.org | https://github.com/NixOS/nixpkgs/issues/312772 | 16:45:33 |
@jh-devv:matrix.org | https://github.com/NixOS/nixpkgs/issues/103746#issuecomment-945091229 | 16:50:06 |
@jh-devv:matrix.org | Do we really still start it on VT7? | 16:50:16 |
K900 | We changed that on unstable like two days ago | 16:51:44 |
K900 | Including for that reason | 16:51:53 |
@jh-devv:matrix.org | ah | 16:53:43 |
@jh-devv:matrix.org | nice | 16:53:43 |
@jh-devv:matrix.org | thank you so much!!! | 16:53:49 |
@jh-devv:matrix.org | In reply to @k900:0upti.me We changed that on unstable like two days ago can you link that commit? | 16:54:04 |
K900 | https://github.com/NixOS/nixpkgs/pull/428972 | 16:54:25 |
1 Aug 2025 |
| amadaluzia changed their display name from amadaluzia to amadaluzia (tchncs.de). | 02:18:40 |
| amadaluzia changed their display name from amadaluzia (tchncs.de) to amadaluzia. | 02:58:39 |
| Brisingr05 joined the room. | 18:07:30 |
8 Aug 2025 |
| problems changed their profile picture. | 01:46:39 |
| amadaluzia changed their profile picture. | 04:23:54 |
| 0x4A6F joined the room. | 06:59:50 |
9 Aug 2025 |
| seapat set a profile picture. | 14:23:41 |
10 Aug 2025 |
| QuadRadical (Ping) joined the room. | 17:30:15 |
QuadRadical (Ping) | hello! if im making my own gnome package, where do i have to put the out files for it to work with systemPackages? is it just $out/share/gnome-shell/extensions/${uuid} ? | 17:30:29 |
QuadRadical (Ping) | hello! if im making my own gnome extension package, where do i have to put the out files for it to work with systemPackages? is it just $out/share/gnome-shell/extensions/${uuid} ? | 17:30:34 |
| dminca joined the room. | 18:12:27 |
dminca | cheers lads, nice to be here with y’all 🍻 | 18:12:45 |
jasi 🏳️⚧️ | In reply to @quadradical:federated.nexus hello! if im making my own gnome package, where do i have to put the out files for it to work with systemPackages? is it just $out/share/gnome-shell/extensions/${uuid} ? You can have a look in pkgs/desktops/gnome/extensions/ for manually created extension derivations | 18:48:21 |
jasi 🏳️⚧️ | But yes that's correct | 18:49:01 |
jasi 🏳️⚧️ | In reply to @quadradical:federated.nexus hello! if im making my own gnome package, where do i have to put the out files for it to work with systemPackages? is it just $out/share/gnome-shell/extensions/${uuid} ? * You can have a look in pkgs/desktops/gnome/extensions/ for manually created extension derivations, especially those that require additional dependencies | 18:50:53 |