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

Unified Diff: chrome_linux/installer/common/default-app.template

Issue 33333002: Roll Linux reference build to official build 30.0.1599.33 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_linux/installer/common/apt.include ('k') | chrome_linux/installer/common/default-app-block.template » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/installer/common/default-app.template
===================================================================
--- chrome_linux/installer/common/default-app.template (revision 0)
+++ chrome_linux/installer/common/default-app.template (revision 0)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE default-apps SYSTEM "gnome-da-list.dtd">
+<!-- This file should be put in /usr/share/gnome-control-center/default-apps,
+ or, if that directory does not exist, its web-browser tag patched into
+ /usr/share/gnome-control-center/gnome-default-applications.xml -->
+<default-apps>
+ <web-browsers>
+ <web-browser>
+ <name>@@MENUNAME@@</name>
+ <executable>@@INSTALLDIR@@/@@PACKAGE@@</executable>
+ <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command>
+ <icon-name>@@PACKAGE@@</icon-name>
+ <run-in-terminal>false</run-in-terminal>
+ <netscape-remote>true</netscape-remote>
+ <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command>
+ <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
+ </web-browser>
+ </web-browsers>
+</default-apps>
« no previous file with comments | « chrome_linux/installer/common/apt.include ('k') | chrome_linux/installer/common/default-app-block.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698