[gnome-todo] flatpak: Wait 4 seconds before executing gnome-todo
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-todo] flatpak: Wait 4 seconds before executing gnome-todo
- Date: Fri, 8 Feb 2019 22:24:30 +0000 (UTC)
commit 2c45bd0f33ee3297b36790cfba15b47d6d231b09
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Fri Feb 8 20:20:11 2019 -0200
flatpak: Wait 4 seconds before executing gnome-todo
There might be a race condition when running GNOME To Do
right after spawning the daemons, so give them a bit more
time to load.
build-aux/flatpak/flatpak-wrapper.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/flatpak-wrapper.sh b/build-aux/flatpak/flatpak-wrapper.sh
index a307ccb..ff1908d 100755
--- a/build-aux/flatpak/flatpak-wrapper.sh
+++ b/build-aux/flatpak/flatpak-wrapper.sh
@@ -8,8 +8,8 @@ fi
export GIO_USE_NETWORK_MONITOR=base
gsettings reset org.gnome.evolution-data-server network-monitor-gio-name
/app/libexec/evolution-source-registry &
-sleep 1
+sleep 2
/app/libexec/evolution-addressbook-factory -r &
/app/libexec/evolution-calendar-factory -r &
-sleep 1
+sleep 2
/app/bin/gnome-todo "$@"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]