Monthly Archive for June, 2008

Tips and tricks: How do I enable the login shell in Gnome Terminal?

By default, gnome-terminal does not spawn a login shell. To use a login shell for all gnome-terminal windows for a particular user in gnome-terminal, you can use gnome-terminal preferences dialog:

"Edit" -> "Current Profile" -> "Title and Command" and select "Run command as a login shell"

Alternatively, using the command line tool "gconftool-2" will achieve the same result:

# gconftool-2 --type boolean --set /apps/gnome-terminal/profiles/Default/login_shell true

To set this as a default option for all users, use gconftool-2 to set the default value of the key "login_shell" to "true" in the GConf database. As root, run the following command:

# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type boolean --set /apps/gnome-terminal/profiles/Default/login_shell true

Users will still be able to change that default value on a per user basis using the preference dialog in gnome-terminal.

Red Hat’s customer service and support teams receive technical support questions from users all over the world. Red Hat technicians add the questions and answers to Red Hat Knowledgebase on a daily basis. Access to Red Hat Knowledgebase is free. Red Hat Magazine offers a preview into the Red Hat Knowledgebase by highlighting some of the most recent entries. The information provided in this article is for your information only. The origin of this information may be internal or external to Red Hat. While Red Hat attempts to verify the validity of this information before it is posted, Red Hat makes no express or implied claims to its validity.

Gentoo Monthly Newsletter — 30 June 2008

The June issue of the Gentoo
Monthly Newsletter
has been released.
In this month’s issue: LinuxTag
and FliSoL, GSOC interview, Gentoo in space, and more!

Discuss
This!