--- source-linux/common/filesystem.cpp +++ source-linux/common/filesystem.cpp @@ -165,7 +165,7 @@ QTextStream stream(&file); stream << "[Desktop Entry]" << Qt::endl; stream << "Name=Friendiqa" << Qt::endl; - stream << "Exec=friendiqa -background %u" << Qt::endl; + stream << "Exec=flatpak run de.manic.friendiqa -background %u" << Qt::endl; stream << "Terminal=false" << Qt::endl; stream << "Icon=Friendiqa.svg" << Qt::endl; stream << "Type=Application" << Qt::endl;