NixOS GNOME | 403 Members | |
| A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...) | 92 Servers |
| Sender | Message | Time |
|---|---|---|
| 10 Dec 2023 | ||
| also not all extensions from the extension portal will work | 18:27:38 | |
| (some have dependencies that need to be patched on NixOS | 18:28:02 | |
| Thanks a lot Jan Tojnar | 19:47:55 | |
In reply to @deerouspie:matrix.orgHere's a Node.js script that prints all gi:// dependencies of an extension using esbuild: https://gist.github.com/piousdeer/83dedd5155cec9aadbed4e076e41be26 | 22:50:12 | |
| 22:52:32 | |
Including those imported in JS submodules, dynamic import()s, export froms. So, a bit more complex than a regexp job | 22:56:23 | |
There are apparently some built-in modules in GJS: "gi", "system", "cairo", "gettext". I don't know if there's more, but they should be added to external. | 22:57:00 | |
| 11 Dec 2023 | ||
| can anyone point me where to look for why GIO_EXTRA_MODULES is getting the dconf path prepended to it again? it seems to be happening after /etc/profile, because set-environment adds gvfs, glib-networking, and dconf, and then I prepend a value in /etc/profile, and then dconf is prepended again somehow. GNOME Wayland session | 08:36:21 | |
| * can anyone point me where to look for why GIO_EXTRA_MODULES is getting the dconf path prepended to it again? it seems to be happening after /etc/profile, because set-environment adds gvfs, glib-networking, and dconf, and then I prepend a value in /etc/profile, and then dconf is prepended again somehow. I’m using a GNOME Wayland session | 08:36:32 | |
* can anyone point me where to look for why GIO_EXTRA_MODULES is getting the dconf path prepended to it again? it seems to be happening after /etc/profile, because /etc/set-environment adds gvfs, glib-networking, and dconf (via environment.sessionVariables from the corresponding NixOS modules, I think), and then I prepend a value in /etc/profile, and then dconf is prepended again somehow. I’m using a GNOME Wayland session | 08:42:08 | |
| 08:49:06 | |
| ok I think it’s wrapGappsHook4 on kgx | 08:55:54 | |
| but it looks like Alt-F2 shows the session has a wrapper with both glib-networking and dconf as well :/ | 09:00:47 | |
| 15:11:28 | ||
| 15:20:11 | ||
| 15:20:27 | ||
| 15:20:39 | ||
| 12 Dec 2023 | ||
| 01:15:24 | ||
| Hi all. I'd like to add ~/.local/bin/ to the PATH as seen by Gnome (rather than the shell, wich is did with | 13:12:16 | |
| * Hi all. I'd like to add ~/.local/bin/ to the PATH as seen by Gnome (rather than the shell, wich I did with | 13:12:36 | |
| Ah, | 13:32:40 | |