View Single Post
Old 11-27-2023, 06:38 PM   #1
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,537
Karma: 78910202
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Successfully running calibre 7.x in Flatpack on ChromeOS

This is based on https://shkspr.mobi/blog/2023/01/how...atpak-wayland/

I thought I'd document the steps required to succesfully run the flatpack version of calibre 7.x on a ChromeBook.

Ensure ChromeOS linux environment up to date
  • sudo apt update
  • sudo apt upgrade
Install flatpak
  • sudo apt install flatpak
Add standard flatpak repositoryShutdown and restart Linux environment
Install calibre
  • flatpak install com.calibre_ebook.calibre
Launch calibre
  • flatpak run com.calibre_ebook.calibre
As expected calibre dies with message
  • The Wayland connection broke. Did the Wayland compositor die?
Install flatseal
  • flatpak install com.github.tchx84.Flatseal
Run flatseal
  • flatpak run com.github.tchx84.Flatseal
Select calibre and the Show details button
  • Initial settings
  • Disable the X11 windowing system and Wayland windowing system options

Launch calibre
  • flatpak run com.calibre_ebook.calibre
No wayland errors

Additionally calibre (and flatseal) should be found in the ChromeOS Linux apps folder.

What is not currently known is whether the flatseal edits will need to be redone on each update.
Attached Thumbnails
Click image for larger version

Name:	flatpak_calibre_initial.jpg
Views:	262
Size:	43.5 KB
ID:	204953   Click image for larger version

Name:	flatpak_calibre_after_change.jpg
Views:	257
Size:	42.1 KB
ID:	204954  
PeterT is offline   Reply With Quote