Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| linux:start [2025/06/02 21:23] – external edit 127.0.0.1 | linux:start [2025/12/23 10:54] (current) – [AppImages] mh | ||
|---|---|---|---|
| Line 92: | Line 92: | ||
| Extract the content of an AppImage : | Extract the content of an AppImage : | ||
| + | <code bash> | ||
| ./ | ./ | ||
| + | #And copy to somewhere sensible | ||
| + | sudo cp squashfs-root/ | ||
| + | </ | ||
| This is useful if you want to get the Icon. | This is useful if you want to get the Icon. | ||
| Line 104: | Line 108: | ||
| $ ./ | $ ./ | ||
| </ | </ | ||
| + | |||
| + | Some AppImages support: | ||
| + | |||
| + | <code bash> | ||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | This automatically: | ||
| + | * Creates a .desktop file | ||
| + | * Extracts the icon | ||
| + | * Registers everything correctly | ||
| + | |||
| + | If it works, this is the cleanest solution. If not, manual extraction remains the most reliable path. | ||
| ---- | ---- | ||