The GTK3 port has been in the making for a very long time. Long before anyone even mentioned GTK4. Porting an application to a different GUI toolkit is a lot of work.
The GTK3 port has been in the making for a very long time. Long before anyone even mentioned GTK4. Porting an application to a different GUI toolkit is a lot of work.
How is Nushell? Is it stable?
Anyway, I’m just spitballing. Good luck with your project!
It’s basically one click in VS Code. It’s more clicks in Sublime. 🤷♂️ Turning Sublime to a full blown IDE for a bunch of different programming languages takes work and I’m lazy.
I have my eye on Regolith. Sadly it seems to be only available on Ubuntu and its derivatives, because they rely on apt
.
8 DEs aren’t enough for you?
They are, but a man can dream. And thanks for the tip!
It breaks some system keyboard shortcuts
And so does Sublime Text: CTRL+SHIFT+U for inserting Unicode characters doesn’t work in it. :(
I recently switched from ST4 to VS Code (Codium actually) because of this and because it’s easier to set up a Python debugger.
Cool concept. I really appreciate the “independence” from the project after the installation. It would be cool, if the author preconfigured some less common DE/WM alongside the ones they package now. I yearn for a distro with a preconfigured tiling WM, so I wouldn’t have to use my half broken i3wm setup.
I was an avid Minecraft player in my teens. It being cross-platform (basically 100 % compatibility) made my switch to Linux quite painless; if Minecraft did not work, I probably wouldn’t install Linux.
This is the library one of the Lemmy summarisation bots uses. It can be used as a CLi utility.
I don’t think people who use spaces press spacebar four (or who knows how many) times.
That sounds terrible! I am already not very good at managing the charge of my phone.
Genuine question: How do you manage not to lose one of the earbuds?
Also what the fuck does the author mean when he says ubuntu is special¿?
There are two ways I read that:
Keep an eye on niri. It’s a Wayland scrollable tilling WM inspired by PaperWM, but it’s a work in progress. Other than that, nothing that would fit your criteria comes to mind. For example, i3wm might be made to behave the way you’re describing, it would definitely require some hacking.
I know USB-C is more robust than MicroUSB, but that doesn’t feel like it’s good for the connector. I’d much rather have a bit thicker (Apple said they’re getting rid off the jack to make their phones thinner.) or a bit less waterproof phone (not having a massive hole in the phone helps to waterproof it), than to loose the headphone jack.
Same. I can’t imagine having to remember to charge my headphones.
Regolith packages preconfigured i3wm (and now Sway) alongside basic utility apps (file manager, image viewer etc.) and GUI configuration manager. Notifications and similar stuff, which you have set up manually in some window managers, works out of the box. I’d call Regolith a full blown desktop environment. Too bad it’s intertwined with apt
so much, so porting it to distributions other than Ubuntu and Debian is complicated.
Ubuntu uses their own font family. I think it’s one of the only distributions with its own custom font, but I might be wrong. The Unicode coverage of the Ubuntu font is not very big compared to Google’s Noto font family, which many distributions switched to as default. But it mostly depends on the DE — Gnome uses the Cantarell font, KDE uses the aforementioned Noto font.
I can’t imagine writing a whole book in Markdown. I couldn’t live without the ability to create my own macros (like I can in TeX). But I digress. Those bad page breaks could perhaps be solved by using the nowidow (or any similar) package. If that doesn’t work, manually put \pagebreak
or \newpage
before the offending lines.
Keep up the good work! :-)
Yes, it shouldn’t. Unfortunately, the developers of GTK thrived on changes to the API during the GTK3 era. I don’t know why Go devs don’t (and I am indeed very glad that they don’t). Perhaps it’s because of the different structures of the development teams or perhaps because GTK has more hazy goals. 🤷♂️