gambas-source-code/app/mime/application-x-gambasserverpage.xml
Benoît Minisini 0ae08d5271 [CONFIGURATION]
* BUG: Fix gambas server page mimetype file.
* NEW: New breeze-like icons for mimetypes.

[GB.GUI.BASE]
* NEW: Picture: Use Color[].Luminance on default background color to detect 
  dark themes.

[GB.DBUS.TRAYICON]
* NEW: New breeze default tray icon.


git-svn-id: svn://localhost/gambas/trunk@7310 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-09-14 18:22:28 +00:00

13 lines
No EOL
472 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-gambasserverpage">
<sub-class-of type="application/x-executable"/>
<sub-class-of type="text/plain"/>
<comment>Gambas server page</comment>
<comment xml:lang="fr">Page serveur Gambas</comment>
<magic priority="50">
<match value="#!/usr/bin/env gbw3" type="string" offset="0"/>
</magic>
</mime-type>
</mime-info>