#완전 수동 블럭 코딩!! #복붙 코딩!!
Ubunut 14.04에서 Perforce를 설치하고 실행하려는데 다음과 같은 에러가 발생했습니다.
https://www.perforce.com/downloads/helix-visual-client-p4v
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: minimal, offscreen, vnc, xcb.
Aborted (core dumped)
xcb 관련 에러로 보여서 찾아보니 libxcb-xinerama0 를 설치하면 해결이 된다고 해서 설치 해봤습니다.
apt install libxcb-xinerama0
p4화면이 잘 나오네요.
그런데 주소 입력창에서 다음과 같은 에러가 발생했습니다.
/p4v.bin: relocation error: ..../p4v/lib/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so:
symbol xkb_compose_table_new_from_locale, version V_0.5.0 not defined in file libxkbcommon.so.0 with link time reference
p4v 2020.03p4v-2020.3.2048092 의 경우에 발생되는 문제로 보입니다.
낮은 버전을 사용하는 경우 문제가 발생하지 않네요.
저는 p4v-2020.1.1966006 이 버전으로 했을때 문제 없이 동작 했습니다.
'Linux' 카테고리의 다른 글
Ubuntu : folder share (0) | 2020.12.07 |
---|---|
using shared samba folder in ubuntu. (0) | 2020.12.04 |
[Ubuntu VMWare] resolution issue 를 해결하기 위한 솔루션들 (0) | 2020.11.27 |
Android Studio 입력 멈춤 (입력 불가, frozen typing ) 이슈 관련 정리 (0) | 2020.10.06 |
Ubuntu 에서 숫자키패드( number pad)로 방향키 사용하기 (0) | 2020.08.26 |