]> 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:00 +0000 (15:25 -0700)
commit9b44cc7808d3d1e185a0ed517ac7d485e92cca93
tree9d36863472519b993f163c292e0223d142005d07
parentbee4ee46f670297aa33acc75ff5fa2332a39a792
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.
gtk/src/main.c
gtk/src/presets.c
gtk/src/queuehandler.c