Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332584 Details for
Bug 445154
www-client/firefox-17.0-r1[-libnotify] and mail-client/thunderbird-17.0-r1[-libnotify] always compiles with libnotify support if libnotify is installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable showAlertOnComplete if ! use libnotify
0001-Workaround-libnotify-for-users-fix-linguas-from-bein.patch (text/plain), 787 bytes, created by
Jory A. Pratt
on 2012-12-17 15:23:57 UTC
(
hide
)
Description:
Disable showAlertOnComplete if ! use libnotify
Filename:
MIME Type:
Creator:
Jory A. Pratt
Created:
2012-12-17 15:23:57 UTC
Size:
787 bytes
patch
obsolete
>diff --git a/www-client/firefox/firefox-17.0.1.ebuild b/www-client/firefox/firefox-17.0.1.ebuild >index dced3ef..9019c25 100644 >--- a/www-client/firefox/firefox-17.0.1.ebuild >+++ b/www-client/firefox/firefox-17.0.1.ebuild >@@ -295,6 +295,14 @@ src_install() { > cp "${FILESDIR}"/gentoo-default-prefs.js-1 \ > "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die > >+ if ! use libnotify; then >+ echo "pref(\"browser.download.manager.showAlertOnComplete\", false);" \ >+ >> "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die >+ fi >+ >+ echo "pref("extensions.autoDisableScopes", 3);" >> \ >+ "${S}/${obj_dir}/dist/bin/defaults/preferences/all-gentoo.js" || die >+ > MOZ_MAKE_FLAGS="${MAKEOPTS}" \ > emake DESTDIR="${D}" install || die "emake install failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 445154
: 332584