How to enable theTrinity Desktop Environment

Credits: @zeroability here

.
Many thanks to the Trinity Desktop Environment project for adding OpenMandriva Lx into their official packaging project:
https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging/issues/303

Enabling the repos will require manually creating a .repo file that will exist in /etc/yum.repos.d. For this, you can create a file such as trinity.repo with the following contents:

[TDE-x86_64]
name="Trinity Desktop Environment - x86_64"
baseurl=https://mirror.ppa.trinitydesktop.org/trinity/rpm/omvcooker/trinity-r14/RPMS/x86_64/
gpgcheck=1
gpgkey=https://mirror.ppa.trinitydesktop.org/trinity/rpm/omvcooker/RPM-GPG-KEY-trinity
#type=rpm-md
enabled=1

[TDE-noarch]
name="Trinity Desktop Environment - noarch"
baseurl=https://mirror.ppa.trinitydesktop.org/trinity/rpm/omvcooker/trinity-r14/RPMS/noarch/
gpgcheck=1
gpgkey=https://mirror.ppa.trinitydesktop.org/trinity/rpm/omvcooker/RPM-GPG-KEY-trinity
#type=rpm-md
enabled=1

This file would be suitable for testing in Cooker (which is probably preferred at this time), and probably ROME.
There isn’t an aarch64 package set at this time, but successful testing may put us in a position to build the specs on ABF.

Rock users can also test it by replacing the following instances:
https://mirror.ppa.trinitydesktop.org/trinity/rpm/omvcooker

With:
https://mirror.ppa.trinitydesktop.org/trinity/rpm/omv6

Verify that the repo file is correct by the command dnf repolist. It should show up in the list of enabled repos. Get started with just the base system with sudo dnf in trinity-tdebase.

You can report issues upstream on their Gitea:
https://mirror.git.trinitydesktop.org/gitea/TDE

They have separate repos that pertain to the components in TDE and your best bet is to open issues for the components.

One of the current issues produces a lot of pop-ups when the session is first logged into:
https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/556

You have to click Ok through all the pop-ups and the desktop will load.

Please be respectful, and make a good impression on them.