[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 717 Set CHROME_DESKTOP in the wrapper to help the default browser

Giuseppe Iuculano iuculano at debian.org
Sun Jan 30 15:20:58 UTC 2011


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 717
Revision Id: iuculano at debian.org-20110130152058-6axyll7xyi0l0cal
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Set CHROME_DESKTOP in the wrapper to help the default browser
checker (LP: #513133)


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/chromium-browser.sh.in

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-01-30 15:19:24 +0000
+++ b/debian/changelog	2011-01-30 15:20:58 +0000
@@ -19,8 +19,10 @@
     entry of the desktop file
   * Set CHROME_WRAPPER to the real name of the wrapper now that upstream
     use its value
+  * Set CHROME_DESKTOP in the wrapper to help the default browser
+    checker (LP: #513133)
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 16:18:38 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 16:20:18 +0100
 
 chromium-browser (9.0.587.0~r66374-1) experimental; urgency=low
 

=== modified file 'debian/chromium-browser.sh.in'
--- a/debian/chromium-browser.sh.in	2011-01-30 15:19:24 +0000
+++ b/debian/chromium-browser.sh.in	2011-01-30 15:20:58 +0000
@@ -45,6 +45,7 @@
 # not able to do anything useful
 export PATH="$LIBDIR:$PATH"
 export CHROME_WRAPPER="`readlink -f "$0"`"
+export CHROME_DESKTOP=$APPNAME.desktop
 
 #DIST=`lsb_release -si`
 #RELEASE=`lsb_release -sr`



More information about the Pkg-chromium-commit mailing list