You are not logged in.
Passwords are the same as in the first post:
As I explained in the post anything that requires the TDE su password as is asked for with many, perhaps all, of the system tools does not work with the default passwords. Setting a password for the root account allows these tools to work by using it.
Offline
This looks really nice, i'm not into TDE or KDE but that desktop looks sharp, the wallpapers are gorgeous. Not a fan of having the panel on the side but I bet it would look great at the bottom. ![]()
And in 3 different languages? That's one helluva LOT of work, kudos my friend and also big props for giving Xlibre a shot! I'll have to download this later and take it for a spin. ![]()
https://sourceforge.net/projects/vuu-do/ New Vuu-do isos uploaded December 2025!
Vuu-do GNU/Linux, minimal Devuan-based Openbox and Mate systems to build on. Also a max version for OB.
Devuan 5 mate-mini iso, pure Devuan, 100% no-vuu-do.
Devuan 6 version also available for testing.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline
Thank you for taking the time to come up with such an interesting spin! I use Devuan + TDE stable as my daily driver, its the combo that made me stop distro-hopping and I can't praise enough how both projects represent a beacon of hope in the modern Linux ecosystem!
With Darkness being on the dev/testing branch of both TDE and Devuan I can't commit to installing it on my production machine, but I wish you all the best with this project!
And the addition of XLibre...? Chef's kiss 🤌
Offline
samhain wrote:
Autumn 2025 Version is out!
I just finished uploading the latest version of "darkness". Biggest changes:
- TDE 14.2-DEVELOPMENT
- Xlibre instead of Xorg - thanks to @callmetango
- new background images
- kernel 6.16.8
- own repository for darkness-specific packages (ATM a package for the repo and the wallpapers)
…
@samhain: Thank you very much for your efforts and for choosing XLibre! We spread the word a little bit:
https://x.com/XLibreDev/status/1975929979922776353
https://bsky.app/profile/xlibredev.bsky … otwn5pmk2h
https://mastodon.social/@XLibreDev/115339036844446679
![]()
Offline
I really love the TDE idea. Better to reuse code and improve on it then reinvent the wheel. Unfortunately not loving that it is testing. I would use it as a daily driver if it followed stable.
Last edited by devuan_dk_fan (Yesterday 16:10:31)
Military justice is to justice what military music is to music. - Groucho Marx
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
Well, you can just use regular stable devuan and follow the installation guide for TDE:
https://wiki.trinitydesktop.org/Devuan_ … structions
You find my customisations in /etc/skel - just copy them over to your installation, it'll work.
BTW, I run testing as my daily gear and I'm happy with it - but YMMV ![]()
Offline
Cool. Thanks for the reply. If using a Devuan install without a desktop already installed, will the TDE login manager be pulled in? Is it better to start with a minimal install such as LXDE and then remove it after TDE gets installed?
Military justice is to justice what military music is to music. - Groucho Marx
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
I prefer to start with a full installation and then work my way back. Just mark all packages installed by tde-trinity as "manual". "tdm-trinity" should be pulled in automatically.
Offline
If using a Devuan install without a desktop already installed, will the TDE login manager be pulled in? Is it better to start with a minimal install such as LXDE and then remove it after TDE gets installed?
The TDM (TDE Display Manager) will be installed no matter the current one on the machine. If already installed different manager then you get the debconf choice to choose the one to login with. Should be no need for anything other than the basic install then installing the software wanted for the TDE and Xlibre if wanted instead of Xorg. With the TDE you get the choice of the tdebase-trinity to install or the tdedesktop-trinity the whole thing I think it is called.
https://wiki.trinitydesktop.org/Devuan_ … structions
https://github.com/xlibre-debian/devuan/
The .sources files from my testing machine I use for both of them.
root@9600k:~# cat /etc/apt/sources.list.d/trinity.sources
# This file trinity.sources adds the settings needed to install the TDE
# desktop on Devuan Excalibur.
# Trinity R14.1.x Stable Release (not for testing/unstable)
Types: deb
URIs: http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-r14.1.x
Suites: excalibur
Components: main deps
Architectures: amd64
Signed-By: /etc/apt/trusted.gpg.d/trinity-archive-keyring.gpg
Enabled: yes
# Testing builds if wanted need to enable then disable the stable above
Types: deb
URIs: http://mirror.ppa.trinitydesktop.org/trinity-testing
Suites: excalibur
Components: main deps extra
Architectures: amd64
Signed-By: /etc/apt/trusted.gpg.d/trinity-archive-keyring.gpg
Enabled: no
root@9600k:~# cat /etc/apt/sources.list.d/xlibre-debian.sources
# Xlibre built for Devuan
# https://github.com/xlibre-debian/devuan/
Types: deb
URIs: https://xlibre-debian.github.io/devuan/
Suites: main
Components: stable
Enabled: yes
Architectures: amd64
Signed-By: /usr/share/keyrings/NexusSfan.pgpOffline
OK, thanks for that. Here is why I prefer a stable install medium - I don't have much of a routine with this kind of thing:
@ samhain How does one
mark all packages installed by tde-trinity as "manual"
and why?
@ RedGreen925 Thanks for the info and a look at your /etc/apt/sources.list.d/trinity.sources file.
Military justice is to justice what military music is to music. - Groucho Marx
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
tde-trinity is TDEs top meta-package. When installing it pulls in the next layer of meta-packages. When you uninstall any package that is referenced somewhere down the dependency tree you'll end up with all depending packages removed. e.g. "tde-trinity" depends on "tdeedu-trinity" depends on "klatin-trinity". klatin-trinity" will remove all the meta-packages that depend on it, including "tde-trinity". As all other TDE packages like "tde-core-trinity" are marked as "automatically installed" they will be removed when the last package depending on them is removed ... so removing "klatin-trinity" will remove the whole of TDE.
To prevent this from happening you can mark all packages that "tde-trinity" depends on as "manually installed", e.g.:
apt-mark manual $(LANG=C aptitude show tde-trinity |grep Depends|sed -e 's#Depends:##' -e 's#([^)]*),##g')Now removing "klatin-trinity" will remove the meta-package "tde-trinity" and the meta-package "tdeedu-trinity" plus all other things mentioned in "tdeedu-trinity", but the rest of TDE will still be installed. As the meta-packages are there for your convinience it works as intended ![]()
Last edited by samhain (Today 17:22:21)
Offline
Ah. OK, thank you very much.
Military justice is to justice what military music is to music. - Groucho Marx
I’ve had a perfectly wonderful evening, but this wasn’t it. - Groucho Marx
Offline
Used TDE here since the beginning, ~2010. Main OS then was Debian Unstable (sidux) with KDE 3.5. The end for me with KDE and consequentially running testing/unstable on a production machine, was a routine dist-upgrade leaving a semi-functional DE with no way back, i.e. the premature release of KDE4.
Maintaining testing/unstable is nothing compared to such (yes, by design) nasty surprises.
@samhain, thanks for your contributions, I appreciate what you do and always give your latest ISO a spin.
I prefer to start with a full installation and then work my way back. Just mark all packages installed by tde-trinity as "manual". "tdm-trinity" should be pulled in automatically.
My approach is the minimalist opposite: Disable 'recommends', install tdebase-trinity and add what you want if/when needed. Wallpapers, games. stuff you will never use or prefer alternatives.. Why install in the first place?
Also, IMO, if unwanted stuff is apt-marked manual it gets difficult to track down and thin down.
Here is my basic, minimal TDE install list to feed apt with (adapt to suit). Other TDE essentials and deps (not all the cruft) are pulled automatically. I use this for the ExeGNU live images and (done usually from bootstrap) 'real' installations. Note, tdm is in the list, nothing else pulls it in.
tdebase-trinity
amarok-trinity
ark-trinity
gwenview-i18n-trinity
gwenview-trinity
k3b-i18n-trinity
k3b-trinity
kaffeine-trinity
kamera-trinity
karm-trinity
kate-plugins-trinity
kcalc-trinity
kcoloredit-trinity
kcron-trinity
kdf-trinity
kdiff3-trinity
kdirstat-trinity
kexi-trinity
kgamma-trinity
kget-trinity
kghostview-trinity
kicker-applets-trinity
kipi-plugins-trinity
kmix-trinity
knemo-trinity
knotes-trinity
konq-plugins-trinity
konversation-trinity
kpdf-trinity
kregexpeditor-trinity
ksnapshot-trinity
ksplash-engine-moodin-trinity
kspread-trinity
ksvg-trinity
ksysguardd-trinity
ktorrent-trinity
kuser-trinity
kword-data-trinity
kword-trinity
network-manager-tde
soundkonverter-trinity
tde-i18n-engb-trinity
tde-i18n-es-trinity
tde-style-qtcurve-trinity
tdeaddons-tdefile-plugins-trinity
tdeartwork-misc-trinity
tdeartwork-style-trinity
tdeartwork-theme-icon-trinity
tdeartwork-theme-window-trinity
tdebase-runtime-data-common-trinity
tdegraphics-tdefile-plugins-trinity
tdeio-locate-trinity
tdemultimedia-tdeio-plugins-trinity
tdepowersave-trinity
tdescreensaver-trinity
tdm-trinity
twin-style-crystal-trinityOffline