| 12 Jun 2025 |
Jan Tojnar | systemd generates services for desktop files in $XDG_CONFIG_DIRS/autostart | 08:32:41 |
Jan Tojnar | (among other paths) | 08:33:20 |
Jan Tojnar | IIRC gnome-software has autostart file so that it can notify you of updates | 08:33:55 |
Jan Tojnar | though we only install it if you have flatpak installed, you can use environment.gnome.excludePackages to not install it if you do not use it | 08:35:18 |
uep | ah. I looked to see if I had the same, and it was nowhere to be seen. | 08:36:32 |
uep | So, yeah, confirmation that this works. It may be slightly too magic, but it works. | 08:37:44 |
| tokudan changed their profile picture. | 11:54:42 |
Grimmauld (any/all) | I just saw this in the GTK room: https://pad.gnome.org/lB9NBpwCSmKEzZIVve__Vg#
How will this work for nix? Currently glycin directly depends on gtk4, which directly depends on gdk-pixbuf, which probably should depend on glycin. | 21:19:07 |
Grimmauld (any/all) | which means we have a cyclic dependency. How do we break it? | 21:19:23 |
Grimmauld (any/all) | supposedly glycin would be cycle-free, but our package wouldn't be. SO some work required! | 21:28:07 |
emily | usually we just have a separate bootstrap version of a package that omits the problematic dependency | 21:32:51 |
Grimmauld (any/all) | So i had a chat with the glycin people, and supposedly it is cycle-free in gnomeOS | 21:35:30 |
Grimmauld (any/all) | so we can probably break the cycle somehow | 21:35:39 |
Grimmauld (any/all) | (likely more precise meson flags to better split glycin across packages) | 21:36:00 |