flathub / com.neatdecisions.Detwinner

https://flathub.org/apps/details/com.neatdecisions.Detwinner
0 stars 4 forks source link

No webp support #14

Open hadess opened 2 years ago

hadess commented 2 years ago

GraphicsMagick supports webp (http://www.graphicsmagick.org/formats.html), but the Detwinner Flatpak doesn't show duplicates if one of the files is in webp format.

yakushabb commented 3 weeks ago

Seems fixed.

Ekran Görüntüsü - 2024-06-16 16-12-19

hadess commented 3 weeks ago

It's still broken for upgrades. It seems that the settings.ini file isn't updated when new formats get added.

Removing settings.ini and restarting the app makes it work.

hadess commented 3 weeks ago
# Old default configuration
$ grep -i regexps $XDG_CONFIG_HOME/com.neatdecisions.detwinner/settings.ini.bak
includedRegexps=.*?\\.[jJ][pP][gG]$;.*?\\.[jJ][pP][eE][gG]$;.*?\\.[pP][nN][gG]$;.*?\\.[gG][iI][fF]$;.*?\\.[bB][mM][pP]$;.*?\\.[tT][iI][fF]$;.*?\\.[dD][iI][bB]$;.*?\\.[pP][cC][xX]$;.*?\\.[jJ][pP][eE]$;
# New configuration
$ grep -i regexps $XDG_CONFIG_HOME/com.neatdecisions.detwinner/settings.ini
$