Disable bottom_pane in LXDM

All questions and problems regarding LXDE components including LXSession, LXAppearance, GPicView, Leafpad, LXTerminal, Xarchiver, LXNM to be discussed here.

For PCManFM questions, please ask in the dedicated forum below.
Locked
natomb
Posts: 1
Joined: Thu Jul 15, 2010 7:19 am

Disable bottom_pane in LXDM

Post 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?
Locked