config
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| config [2026/04/14 15:40] – karcio | config [2026/04/27 11:30] (current) – karcio | ||
|---|---|---|---|
| Line 59: | Line 59: | ||
| </ | </ | ||
| + | ===== Add flatpak application to menu ===== | ||
| + | |||
| + | Create: | ||
| + | < | ||
| + | vim ~/ | ||
| + | </ | ||
| + | |||
| + | Paste: | ||
| + | < | ||
| + | [Desktop Entry] | ||
| + | Name=PrusaSlicer | ||
| + | Exec=flatpak run com.prusa3d.PrusaSlicer | ||
| + | Icon=com.prusa3d.PrusaSlicer | ||
| + | Type=Application | ||
| + | Categories=Graphics; | ||
| + | </ | ||
| + | |||
| + | Then make it executable: | ||
| + | < | ||
| + | chmod +x ~/ | ||
| + | </ | ||
config.txt · Last modified: by karcio
