All my ducks seem to be in order and the correct configs in the right place. But i keep getting this message. As you can see the file exists. It is not empty, but systemctl cannot find it. Any help would be very very appreciated.
•fedora 40 xfce spin •kernel 6.9.9.200 •fucking chromebook
If you just want it to auto-start at login, you could create a symlink from the .desktop file to
~/.config/autostart
.Something like
ln ~/.local/applications/spotify.desktop ~/.config/autostart
(orln /usr/share/applications/spotify.desktop ~/.config/autostart
if that’s where it installed to).I believe most DE’s will pick this up automatically.