Patch files for Faltpak autostart and mobile
This commit is contained in:
parent
48a904b8c0
commit
27cd83db3c
2 changed files with 23 additions and 0 deletions
12
FlatpakAutostart.patch
Normal file
12
FlatpakAutostart.patch
Normal 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
11
Linuxmobile.patch
Normal 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
|
Loading…
Reference in a new issue