-
when i run make, i get this:
```
ubuntu@udoobuntu: ~/bspwm $ make
cc -std=c99 -pedantic -Wall -Wextra -I/usr/local/include -D_POSIX_C_SOURCE=200112L -DVERSION=\"0.9\" -Os -c -o bspwm.o bspwm.c
bspwm…
-
I want to port X Event driven program from Gdk to pure XCB and GLib
-
Hello, this is first most importat bug about building.
In file src/Makefile, linking command:
${CPPOBJS} must be placed before libraries list, actually supplied by ${LDFLAGS}.
GCC docs say, that this…
-
### Describe the bug
While testing OpenBoard in a KDE Plasma Wayland session, I noticed that its user data directory depends on whether QT_QPA_PLATFORM is set to xcb or wayland.
### To Reproduce…
-
I'm having trouble with `-g`. To illustrate, I added the following call to `fprintf()`:
``` diff
diff --git a/lemonbar.c b/lemonbar.c
index cfd4d9b..d5c1d55 100644
--- a/lemonbar.c
+++ b/lemonbar.c
@…
-
hi, thanks for creating this software.
i tried to install it on ubuntu from snap, but i am facing this error
is there anyway to fix it?
This application failed to start because it could not find …
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
RAM consumption is too much. Increasing in GBytes in days. I'm using a USB Video Grabber and then doing ambilight…
-
## Overview
Window titles may be updated asynchronously and independent of other window
manager events. The most notable example is probably web browsers, which
typically set the window title to …
-
Currently, we use a mixture of xcb-util-keysyms calls and libxkbcommon{,-x11} calls. As @bluetech explains, we should be able to switch entirely to libxkbcommon{,-x11}:
"""
It should be possible to r…
-
Hi,
I'm trying to use Überzug++ in [yazi](https://yazi-rs.github.io/).
I noticed that image previews don't work over SSH with X forwarding. `DISPLAY` is declared, so yazi tries using ueberzugpp,…