blob: 2e775547581a875eb7f4d8845f8a7c80a77e94cb (
plain) (
tree)
|
|
### replace /etc/X11/xinit/xinitrc and /etc/X11/xinit/xinitrc.d/*
dbus-update-activation-environment DISPLAY XAUTHORITY
###
setxkbmap -layout fr -variant oss -model pc104 -option compose:menu -option compose:paus -option nbsp:level3 -option shift:breaks_caps -option terminate:ctrl_alt_bksp
#### The rest replaces a `exec startlxde` (To avoid the dbus-update-activation-environment)
# Enable GTK+2 integration for OpenOffice.org, if available.
export SAL_USE_VCLPLUGIN=gtk
export XDG_MENU_PREFIX="lxde-"
export XDG_CURRENT_DESKTOP="LXDE"
# Start the LXDE session
exec /usr/bin/lxsession -s LXDE -e LXDE
|