2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fix IBus portal service name

This commit is contained in:
Ilya Fedin
2020-11-02 17:24:04 +04:00
committed by John Preston
parent d9711f8ebd
commit 2b39da483b

View File

@@ -134,7 +134,7 @@ bool IsXDGDesktopPortalKDEPresent() {
bool IsIBusPortalPresent() {
static const auto Result = QDBusInterface(
qsl("org.freedesktop.IBus.Portal"),
qsl("org.freedesktop.portal.IBus"),
qsl("/org/freedesktop/IBus")).isValid();
return Result;