본문 바로가기

쿠분투

쿠분투(Kubuntu)에서 Vrew를 실행시키는 방법

(1) 먼저 Vrew를 터미널에서 실행시킨다. 그러면 다음과 같은 에러 메시지가 나타난다. sandbox 관련 에러임을 확인할 수 있다.

[31605:0813/170048.623542:FATAL:setuid_sandbox_host.cc(163)] 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_Vrew-3O6Kgib/chrome-sandbox is owned by root and has mode 4755.
[1] 31605 trace trap (core dumped) ./Vrew-3.2.0-x86_64.AppImage

(2) 따라서 다음과 같은 명령어를 입력해서 실행하면 Vrew가 실행된다.

$ ./Vrew-[버전넘버]-x86_64.AppImage --no-sandbox