mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-28 07:06:04 +00:00
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>
|