openSUSE branding of MozillaFirefox
This package provides openSUSE Look and Feel for MozillaFirefox.
- Developed at mozilla:Factory
- Sources inherited from project openSUSE:Factory
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/MozillaFirefox-branding-openSUSE && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
MozillaFirefox-branding-openSUSE-COPYING | 0000001616 1.58 KB | |
MozillaFirefox-branding-openSUSE.changes | 0000013893 13.6 KB | |
MozillaFirefox-branding-openSUSE.spec | 0000004982 4.87 KB | |
_multibuild | 0000000132 132 Bytes | |
all-openSUSE.js | 0000000277 277 Bytes | |
distribution.ini.in | 0000006350 6.2 KB | |
firefox-esr-branding-openSUSE.changes | 0000013893 13.6 KB | |
firefox-suse-default-prefs.js | 0000001153 1.13 KB | |
firefox.schemas | 0000011093 10.8 KB | |
opensuse-software.xml.in | 0000001374 1.34 KB | |
susefox-20120626.tar.bz2 | 0000050700 49.5 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1223283
from
Wolfgang Rosenauer (wrosenauer)
(revision 64)
- do not use XDG for mime-handler as it does not handle the default browser check correctly old: openSUSE:Factory/MozillaFirefox-branding-openSUSE new: mozilla:Factory/MozillaFirefox-branding-openSUSE rev None Index: MozillaFirefox-branding-openSUSE.changes =================================================================== --- MozillaFirefox-branding-openSUSE.changes (revision 63) +++ MozillaFirefox-branding-openSUSE.changes (revision 155) @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Sun Nov 10 13:14:34 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org> + +- do not use XDG for mime-handler as it does not handle the default + browser check correctly + +------------------------------------------------------------------- +Mon Nov 4 13:03:40 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org> + +- add properties to use xdg-desktop-portal (boo#1226112) + +------------------------------------------------------------------- Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin <mlin+factory@suse.de> - add sle_version 150500 check Index: MozillaFirefox-branding-openSUSE.spec =================================================================== --- MozillaFirefox-branding-openSUSE.spec (revision 63) +++ MozillaFirefox-branding-openSUSE.spec (revision 155) @@ -1,8 +1,8 @@ # # spec file for package MozillaFirefox-branding-openSUSE # -# Copyright (c) 2023 SUSE LLC -# Copyright (c) 2008-2019 Wolfgang Rosenauer +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2008-2024 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed Index: all-openSUSE.js =================================================================== --- all-openSUSE.js (revision 63) +++ all-openSUSE.js (revision 155) @@ -1,3 +1,8 @@ // openSUSE overrides for default settings // disabled ATM //pref("layout.word_select.stop_at_punctuation", false); + +pref("widget.use-xdg-desktop-portal.file-picker", 1); +// default browser check fails when this is set +//pref("widget.use-xdg-desktop-portal.mime-handler", 1); + Index: firefox-esr-branding-openSUSE.changes =================================================================== --- firefox-esr-branding-openSUSE.changes (revision 63) +++ firefox-esr-branding-openSUSE.changes (revision 155) @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Sun Nov 10 13:14:34 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org> + +- do not use XDG for mime-handler as it does not handle the default + browser check correctly + +------------------------------------------------------------------- +Mon Nov 4 13:03:40 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org> + +- add properties to use xdg-desktop-portal (boo#1226112) + +------------------------------------------------------------------- Tue Aug 9 11:28:51 UTC 2022 - Yuchen Lin <mlin+factory@suse.de> - add sle_version 150500 check
Comments 0