Created attachment 176940 [details] llpp.diff Filing in the category of 'spooky action at a distance'. This one is related to bug #199872 where Firefox would randomly crash when exiting llpp (sometimes yes and sometimes no, you don't know which beforehand). I'm tired of rolling the dice every time I close a PDF file. I found a workaround to fix this that I explain like this: Firefox (or GTK+ apps in general) seems to monitor ~/.config (not sure if true). llpp writes to ~/.config/llpp.conf when it exits, which will trigger bug #199872. This patch moves llpp's config file to ~/.llpp.conf instead, solving this annoyance. Poudriere testport FreeBSD 10.3/amd64 ok, portlint ok
Committed, thanks!
A commit references this bug: Author: pi Date: Sun Nov 13 14:00:51 UTC 2016 New revision: 426051 URL: https://svnweb.freebsd.org/changeset/ports/426051 Log: graphics/llpp: Fix 'crashes Firefox sometimes' - This one is related to bug #199872 where Firefox would randomly crash when exiting llpp (sometimes yes and sometimes no, you don't know which beforehand). Firefox (or GTK+ apps in general) seems to monitor ~/.config (not sure if true). llpp writes to ~/.config/llpp.conf when it exits, which will trigger bug #199872. - This patch moves llpp's config file to ~/.llpp.conf instead, solving this annoyance. PR: 214458 Submitted by: Tobias Kortkamp <t@tobik.me> (maintainer) Changes: head/graphics/llpp/Makefile head/graphics/llpp/files/patch-config.ml