There is an updated pull request by Eloitor against master on the void-packages repository https://github.com/Eloitor/void-packages autofirma https://github.com/void-linux/void-packages/pull/49005 [WIP] Fix autofirma with firefox #### Testing the changes - I tested the changes in this PR: **NO** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) I received a bug report for using autofirma from firefox. Basically, somehow autofirma generates a file `/usr/lib64/firefox/defaults/pref/AutoFirma.js` which searches the file `/usr/bin/AutoFirma` which is not the name of the binary provided in the void package. Maybe we should provide this file in the package instead of letting autofirma generate it? IDK. I will ask for more testing of this PR (I don't know how to reproduce it) and I'll let you know when this is ready. A patch file from https://github.com/void-linux/void-packages/pull/49005.patch is attached