probonopd / go-appimage

Go implementation of AppImage tools
MIT License
760 stars 73 forks source link

Fix never-ending loop when not using kde #243

Closed jsol closed 1 year ago

jsol commented 1 year ago

When not using KDE the journal got spammed with log messages. Seems like the exit-condition for the retry loop was not set.

probonopd commented 1 year ago

Thanks for noticing and for fixing @jsol