The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » xfdashboard » 2026-04-04 16:39:48

Thanks everyone for your comments.

I tried the method suggested by Mercury, but it did not work for me. I was getting to many errors about unsolvable dependencies.

What I did in the end was to install from source:

version 1.1.0 (2025-08-21) from
https://archive.xfce.org/src/apps/xfdashboard/1.1/

Dependencies required depend on what's already installed.
I installed these.

cmake meson libgarcon-1-dev libxfce4ui-2-dev libcogl-dev libclutter-1.0-0 libclutter-1.0-dev libwnck-3-dev gettext

Then:

# tar xf xfdashboard-<version>.tar.bz2
# cd xfdashboard-<version>
# meson setup build
# meson compile -C build
# meson install -C build

Installed without problem.

But when I tried $ xfdasboard in terminal I got this error:

xfdashboard: error while loading shared libraries: libxfdashboard.so.0.10100.0: cannot open shared object file: No such file or directory

To test if it works I did:

export LD_LIBRARY_PATH=/home/neo/Downloads/Devuan/.bin/xfdashboard-1.1.0/build/libxfdashboard/:$LD_LIBRARY_PATH

then

$ xfdashboard

It worked great

So, I placed my build directory in to my PATH. That's where the offending libxfdashboard.so.0.10100.0 is.

Rebooted, Works great

Added xfdashboard to a hot-corner. Happy now.

#2 Re: Desktop and Multimedia » xfdashboard » 2026-03-25 23:28:27

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

#3 Desktop and Multimedia » xfdashboard » 2026-03-25 22:36:20

karma
Replies: 8

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.

Board footer

Forum Software