Set url scheme handler for gitg in desktop file

This commit is contained in:
Jesse van den Kieboom 2012-10-30 11:07:34 +01:00
parent 58c79792e8
commit 1f714c8874
2 changed files with 1 additions and 21 deletions

View file

@ -7,6 +7,7 @@ Terminal=false
Type=Application
Icon=gitg
Categories=GNOME;GTK;Development;
Mime-Type=x-scheme-handler/gitg
#X-GNOME-DocPath=gitg/gitg.xml
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=gitg

View file

@ -136,25 +136,4 @@
<default>200</default>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.url-handlers.gitg" path="/desktop/gnome/url-handlers/gitg/">
<key name="command" type="s">
<default>'gitg "%s"'</default>
<_summary>The command to handle GITG scheme URLs</_summary>
<_description>The command to handle GITG scheme URLs.</_description>
</key>
<key name="needs-terminal" type="b">
<default>false</default>
<_summary>Whether command to handle GITG scheme URLs needs a terminal</_summary>
<_description>
Whether command to handle GITG scheme URLs needs a terminal.
</_description>
</key>
<key name="enabled" type="b">
<default>true</default>
<_summary>Whether command to handle GITG scheme URLs is enabled</_summary>
<_description>
Whether command to handle GITG scheme URLs is enabled.
</_description>
</key>
</schema>
</schemalist>