probonopd / go-appimage

Go implementation of AppImage tools
MIT License
680 stars 69 forks source link

Added a check for broken symlinks, should fix probonopd#210 #211

Closed dandreossi closed 2 years ago

dandreossi commented 2 years ago

If in xdg.xdg.DataHome + "/applications/" is present an invalid symlink, the appimaged wrapper crash, often without starting the application. Issue should be solved by adding a check if the symlink is valid and, if it's valid, the target file will be parsed.

probonopd commented 2 years ago

Thanks @dandreossi