Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: chrome/installer/linux/common/default-app.template

Issue 1111113002: Linux: Correct the path to gnome-default-applications.xml. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/installer/linux/common/postinst.include » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd"> 2 <!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd">
3 <!-- This file should be put in /usr/share/gnome-control-center/default-apps, 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 4 or, if that directory does not exist, its web-browser tag patched into
5 /usr/share/gnome-control-center/gnome-default-applications.xml --> 5 /usr/share/gnome-control-center/default-apps/gnome-default-applications.xml
6 -->
6 <default-apps> 7 <default-apps>
7 <web-browsers> 8 <web-browsers>
8 <web-browser> 9 <web-browser>
9 <name>@@MENUNAME@@</name> 10 <name>@@MENUNAME@@</name>
10 <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable> 11 <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable>
11 <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command> 12 <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command>
12 <icon-name>@@PACKAGE@@</icon-name> 13 <icon-name>@@PACKAGE@@</icon-name>
13 <run-in-terminal>false</run-in-terminal> 14 <run-in-terminal>false</run-in-terminal>
14 <netscape-remote>true</netscape-remote> 15 <netscape-remote>true</netscape-remote>
15 <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command> 16 <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command>
16 <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command> 17 <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
17 </web-browser> 18 </web-browser>
18 </web-browsers> 19 </web-browsers>
19 </default-apps> 20 </default-apps>
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/linux/common/postinst.include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698