17 Mar 2023 |
Yuu Yin | In reply to @rampoina:matrix.org is that required? * no afaik. zrythm --reset-to-factory basically does the same as dconf reset by using gsettings directly. | 17:28:04 |
Yuu Yin | btw just updated zrythm again https://github.com/NixOS/nixpkgs/pull/221681 magnetophon tshaynik | 17:29:03 |
Rampoina | I just see the dconf warnings | 17:30:40 |
Rampoina | (zrythm:651848): dconf-WARNING **: 18:30:29.745: (dconf_engine_change_completed:1268): failed to commit changes to dconf: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name ca.desrt.dconf was not provided by any .service file | 17:31:08 |
Yuu Yin | Rampoina: hm try installing dconf, and see what happens | 17:31:37 |
Yuu Yin | oh nvm | 17:31:55 |
Yuu Yin | it is a zrythm dependency already | 17:32:05 |
Rampoina | doesn't seem to work inside a shell with dconf either | 17:32:11 |
Rampoina | I'm using KDE | 17:32:45 |
Yuu Yin | so i suppose there is something going on with the service file | 17:33:46 |
Minijackson | dconf uses dbus for communication, so there needs to be a systemd user service file installed for it | 17:34:35 |
Minijackson | IIRC, in NixOS, you can set programs.dconf.enable = true; | 17:35:07 |
Rampoina | I've added services.dbus.packages = [ pkgs.zrythm ]; | 17:40:15 |
Rampoina | same errors | 17:40:19 |
Rampoina | dbus is active and running | 17:40:52 |
Minijackson | I meant that the dconf service should be installed | 17:42:01 |
Rampoina | In reply to @Minijackson:matrix.org IIRC, in NixOS, you can set programs.dconf.enable = true; yeah ok my fault I was placing this on the wrong section | 17:44:21 |
Rampoina | with this it works | 17:44:26 |
Minijackson | nice | 17:44:29 |
Rampoina | but ughh | 17:44:30 |
Rampoina | can't the package do that? | 17:44:35 |
Minijackson | the package itself cannot install things into /etc/systemd/user | 17:44:57 |
Minijackson | but a NixOS module could do that | 17:45:04 |
Yuu Yin | In reply to @Minijackson:matrix.org IIRC, in NixOS, you can set programs.dconf.enable = true; Rampoina: are you on NixOS? i have that enabled so that might be why i cant reproduce your issue | 17:45:05 |
Minijackson | e.g.: programs.zrythm.enable = true; | 17:45:21 |
Rampoina | In reply to @yuu:matrix.org Rampoina: are you on NixOS? i have that enabled so that might be why i cant reproduce your issue yes but I didn't have this enabled | 17:45:33 |
Rampoina | no idea how I should know if the package doesn't tell me | 17:45:42 |
Rampoina | that's like really shitty UX | 17:45:48 |