Applications au format AppImage
Méthode : Arduino IDE 2
A télécharger https://www.arduino.cc/en/software
A copier dans ~/opt/
Le rendre exécutable
Créer le fichier Arduino2.Desktop dans ~/.local/share/applications
1
[Desktop Entry]
2
Name=Arduino 2
3
Exec=/home/lachiver/opt/arduino-ide_2.0.0_Linux_64bit.AppImage
4
Comment=
5
Terminal=false
6
Icon=/home/lachiver/Nextcloud/Config/arduino.svg
7
Type=Application
8
1
sudo usermod -a -G tty lachiver
2
sudo usermod -a -G dialout lachiver
3
sudo chmod a+rw /dev/ttyACM0
Ajouter dans les préférences d'Arduino pour les cartes ESP32 : https://dl.espressif.com/dl/package_esp32_index.json
Méthode : Audacity
À télécharger sur le site https://www.audacityteam.org/download/linux/
A copier dans ~/opt/
Le rendre exécutable
Créer le fichier Audacity.Desktop
1
[Desktop Entry]
2
Name=Audacity 3.2
3
Exec=/home/lachiver/opt/audacity-linux-3.2.0-x64.AppImage
4
Comment=
5
Terminal=false
6
Icon=audacity.svg
7
Type=Application
Méthode : Inkscape
Télécharger le fichier AppImage depuis le site https://inkscape.org/release/1.2.1/gnulinux/
Renommer le fichier Inkscape.AppImage
Le rendre exécutable :
1
chmod +x Inkscape.AppImage
Le déplacer dans ~/opt/
1
mv Inkscape.AppImage ~/opt/
Créer le fichier Inkscape.Desktop ci-dessous dans ~/.local/share/applications
1
[Desktop Entry]
2
Name=Inkscape
3
Comment=Create and edit Scalable Vector Graphics images
4
Keywords=image;editor;vector;drawing;
5
Type=Application
6
Categories=Graphics;VectorGraphics;GTK;
7
MimeType=image/svg+xml;image/svg+xml-compressed;application/vnd.corel-draw;application/pdf;application/postscript;image/x-eps;application/illustrator;image/cgm;image/x-wmf;application/x-xccx;application/x-xcgm;application/x-xcdt;application/x-xsk1;application/x-xcmx;image/x-xcdr;application/visio;application/x-visio;application/vnd.visio;application/visio.drawing;application/vsd;application/x-vsd;image/x-vsd;
8
Exec=/home/lachiver/opt/Inkscape.AppImage %F
9
Terminal=false
10
StartupNotify=true
11
Icon=org.inkscape.Inkscape
Méthode : BalenaEtcher
A télécharger https://www.balena.io/etcher/