/usr/share/FBReader/default/toolbar.xml is in fbreader 0.12.10dfsg2-1.
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"?>
<toolbar>
<button id="showReading"/>
<separator/>
<toggleButton id="byAuthor" group="booksOrder" default="yes"/>
<toggleButton id="byTag" group="booksOrder"/>
<separator/>
<menuButton id="showLibrary"/>
<button id="addBook"/>
<button id="showNetLibrary"/>
<separator/>
<button id="advancedSearchOnNetwork"/>
<textField id="searchOnNetwork" parameterId="networkSearchPattern" maxWidth="25"/>
<separator/>
<button id="gotoHome"/>
<button id="undo"/>
<button id="redo"/>
<textField id="gotoPageNumberWithParameter" parameterId="pageIndex" maxWidth="5" symbols="digits"/>
<separator/>
<button id="toc"/>
<separator/>
<button id="search"/>
<button id="findPrevious"/>
<button id="findNext"/>
<separator/>
<button id="bookInfo"/>
<button id="preferences"/>
<separator/>
<button id="rotate"/>
<separator/>
<button id="showHelp"/>
<!--
<fillSeparator/>
<searchField id="filterLibrary" parameterId="libraryFilter" maxWidth="15"/>
-->
</toolbar>
|