- do not use XDG for mime-handler as it does not handle the default
browser check correctly - do not use XDG for mime-handler as it does not handle the default browser check correctly OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox-branding-openSUSE?expand=0&rev=155
This commit is contained in:
parent
414fcc4c15
commit
24fc8b78dd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Nov 4 13:03:40 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# spec file for package MozillaFirefox-branding-openSUSE
|
# spec file for package MozillaFirefox-branding-openSUSE
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2008-2019 Wolfgang Rosenauer
|
# Copyright (c) 2008-2024 Wolfgang Rosenauer
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
@ -3,5 +3,6 @@
|
|||||||
//pref("layout.word_select.stop_at_punctuation", false);
|
//pref("layout.word_select.stop_at_punctuation", false);
|
||||||
|
|
||||||
pref("widget.use-xdg-desktop-portal.file-picker", 1);
|
pref("widget.use-xdg-desktop-portal.file-picker", 1);
|
||||||
pref("widget.use-xdg-desktop-portal.mime-handler", 1);
|
// default browser check fails when this is set
|
||||||
|
//pref("widget.use-xdg-desktop-portal.mime-handler", 1);
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Mon Nov 4 13:03:40 UTC 2024 - Wolfgang Rosenauer <wr@rosenauer.org>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user