@JusGellin wrote:
Am I the only one having problems with the install of Calibre using Synaptic and also making the menu work for it?
@JusGellin
As noted in prior forum discussions, calibre will fail to run as root without the --no-sandbox
parameter.
To run calibre with the --no-sandbox parameter, see the following forum post:
https://forum.puppylinux.com/viewtopic. ... 387b#p8678
@666philb suggests creating a new file in /etc/profile.d and added the following contents:
export QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox"
However, if the --no-sandbox parameter does not work properly for you, please try the following:
Install Calibre in BookwormPup64 as restricted user (spot):
1 - Install the libxcb-cursor0 dependency (run the following in a terminal)
apt update && apt install libxcb-cursor0
2 - Download/install calibre from calibre-ebook.com (run the following in a terminal)
wget -nv -O- https://download.calibre-ebook.com/linux-installer.sh | sh /dev/stdin install_dir=/opt
3 - Install the attached (updated) calibre-run-as-spot-1.1.pet which converts the default calibre flatpak menu items to a Puppy-compatible format.