The officially official Devuan Forum!

You are not logged in.

#1 2026-03-25 22:36:20

karma
Member
Registered: 2026-03-25
Posts: 2  

xfdashboard

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

#2 2026-03-25 22:50:02

brocashelm
Member
Registered: 2020-06-29
Posts: 218  
Website

Re: xfdashboard

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

#3 2026-03-25 23:28:27

karma
Member
Registered: 2026-03-25
Posts: 2  

Re: xfdashboard

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

#4 2026-03-26 00:28:55

Mercury
Member
Registered: 2024-11-14
Posts: 37  

Re: xfdashboard

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

#5 2026-03-26 00:37:32

golinux
Administrator
Registered: 2016-11-25
Posts: 3,674  

Re: xfdashboard

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.

Online

#6 2026-03-26 03:52:14

Mercury
Member
Registered: 2024-11-14
Posts: 37  

Re: xfdashboard

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 (2026-03-26 03:54:35)

Offline

#7 Today 16:49:59

mweishaar
Member
Registered: 2018-11-11
Posts: 58  

Re: xfdashboard

@karma I have been using xfce since around 2006 and have never heard of this. Looked it up, and while it's not something I am interested in I thought I would share a helpful page I found (that you may have already seen).

https://docs.xfce.org/apps/xfdashboard/start

Offline

#8 Today 17:59:59

Mercury
Member
Registered: 2024-11-14
Posts: 37  

Re: xfdashboard

I downloaded the three main DEB packages from the page I linked earlier, then simulated an installation:

apt --simulate install "/tmp/xfdashboard_1.0.0-0ubuntu5_amd64.deb" "/tmp/libxfdashboard0_1.0.0-0ubuntu5_amd64.deb" "/tmp/xfdashboard-plugins_1.0.0-0ubuntu5_amd64.deb"

The only dependencies required were all satisfied through the regular Devuan repositories. They are:
libclutter-1.0-0
libclutter-1.0-common
libcogl-common
libcogl-pango20
libcogl-path20
libcogl20

I.e. this is easy to install on Devuan.

Offline

Board footer