summaryrefslogtreecommitdiff
path: root/mozilla-1639197.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mozilla-1639197.patch')
-rw-r--r--mozilla-1639197.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/mozilla-1639197.patch b/mozilla-1639197.patch
deleted file mode 100644
index edb2664..0000000
--- a/mozilla-1639197.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/browser/components/shell/nsGNOMEShellDBusHelper.cpp b/browser/components/shell/nsGNOMEShellDBusHelper.cpp
---- a/browser/components/shell/nsGNOMEShellDBusHelper.cpp
-+++ b/browser/components/shell/nsGNOMEShellDBusHelper.cpp
-@@ -285,7 +285,9 @@
- nsAutoCString gnomeSearchTitle;
- if (GetGnomeSearchTitle(searchTerm.get(), gnomeSearchTitle)) {
- appendStringDictionary(aIter, "name", gnomeSearchTitle.get());
-- appendStringDictionary(aIter, "gicon", "org.mozilla.Firefox");
-+ // TODO: When running on flatpak/snap we may need to use
-+ // icon like org.mozilla.Firefox or so.
-+ appendStringDictionary(aIter, "gicon", "firefox");
- }
- }
-
-
bgstack15