This addon should work fine for the normal installation of Zen. However, the Flatpak version does not seem to work.
To get around this issue...
- Run the normal installation script
curl -s -L https://raw.githubusercontent.com/kuba2k2/firefox-webserial/master/native/install/linux_x86_64.sh | bash
- Allow Zen to run in the home directory instead of its container
sudo flatpak override app.zen_browser.zen --filesystem=home
- Give this addon permission
flatpak permission-set webextensions io.github.kuba2k2.webserial app.zen_browser.zen yes
- Copy all of your files from
~/.var/app/app.zen_browser.zen/.zen to ~/.zen
- Close and re-open Zen.
Please leave a comment if this worked for you!
Reference: tridactyl/tridactyl#5094 (comment)
This addon should work fine for the normal installation of Zen. However, the Flatpak version does not seem to work.
To get around this issue...
curl -s -L https://raw.githubusercontent.com/kuba2k2/firefox-webserial/master/native/install/linux_x86_64.sh | bashsudo flatpak override app.zen_browser.zen --filesystem=homeflatpak permission-set webextensions io.github.kuba2k2.webserial app.zen_browser.zen yes~/.var/app/app.zen_browser.zen/.zento~/.zenPlease leave a comment if this worked for you!
Reference: tridactyl/tridactyl#5094 (comment)