summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-client/google-chrome/files/chrome-gnome.patch')
-rw-r--r--www-client/google-chrome/files/chrome-gnome.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/www-client/google-chrome/files/chrome-gnome.patch b/www-client/google-chrome/files/chrome-gnome.patch
deleted file mode 100644
index b32eb2142c21..000000000000
--- a/www-client/google-chrome/files/chrome-gnome.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/opt/google/chrome/google-chrome
-+++ b/opt/google/chrome/google-chrome
-@@ -39,6 +39,11 @@
- # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
- export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
-
-+# Workaround to detect GNOME session variants until fix is backported to
-+# older Chrome versions (fixed in 75.x):
-+# https://chromium.googlesource.com/chromium/src/+/dd407d416fa941c04e33d81f2b1d8cab8196b633
-+[[ ${XDG_CURRENT_DESKTOP} = *"GNOME"* ]] && export XDG_CURRENT_DESKTOP="GNOME"
-+
- # Sanitize std{in,out,err} because they'll be shared with untrusted child
- # processes (http://crbug.com/376567).
- exec < /dev/null