사용자 도구

사이트 도구


linux:appimage

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
다음 판 양쪽 다음 판
linux:appimage [2019/06/25 01:20]
kwon37xi 만듦
linux:appimage [2019/12/12 09:20]
kwon37xi [chrome-sandbox 관련 오류]
줄 1: 줄 1:
 ====== AppImage ====== ====== AppImage ======
   * https://appimage.org/   * https://appimage.org/
 +  * https://appimage.github.io/apps/
   * Linux 용 애플리케이션 패키징/배포 시스템.   * Linux 용 애플리케이션 패키징/배포 시스템.
   * 단 하나의 파일로 애플리케이션을 묶어서 배포하고 모든 배포판에서 실행가능하게 만든다.   * 단 하나의 파일로 애플리케이션을 묶어서 배포하고 모든 배포판에서 실행가능하게 만든다.
 +
 +===== 실행 =====
 +  * ''*.AppImage'' 파일에 실행 권한을 주고,<code sh>
 +chmod +x your.AppImage
 +</code>
 +  * 실행한다.
 +  * 끝.
 +
 +===== chrome-sandbox 관련 오류 =====
 +  * [[:electron|Electron]]으로 만들어진 App 실행시 다음과 같은 오류가 발생하기도 함. 특히 [[linux:mxlinux|MX Linux]] [[https://hamonikr.org/Free_Board/68903|자유게시판 - AppImage실행이 안돼는 이유?]]
 +
 +>[14864:1110/033125.459686:FATAL:setuid_sandbox_host.cc(157)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_GoPandhSoqlN/chrome-sandbox is owned by root and has mode 4755.
 +
 +  * ''%%--no-sandbox%%'' 옵션을 주고 실행하면 된다. 
 +===== 참고 =====
 +  * [[https://mxlinux.org/wiki/applications/appimages/|MXLinux AppImages]]
linux/appimage.txt · 마지막으로 수정됨: 2023/06/16 23:49 저자 kwon37xi