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
1 changed files with 1 additions and 1 deletions

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;