-
Some Linux environments do not have window manager, e.g. when Xvfb is used, or have EWMH-non-compliant window manager.
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build herbstluftwm
### Build log
```
pytestCheckPhase
Executing pytestCheckPhase
============================= test session star…
-
Output of `awesome --version`:
awesome v3.5.9 (Mighty Ravendark)
• Build: Mar 12 2016 01:11:40 for x86_64 by gcc version 5.3.0 (builduser@rw)
• Compiled against Lua 5.3.2 (running with Lua 5.3)
• …
-
The code wrongly assumes that XSizeHints contains unsigned int only, while this is not the case, leading to crashes if negative ints are found there
the crashes are like
```
blackbox: Window.cc:303…
-
Cloning into '/home/user/LightlyShaders'...
remote: Enumerating objects: 588, done.
remote: Counting objects: 100% (218/218), done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 5…
-
### What Operating System(s) are you seeing this problem on?
Linux Wayland
Window manager: Sway
### WezTerm version
wezterm 20211213-091602-1f958fa1
### Did you try the latest nightly b…
-
OS: Arch Linux
Kernel ver: 5.12.1-zen2-1-zen
Bash ver: 5.1.8
Python ver: 3.9.5
Caffeine-ng ver: 3.5.1
A recent update broke the caffeine workflow. Possibly it is `Python 3.9.5`. It could have h…
-
After update to picom 10.1-1 quits with this error message.
"picom: symbol lookup error: picom: undefined symbol: eglCreateImage"
### Platform
Manjaro 22.0.0
### GPU, drivers, and scre…
-
Hi! I am trying to write a function, that returns a name of window manager, this is my attempt:
```rust
pub fn get_current_wm() -> Result {
let (conn, screen_num) = x11rb::connect(None)?;
…
-
distro - kubuntu 22.10
kde version - 5.27.2
i'm trying to build lightly, but i can't seem to get it installed?
` mkdir qt5build; cd qt5build; cmake ../ -DCMAKE_INSTALL_PREFIX=/usr && make && su…