I have this .desktop file to start Nextcloud automatically on login (named ~/.config/autostart/Nextcloud.desktop):
[Desktop Entry]
Name=Nextcloud
GenericName=File Synchronizer
Exec=/usr/bin/flatpak run com.nextcloud.desktopclient.nextcloud
Terminal=false
Icon=nextcloud
Categories=Network
Type=Application
StartupNotify=false
X-GNOME-Autostart-enabled=true
X-GNOME-Autostart-delay=3
I just recently changed the name of the program, because it changed its name in Flathub, but other than that I’ve used this and it’s worked for 6 months or so.
Now, on login nothing seems to happen.
With Wayland, where can I look for possible background errors? There’s obviously no .xession-errors, and my web searching has not turned up an alternative for the Wayland version of Gnome-Shell.