Hi,
I am using the desktop client as a flatpak on kde and enabled autostart long ago, but it never started. All the gui options said it was enabled, so I started digging a little bit deeper today. I found in the arch forum, that the autostart functionality defined by XDG places .desktop
files into ~/.config/autostart/
. So I looked there and found a file com.nextcloud.desktopclient.nextcloud.desktop
. This looked all well and good, but the Exec
line said Exec="/app/bin/nextcloud" --background
which did not work because the client is installed as a flatpak and not in /app/bin/nextcloud
. So I changed that line to Exec=flatpak run com.nextcloud.desktopclient.nextcloud
and everything worked fine.
I am not sure why this was wrong and where to report it, but I guess if I post it here, it will reach the right person.