abiyani / automate-save-page-as

Automate browser's "Save Page As" operation
Apache License 2.0
167 stars 50 forks source link

My browser is called 'chromium' so I had to edit the source file #18

Open jidanni opened 6 years ago

jidanni commented 6 years ago

Really wish there was a way to tell it that on Debian chromium is called chromium, without needing to edit the source. SPA.diff.txt

jidanni commented 5 years ago

Oh my #22 has my fix too.

Ashark commented 3 years ago

Probably need to make just a simple check of existance of chromium-browser executable or chromium and just apply automatically what is appropriate by just the --browser chromium for both cases.
Another approach is to check what the distro name is. And if it is debian/mint/ubuntu, then use "chromium-browser". Otherwise use "chromium".