forked from pool/telegram-desktop
Accepting request 1041215 from home:manfred-h:server:messaging
- Refresh 0005-qt6-fixes.patch OBS-URL: https://build.opensuse.org/request/show/1041215 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=239
This commit is contained in:
parent
a80de2842e
commit
ff2408c278
@ -17,11 +17,11 @@
|
|||||||
e->setAccepted(
|
e->setAccepted(
|
||||||
QApplicationPrivate::translateRawTouchEvent(this, event));
|
QApplicationPrivate::translateRawTouchEvent(this, event));
|
||||||
#endif
|
#endif
|
||||||
--- Telegram/SourceFiles/platform/linux/specific_linux.cpp.orig 2022-11-25 11:21:45.000000000 +0000
|
--- Telegram/SourceFiles/platform/linux/specific_linux.cpp.orig 2022-12-06 19:40:56.000000000 +0000
|
||||||
+++ Telegram/SourceFiles/platform/linux/specific_linux.cpp 2022-12-05 08:37:53.441428781 +0000
|
+++ Telegram/SourceFiles/platform/linux/specific_linux.cpp 2022-12-07 19:51:45.000506006 +0000
|
||||||
@@ -291,7 +291,11 @@ void LaunchGApplication() {
|
@@ -297,7 +297,11 @@ void LaunchGApplication() {
|
||||||
|
});
|
||||||
|
|
||||||
app->signal_startup().connect([=] {
|
|
||||||
QEventLoop loop;
|
QEventLoop loop;
|
||||||
+#if QT_VERSION < QT_VERSION_CHECK(6, 3, 0)
|
+#if QT_VERSION < QT_VERSION_CHECK(6, 3, 0)
|
||||||
+ loop.exec();
|
+ loop.exec();
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 7 19:54:15 UTC 2022 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
- Refresh 0005-qt6-fixes.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 7 08:00:59 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
Wed Dec 7 08:00:59 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user