KI 3455 Linux @ UiB: Presentation Software
How then do we expect that a Linux program solves a problem that not even the vendor has under control?
Fortunately, there is a good solution - WPS Presentation under WPS Office
WPS Office
The nearest replacement for Microsoft Powerpoint under Linux is WPS Presentation. WPS Presentation can be called 99 % compatible with MS Powerpoint as it is geometrically correct. (Only Office is only 97 % correct). It generates pptx files that work under MS Powerpoint.But be warned: Animations do not work as expected. So design your slides without animations, then take the file to MS Windows and put in the animations there.
The distribution can be downloaded from https://www.wps.com/office/linux/
To install, download the Debian distro, then run as root:
apt install ./wps-office_11.1.0.11723.XA_amd64.deb
(or similar).
Known limitation:
After installing on Ubuntu 26 LTS, the program crashes on startup:
https://forums.linuxmint.com/viewtopic.php?t=418304
The workaround is to rename wpscloudsvr
cd /opt/kingsoft/wps-office/office6
mv wpscloudsvr wpscloudsvr_bak
To uninstall:
sudo apt remove wps-office