| 19 Jul 2021 |
| mith joined the room. | 17:19:47 |
| 21 Jul 2021 |
| Josh Ponelat joined the room. | 14:23:36 |
Josh Ponelat | Hey folks, I recently upgrade (channel) to 21.05, and now gnome is gnome4. Is there anyway I can get it back to gnome3? There is an extension that I need in gnome3 | 14:23:45 |
| leznom joined the room. | 18:20:09 |
piegames | No, Gnome 3.38 is end of life | 20:34:19 |
piegames | You can look at the extension's upstream if they have an experimental 40 support branch. | 20:35:15 |
| 22 Jul 2021 |
hmenke | Josh Ponelat: I think not so much changed between 3.38 and 40 for extensions, so often it might be sufficient to just add 40.0 to shell-versions in metadata.json. That is basically how Pop_OS! Shell added GNOME 40 support and that is probably the most complex extension out there: https://github.com/pop-os/shell/commit/0143b0b5eb14291cbd9e0b8328eeec93c4871ba9 | 12:53:22 |
| 23 Jul 2021 |
piegames | I think the most important change was the Gtk3 -> Gtk4 migration? And also the new overview, for all extensions that had their fingers in it | 11:02:51 |
Josh Ponelat | In reply to @hmenke:matrix.org Josh Ponelat: I think not so much changed between 3.38 and 40 for extensions, so often it might be sufficient to just add 40.0 to shell-versions in metadata.json. That is basically how Pop_OS! Shell added GNOME 40 support and that is probably the most complex extension out there: https://github.com/pop-os/shell/commit/0143b0b5eb14291cbd9e0b8328eeec93c4871ba9 Thank you kindly! I'll look into that (and yeah, I'm interested in pop shell too 🙂 ) | 11:03:41 |
hmenke | Josh Ponelat: https://github.com/hmenke/nixos-modules/tree/master/pkgs/pop-os-shell | 12:24:46 |
maxine (they/them) | How does nix deal with packaging things that have circular dependencies? I am looking at bumping gupnp, but through gssdp it depends on gtk4 now, which ends up eventually depending gupnp again (via gst-plugins-bad). Is the solution providing some sort of "minimal" gtk4 derivation to get things untied? | 23:52:50 |
| 24 Jul 2021 |
symphorien | That or you could make the gtk unwrapped derivation a distinct attribute set. I suppose that the dependency on gst only comes through wrapGappsHook ? | 02:52:13 |
| 26 Jul 2021 |
| benedikt_ahle joined the room. | 13:36:50 |
| benedikt_ahle left the room. | 13:38:36 |
| 27 Jul 2021 |
| @appservice-irc:matrix.org joined the room. | 10:20:27 |
| 28 Jul 2021 |
| stuzenz joined the room. | 23:30:16 |
| 29 Jul 2021 |
| srid changed their display name from srid (on hiatus) to srid. | 01:28:10 |
maxine (they/them) | symphorien: I don't think so, it looks like 4.x depends on gst_all_1.gst-plugins-bad explicitly | 17:54:57 |
symphorien | Hum weird | 17:55:42 |
maxine (they/them) | But also we set -Dmedia-gstreamer=disabled? I'm not quite sure I understand tbh | 17:59:12 |
maxine (they/them) | Oh, only on darwin | 18:00:15 |
maxine (they/them) | I guess we need a media-backend-free derivation for the sake of gupnp/gssdp then | 18:01:16 |
| 31 Jul 2021 |
| ash (it/its) 🏳️⚧️ joined the room. | 01:25:15 |
hpfr | how can I use gnome x11 on NixOS? was looking for an option or something | 02:31:06 |
Zhaofeng Li | Not using GNOME right now so can't check, but it should be an option in the cogwheel menu in gdm | 02:40:20 |
hpfr | do I need non-wayland gdm? | 02:40:18 |
Zhaofeng Li | Wayland gdm should show it as well | 02:40:36 |
hpfr | ok I'll look | 02:40:53 |
hpfr | are there things I can do in my config to e.g. dynamically switch firefox packages depending on which session is launched? | 02:41:43 |
Zhaofeng Li | If you are talking about MOZ_USE_WAYLAND, I think it *should* work in X11 as well (it just won't use wayland)? | 02:43:55 |