summarylogtreecommitdiffstats
path: root/lib_base-gtk-loading-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'lib_base-gtk-loading-fix.patch')
-rw-r--r--lib_base-gtk-loading-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib_base-gtk-loading-fix.patch b/lib_base-gtk-loading-fix.patch
new file mode 100644
index 000000000000..acc27f7d0bff
--- /dev/null
+++ b/lib_base-gtk-loading-fix.patch
@@ -0,0 +1,13 @@
+diff --git a/base/platform/linux/base_linux_gtk_integration.cpp b/base/platform/linux/base_linux_gtk_integration.cpp
+index 41f2908..9b8e852 100644
+--- a/base/platform/linux/base_linux_gtk_integration.cpp
++++ b/base/platform/linux/base_linux_gtk_integration.cpp
+@@ -262,8 +262,6 @@ void GtkIntegration::load() {
+ DEBUG_LOG(("Icon theme: %1").arg(QIcon::themeName()));
+ DEBUG_LOG(("Fallback icon theme: %1").arg(QIcon::fallbackThemeName()));
+
+- _lib.setLoadHints(QLibrary::DeepBindHint);
+-
+ if (LoadLibrary(_lib, "gtk-3", 0)) {
+ Loaded = SetupGtkBase(_lib);
+ }