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 Setup and select DWM-Titus
Fill in your elevation passwords in order to continue down to where dwm is compiled
See compilation error in drw.c for it not being able to find X11/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
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:
Applications Setup
and selectDWM-Titus
drw.c
for it not being able to findX11/Xlib.h
Expected behavior
DWM compiles successfully leaving behind the
dwm
executableScreenshots
Additional context
This specific error can be solved with by running the following
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