sudo apt install flatpakIl faut aussi définir où se trouvent le dépots de logiciels :
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepoInstallation d'un logiciel, par exemple Prusaslicer :
flatpak install flathub com.prusa3d.PrusaSlicerSi on veut l'installer dans le dossier /home/, sans privilèges root (avec --user) :
flatpak install --user PrusaSlicer_2_9_0.flatpakrefIl se retrouve chez moi sous :
flatpak --helpPour obtenir de l'information à propos de PrusaSlicer :
flatpak search PrusaSlicerJ'obtiens :
Name Description Application ID Version Branch Remotes PrusaSlicer The Slicer for Every Maker com.prusa3d.PrusaSlicer 2.9.3 stable flathubPour obtenir la liste des applications flatpak :
flatpak list
flatpak search prusaSlicerPour mettre à jour les applications flatpak :
flatpak update
/var/lib/flatpak/Les dossiers où se trouvent Flatpak, lors de l'installation sans privilèges root (avec --user) :
~/.local/share/flatpak/Dossiers clés où chaque application Flatpak stocke :
~/.var/app/Liens symboliques (pour l'intégration système) :
/usr/local/bin/ ou ~/.local/bin/Exemples :
flatpak run com.prusa3d.PrusaSlicerOu avec plus de paramètres :
run --branch=stable --arch=x86_64 --command=entrypoint --file-forwarding com.prusa3d.PrusaSlicer ou run --branch=stable --arch=x86_64 --command=entrypoint --file-forwarding org.gimp.GIMP
flatpak install flathub com.prusa3d.PrusaSlicerPour mettre à jour l'applications Prusaslicer installée avec flatpak :
flatpak update com.prusa3d.PrusaSlicerExécution de PrusaSlicer :
flatpak run com.prusa3d.PrusaSlicerExécution de PrusaSlicer avec plus de paramètres :
flatpak run --branch=stable --arch=x86_64 --command=entrypoint --file-forwarding com.prusa3d.PrusaSlicer --datadir /home/bg/Freecad0/prusaSlicer4Le dernier paramètre : "--datadir /home/bg/Freecad0/prusaSlicer4"
flatpak install flathub com.github.tchx84.FlatsealExécuter ensuite Flatseal en utilisant (depuis un Terminal) la commande suivante :
flatpak run com.github.tchx84.FlatsealDans Flatseal , sélectionner "PrusaSlicer", puis scroller jusqu'à : "Filesystem" et, sur le "+" à droite de "Other files" et ajouter le dossier désiré ( "/save/bg" )
I had the same problem. I have a folder called /save/bg/stls which is not visible by PrusaSlicer. I can only access files in /home/bg/... where "bg" is my name. If I put a soft link in /home/bg, it is not visible by PrusaSlicer ! I'm under Linux mint 22.2 with Cinnamon, using version 2.9.4 of PrusaSlicer with Flatpak. Searching for a solution, I found this page : https://github.com/prusa3d/PrusaSlicer/issues/14022 It links to the page : https://flathub.org/en/apps/com.github.tchx84.Flatseal I Installed Flatseal using these two commands : 1) flatpak install flathub com.github.tchx84.Flatseal 2) flatpak run com.github.tchx84.Flatseal The second is just to run the program Flatseal In Flatseal, I selected "PrusaSlicer" then scrolled to : "Filesystem" and on the "+" at the right of "Other files" and added the folder I wanted ( "/save/bg" ) Then I could access to all the files stored in /save/bg. I hope it helps.
Plan du Site : Home
LinuxUbuntu
flatpak.html
( Page Web = https://www.juggling.ch/gisin/flatpak.html)
Page mise à jour le 22 novembre 2025 par Bernard Gisin
Hébergement par : www.infomaniak.ch