We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c528e5a commit 52a2d16Copy full SHA for 52a2d16
misc/Xsession.d/00deepin-dde-env
@@ -41,7 +41,7 @@ if [ "$1" = "/usr/bin/dde-session" ]; then
41
fi
42
43
# set qt qpa platform type
44
- export QT_QPA_PLATFORM=xcb
+ export QT_QPA_PLATFORM="dxcb;xcb"
45
# control qml softwarecontext in loongson-drm
46
lshw -c display | grep "driver=loongson-drm"
47
if [ $? -eq 0 ];then
misc/Xsession.d/94qt_env
@@ -1,6 +1,6 @@
1
case $XDG_SESSION_TYPE in
2
x11)
3
4
;;
5
wayland)
6
export QT_QPA_PLATFORM=wayland
0 commit comments