docker-wechat icon indicating copy to clipboard operation
docker-wechat copied to clipboard

Ubuntu 18.04无法启动图形界面

Open Honghe opened this issue 6 years ago • 1 comments

Environment:

  • Ubuntu 18.04

command,使用ibus而不fcitx:

docker run --name wechat --device /dev/snd \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/WeChatFiles:/WeChatFiles \
-e DISPLAY=unix$DISPLAY \
-e XMODIFIERS=@im=ibus \
-e QT_IM_MODULE=ibus \
-e GTK_IM_MODULE=ibus \
-e AUDIO_GID=`getent group audio | cut -d: -f3` \
-e GID=`id -g` \
-e UID=`id -u` \
bestwu/wechat

log:

$ docker run --name wechat --device /dev/snd \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/WeChatFiles:/WeChatFiles \
-e DISPLAY=unix$DISPLAY \
-e XMODIFIERS=@im=ibus \
-e QT_IM_MODULE=ibus \
-e GTK_IM_MODULE=ibus \
-e AUDIO_GID=`getent group audio | cut -d: -f3` \
-e GID=`id -g` \
-e UID=`id -u` \
bestwu/wechat
启动 WeChat
realpath: missing operand
Try 'realpath --help' for more information.
2019年 05月 21日 星期二 17:27:53 UTC:Run Deepin-WeChat 2.6.2.31deepin0
2019年 05月 21日 星期二 17:27:53 UTC:run Deepin-WeChat progress pid 

7-Zip [32] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=zh_CN.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz (506E3),ASM,AES-NI)

Scanning the drive for archives:
1 file, 41896858 bytes (40 MiB)

Extracting archive: /opt/deepinwine/apps/Deepin-WeChat/files.7z
--
Path = /opt/deepinwine/apps/Deepin-WeChat/files.7z
Type = 7z
Physical Size = 41896858
Headers Size = 9116
Method = LZMA2:26 BCJ2
Solid = +
Blocks = 1

Everything is Ok

Folders: 112
Files: 952
Size:       129813370
Compressed: 41896858
total 0
lrwxrwxrwx 1 wechat wechat 10 5月  21 17:27 c: -> ../drive_c
lrwxrwxrwx 1 wechat wechat 10 5月  21 17:27 com1 -> /dev/ttyS0
lrwxrwxrwx 1 wechat wechat 10 5月  21 17:27 com2 -> /dev/ttyS1
lrwxrwxrwx 1 wechat wechat 10 5月  21 17:27 com3 -> /dev/ttyS2
lrwxrwxrwx 1 wechat wechat 10 5月  21 17:27 com4 -> /dev/ttyS3
lrwxrwxrwx 1 wechat wechat  8 5月  21 17:27 d:: -> /dev/sr0
lrwxrwxrwx 1 wechat wechat 21 5月  21 17:27 e: -> /media/wayne/OFFICE14
lrwxrwxrwx 1 wechat wechat 10 5月  21 17:27 e:: -> /dev/loop0
lrwxrwxrwx 1 wechat wechat  8 5月  21 17:27 lpt1 -> /dev/lp0
lrwxrwxrwx 1 wechat wechat  1 5月  21 17:27 z: -> /
2019年 05月 21日 星期二 17:27:55 UTC:CallApp Deepin-WeChat  
2019年 05月 21日 星期二 17:27:55 UTC:Disable auto update
rm: cannot remove '/home/wechat/.deepinwine/Deepin-WeChat/drive_c/users/wechat/Application Data/Tencent/WeChat/All Users/config/configEx.ini': 没有那个文件或目录
2019年 05月 21日 星期二 17:27:57 UTC:start running...
[0521/172758:ERROR:network_change_notifier_win.cc(158)] WSALookupServiceBegin failed with: 8
[0521/172758:FATAL:hwnd_util.cc(67)] : ��Ч�Ĵ��ھ����� (0x578)

Honghe avatar May 21 '19 09:05 Honghe

我的也没有启动图形界面

alex-oos avatar Sep 07 '23 00:09 alex-oos