I enjoy to have a Acer R13 chromebook for myself. I post what I drive chromebook to be a good notebook for writing and programming.
Zotero on ARM
Official compile guide will trouble in arm platform, but I find a AUR
zotero-arm-bin
to solve it. Simple download
firefox.deb, Zotero-5.0.84_linux_x86.tar.bz2, zotero.desktop
from AUR link. Then follow the PKGBUILD
extract executable files and install icon and desktop file. Please note
that, I install zotero at ~/bin/zotero
. You try modify to
your purposed directory.
1 | # Extract firebox.deb |
According to instructions on zotero forum, I change default port to avoid crostini crash. But I don't forward port 23119 to 8090, I change both zotero and zotero connector port to 8090. It seems that zotero connector' proxy redirection may cause connection lost, you can turn it off if you are in trouble.
In zotero: Edit -> Preference -> Advanced -> Config Editor -> Accept -> extension.zotero.httpServer.port -> double click and set to 8090
In zotero connector: Options -> Advanced -> Configuration -> Config Editor -> connector.url -> double click and set to http://127.0.0.1:8090/
It still be the issue for Poppler
Texmacs
Working.
Chinese input method
1 | sudo apt install fcitx5 fcitx5-pinyin fcitx5-rime |
Reference to here.
END
Enjoy writing and programming on chromebook.