Patch files for Faltpak autostart and mobile

This commit is contained in:
LubuWest 2022-03-13 21:31:03 +01:00
parent d2bb8184f5
commit 5990c170de
2 changed files with 23 additions and 0 deletions

12
FlatpakAutostart.patch Normal file
View File

@ -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;

11
Linuxmobile.patch Normal file
View File

@ -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