Nextcloud Client Auto Start Automatically After Exit
Nextcloud Client Auto Start Automatically After Exit
Every time I close Nextcloud client, it restart itself after a second.
Nextcloud Desktop Client Version 3.16.2daily (Arch)
Nextcloud Client Auto Start Automatically After Exit
Every time I close Nextcloud client, it restart itself after a second.
Nextcloud Desktop Client Version 3.16.2daily (Arch)
pkill -f nextcloud
Check this file: /usr/share/dbus-1/services/com.nextcloudgmbh.Nextcloud.service
If it exists, change the last line in it to Exec=/usr/bin/false
. See if that fixes the restart issue.