|
|
|
@ -1,7 +1,6 @@
|
|
|
|
|
diff -urNr desktop-3.2.2-orig/src/gui/main.cpp desktop-3.2.2/src/gui/main.cpp
|
|
|
|
|
--- desktop-3.2.2-orig/src/gui/main.cpp 2021-04-28 09:38:14.000000000 +0200
|
|
|
|
|
+++ desktop-3.2.2/src/gui/main.cpp 2021-05-01 16:09:04.898807958 +0200
|
|
|
|
|
@@ -49,8 +49,25 @@
|
|
|
|
|
--- desktop-3.2.2-orig/src/gui/main.cpp 2021-06-14 20:40:51.378471413 -0400
|
|
|
|
|
+++ desktop-3.2.2/src/gui/main.cpp 2021-06-14 20:42:21.630180229 -0400
|
|
|
|
|
@@ -49,8 +49,26 @@
|
|
|
|
|
.arg(Theme::instance()->appNameGUI()));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -20,9 +19,11 @@ diff -urNr desktop-3.2.2-orig/src/gui/main.cpp desktop-3.2.2/src/gui/main.cpp
|
|
|
|
|
+
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
|
{
|
|
|
|
|
+ #ifdef Q_OS_LINUX
|
|
|
|
|
+ wayland_hacks();
|
|
|
|
|
+ #endif
|
|
|
|
|
+
|
|
|
|
|
+#ifdef Q_OS_LINUX
|
|
|
|
|
+wayland_hacks();
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
|
|
Q_INIT_RESOURCE(resources);
|
|
|
|
|
Q_INIT_RESOURCE(theme);
|
|
|
|
|
|
|
|
|
|