From 84c8bd59b93546e73d09f336c115622382e087eb Mon Sep 17 00:00:00 2001 From: Holger Paradies Date: Mon, 5 May 2014 23:54:42 +0200 Subject: fix lxde start --- config/chroot_local-hooks/03-lxde-fixes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/chroot_local-hooks/03-lxde-fixes b/config/chroot_local-hooks/03-lxde-fixes index a5cff6f..7a08fa0 100755 --- a/config/chroot_local-hooks/03-lxde-fixes +++ b/config/chroot_local-hooks/03-lxde-fixes @@ -36,8 +36,8 @@ cat <<"EOF" >/etc/skel/.mplayer/config [default] # Write your default config options here! -#ao pulse -#ao alsa +#ao=pulse +#ao=alsa #af=volnorm #cache=4096 #aspect=16:9 @@ -49,6 +49,7 @@ cat <<"EOF" >/etc/skel/.config/lxsession/LXDE/autostart @pcmanfm --desktop --profile LXDE @xscreensaver -no-splash @xfce4-power-manager-wrapper +@lxpolkit EOF # awesome in lightdm-menu -- cgit v1.0