After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 597185 - Setting preferred terminal to a known terminal doesn't set the exec arg gconf key
Setting preferred terminal to a known terminal doesn't set the exec arg gconf...
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] Preferred applications
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-10-03 08:15 UTC by Vincent Untz
Modified: 2009-10-23 22:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Update the exec_arg gconf key (2.29 KB, patch)
2009-10-03 08:15 UTC, Vincent Untz
none Details | Review
[defaultapplications] Update the exec arg when changing terminal (2.76 KB, patch)
2009-10-05 22:23 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2009-10-03 08:15:58 UTC
Created attachment 144654 [details] [review]
Update the exec_arg gconf key

When I select xterm in the preferred terminal combo box, the exec arg gconf key
is still set to the one from gnome-terminal (-x) instead of the one from xterm
defined in the xml file (-e).

Attaching a patch that fixes this.
Comment 1 Vincent Untz 2009-10-05 22:23:40 UTC
Created attachment 144854 [details] [review]
[defaultapplications] Update the exec arg when changing terminal

Updated patch to fix a critical warning on startup.