fxbot

Results 25 comments of fxbot

> I've tried what you suggested above, and it ran, but with the error shown in the image. Interesting. Can you upload the debugging log from when that occured? You...

> sorry it got me some time to do it. [2025-12-13T00:51:19+03:00.log](https://github.com/user-attachments/files/24136238/2025-12-13T00.51.19%2B03.00.log) This is with this environment variable set, right? What version of the Nvidia drivers are you using?

> edit: I have it set like the image, the path is the only difference This path does not exist within the Flatpak runtime and only applies to the host...

> [@effectsbot](https://github.com/effectsbot) I've tried it the way you told me and the logs output was the same when the environment variable was set and unset, and in both cases it...

Turns out that the EGL environment variables did nothing either. However, the latest Nvidia driver version (580.119.02) includes a fix related to EGL on X11/Xwayland. Can you try reproducing this...

Hello, again. Can you check if the flickering under Vulkan / D3D11 + DXVK is still present with this Wine build, preferably with the Flatpak? https://github.com/vinegarhq/wine-builds/actions/runs/20346073741/artifacts/4915231436

> Hmm... I think maybe there should be an option to set the `Name=` key that formatted? For example, `--format-name='{Name} bubble'` where `{Name}` will be replaced with original key. Sounds...

Hello. I'm using Thunar as my file browser.

> Not sure about Thunar but for example GNOME Files requires to own a specific D-Bus name in order to work. This means it incompatible with sandbox isolation as Files...

Found a workaround for this. I'll be using it in the meantime: ``` raw_dbus_session_args = [ "--own=com.steampowered.*", "--own=org.xfce.Thunar", ] ```