linux:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux:start [2025/06/02 21:23] – external edit 127.0.0.1linux: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>
 ./your.AppImage --appimage-extract ./your.AppImage --appimage-extract
 +#And copy to somewhere sensible
 +sudo cp squashfs-root/myapp.png /usr/share/icons/hicolor/256x256/apps/
 +</code>
  
 This is useful if you want to get the Icon. This is useful if you want to get the Icon.
Line 104: Line 108:
 $ ./example.AppImage $ ./example.AppImage
 </code> </code>
 +
 +Some AppImages support:
 +
 +<code bash>
 +./MyApp.AppImage --install
 +</code>
 +
 +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.
  
 ---- ----
  • linux/start.1748892233.txt.gz
  • Last modified: 2025/06/02 21:23
  • by 127.0.0.1