1
0

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:
Marcel Kuehlhorn 2022-12-07 20:04:40 +00:00 committed by Git OBS Bridge
parent a80de2842e
commit ff2408c278
2 changed files with 9 additions and 4 deletions

View File

@ -17,11 +17,11 @@
e->setAccepted(
QApplicationPrivate::translateRawTouchEvent(this, event));
#endif
--- Telegram/SourceFiles/platform/linux/specific_linux.cpp.orig 2022-11-25 11:21:45.000000000 +0000
+++ Telegram/SourceFiles/platform/linux/specific_linux.cpp 2022-12-05 08:37:53.441428781 +0000
@@ -291,7 +291,11 @@ void LaunchGApplication() {
--- 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-07 19:51:45.000506006 +0000
@@ -297,7 +297,11 @@ void LaunchGApplication() {
});
app->signal_startup().connect([=] {
QEventLoop loop;
+#if QT_VERSION < QT_VERSION_CHECK(6, 3, 0)
+ loop.exec();

View File

@ -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>