someone13574

Results 75 comments of someone13574

> in that case it should probably be part of the package. might want to rename the binary to something else though I think it would be best to leave...

> Only problem is, checks don't seem to detect that said font for some reason... Because it’s only embedded in release builds. See https://docs.rs/rust-embed/latest/rust_embed/trait.RustEmbed.html

Can you give the output of `vulkaninfo --summary`? To me this sounds a lot like the symptoms of llvmpipe (software rendering) being used for the vulkan device.

Run with the `ZED_WINDOW_DECORATIONS=server` environment variable.

@tripplehelix Can this issue be closed then?

Its an environment variable. `ZED_WINDOW_DECORATIONS=server ./zed`

> Yep. Looks like we are not checking `XDG_CACHE_HOME` on linux It is checking `XDG_CACHE_HOME` on linux by calling `dirs::cache_dir()`. Also, can you remove the `linux` since this was filed...

Fairly certain that git blame integration will be broken in addition to the terminal+tasks and any language servers which don't have an sdk extension. Also dev-extensions and the cli.

Just tried building Zed with the changes in #145 and it still crashes with the same error. Can this be reopened? ``` libEGL warning: DRI3: Screen seems not DRI3 capable...

I’m also seeing the BadNativeWindow on my other computer (radeon igpu + Wayland). Haven’t tested on nvidia yet. I’ll try bisecting gpui to see how old it is. Are there...