Jehan
f2f0b6aae8
app: wait for the software to be fully initialized before processing…
...
… DBus calls.
In particular, Aryeom would start GIMP and directly double click some
image to be loaded in GIMP in the very short while when splash is
visible. Previous code would wait for the `restored` flag to be TRUE.
This was nearly it as we can actually start loading images as soon as
the 'restore' signal has passed. Yet the flag is set in the main
handler, but we actually also need the <Image> UI manager to exist,
which is created in gui_restore_after_callback() (so also a 'restore'
handler, yet after the main signal handler, i.e. after `restored` is set
to TRUE). Without this, gui_display_create() would fail with a CRITICAL,
hence file_open_with_proc_and_display() as well.
I could have tried to set the `restored` flag later, maybe with some
clever signal handling trick (and handle both the GUI and non-GUI cases,
i.e. I cannot set the flag inside gui_restore_after_callback() as it
would break the non-GUI cases). Instead I go for a simpler logics with a
new `initialized` flag which is only meant to be set once, once
everything has been loaded, i.e. once you can consider GIMP to be fully
running hence ready to process any common runtime command.
(cherry picked from commit a86ed68870
)
2020-11-11 13:19:35 +01:00
..
2017-08-24 15:35:27 -04:00
2020-01-06 19:24:24 +01:00
2020-01-06 19:24:24 +01:00
2020-03-14 00:45:41 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-09-26 23:56:41 +00:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-02-23 19:44:23 +01:00
2018-07-11 23:47:19 +02:00
2019-05-25 17:11:42 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-10-23 12:22:57 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-12-07 00:51:05 +01:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-03-14 00:45:41 +02:00
2020-03-14 00:45:41 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-12-07 00:51:05 +01:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-01-06 23:10:04 +02:00
2020-01-06 23:10:04 +02:00
2020-01-17 00:29:46 +02:00
2020-01-11 17:13:11 +02:00
2020-02-07 00:56:11 +02:00
2018-07-11 23:47:19 +02:00
2019-07-30 16:00:06 +02:00
2018-07-11 23:47:19 +02:00
2019-03-27 20:15:50 -04:00
2018-07-11 23:47:19 +02:00
2020-03-14 13:55:04 +02:00
2020-03-14 00:47:30 +02:00
2020-07-17 22:22:05 +02:00
2020-11-11 13:19:35 +01:00
2018-11-30 04:15:44 -05:00
2018-11-30 04:15:44 -05:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-09-18 14:41:35 -04:00
2018-07-15 17:13:03 +02:00
2018-07-15 17:13:03 +02:00
2018-07-15 17:13:03 +02:00
2018-09-05 14:59:58 -04:00
2018-12-01 04:33:48 -05:00
2018-09-03 18:30:34 -04:00
2020-07-30 01:06:54 +03:00
2018-09-03 18:30:34 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-05-26 14:47:55 -04:00
2018-07-11 23:47:19 +02:00
2019-04-12 16:33:15 +02:00
2020-02-11 18:00:55 +02:00
2018-07-11 23:47:19 +02:00
2020-06-12 17:30:35 +03:00
2020-02-13 00:06:23 +02:00
2020-02-13 00:06:23 +02:00
2019-03-28 16:56:01 -04:00
2019-02-12 18:54:16 +01:00
2020-02-13 00:14:33 +02:00
2020-02-13 00:06:13 +02:00
2020-02-13 00:06:23 +02:00
2019-05-26 14:47:55 -04:00
2019-05-26 14:47:55 -04:00
2019-05-26 14:47:55 -04:00
2019-02-12 18:54:16 +01:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-07-30 16:00:06 +02:00
2018-07-11 23:47:19 +02:00
2019-02-06 14:30:56 -05:00
2018-07-11 23:47:19 +02:00
2019-03-03 20:00:25 +01:00
2018-07-11 23:47:19 +02:00
2019-02-23 19:44:23 +01:00
2019-02-23 19:44:23 +01:00
2019-05-27 17:51:14 +02:00
2019-03-03 20:00:25 +01:00
2019-07-30 20:32:56 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-02-03 21:21:16 +02:00
2019-03-20 16:27:55 -04:00
2019-06-16 17:07:55 +02:00
2018-07-11 23:47:19 +02:00
2019-08-09 22:24:03 +03:00
2019-06-16 16:55:03 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-03-31 05:03:47 -04:00
2019-01-12 04:53:10 -05:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-02-07 23:37:27 +02:00
2020-02-07 23:37:27 +02:00
2019-01-02 01:53:02 +01:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-11-07 09:09:22 +00:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-04-14 18:03:12 +03:00
2019-04-19 10:36:28 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-06-29 16:43:12 +02:00
2019-06-29 16:43:12 +02:00
2020-04-13 11:57:38 +02:00
2018-10-01 05:24:59 -04:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-09-05 18:04:22 +03:00
2019-09-05 18:04:22 +03:00
2019-03-27 15:47:39 -04:00
2019-02-14 11:05:19 -05:00
2019-03-27 15:48:22 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-03-27 15:48:21 -04:00
2018-07-11 23:47:19 +02:00
2020-02-21 12:03:00 +02:00
2020-01-16 00:35:06 +02:00
2019-10-03 22:20:46 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-07-11 11:59:43 +02:00
2018-07-11 23:47:19 +02:00
2020-04-07 19:42:48 +03:00
2020-04-07 19:42:48 +03:00
2020-03-14 16:06:13 +02:00
2018-07-11 23:47:19 +02:00
2019-08-02 00:40:23 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-11-06 21:16:26 +01:00
2019-08-09 22:24:03 +03:00
2020-01-20 00:38:19 +02:00
2020-01-17 12:12:57 +02:00
2020-06-11 20:46:23 +03:00
2020-06-11 20:46:23 +03:00
2019-08-02 00:40:17 +03:00
2018-07-11 23:47:19 +02:00
2019-08-02 00:40:23 +03:00
2018-07-11 23:47:19 +02:00
2018-12-27 11:45:11 -05:00
2018-12-27 11:45:11 -05:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-05-24 01:43:26 -04:00
2019-03-28 14:12:12 +01:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-10-23 12:22:57 -04:00
2018-07-11 23:47:19 +02:00
2019-07-30 16:00:06 +02:00
2018-07-11 23:47:19 +02:00
2018-12-20 08:32:23 -05:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-02-21 22:57:41 +02:00
2018-07-11 23:47:19 +02:00
2019-08-02 00:40:17 +03:00
2018-07-11 23:47:19 +02:00
2018-09-18 14:41:35 -04:00
2018-07-15 17:13:03 +02:00
2018-07-15 17:13:03 +02:00
2018-07-15 17:13:03 +02:00
2020-03-14 00:45:41 +02:00
2019-10-22 16:12:53 +03:00
2018-09-18 14:41:35 -04:00
2018-09-18 14:41:35 -04:00
2019-07-10 17:28:07 +02:00
2018-07-11 23:47:19 +02:00
2019-05-30 16:58:53 +02:00
2018-07-11 23:47:19 +02:00
2019-03-08 15:17:47 +01:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-05-20 21:16:55 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-04-01 21:17:58 +02:00
2018-07-11 23:47:19 +02:00
2020-03-23 22:31:07 +02:00
2018-07-11 23:47:19 +02:00
2019-08-11 00:29:32 +03:00
2019-08-11 00:29:32 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-15 17:13:03 +02:00
2018-07-11 23:47:19 +02:00
2019-08-09 22:24:03 +03:00
2018-07-11 23:47:19 +02:00
2019-02-25 05:10:59 -05:00
2019-02-25 05:10:59 -05:00
2019-06-21 10:06:04 +02:00
2019-06-20 16:19:25 +02:00
2019-05-30 16:58:53 +02:00
2018-07-11 23:47:19 +02:00
2019-09-04 20:56:24 +03:00
2019-09-04 20:56:24 +03:00
2019-05-30 01:52:03 -04:00
2019-05-30 01:52:03 -04:00
2019-11-04 13:33:47 +02:00
2019-11-04 13:33:47 +02:00
2019-10-12 17:12:15 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-08-11 00:29:32 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-16 00:46:38 +02:00
2018-07-16 00:46:38 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-08-11 00:29:33 +03:00
2019-08-11 00:29:33 +03:00
2018-07-15 17:13:03 +02:00
2018-07-11 23:47:19 +02:00
2019-08-11 00:29:33 +03:00
2018-12-27 11:45:11 -05:00
2020-01-18 15:18:46 +02:00
2020-01-18 15:18:46 +02:00
2018-09-18 14:41:35 -04:00
2018-07-14 14:23:42 +02:00
2020-05-22 16:36:42 +03:00
2019-11-04 13:33:47 +02:00
2019-05-30 16:58:53 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-08-09 22:24:03 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-01-21 20:16:02 +02:00
2019-08-09 22:23:57 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-03-05 16:42:50 -05:00
2019-03-05 16:42:50 -05:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-01-16 00:35:06 +02:00
2018-07-11 23:47:19 +02:00
2019-09-19 20:24:49 +03:00
2018-07-11 23:47:19 +02:00
2020-02-21 22:57:40 +02:00
2020-02-21 22:57:40 +02:00
2020-01-16 00:35:06 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-08-02 00:40:23 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-05-31 12:15:43 +02:00
2019-08-27 12:45:21 +02:00
2020-02-01 13:15:53 +02:00
2018-07-11 23:47:19 +02:00
2019-07-04 01:32:18 +02:00
2019-07-30 20:32:54 +03:00
2019-01-20 10:33:56 -05:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-05-27 17:51:14 +02:00
2018-07-11 23:47:19 +02:00
2019-06-29 16:43:12 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-12-02 11:21:36 -05:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-01-02 01:53:02 +01:00
2018-07-11 23:47:19 +02:00
2019-08-07 19:20:59 +03:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-04-12 16:33:15 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-02-12 18:47:06 +01:00
2019-02-11 21:02:36 +01:00
2019-02-12 21:17:04 +01:00
2018-07-11 23:47:19 +02:00
2019-02-11 21:02:36 +01:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-09-12 20:05:45 +03:00
2018-12-19 16:23:26 +01:00
2020-05-20 08:54:31 +03:00
2018-07-11 23:47:19 +02:00
2018-07-14 21:17:19 +02:00
2018-07-11 23:47:19 +02:00
2019-08-02 00:40:24 +03:00
2019-08-02 00:40:24 +03:00
2020-03-14 13:55:04 +02:00
2018-12-27 17:14:34 -05:00
2018-09-18 14:41:35 -04:00
2018-07-16 00:46:38 +02:00
2018-07-16 00:46:38 +02:00
2018-07-16 00:46:38 +02:00
2020-02-03 21:21:16 +02:00
2018-07-11 23:47:19 +02:00
2019-06-16 17:07:55 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-03-26 20:29:44 +02:00
2020-01-11 23:57:25 +01:00
2020-03-26 20:29:44 +02:00
2019-05-29 05:26:54 -04:00
2019-05-26 14:47:55 -04:00
2018-07-11 23:47:19 +02:00
2019-05-29 05:26:54 -04:00
2019-05-29 05:26:54 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-12-07 00:51:05 +01:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-02-24 13:22:28 -05:00
2019-02-24 13:22:28 -05:00
2018-09-18 14:41:35 -04:00
2018-07-11 23:47:19 +02:00
2018-11-28 13:26:58 -05:00
2018-07-11 23:47:19 +02:00
2020-02-01 13:15:52 +02:00
2020-01-30 02:46:52 +02:00
2020-01-30 02:46:53 +02:00
2020-02-05 01:19:21 +02:00
2020-02-01 13:15:52 +02:00
2020-02-01 13:15:52 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-05-12 21:14:41 +02:00
2020-05-12 21:14:41 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-02-01 13:16:03 +02:00
2020-02-01 13:16:03 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2019-09-04 20:56:23 +03:00
2019-03-28 12:26:54 -04:00
2018-07-11 23:47:19 +02:00
2018-07-11 23:47:19 +02:00
2020-02-13 00:06:23 +02:00