0ae08d5271
* 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
13 lines
No EOL
472 B
XML
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> |