The Linux environment provided on the Chromebook is debian bookworm running in a virtualized environment.
One is limited in access to USB devices; storage types are mapped to a 9p based model mounted on /mnt/chromeos/removable .
About the only change I made (and this was to simplify running calibre) was to add QT_QPA_PLATFORM=xcb to the default environment. Trying sigil without this set resulted in Sigil still launching but producing a warning message 'Could not find the Qt platform plugin "Wayland" in ""'.
|