The officially official Devuan Forum!

You are not logged in.

#1 Yesterday 22:36:20

karma
Member
Registered: Yesterday
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 Yesterday 22:50:02

brocashelm
Member
Registered: 2020-06-29
Posts: 216  
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 Yesterday 23:28:27

karma
Member
Registered: Yesterday
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 Today 00:28:55

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

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 Today 00:37:32

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

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.

Offline

#6 Today 03:52:14

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

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

Offline

Board footer