diff --git a/src/components/launchermodel.cpp b/src/components/launchermodel.cpp index e309f3e6..87a27e07 100644 --- a/src/components/launchermodel.cpp +++ b/src/components/launchermodel.cpp @@ -74,7 +74,7 @@ static QStringList defaultDirectories() userLocalLauncherDir.mkpath(userLocalAppsPath); } - return QStringList() << QStringLiteral(LAUNCHER_APPS_PATH) << userLocalAppsPath; + return QStandardPaths::standardLocations(QStandardPaths::ApplicationsLocation); } Q_GLOBAL_STATIC(LauncherDBus, _launcherDBus);