| 1 Mar 2023 |
| @benedikt:tissot.de left the room. | 19:30:58 |
| 2 Mar 2023 |
| @maxeaubrey:matrix.org changed their display name from maxine (they/them) to maxine. | 00:58:04 |
| @micah.ilbery:matrix.org joined the room. | 17:12:25 |
| 3 Mar 2023 |
| Industrial joined the room. | 17:22:02 |
| 6 Mar 2023 |
| @nrjuggler:matrix.org left the room. | 21:55:52 |
| 7 Mar 2023 |
@saymynaam:matrix.org | Hello. | 19:25:57 |
@saymynaam:matrix.org | How long will it take for gnome 44 to be available? | 19:26:52 |
Jan Tojnar | saymynaam: the final release is scheduled in two weeks so sometimes after that | 19:56:19 |
Jan Tojnar | depends on how fast we manage to QA it | 19:56:35 |
| 9 Mar 2023 |
| diamond (it/its) changed their profile picture. | 10:02:48 |
| @rimuru:gentoo.chat changed their profile picture. | 10:38:04 |
| 11 Mar 2023 |
Jan Tojnar | looks like all gtk-rs apps (including GNOME Tour) just crash on startup 😿 https://github.com/NixOS/nixpkgs/issues/216770 | 00:12:22 |
Jan Tojnar | ah, looks like it was due to rust 1.67 https://github.com/gtk-rs/gtk4-rs/issues/1201 and gnome-tour just was not picked up by the update script | 00:16:53 |
| @henriquepicanco:matrix.org left the room. | 00:27:15 |
| @luntx:matrix.org changed their display name from luntx to Solmus_. | 20:50:00 |
| 12 Mar 2023 |
| @thetapo:matrix.org removed their profile picture. | 07:48:23 |
| @thetapo:matrix.org removed their display name TheTapo. | 07:50:32 |
| @thetapo:matrix.org left the room. | 07:51:00 |
| tobim joined the room. | 14:38:03 |
| 13 Mar 2023 |
| @noxie:chat.noxie.ch joined the room. | 14:19:50 |
| @noxie:chat.noxie.ch changed their display name from Noxie, the Sentient Pebble Witch to 🌸Noxie 🌸. | 16:49:37 |
| @noxie:chat.noxie.ch changed their profile picture. | 16:50:49 |
| @noxie:chat.noxie.ch changed their display name from 🌸Noxie 🌸 to 🌸Noxie 🌸(She/Her). | 19:26:06 |
| @rimuru:gentoo.chat changed their profile picture. | 23:22:04 |
| 14 Mar 2023 |
| @noxie:chat.noxie.ch changed their display name from 🌸Noxie 🌸(She/Her) to 🌸 Noxie 🌸 (She/Her). | 09:03:22 |
| 15 Mar 2023 |
| @colamaroro:lovelyrad.io joined the room. | 14:43:28 |
Industrial | Hello. This is my gnome.nix (flake): https://gist.github.com/Industrial/22d00b222263e9129b982a71068133a5#file-gnome-nix-L66 I am adding some extenions that I'd like to use/try. When I run gnome-extensions list I only see the built in ones (also in the extensions UI). This is my GNOME default.nix (part of home-manager): https://gist.github.com/Industrial/a8d1a798f1732cdfe6efba32498396e3#file-default-nix-L37 This is where I attempted to enable the extensions but it seems they are not installed at all. What did I do wrong? | 20:04:47 |
@noxie:chat.noxie.ch | In reply to @industrial:matrix.org
Hello. This is my gnome.nix (flake): https://gist.github.com/Industrial/22d00b222263e9129b982a71068133a5#file-gnome-nix-L66 I am adding some extenions that I'd like to use/try. When I run gnome-extensions list I only see the built in ones (also in the extensions UI). This is my GNOME default.nix (part of home-manager): https://gist.github.com/Industrial/a8d1a798f1732cdfe6efba32498396e3#file-default-nix-L37 This is where I attempted to enable the extensions but it seems they are not installed at all. What did I do wrong? I'm insterested as well I had the same issue | 20:05:52 |
Jan Tojnar | In reply to @industrial:matrix.org
Hello. This is my gnome.nix (flake): https://gist.github.com/Industrial/22d00b222263e9129b982a71068133a5#file-gnome-nix-L66 I am adding some extenions that I'd like to use/try. When I run gnome-extensions list I only see the built in ones (also in the extensions UI). This is my GNOME default.nix (part of home-manager): https://gist.github.com/Industrial/a8d1a798f1732cdfe6efba32498396e3#file-default-nix-L37 This is where I attempted to enable the extensions but it seems they are not installed at all. What did I do wrong? The enabled-extensions key expects UUIDs. You can get those as e.g. gnomeExtensions.applications-menu.extensionUuid, or enable the extensions you want in the extension app and then look at the dconf database | 20:09:37 |
Industrial | In reply to@jtojnar:matrix.org The enabled-extensions key expects UUIDs. You can get those as e.g. gnomeExtensions.applications-menu.extensionUuid, or enable the extensions you want in the extension app and then look at the dconf database The extensions still don't show up in the gnome extensions list but the .extensionUuid format worked (syntactically) :) | 20:14:18 |