shadowsocks-qt5 icon indicating copy to clipboard operation
shadowsocks-qt5 copied to clipboard

Autostart not working in Appimage.

Open abcfy2 opened this issue 7 years ago • 2 comments

I find if I start shadowsocks-qt5 from appimage, and use autostart, it will create a ~/.config/autostart/shadowsocks-qt5.desktop with this content:

[Desktop Entry]
Name=Shadowsocks-Qt5
Exec=/tmp/.mount_shadowlQJoRC/usr/bin/ss-qt5
Type=Application
Terminal=false
X-GNOME-Autostart-enabled=true

Because /tmp will auto clear after reboot, so this auto start not working.

abcfy2 avatar Jan 24 '18 01:01 abcfy2

As a workaround, please change the Exec to be your AppImage path.

This is a tricky bug to fix

librehat avatar Jan 24 '18 22:01 librehat

Yeah I think it's more like an AppImage issue, 'cause any apps who can create autostart shortcuts by themselves are affected by this.

It's not really up to ss-qt5 developers to fix this.

meoow avatar Feb 14 '18 17:02 meoow