summaryrefslogtreecommitdiff
path: root/firefox-default.patch
Commit message (Collapse)AuthorAge
* Use upstream's version of our patch to set the default browserChristopher Aillon2011-04-03
| | | | | | | | | | | | | | When setting the default browser, we want to set it to 'firefox %s' instead of '/usr/lib{,64}/firefox-4/firefox %s' firefox-default.patch did the job for us for a bit, but upstream now has a patch to do this which we can now use. The patch will check to see if MOZ_APP_LAUNCHER is passed, and if so, it will use only the basename when setting the default browser. We already set MOZ_APP_LAUNCHER, so just need to switch to using the patch. From https://bugzilla.mozilla.org/show_bug.cgi?id=611953 Patch 1 - Use MOZ_APP_LAUNCHER for default browser executable (v3, un-bitrotted)
* Bring back the default browser checkChristopher Aillon2011-02-07
| | | | | but we don't want the default of '/usr/lib{,64}/firefox-XYZ/firefox %s' change it to be simply 'firefox %s'
* Firefox 4.0 Beta 10Christopher Aillon2011-01-25
| | | | And update firefox-default.patch to continue applying to the new tree
* Update to 4.0 Beta 4Martin Stransky2010-08-30
|
* - Fixed rhbz#531159 - disable firefox default browser checkMartin Stransky2010-06-24
- Disabled automatic updates
bgstack15