Open IAmSegfault opened 2 years ago
After a little further investigation, it looks like this is an issue with winit. Ubuntu 22.04 defaults to using wayland and most likely winit has not been updated to work with it 100%. This looks like it could be used as a temporary workaround.
You can force xwayland usage with env var
WINIT_UNIX_BACKEND=x11
, see docs.rust-windowing/winit/issues/1967
Is this something that would need to be done with Bracket-lib's cargo.toml or mine?
I ran into some strange behavior on a fresh install of Ubuntu 22.04. As you can see from the image, the titlebar decoration does not use the system default decoration and the title name is not displayed even with the following code:
I'm assuming that this has to do with the way Bracket-lib is working with a dependency like winit. I was not able to reproduce the issue on another machine running Ubuntu 20.04. In addition when running the executable either directly or from a rustrl.desktop file, the name of the application that shows on the top bar says "unknown". I'm not sure if this is somehow related to the first issue of the name not appearing in the titlebar.