forked from lubuwest/Friendiqa
Background sync changes
This commit is contained in:
parent
ec102d8d66
commit
b59513ab91
13 changed files with 122 additions and 89 deletions
11
BackgroundSync.patch
Normal file
11
BackgroundSync.patch
Normal 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";
|
Loading…
Add table
Add a link
Reference in a new issue