PDA

View Full Version : how to remove language and session drop down list in GDM login screen ??


nothing
6th February 2008, 02:14 AM
Hello,

i would like to know hot to remove the drop down list for language and session from my GDM login screen..i have alredy remove the sutdown option but language and session still there...any one can help ?





tank you

sideways
6th February 2008, 04:45 PM
If you are using the default theme in F8, you can edit /usr/share/gdm/themes/FedoraInfinity/FedoraInfinityGDM.xml and set the language and session buttons to "false" so they are inactive.

<!-- language_button -->
<item type="rect" id="language_button" button="false">

...

<!-- session_button -->
<item type="rect" id="session_button" button="false">


Or just remove the lines which create the buttons altogether.

To check which theme gdmgreeter is using type 'gdmsetup' and look in the 'Local' tab.