17 Mar 2023 |
| Rampoina changed their profile picture. | 15:41:58 |
| Rampoina changed their profile picture. | 15:45:16 |
Rampoina | In reply to @yuu:matrix.org
Rampoina: i zrythm --reset-to-factory; rm -rvf ~/.local/share/zrythm; dconf reset -f /org/zrythm/ , zrythm , and gone through the startup settings. could not reproduce the issue you related.
zrythm --version
Zrythm 1.0.0-beta.4.5.62 (plain)
built with gcc 12.2.0 for linux
+carla
+jack2
+pulse
+rtmidi
+rtaudio
+sdl2
+guile
Copyright © 2018-2022 The Zrythm contributors
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
I've updated my system. I have the same issue with Zrythm 1.0.0-beta.4.5.62 (plain) | 17:05:53 |
Rampoina | the setup screen loops forever and zyrthm never starts | 17:06:11 |
Rampoina | let me try your resetting commands | 17:06:36 |
Rampoina | nope, same thing | 17:08:07 |
Rampoina | I don't have dconf though | 17:08:11 |
Rampoina | is that required? | 17:08:15 |
Yuu Yin | Rampoina: i would try running zrythm on a terminal and look at the output and other possible logs. | 17:27:51 |
Yuu Yin | In reply to @rampoina:matrix.org is that required? no afaik. zrythm --reset-to-factory basically would do the same as dconf reset by using gsettings directly. | 17:27:56 |
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 |