autostart not working on linux
The ~/.config/autostart/RiseupVPN.desktop file that is generated in my system looks like:
[Desktop Entry]
Type=Application
Name=RiseupVPN
Exec="/snap/riseup-vpn/43/./bin/bitmask-systray"Icon=/snap/riseup-vpn/43/snap/gui/riseupvpn.svg
X-GNOME-Autostart-enabled=true
There is a line change missing before Icon
, and I think it should point to current instead to the version I'm running. Or even better it should point to /snap/bin/riseup-vpn.launcher
.