Skip to content

Commit

Permalink
fix: 第一次进入登陆界面界面缩放异常
Browse files Browse the repository at this point in the history
dde-daemon 通过xsettingsd.conf提供了默认的缩放(xft/DPI 98304->缩放比1.0)
导致lightdm-deepin-greeter不会去自己计算缩放比, 导致界面缩放比异常

Log: 解决第一次进入登陆界面界面缩放异常的问题
Resolve: linuxdeepin/developer-center#3594
(cherry picked from commit c7aadc8)
  • Loading branch information
dengbo11 authored and fuleyi committed Sep 4, 2024
1 parent 9d0dd21 commit b751f65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ install: build install-dde-data install-icons
mkdir -pv ${DESTDIR}/etc/NetworkManager/conf.d
cp -f misc/etc/NetworkManager/conf.d/* ${DESTDIR}/etc/NetworkManager/conf.d/

mkdir -pv ${DESTDIR}/etc/lightdm/deepin/
cp -f misc/xsettings/xsettingsd.conf ${DESTDIR}/etc/lightdm/deepin/

mkdir -pv ${DESTDIR}${PREFIX}/libexec/dde-daemon/
cp -r misc/libexec/dde-daemon/* ${DESTDIR}${PREFIX}/libexec/dde-daemon/

Expand Down

0 comments on commit b751f65

Please sign in to comment.