linutil
linutil copied to clipboard
DWM-Titus Packages Bug Fedora 40
Describe the bug
When the dwmtitus-setup.sh script is called when trying to run the DWM-Titus Application Setup on Fedora Server 40 the compilation will fail because the X11 headers are not installed.
To Reproduce
Steps to reproduce the behavior:
- Go to
Applications Setupand selectDWM-Titus - Fill in your elevation passwords in order to continue down to where dwm is compiled
- See compilation error in
drw.cfor it not being able to findX11/Xlib.h
Expected behavior
DWM compiles successfully leaving behind the dwm executable
Screenshots
Additional context
This specific error can be solved with by running the following
dnf install libX11-devel libXinerama-devel libXft-devel
However there's is still another set of headers which must be installed with dnf install imlib2-devel
I haven't been able to test yet but this can likely be fixed by updating the script here