In this episode of Zed Decoded, Thorsten talks to Mikayla, who's been leading the effort to Zed working on Linux, about the Zed's Linux version and how it's taking shape
In this episode of Zed Decoded, Thorsten talks to Mikayla, who's been leading the effort to Zed working on Linux, about the Zed's Linux version and how it's taking shape
I feel like they’ve got couple of things wrong or they base of outdated information.
The packaging, yeah it’s still a mess if you absolutely have to put it in a native system package, but building something like Flatpak would generally be better. Or just build binaries against some common runtime like Ubuntu LTS and other distros will figure out, there’s really not much more here. It really sounds like someone wrote it in 2000’s about all distros being completely different and it’s expected to fall apart if you attempt to run it on say Fedora. They’re really not that different today. Also, universal package formats exist.
They completely skip XDG desktop portals that can provide at least huge chunk of functionality they need. There’s really no need to talk to GTK or QT directly. simply require portals and use its function for choosing file or directory. That’s it, you’ve got native file picker that also works in sandboxes.
Some random one that appeared out of nowhere for mac only, seems the be from some company and because of that people are hyping the shit out of it.
Many places that never mentioned the other more known and editors like helix now suddenly are mentioning this one. It smells as a huge ad/marketing campaign. Not sure what the plans are for monetisation and the business plan.
It's a text editor from (at least some of) the people that made Atom at GitHub (with the explicit premise of learning from Atom/building a faster, better, Atom).
The business plan is to sell collaboration features (e.g., remote pair programming).
Yes, a code-oriented one meant to be very fast and responsive. It's pre-alpha on Linux but compiles without any fuss for me. I haven't spent much time with it, but the only bug I've seen so far is an uncommanded theme change when switching between files.
Compiled it yesterday on endeavourOS, it's just 3 or 4 commands so give it a try if you're interested. Still have to use it for coding but I set it as default for some source files and it does immediately open on click, with syntax highlight (I was searching for something like this)
Well, you got me to give it a try. The process seemed simple enough, but unfortunately my laptop hangs when I run cargo run --release, so looks like no Zed for me for a while (until someone builds a Flatpak).