You are not logged in.
Pages: 1
I always like to use xfdashboard on Xfce, but unfortunately it is not in the repos.
What's the best way to install xfdashboard on Devuan Xfce?
Thank you.
Offline
I don't think this was ever packaged for Debian, as there are no snapshot DEB files in existence. I do know that Ubuntu (and particularly Xubuntu) have it packaged up, but it's not a good idea to mix different repositories.
You're better off just compiling it from source using the same release version as the Xfce you use (which I assume is 4.20 if you are using Devuan Excalibur).
Offline
Yes I'm on 4.20 and using Devuan Excalibur.
I will definitely look at installing from source.
Haven't done that for a while, but I'm up for the challenge.
Thanks for your reply brocashelm
Offline
Ubuntu packages are installable in Devuan, though dependency management can sometimes be tricky. You can download the DEBs here: https://launchpad.net/ubuntu/+source/xf … d/31059741
Download and simulate an install with apt:
apt --simulate install "./xfdashboard_1.0.0-0ubuntu5_amd64.deb" "./libxfdashboard0_1.0.0-0ubuntu5_amd64.deb"
And let apt tell you what dependencies it's missing.
Offline
Please note that installing Ubuntu packages is NOT an "official" recommendation. In fact, we advise to avoid installing non-Devuan/Debian packages into the mix.
Offline
For crying out loud. We're not talking about adding Ubuntu repositories - that is a bad idea. A controlled, manual installation of a small set of packages from DEB is not going to torch the system. I did it many times in the past. Sometimes, a package wanted a long chain of Ubuntu-specific dependencies that quickly got unwieldy. I just didn't install it in that case. Most of the time, it was a manageable handful of packages.
There's nothing "official" about my advice. Just stuff that works to achieve a goal.
Last edited by Mercury (Today 03:54:35)
Offline
Pages: 1