diff options
author | Holger Paradies <retabell@gmx.de> | 2014-05-05 23:54:42 +0200 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-05-06 11:01:08 +0200 |
commit | 84c8bd59b93546e73d09f336c115622382e087eb (patch) | |
tree | 39aae98a2d81e1d21ee150c492fe00b6d11d6cee /config | |
parent | c7937df15b086ec03a0cb10dda805343731d3016 (diff) | |
download | kanotix-84c8bd59b93546e73d09f336c115622382e087eb.zip kanotix-84c8bd59b93546e73d09f336c115622382e087eb.tar.gz |
fix lxde start
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/03-lxde-fixes | 5 |
1 files 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 |