nextcloud / client_theming

:computer: Nextcloud themed desktop client - Moved over to https://github.com/nextcloud/desktop
GNU General Public License v2.0
198 stars 87 forks source link

Autostart not working for snap due to name mismatch #251

Open ruedigerkupper opened 6 years ago

ruedigerkupper commented 6 years ago

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).