From 99b1b59a1f700ec9b2742928bef71fba8b72e9f6 Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 11 Sep 2023 22:25:37 +0100 Subject: Added export SAL_USE_VCPLUGIN=gtk3 for libreoffice to run in Wayland --- .bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index fb8e9d9..ed5d3b5 100644 --- a/.bashrc +++ b/.bashrc @@ -70,13 +70,14 @@ export WEECHAT_HOME="$XDG_CONFIG_HOME/weechat" export MOZ_ENABLE_WAYLAND=1 export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=qtile -# export GDK_BACKEND=wayland -export QT_QPA_PLATFORM=wayland +export GDK_BACKEND=wayland +# export QT_QPA_PLATFORM=wayland export XKB_DEFAULT_LAYOUT=us #export LANG="en_US.UTF-8" #export LC_ALL="en_US.UTF-8" export SSH_ASKPASS=~/.local/bin/ssh-askpass export TERMINAL="foot" +export SAL_USE_VCLPLUGIN=gtk3 # Enable the use of ssh-agent if ! pgrep -u "$USER" ssh-agent > /dev/null; then -- cgit v1.2.3