! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Use exo-csource for the terminal.ui file
Status:
RESOLVED: FIXED
Product:
Xfce4-terminal
Component:
General

Comments

Description Nick Schermer editbugs 2007-09-02 15:02:57 CEST
Currently the Terminal.ui file is loaded using xfce_resource_lookup -> gtk_ui_manager_add_ui_from_file. Better use the methode Thunar uses.
Comment 1 Benedikt Meurer editbugs 2007-09-02 16:45:49 CEST
Hm, the idea was to allow the user to customize the UI...
Comment 2 Nick Schermer editbugs 2007-09-02 19:19:31 CEST
Well I guess nobody customizes the order of the menu/toolbar, so beter use csourse and enjoy the speed ^_^. If you want, I can change the code in trunk.
Comment 3 Benedikt Meurer editbugs 2007-09-03 07:04:25 CEST
Hm, well that speed difference shouldn't be noticable, but anyway... feel free to come up with a patch. :-)
Comment 4 Nick Schermer editbugs 2007-09-04 07:00:09 CEST
Created attachment 1343 
Patch

SVN commands:

svn rm Terminal.ui
svn add terminal/terminal-window-ui.xml
svn propset keywords Id terminal/terminal-window-ui.xml
Comment 5 Benedikt Meurer editbugs 2007-11-15 20:01:17 CET
Committed with revision 26300.

2007-11-15	Benedikt Meurer <benny@xfce.org>

	* Makefile.am, terminal/: Use exo-csource to embed the UI
	  description into the Terminal binary, instead of loading
	  the user interface from the Terminal.ui file at runtime
	  (Bug #3522).
	* doc/, po-doc/: Update documentation.

Bug #3522

Reported by:
Nick Schermer
Reported on: 2007-09-02
Last modified on: 2009-12-17

People

Assignee:
Benedikt Meurer
CC List:
0 users

Version

Version:
unspecified

Attachments

Patch (5.41 KB, patch)
2007-09-04 07:00 CEST , Nick Schermer
no flags

Additional information