Skip to content

Commit

Permalink
Set LibreOffice's plugin env var to kde4
Browse files Browse the repository at this point in the history
SAL_USE_VCLPLUGIN=kde4. Closes lxqt/lxqt#544.
  • Loading branch information
paulolieuthier committed May 19, 2015
1 parent 5bb64f4 commit a211dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startlxqt.in
Expand Up @@ -24,7 +24,7 @@ mkdir -p "$XDG_DESKTOP_DIR"
xprop -root -remove _NET_NUMBER_OF_DESKTOPS -remove _NET_DESKTOP_NAMES -remove _NET_CURRENT_DESKTOP 2> /dev/null

# Enable Qt integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=kde
export SAL_USE_VCLPLUGIN=kde4

# Launch DBus if needed
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
Expand Down

0 comments on commit a211dd5

Please sign in to comment.