- do not try CSD on kwin (boo#1091592)

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=651
This commit is contained in:
Wolfgang Rosenauer 2018-05-02 20:47:59 +00:00 committed by Git OBS Bridge
parent 8f47a5e0ee
commit 445b42f0ea
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 2 20:46:37 UTC 2018 - wr@rosenauer.org
- do not try CSD on kwin (boo#1091592)
-------------------------------------------------------------------
Tue May 1 18:45:02 UTC 2018 - astieger@suse.com

View File

@ -45,7 +45,7 @@ Index: mozilla/widget/gtk/nsWindow.cpp
+ } else if (strstr(currentDesktop, "X-Cinnamon") != nullptr) {
+ sCSDSupportLevel = CSD_SUPPORT_FULL;
+ } else if (strstr(currentDesktop, "KDE") != nullptr) {
+ sCSDSupportLevel = CSD_SUPPORT_FLAT;
+ sCSDSupportLevel = CSD_SUPPORT_NONE;
+ } else if (strstr(currentDesktop, "LXDE") != nullptr) {
+ sCSDSupportLevel = CSD_SUPPORT_FLAT;
+ } else if (strstr(currentDesktop, "openbox") != nullptr) {