Comment 29 for bug 2026200

Revision history for this message
Nathan Teodosio (nteodosio) wrote : Re: [Bug 2026200] Re: Snap update broke launching and printing on 20.04 Ubuntu.

As far as I know, Xvfb and --headless result in quite different
environments, as the first will run in normal graphical mode and the
latter won't.

I see no reason why this would affect your extension packing, however I
have no experience with extensions in Chromium. Could the graphical
environment be playing a role here?

Did you try the natural

--->
xvfb-run /snap/bin/chromium --class="ChrUnsnapped"
--pack-extension=MyExt --pack-extension-key=MyExt.pem
<---

instead? The snap won't have access to the system's /tmp, but I think
you can work around that, at least for the sake of testing.