Xfce Forum

Sub domains
 

You are not logged in.

#1 2025-05-01 15:51:50

simeon9997
Member
Registered: 2025-01-16
Posts: 11
Windows 10Chrome 135.0

Help I can't compile/install kdbleds-plugin.

The computer in question has Loc-OS Linux (based on Debian 12 stable with sysV init). The desktop was recently updated to 4.20 (previously 4.18) and in the process I lost the kbdleds plugin, it simply disappeared upon reboot along with a message that it could not be started. Previously in 4.18 to install it I compiled it myself following the instructions indicated here https://github.com/oco2000/xfce4-kbdleds-plugin However, now in 4.20 the same procedure gives me errors, which prevent me from advancing in the compilation. I am turning to you because I asked for help through the communication channels of this distro and I have not received a satisfactory response. I have been told that this plugin is no longer compatible with XFCE 4.20, but on my personal computer I have Artix XFCE 4.20 with kbdleds working without problems. Is there a .deb? Is there any way to compile and package it on another Debian and have it work on mine? The error I get is the following (when starting with ./autogen.sh "x windows system libraries an header files required"

Offline

#2 2025-05-01 21:42:47

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,016
LinuxFirefox 138.0

Re: Help I can't compile/install kdbleds-plugin.

Looks like you're missing the development libraries. Try running the following command to install the build dependencies based on a similar plugin:

sudo apt build-dep xfce4-genmon-plugin

..then run autogen like this (for debian-based distros):

  ./autogen.sh --prefix=/usr --libdir=/usr/lib/x86_64-linux-gnu

...before running "make" and "sudo make install".


Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2025-05-01 23:53:23

simeon9997
Member
Registered: 2025-01-16
Posts: 11
Windows 10Chrome 135.0

Re: Help I can't compile/install kdbleds-plugin.

You must put some 'deb-src' URIs in your sources.list

This is what I get after using the first command. Then the second command returns the same thing as before.

Offline

#4 2025-05-02 00:01:53

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 12,016
LinuxFirefox 138.0

Re: Help I can't compile/install kdbleds-plugin.

You need to enable the source tree. See: https://www.tecmint.com/fix-deb-src-uri … ist-error/.


Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#5 2025-05-02 17:19:07

simeon9997
Member
Registered: 2025-01-16
Posts: 11
LinuxChrome 135.0

Re: Help I can't compile/install kdbleds-plugin.

ToZ wrote:

You need to enable the source tree. See: https://www.tecmint.com/fix-deb-src-uri … ist-error/.

Thanks, I managed to do it by following the instructions. Then I tried installing the necessary components for the compilation and succeeded. The compilation worked correctly.

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 540.58 KiB (Peak: 541.42 KiB) ]