/usr/share/appdata/okteta.appdata.xml is in okteta 4:4.14.2-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 37 38 | <?xml version="1.0" encoding="utf-8"?>
<component type="desktop">
<id>okteta.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>Okteta</name>
<summary>Hex editor</summary>
<description>
<p>Okteta is a simple editor for the raw data of files.</p>
<p>Features:</p>
<ul>
<li>Values and characters shown either in two columns (the traditional display in hex editors) or in rows with the value on top of the character</li>
<li>Editing and navigating similar to a text editor</li>
<li>Customizable data views, with loadable and storable profiles</li>
<li>Tools dockable on all sides or floating</li>
<li>Numerical encodings: Hexadecimal, Decimal, Octal, Binary</li>
<li>Character encodings: All 8-bit encodings as supplied by Qt, EBCDIC</li>
<li>Fast data rendering on screen</li>
<li>Multiple open files</li>
<li>Undo/redo support</li>
<li>Structures tool for analyzing and editing based on user-creatable structure definitions</li>
<li>And more...</li>
</ul>
</description>
<url type="homepage">http://userbase.kde.org/Okteta/</url>
<url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=okteta</url>
<url type="help">http://docs.kde.org/stable/en/kdesdk/okteta/index.html</url>
<screenshots>
<screenshot type="default">
<image>http://kde.org/images/screenshots/okteta.png</image>
</screenshot>
</screenshots>
<updatecontact>kossebau@kde.org</updatecontact>
<project_group>KDE</project_group>
<provides>
<binary>okteta</binary>
</provides>
</component>
|