Version 1.0.5 without icon from LinuxMint 22.1

Hi, my name “Luigi” born italy . my engish elementary no speak english.
My problem:

My download fritzing. and rename short name.
Icon not found?
Thanks.

This post (in German) may help. Harald had the same problem (I thought on Mint Linux, but this is Debian but it may be close enough.)

You can post in Italian and most of us will use google translate to read the post.

Peter

vi a google translate

Questo post (in tedesco) potrebbe essere d’aiuto. Harald ha avuto lo stesso problema (pensavo su Mint Linux, ma questo è Debian, ma potrebbe essere abbastanza simile).

Puoi scrivere in italiano e la maggior parte di noi userà Google Translate per leggere il post.

Peter

ok, my fix:

1) Rendi eseguibile

chmod +x Fritzing.AppImage

2) Estrai

./Fritzing.AppImage --appimage-extract

3) Sostituisci l’icona

cp ~/nuova_icona.png squashfs-root/.DirIcon

4) Ricrea

wget https://github.com/AppImage/AppImageKit/releases/latest/download/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage squashfs-root

5) Rinomina e rendi eseguibile

mv Fritzing-x86_64.AppImage Fritzing-fixed.AppImage
chmod +x Fritzing-fixed.AppImage

There’s one in English (in README.md

1 Like