Thomas Buckley-Houston
Thomas Buckley-Houston
Great, thanks, I've marked it as a bug
Yeah this is big drawback of my current approach with Browsh. The technical reason is that Webextensions don't allow injection of JS into non-web pages. This is related to #106
@tobimensch Excellent idea! I never considered that. We shouldn't need to compile, it should be possible through preferences. What's more such an approach could work with some of the other...
Hmm, this is all getting a bit tricky now. I need to revisit the possibility of using the Marionette driver to interact with non-web URLs (SSL warnings, about:config, addon config...
I think this is actually related to #106 as the dialogue is native to the Browser's UI not the DOM.
Yes :( There were some issues I couldn't figure out, and I don't have time to fix them :'( So I just had to turn them off for now. Sorry.
Thanks @gardar! For some reason both the SSH service and HTML service were never starting up, I hadn't changed any code in Browsh to explain it, and I reinstalled the...
The RPMs are built with [Goreleaser](https://goreleaser.com/): https://github.com/browsh-org/browsh/blob/540882ec8c9e40414de54d6c43f72f861c4e89d9/interfacer/src/.goreleaser.yml But it's been so long since I've made a release I'm not sure how relevant it is anymore
Oh, it appears Goreleaser doesn't support SRPMs https://github.com/goreleaser/goreleaser/issues/3136 Can `rpmbuild` convert RPMs to SRPMs?
Thanks for the explanation. So Goreleaser is way too magical for me to give any advice here. All I have to do to build the RPM is add [this one...