This repository was archived by the owner on Jun 14, 2018. It is now read-only.

Description
Snap packages have an autostart helper that manages startup of snaps at user login. It seems this process fails for the nextcloud-client snap. In syslog I see:
snap-userd-autostart.desktop[3322]: - "Nextcloud.desktop": cannot match desktop file with snap nextcloud-client applications
so it seems the autostart helper tries to find "Nextcloud.desktop". There is no such file on my system:
kup@reinhold:~$ locate *extcloud*.desktop
/snap/nextcloud-client/10/meta/gui/nextcloud-client.desktop
/snap/nextcloud-client/10/usr/share/applications/nextcloud.desktop
/var/lib/snapd/desktop/applications/nextcloud-client_nextcloud-client.desktop
I'm not sure which of these files is the correct one, but none of them is called "Nextcloud.desktop" (with a capital N).