[Share Experiences] 网易云高分屏下字体太小问题修改
Tofloor
poster avatar
llchmini
deepin
2021-12-23 19:50
Author

本人设备surface3(2k屏),打开网易云音乐字体很小,官方网易云没有适配的原因,来自CSDN大佬的教程(https://blog.csdn.net/a1171936767/article/details/114324666)成功调整合适的大小。

路径:/opt/netease/netease-cloud-music/netease-cloud-music.bash

修改netease-cloud-music.bash添加export QT_SCALE_FACTOR=1.5(表明缩放1.5倍,根据自己的机器调整呢)

#!/bin/sh
HERE="​(dirname "(readlink -f "${0}")")"
export QT_SCALE_FACTOR=1.5
export LD_LIBRARY_PATH="${HERE}"/libs
export QT_PLUGIN_PATH="${HERE}"/plugins
export QT_QPA_PLATFORM_PLUGIN_PATH="${HERE}"/plugins/platforms
exec "​{HERE}"/netease-cloud-music @

截图_dde-desktop_20211223112802.png

Reply Favorite View the author
All Replies
xxx的同桌
deepin
2021-12-23 20:40
#1

实用的技巧like

Reply View the author
dingyulong
deepin
2021-12-23 22:24
#2

我的3K屏,云音乐的字体非常小,晚上回去试试。

Reply View the author
HualetWang
deepin
2021-12-24 19:09
#3
Reply View the author
Wootifer
deepin
2021-12-26 07:20
#4

有用,非常nice!

Reply View the author