Add testing/scripts/OWNERS
[chromium-blink-merge.git] / chrome / installer / linux / common / default-app.template
blobd3aeb346ac357931c174c82a4390fe30e395761e
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/gnome-default-applications.xml -->
6 <default-apps>
7 <web-browsers>
8 <web-browser>
9 <name>@@MENUNAME@@</name>
10 <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable>
11 <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command>
12 <icon-name>@@PACKAGE@@</icon-name>
13 <run-in-terminal>false</run-in-terminal>
14 <netscape-remote>true</netscape-remote>
15 <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command>
16 <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
17 </web-browser>
18 </web-browsers>
19 </default-apps>