mirror of
https://gitlab.com/virt-viewer/virt-viewer.git
synced 2025-01-06 13:17:45 +03:00
da45d9fa1e
Unfortunately, I don't see yet how we could avoid the browser dialog asking which application to open. On Firefox, each user has a mimeTypes.rdf, but we can't really modify it..
12 lines
407 B
XML
12 lines
407 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
|
|
<mime-type type="application/x-virt-viewer">
|
|
<sub-class-of type="text/plain"/>
|
|
<_comment>Virt-Viewer connection file</_comment>
|
|
<magic priority="50">
|
|
<match type="string" offset="0" value="[virt-viewer]"/>
|
|
</magic>
|
|
<glob pattern="*.vv"/>
|
|
</mime-type>
|
|
</mime-info>
|