Page 1 of 1

Disable bottom_pane in LXDM

Posted: Thu Jul 15, 2010 7:25 am
by natomb
Hello,

I want to make my system "grandmother-safe". For this purpose, I try to disable the bottom pane with desktop and language selection in LXDM on my Ubuntu 10.04 box. I edited

Code: Select all

/etc/lxdm/default.conf
file and set

Code: Select all

bottom_pane=1
to

Code: Select all

bottom_pane=0
and

Code: Select all

lang=1
to

Code: Select all

lang=0
. The result is that the language selection has been disabled but the desktop selection still remains. How can I configure LXDM to let the desktop selection disappear as well?