diff --git a/components/windowplugin/windowutil.cpp b/components/windowplugin/windowutil.cpp index 13f9182c..dc910a45 100644 --- a/components/windowplugin/windowutil.cpp +++ b/components/windowplugin/windowutil.cpp @@ -96,7 +96,7 @@ void WindowUtil::initWayland() if (service->desktopEntryName().compare(idWithoutDesktop, Qt::CaseInsensitive) == 0) return true; - const auto renamedFrom = service->property(QStringLiteral("X-Flatpak-RenamedFrom")).toStringList(); + const auto renamedFrom = service->property(QStringLiteral("X-Flatpak-RenamedFrom")); if (renamedFrom.contains(appId, Qt::CaseInsensitive) || renamedFrom.contains(idWithoutDesktop, Qt::CaseInsensitive)) return true;