I make things: electronics and software and music and stories and all sorts of other things.

  • 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • The modern version of Gtk and its APIs started with the switch to Cairo back in Gtk 2.8 circa 2005. While Gtk 3 and 4 have undoubtedly improved upon Gtk 2, they fundamentally still work in a similar paradigm and still have all the crust of a 20 year old library. Like most old software projects, it has some level of backwards compatibility and deprecates and adds slowly. Gtk is, like, the definition of legacy, and Qt is in a similar boat. They’re OLD old.





  • Could it have been because of Librewolf?

    Some issues definitiely were, but I also noticed issues when going back to regular Firefox and on Firefox mobile and Mull (which is sorta like Librewolf principles but for FF Mobile).

    it was mainly because Google could afford to implement new standards faster than Mozilla could

    I think that’s exactly what happens.

    It definitely wasn’t Firefox’s fault for the compat issues.

    Websites would work for months, and then one day only work in Chromium browsers. Sometimes they’d come back. Sometimes only parts would fail. Sometimes they’d never come back. These sites were changing things and breaking Gecko compatibility, but never Blink compatibility. I’d try turning off all the privacy settings, disabling ad blockers and extensions too, but nothing could fix it except using a Blink browser.

    So I don’t blame Firefox/Librewolf for this, but it also means I suddenly couldn’t, say, access my loan payment as an example in Firefox. That’s one that broke. I need that to work. It works in Chrome, but not in FF (actually I think it came back to working in FF eventually)

    I was always having to have 2 browsers installed, Firefox-based for most things and a Chromium-based backup.

    One day I realize that it doesn’t make sense to use a FF-based browser, since if I have to have a Chromium-based backup anyway, I might as well just use a Chromium browser. I didn’t want to use a it, I’m generally against it Blink, but I feel that Gecko has already lost the war. I have no choice. FF is not long for this world




  • Slint

    I really like Slint.

    It has Python bindings, tho you wouldn’t know it from the docs as it’s brand new bindings.

    However, it does WORK, and it works well.

    Just look for python files in the examples and reference the slint docs (it uses its own UI lang for that stuff anyway).

    I’m currently making an application in Python using Slint, and I really like it.

    It also supports embedded systems, the web, and multiple languages, AND since it has its own UI lang, you can reuse parts of your UI code across different codebases

    It seems to suit your use case.

    Godot

    Other than that, I second Godot.

    HOWEVER

    Godot’s GD Script is not Python but rather a Python-like language. (in fact, in some ways, I’m glad it’s not; there are things I prefer in GD Script).

    This is important as you may want to use specific Python libraries which won’t work with Godot!

    You can, however, use GD Native to bind C++ code and thus C++ libraries, so you’ll still be able to get done whatever you need to get done.

    Iced

    If you’re not tied to Python, then I recommend the Rust library Iced as it is a very intuitive system. I really enjoy working with it.

    Although, that said, Slint has great support for Rust, so maybe I’d recommend Slint anyway if you were gonna change language.

    Warning Against Legacy

    Avoid GTK, Qt, and TK at all costs imo. Also WinForms if ur on Windows.

    They’re old and crusty, and their APIs suck to use, even modern versions, and despite being aged, they’re buggy still, not robust “tried-and-true” methods.

    It’s also hard to do dynamic stuff with them.

    Just not well designed systems. Important, valuable to know bc they’re used all over, but not well designed

    Immediate

    I would also try ImGUI.

    It’s meant more for gamedev UIs rather than Apps themselves (tho I’ve made a couple in it)

    BUT

    It’s a totally different way of doing UI called “Immediate” bc you program the elements in a big loop, rather than event driven.

    It’s interesting and worth trying as a learning experience

    React

    And ofc, the Javascript/Electron world is huge and React is very popular with lots of tools. At least read up on it.


  • Well, it’s gotta be a tiling system. And a good one. At this point I can’t function in a non-tiling environment. Specifically a manual tiler with an auto-tile a la i3 w/ i3-alternating-layout or a dynamic tiler that still let’s you break stuff (doesn’t really exist).

    It’s just a better way to use a computer, and I can’t go back. It’s so much nicer. I would stop using a computer before I go back to dragging windows around.

    And that rules out most DEs. It rules out Mac OS and Windows, as well, but at least on Windows I can almost get by with Fancy WM. It’s “okay.”

    And speaking of just getting by, that’s Polonium with KDE. KDE is pretty good as an “environment,” but it doesn’t have a tiler that meets my needs, or at least I thought it didn’t until recently. Then I discovered Polonium. It works pretty well. Used it for several months (and still do on one machine). It’s very bare bones tho, and is hard to configure the handful of floating windows I do want like popups. So KDE is just scraping by.

    GNOME on the other hand has the excellent Pop Shell 2. But well, GNOME is GNOME. It’s buggy when you try to use it a different way than intended. God forbid I want Qt, Gtk2, Gtk3, Gtk4, and libadwaita apps to all look nice on my system! It’s clunky, but the tiling is excellent at least.

    Now you mention XFCE. So what about that? You could use i3 as the WM for Xfce. I used i3 for years and years and years as my WM and know how to build a DE around it. Why not use Xfce + i3?

    Well, the thing is X11 is as good as dead, and while XFCE now supports Wayland, you can’t use a tiling system with the Wayland version of XFCE.

    So what does that leave me?

    Nothing. At least for a full on DE, which is what you asked.

    There is not a single (pre-made) Desktop Environment that suits my needs. Not a one. Either it doesn’t support good tiling, is too rigid, or hasn’t switched to Wayland.

    My only options are:

    • Roll my own DE built around Hyprland/Sway, and since I’m on nvidia, those aren’t fantastic options (albeit Hyprland works a lot better on Nvidia these days), and that’s what I’m using.
    • Deal with the slight annoyance of the under-implemented Polonium in KDE

    Right now I’m on Hyprland. May go back to KDE bc multi monitor is being weird on Hyprland rn.

    My one hope is that COSMIC polishes itself up and gets to its first real release.