Added VCLPLUGIN variable to .xprofile

This commit is contained in:
Jeremiah Ticket 2022-11-27 10:21:00 -07:00
parent a29442e408
commit f0fba65cec

1
i38.sh
View File

@ -112,6 +112,7 @@ export GTK_MODULES=gail:atk-bridge
export GNOME_ACCESSIBILITY=1 export GNOME_ACCESSIBILITY=1
export QT_ACCESSIBILITY=1 export QT_ACCESSIBILITY=1
export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1 export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1
export SAL_USE_VCLPLUGIN=gtk3
EOF EOF
} }