From 5990c170de7ccc2739e6bc3877543745ed755d53 Mon Sep 17 00:00:00 2001 From: LubuWest Date: Sun, 13 Mar 2022 21:31:03 +0100 Subject: [PATCH] Patch files for Faltpak autostart and mobile --- FlatpakAutostart.patch | 12 ++++++++++++ Linuxmobile.patch | 11 +++++++++++ 2 files changed, 23 insertions(+) create mode 100644 FlatpakAutostart.patch create mode 100644 Linuxmobile.patch diff --git a/FlatpakAutostart.patch b/FlatpakAutostart.patch new file mode 100644 index 0000000..2778c11 --- /dev/null +++ b/FlatpakAutostart.patch @@ -0,0 +1,12 @@ +--- source-linux/common/filesystem.cpp ++++ source-linux/common/filesystem.cpp +@@ -178,7 +178,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; + diff --git a/Linuxmobile.patch b/Linuxmobile.patch new file mode 100644 index 0000000..0901e7d --- /dev/null +++ b/Linuxmobile.patch @@ -0,0 +1,11 @@ +--- source-linux/qml/friendiqa.qml ++++ source-linux/qml/friendiqa.qml +@@ -191,7 +191,7 @@ + color: Material.backgroundColor + } + +- header: ToolBar{ ++ footer: ToolBar{ + background: Rectangle{ + anchors.fill: parent + color: Material.backgroundDimColor