LibreOffice with TDE integration

From Trinity Desktop Project Wiki
Jump to navigation Jump to search
Clock.png
Information found here might be outdated!
This page or section has been marked as having outdated and/or no more relevant information. Please regard information in this page with extra caution.
This warning was placed on 2021/08/27. (Reason: Only old distribution versions)

LibreOffice is widely used office suite. It has integration with many desktop environments. Thanks to Tim's hard work is a standard part of the LibreOffice source code also integration with Trinity Desktop Environment (TDE). However, because TDE is not commonly included in most distributions, LibreOffice in distributions is usually not built with support for the TDE integration. For this reason, TDE Team prepared LibreOffice builds with enabled TDE integration. These builds are available in a separate repository and are available only for selected Debian and Ubuntu distributions:

Add these lines to your /etc/apt/sources.list file

Debian

For Jessie (Debian 8.x)

deb http://mirror.ppa.trinitydesktop.org/trinity/libreoffice-trinity/ubuntu jessie main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/libreoffice-trinity/ubuntu jessie main

For Wheezy (Debian 7.x)

deb http://mirror.ppa.trinitydesktop.org/trinity/libreoffice-trinity/ubuntu wheezy main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/libreoffice-trinity/ubuntu wheezy main

Ubuntu

For Trusty (Ubuntu 14.04)

deb http://mirror.ppa.trinitydesktop.org/trinity/libreoffice-trinity/ubuntu trusty main
deb-src http://mirror.ppa.trinitydesktop.org/trinity/libreoffice-trinity/ubuntu trusty main

Add the GPG signing key

sudo apt-key adv --keyserver keyserver.quickbuild.pearsoncomputing.net --recv-keys C72B4A743F22604B

Install LibreOffice with TDE integration

sudo apt-get update
sudo aptitude install libreoffice-trinity libreoffice-style-crystal libreoffice

Note: Of course, instead of installing the entire LibreOffice suite you can install individual programs - libreoffice-writer, libreoffice-calc, libreoffice-draw, and so on.