Kai Koehler

Results 18 comments of Kai Koehler

This comment from the other thread works for me: https://github.com/zen-browser/desktop/issues/9229#issuecomment-3126353298 Specifically this part: > Go into about:config and look for ui.systemUsesDarkTheme. If it's not there, add it as a Number...

Ah yes I saw that; I had hoped it was a different bug, but now it seems less likely. Are there any known dev chats? Perhaps issues aren't the preferred...

Sure, here it is: [sat.log](https://github.com/user-attachments/files/20918452/sat.log)

Here's what I ran to get the log: `RUST_BACKTRACE=1 RUST_LOG=debug xwayland-satellite 2>&1 | tee sat.log` This could be getting the wrong thing though. I'll see if I can dig through...

Looking at the timing on the satellite output, it stops for a second on this: ``` 2025-06-29T05:59:49.904Z DEBUG xwayland_satellite::xstate > ChangeProperty failed (Window { res_id: 0 }: X(Window(ValueError { response_type:...

I ran a diff on the wine log between the crash state and the functional state and am seeing this in the crash log but not in the functional one:...

Cool, no rush! Here are a couple gists by @tylerjl that have some packaging for nirius if that's helpful :) https://gist.github.com/tylerjl/a7680c041c98d7cb1db2019e6256ab01 https://gist.github.com/tylerjl/36f436a2182b5f724c0011f57bb7368b

Was having a similar issue where no devices would show up in `shift + d` menu. Adding the spotify connect functionality (https://github.com/aome510/spotify-player?tab=readme-ov-file#spotify-connect) fixed it on my end, so I figured...