siglo
siglo copied to clipboard
Duplicate siglo.desktop icons
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?