深度截图在Ubuntu上无法输入中文
Tofloor
poster avatar
chenzhiwei
deepin
2018-10-06 03:59
Author
选择区域截图时,要在图片上输入文字注释,结果无法切换输入法,输入的始终都是英文。
相关信息如下:

* Ubuntu 18.10 beta
* deepin-screenshot 4.0.16-1
* ibus IME

另外有个问题就是,在HiDPI屏幕上,深度截图的界面特别小,需要加上如下环境变量才行:

  1. QT_AUTO_SCREEN_SCALE_FACTOR=1 deepin-screenshot
Copy the Code


QT HiDPI 的相关文档:http://doc.qt.io/qt-5/highdpi.html
Reply Favorite View the author
All Replies
avatar
chenzhiwei
deepin
2018-10-07 01:44
#1
https://bbs.deepin.org/user/25870  不知道应该找谁,能帮忙看下不?这个问题应该在deepin的软件中都会出现,我测试了deepin-screenshot和deepin-movie,都有同样的问题。
Reply View the author
avatar
2***7@qq.com
deepin
2018-10-07 08:28
#2
你用深度的东西 在 Ubuntu上, 为什么不去找Ubuntu,反而来麻烦深度呢?
Reply View the author
avatar
wtz
deepin
2018-10-07 10:52
#3
1、ibus的Qt5支持问题:添加环境变量 QT_IM_MODULE=ibus
2、缩放问题:Ubuntu默认用Gnome,Gnome显然是不会管Qt的缩放的。你直接把 QT_AUTO_SCREEN_SCALE_FACTOR=1 添加到环境变量就行了。
Reply View the author