Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / installer / linux / common / default-app.template
blob3f7e6f7dca019862931d6ad428445c583e4d204a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd">
3 <!-- This file should be put in /usr/share/gnome-control-center/default-apps,
4 or, if that directory does not exist, its web-browser tag patched into
5 /usr/share/gnome-control-center/default-apps/gnome-default-applications.xml
6 -->
7 <default-apps>
8 <web-browsers>
9 <web-browser>
10 <name>@@MENUNAME@@</name>
11 <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable>
12 <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command>
13 <icon-name>@@PACKAGE@@</icon-name>
14 <run-in-terminal>false</run-in-terminal>
15 <netscape-remote>true</netscape-remote>
16 <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command>
17 <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
18 </web-browser>
19 </web-browsers>
20 </default-apps>