• 1 Post
  • 32 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle


  • But also more generally, the whole attitude of “you’re just a Luddite who’s HOLDING US BACK!!” that people do. See also systemd.

    (I don’t like systemd for completely different reasons (political rather than technical) but the very similar “you just need to get with the times!!!” attitude is also a massive turnoff for basically the same reason.)

    (Also see also Rust. Ditto.)

    By contrast, Pipewire? Legitimate improvement. It’s not just a “change bad” thing. There’s a reason Wayland/systemd/rust are controversial and Pipewire isn’t. A lot of it is the attitude, I think. People aren’t forcing Pipewire, either, and on the app side most stuff seems to still be the Pulseaudio API which is completely fine and means you can use either.


  • Hah, yeah, you probably don’t have a CRT monitor!

    Having custom resolution support is INCREDIBLY important for them, because they have no native resolution and you can just throw pretty much anything at them and it looks fantastic. It’s great for getting high refresh rates in games, especially since decreasing the resolution means you don’t have to work as hard for that framerate, without the nastiness of upscaling.

    And also our monitor reports 1280x1024 as the highest resolution. Which… is the wrong aspect ratio. ??? So we NEED custom resolutions to even have a usable monitor.

    KDE finally came out with support for this… in a version that’s not in Debian yet… like, one major release before dropping X11 support completely. And pretty much every other desktop on the planet is just out in the cold (except for all the window managers that base off of wlroots or something, I think it has an equivalent). Gnome? Good fucking luck.

    Oh and screenshot tools. Those are tied to the DE now! Want to use a competing screenshot tool? You just… uh… can’t. I mean we’re on KDE and Spectacle is pretty great so it doesn’t really affect us, but if we didn’t like Spectacle, we’d be more or less screwed under Wayland.

    Also scaling the screen. I don’t mean widget toolkit scaling. I mean e.g. integer scaling the screen pixels from 1920x1080 to 4K, a simple 2x2 for 4K TVs, or what-have-you. (Because 4K TVs don’t do this themselves even though they really should.) Or going the other way, rendering at 1280x960 and then downscaling to 640x480 so our CRT can get 120Hz. Easy on X11. Straight-up impossible on Wayland.

    Oh yeah, and did I mention temporarily (not as default) disabling our PS4 controller’s trackpad from working as a mouse, without disabling any other trackpad on the system, without disabling its ability to work as a button or whatever in Steam Input? That too.

    Stuff like that.


  • I don’t think anything defaulting to Wayland is guaranteed trash, but I also think there should be way more X11 pitchfork people. Or at least less hatred directed at them when they pop up.

    “just get with the times it’s THE FUTURE and you’re not allowed to say no!” is… not cool. Especially when Wayland is unusable for anything outside of “the ordinary”, by design.

    – Frost











  • Yeah, personally I don’t really like the GPL* (for stuff that isn’t actively of interest to companies), but this kind of stripping the GPL from an existing project is just, gross. Definitely seems like an active attempt to nuke it and take it over.

    (*because I like it when other open source people can use a given piece of code e.g. I wrote, and I’m not particularly picky about whether they agree with me on what specific form of open source is best; wanna use my MIT or public domain code in a GPL project? go for it!)

    (s/open source/free software/g if you’re one of the “open source isn’t REAL FREE SOFTWARE!!!” people; I use the terms interchangeably, bite me)

    (also I get using the GPL for stuff that companies would actively want to take over. Like, apparently, this project.)

    – Frost



  • This is why we run Gajim 1.9.5 in flatpak.

    Which. Got removed from flathub, so to install it on our laptop, we had to do some kind of weird flatpak sideloading thing.

    On our laptop we’ve been using Gajim 2.something from Debian 13 (our desktop runs testing so we can’t do that there). It’s not Full Gnomified. It also locks up whenever we try dragging a picture into the chat window to send. So… yeah.

    Someone should fork Gajim pre-2.


  • I had a poke through Kate’s settings… try going to Editing > Auto Completion and turning off keyword completion?

    It says

    Keyword completion provides suggestions based on the keywords which exist in the document’s language.

    which sounds promising. I guess they just added e.g. “English” along with all the programming languages, heh (in a programming language it would autocomplete stuff like “if” and “for”).

    … I tried turning it off though and it didn’t seem to help, which is weird, because it looks like it should.

    – Ylfingr