/usr/share/Terminal/Terminal-toolbars.ui is in xfce4-terminal 0.4.8-1ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolbars SYSTEM "toolbars.dtd">
<!--
Copyright (c) 2004-2006 os-cillation
Default toolbar configuration for Terminal.
-->
<toolbars>
<toolbar name="main" style="both-horiz">
<toolitem id="new-window" />
<toolitem id="new-tab" />
<separator />
<toolitem id="copy" />
<toolitem id="paste" />
<separator />
<toolitem id="fullscreen" />
<toolitem id="preferences" />
<separator />
<toolitem id="prev-tab" />
<toolitem id="next-tab" />
<separator />
<toolitem id="contents" />
</toolbar>
</toolbars>
<!-- vi:set ts=2 sw=2 ai et: -->
|