Background sync changes

This commit is contained in:
LubuWest 2024-04-22 22:01:01 +02:00
commit b59513ab91
13 changed files with 122 additions and 89 deletions

11
BackgroundSync.patch Normal file
View file

@ -0,0 +1,11 @@
--- src/common/alarmlinux.cpp
+++ src/common/alarmlinux.cpp
@@ -67,7 +67,7 @@
stream << "Description=Run friendiqa background sync" << Qt::endl << Qt::endl;
stream << "[Service]" << Qt::endl;
stream << "Type=oneshot" << Qt::endl;
- stream << "ExecStart=/usr/bin/friendiqa -service" << Qt::endl;
+ stream << "ExecStart=flatpak run de.manic.friendiqa -service" << Qt::endl;
}
QString nameTimer ="friendiqa-sync.timer";