update desktop files, add database mime type, add qwingraph

This commit is contained in:
nezu 2025-05-05 12:56:46 +02:00
parent 2751e61459
commit c1e3cedf48
7 changed files with 95 additions and 33 deletions

17
ida-pro.xml Normal file
View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/vnd.hex-rays.ida.database64">
<comment>IDA (64-bit) Database</comment>
<icon name="ida-pro"/>
<glob pattern="*.i64"/>
</mime-type>
<mime-type type="application/vnd.hex-rays.ida.database32">
<comment>IDA Database</comment>
<icon name="ida-pro"/>
<glob pattern="*.idb"/>
</mime-type>
<mime-type type="application/vnd.hex-rays.ida.wingraph">
<comment>WinGraph File</comment>
<glob pattern="*.gdl"/>
</mime-type>
</mime-info>