Public bug reported:

Ubuntu Gutsy
gnome-terminal                    2.18.2-0ubuntu1

Also happens on hardy 2.21.90-0ubuntu1

When creating a new profile, the gconf key:
/apps/gnome-terminal/profiles/<profile name>/exit_action
is set to left instead of exit (or at least any possible correct values)

switching the value through the profile preference interface to hold or
restart, then exit again, will revert the value to "close"

providing a patch:


--- gnome-terminal-2.18.2/src/terminal-profile.c        2008-02-23 
01:28:11.000000000 +0000
+++ gnome-terminal-2.18.2.new/src/terminal-profile.c    2008-02-23 
01:29:42.000000000 +0000
@@ -2752,7 +2752,7 @@
   key = gconf_concat_dir_and_key (profile_dir,
                                   KEY_EXIT_ACTION);

-  cs = gconf_enum_to_string (scrollbar_positions,
+  cs = gconf_enum_to_string (exit_actions,
                              base_profile->priv->exit_action);

   gconf_client_set_string (base_profile->priv->conf,

** Affects: gnome-terminal
     Importance: Unknown
         Status: New

** Affects: gnome-terminal (Ubuntu)
     Importance: Low
     Assignee: Ubuntu Desktop Bugs (desktop-bugs)
         Status: Triaged

-- 
wrong exit_action value when creating new profile
https://bugs.launchpad.net/bugs/194598
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to