Sami Liedes

Results 44 comments of Sami Liedes

Here's a backtrace I got. So far didn't manage yet to get a `RUST_BACKTRACE=full`. It sometimes works, sometimes hits this, and sometimes segfaults with the same target. ``` $ RUST_BACKTRACE=1...

Where does the "system font size" come from? I'm on Ubuntu, running regolith (essentially Gnome). After compiling keepassxc from source, the UI is fairly big. I tried the somewhere-offered strategy...

At least I was just building it from source and running it directly from the build/src directory. I assume that should use the system theme?

I just upgraded my Ubuntu to 24.04 and reinstalled regolith for noble from the testing repository. Now, regolith-control-center is something that anyway has refused to run for me since at...

> What is the value of ` XDG_CURRENT_DESKTOP`? ``` $ echo $XDG_CURRENT_DESKTOP Regolith ``` I saw on my other computer (running Arch and an obsolete regolith) that it's "Regolith:GNOME-Flashback:GNOME". Where...

> `Regolith:GNOME-Flashback:GNOME` is infact the correct / expected value. That holds true for Ubuntu 24.04 as well. I very recently did a clean install with Regolith and can confirm that...

Turns out switching to LightDM does change the environment variable to "Regolith:GNOME-Flashback:GNOME", so SDDM is clearly doing something differently. By the way, while investigating this, I discovered this code doesn't...

I know this is late, but I fought with the same Odyssey board, and I believe I have an answer to this. You can distinguish the devices by their address...

FWIW, it won't compile as C++99 anyway because of at least unique_ptr. Not that I would want it to, but if you use unique_ptr, there's probably no reason to not...

I spent some time looking into this. I think the root cause is a bit more fundamental. Basically, I think the [signal handling logic in main.cpp](https://github.com/Alexays/Waybar/blob/3d0fd14f3f26085d2669b0197ab23c241100a2b4/src/main.cpp#L77) is, I'm sorry to...