You are not logged in.
Pages: 1
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
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
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
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
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
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 540.58 KiB (Peak: 541.42 KiB) ]