Disable bottom_pane in LXDM
Posted: Thu Jul 15, 2010 7:25 am
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 file and set to and to . 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?
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
Code: Select all
bottom_pane=1
Code: Select all
bottom_pane=0
Code: Select all
lang=1
Code: Select all
lang=0