this post was submitted on 17 Apr 2025
3 points (80.0% liked)

nextcloud

915 readers
1 users here now

Nextcloud is a suite of client-server software for creating and using file hosting services.

https://nextcloud.com/

https://github.com/nextcloud

IRC: #nextcloud on libera.chat
Matrix: #nextcloud:matrix.org

Other Nextcloud communities on Lemmy

founded 5 years ago
MODERATORS
 

Every time I close Nextcloud client, it restart itself after a second.

Nextcloud Desktop Client Version 3.16.2daily (Arch)

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 2 months ago

pkill -f nextcloud

[โ€“] [email protected] 2 points 2 months ago* (last edited 2 months ago)

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.