-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Client autostarts even if autostart is disabled #6182
Comments
occurs with both flatpak and native versions removing nextcloud-client-nautilus helps but every time nautilus is launched the nextcloud desktop client starts too opening nemo doesnt start nextcloud though |
I think this is happening in KDE plasma/Dolphin too, noticed Nextcloud running when I didn't start it although if I quit it, it doesnt seem to start up again thankfully |
How can I prevent this automatic start? Since I first have to decrypt an encrypted drive, the autostart is extremely annoying. Hint: I'm not running on KDE but XFCE4. Therefore it seems like a general "misbehaviour". |
It seems to be triggered by the cloud providers integration. @thinkORo I also found some other discussion around this issue here https://gitlab.gnome.org/World/libcloudproviders/-/issues/17 |
Nice link. This is the same way I experience the issue. I only use Edit: initial tests show the temporary work around also fixing the issue for me. |
Happens for me also with the |
Doesn't work on my machine anymore. If someone has another workaround please let me know, because I uninstalled it. |
@topas-rec It is a great pity that a new version has been released without solving this annoying autostart problem. I currently only use Nextcloud's file sync out of laziness. My thoughts are along the same lines: delete Nextcloud Client and switch to an alternative completely. BUT: I hope that someone from the nextcloud team looks at this bug and fixes it. I'll wait a little longer before making my final decision. Fortunately, I have Linux and don't have to reboot my system every day :-) |
I ran into the same issue on a Manjaro system with KDE Plasma. There is a DBUS service registered in /usr/share/dbus-1/services:
This one obviously listens to GTK file dialogs. Edit: I can confirm that removing this DBUS service prevents the nextcloud-client from autostarting, and so far I have not found any disadvantage. When I start the client manually, all syncing appears to be working fine. |
While this will work, the file will likely be recreated whenever you update the corresponding package. A better approach would be masking the service by copying the file to |
Note that using
Also, IMO I think of this auto start behavior as a feature not a bug, the software is doing what it's supposed to be doing, i.e. making Nextcloud-based file access (think of it like auto mount) available e.g. when browsing files, and this is supposedly why things like Nautilus trigger it. It's a feature that not everyone wants (me included), but that's fine because you can easily disable it by masking like we've shown above. Unfortunately, the integration via dbus, who triggers it, how to mask it, etc. is not immediately apparent. |
It's not a feature-not-a-bug. The bug is that the option in settings to disable autostart doesn't actually disable autostart. If this is the intended behavior, then that setting shouldn't exist |
Autostart (boot, user session, ...) is something different than a triggered start. There is no bug with autostart, what's causing the client to start is a trigger via dbus (that's the feature I was talking about), that may or may not coincidentally occur quickly enough that it seems like autostart. |
Oh I see. You're right, the setting is indeed labeled to toggle "Launch on system startup", so you're right that technically, it should have no impact on any other ways it might get launched. So I guess the request is more along the lines of adding an option in settings to mask the nextcloud dbus service instead of having to do it manually |
Bug description
I have disabled Nextcloud autostart in settings, but it keeps autostarting
Steps to reproduce
Expected behavior
No autostart
Which files are affected by this bug
none
Operating system
Linux
Which version of the operating system you are running.
Fedora 39
Package
Distro package manager
Nextcloud Server version
no idea
Nextcloud Desktop Client version
3.10.0
Is this bug present after an update or on a fresh install?
Updated from a minor version (ex. 3.4.2 to 3.4.4)
Are you using the Nextcloud Server Encryption module?
Encryption is Enabled
Are you using an external user-backend?
Nextcloud Server logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: