]> granicus.if.org Git - handbrake/commit
LinGui: fix queue reload in flatpak sandbox
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 12 Jul 2018 22:22:06 +0000 (15:22 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 12 Jul 2018 22:25:38 +0000 (15:25 -0700)
commitd2688f624a6e4dff493780222eeab267c0088925
tree95e189b14e6a0274fef6f5b13f650416cd66c636
parentaf43d02394168f45e689de00a0439790020a1684
LinGui: fix queue reload in flatpak sandbox

Queues are tied to the PID of the process that wrote them. But
the app runs with the same PID in the sandbox on every invocation. So
the new pid file must be written after processing any previous queue.

(cherry picked from commit 9b44cc7808d3d1e185a0ed517ac7d485e92cca93)
gtk/src/main.c
gtk/src/presets.c
gtk/src/queuehandler.c