From LedHed's Wiki
Jump to: navigation, search
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
To remove the login Splash type:
+
To remove the login Splash:
gnome-session-properties
+
Then uncheck the box that says "'''Show splash screen on login'''"
+
  
 +
use the gconf editor.
 +
(The Ubuntu Package is called gconf-editor)
 +
 +
 +
from the command line type:<br>
 +
''(Note: do this as the user you want to apply this setting for not root)''
 +
gconf-editor
 +
 +
Then Navigate to:
 +
/apps/gnome-session/options/
 +
 +
and uncheck the '''show_splash_screen''' key
 +
 +
'''Alternately''' type this at the command line:
 +
gconftool-2 \
 +
--type bool \
 +
--set /apps/gnome-session/options/show_splash_screen false
  
Alternately  go to "System" -> "Preferences" -> "Sessions"
 
  
 
[[Category:Gnome]]
 
[[Category:Gnome]]

Latest revision as of 07:53, 6 May 2007

To remove the login Splash:

use the gconf editor. (The Ubuntu Package is called gconf-editor)


from the command line type:
(Note: do this as the user you want to apply this setting for not root)

gconf-editor

Then Navigate to: /apps/gnome-session/options/

and uncheck the show_splash_screen key

Alternately type this at the command line:

gconftool-2 \
--type bool \
--set /apps/gnome-session/options/show_splash_screen false