LibreOffice is a free and open source office suite, developed by The Document Foundation. The LibreOffice suite comprises programs for word processing, the creation and editing of spreadsheets, slideshows, diagrams and drawings, working with databases, and composing mathematical formulae.
This is a major new version, see the release notes for details.
How to install
snap install libreoffice --candidate
or
snap refresh libreoffice --candidate
Note that the snap can coexist with the ubuntu packages. If you wish to remove the ubuntu packages to use solely the snap, you can do:
At the moment that version of the snap is available for amd64 processors only. It is expected to work on any linux distribution that supports snaps. It has been smoke-tested on Ubuntu 14.04, 16.04 and 18.04.
I’m interested in your feedback on any tasks you perform using all the apps in the libreoffice suite.
Please report any issues you encounter while testing that version in this thread. Thanks!
Hi! Chinese user here, I’ve noticed something weird with input methods.
Usually, Chinese input methods (or other language system that is not Phonogram) will make use of phonetic symbols to form inputs. Therefore, there will exists a preparation state for user to form word from a combination of phonetic symbols.
The thing I’ve noticed is that when typing too fast, the snap version of libreoffice will often “leak” the text I put in the preparation buffer as a character. This leads to inconsistent typing experience which greatly reduced productivity. This behaviour is not happening with the deb version.
My system is ubuntu 16.04 with fcitx as input methods.
Here are the gif screenshot.
Absolutely loving the ability to search for special characters! No need to look frantically for the odd Greek letter in an equation, I just have to type in ‘mu’ or whatever
So the communication between the snapped app and the input method helper for fcitx is somewhat lagging, and keystrokes are being dropped, is that correct?
I wonder if that could be apparmor confinement. Can you monitor the syslog in a terminal while you reproduce the issue (journalctl -f) and see if there’s anything suspiciously verbose?
Interesting. I am seeing the same issue (but with different icons for bullets) on my main machine running 18.04. However in a clean VM running 18.04, bullets in docx are rendered correctly. I wonder if this has to do with fonts installed on the host.
I installed all the fonts-* packages available in a 18.04 VM, and I wasn’t able to reproduce the issue, so the issue doesn’t appear to be caused by host fonts.
When trying to open sym-link folder, it will failed due to not being able to find it.
The document folder is actually on another drive, so I linked it to my home folder(which is in the same drive as root).
Not being able to open symlinks pointing somewhere else on the filesystem is expected, that would mean that you can easily escape confinement, which is not desirable.
The removable-media interface allows access to content under /media and /run/media, which is where your external hard drives should be mounted by default.