top-bettercode / docker-qq

提供一种在linux下运行QQ的方式
https://hub.docker.com/r/bestwu/qq/
Apache License 2.0
404 stars 52 forks source link

Fedora27 运行失败 #3

Closed mzz2017 closed 6 years ago

mzz2017 commented 6 years ago
[mzz@mzz-pub ~]$ docker logs qq
chown: 正在更改'/TencentFiles' 的所有者: 权限不够
启动 TIM
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,8 CPUs Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (306A9),ASM,AES-NI)
Scanning the drive for archives:
1 file, 73454263 bytes (71 MiB)
Extracting archive: /opt/deepinwine/apps/Deepin-TIM/files.7z
--
Path = /opt/deepinwine/apps/Deepin-TIM/files.7z
Type = 7z
Physical Size = 73454263
Headers Size = 15402
Method = LZMA2:26 BCJ2
Solid = +
Blocks = 1
Everything is Ok
Folders: 269
Files: 1314
Size:       253220795
Compressed: 73454263
/usr/bin/env: "python2": 没有那个文件或目录
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/qq/.deepinwine/Deepin-TIM' has been updated.

试过更改/etc/ssh/ssh_config了,追加了

   ForwardX11 yes
   ForwardX11Trusted yes

还是不行。

top-bettercode commented 6 years ago

请尝试检查并修改挂载的/TencentFiles文件夹权限

在 2018年1月30日,19:16,mzz notifications@github.com<mailto:notifications@github.com> 写道:

[mzz@mzz-pub ~]$ docker logs qq chown: 正在更改'/TencentFiles' 的所有者: 权限不够 启动 TIM 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,8 CPUs Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (306A9),ASM,AES-NI) Scanning the drive for archives: 1 file, 73454263 bytes (71 MiB) Extracting archive: /opt/deepinwine/apps/Deepin-TIM/files.7z

Path = /opt/deepinwine/apps/Deepin-TIM/files.7z Type = 7z Physical Size = 73454263 Headers Size = 15402 Method = LZMA2:26 BCJ2 Solid = + Blocks = 1 Everything is Ok Folders: 269 Files: 1314 Size: 253220795 Compressed: 73454263 /usr/bin/env: "python2": 没有那个文件或目录 Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/home/qq/.deepinwine/Deepin-TIM' has been updated.

试过更改/etc/ssh/ssh_config了,追加了

ForwardX11 yes ForwardX11Trusted yes

还是不行。

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/bestwu/docker-qq/issues/3, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHDyHVRkL3mpfB1B269mDJoV_AFpgVsWks5tPvoAgaJpZM4RyKVT.

mzz2017 commented 6 years ago

感谢!!问题得到解决!! 运行容器时加上参数--privileged=true即可

mzz2017 commented 6 years ago

在Fedora可以记住密码和自动登录,也会有新消息提示。 但新问题是: 1,使用截图功能会截到"花屏",多试几遍就会崩溃。 tim 20180130220517

2,没有任务栏图标,会出现一个叫做“Wine System Tray”的浮动窗口,做着跟任务栏一样的工作。 t2

top-bettercode commented 6 years ago

1.Wayland 显示服务器,截图功能不能正常使用,可尝试/etc/gdm/custom.conf文件中解除WaylandEnable=false的注释重启电脑。 2.gnome 托盘可安装 gnome TopIcons Plus插件固定托盘到顶栏

mzz2017 commented 6 years ago

问题得到完美解决!谢谢!