You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my PinePhone running Mobian, after updating to the latest version 0.9.8 and running the reinstall.sh script I now have two Siglo desktop icons. It looks like the issue is that there are now two .desktop files in /usr/local/shar/applications. One is com.github.alexr4535.siglo.desktop the other is com.github.theironrobin.siglo.desktop. The fix appears to be to delete the old one (the "alexr4535" one).
Could this be cleaned up in the postinstall.py script by having it check for the duplicate .desktop file and removing it before calling update-desktop-database?
The text was updated successfully, but these errors were encountered:
On my PinePhone running Mobian, after updating to the latest version 0.9.8 and running the reinstall.sh script I now have two Siglo desktop icons. It looks like the issue is that there are now two .desktop files in
/usr/local/shar/applications
. One iscom.github.alexr4535.siglo.desktop
the other iscom.github.theironrobin.siglo.desktop
. The fix appears to be to delete the old one (the "alexr4535" one).Could this be cleaned up in the
postinstall.py
script by having it check for the duplicate .desktop file and removing it before calling update-desktop-database?The text was updated successfully, but these errors were encountered: