Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
[BUG]缩放问题附加临时解决办法
Experiences and Insight
285
views ·
1
replies ·
To
floor
Go
ylxdxx
deepin
2020-08-28 05:58
Author
uos的个人版,今天升级后texstudio打不开了,以为是软件的问题,卸载后重新安装商店版本,可以打开,但是有些配置丢失,请各位不要重装,商店的版本太低,与最新版的配置文件不兼容。
由于其中的pdf的显示问题,这个软件不能开启缩放,在菜单栏关闭缩放后软件不能正常打开,开启缩放后可以打开。应该是新版本的缩放设置问题。
临时解决办法:
编辑desktope文件,启动参数Exec一栏改为一个脚本启动,脚本内容如下:
#!/bin/bash
export QT_AUTO_SCREEN_SCALE_FACTOR=1
/opt/apps/net.sf.texstudio/files/bin/texstudio $1
Copy the Code
Reply
Like 0
Favorite
View the author
All Replies
ylxdxx
deepin
2020-08-28 21:46
#1
goldendict也受到影响,可以启动,但是界面有黑边,我想知道关闭缩放按钮究竟做了什么,使得qt程序不能正常工作
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
minor bugs I found
Popular Events
More
由于其中的pdf的显示问题,这个软件不能开启缩放,在菜单栏关闭缩放后软件不能正常打开,开启缩放后可以打开。应该是新版本的缩放设置问题。
临时解决办法:
编辑desktope文件,启动参数Exec一栏改为一个脚本启动,脚本内容如下: