uengine-runner/run-program-without-wayland.sh

8 lines
176 B
Bash
Raw Normal View History

2023-01-12 22:29:12 +08:00
#!/bin/bash
export XDG_SESSION_TYPE=x11
export QT_QPA_PLATFORM=xcb
unset WAYLAND_DISPLAYCOPY
2024-01-30 11:19:53 +08:00
XDG_CURRENT_DESKTOP="Deepin"
export LD_LIBRARY_PATH=/usr/share/uengine/lib64/
"$@"