• theunknownmuncher@lemmy.world
      link
      fedilink
      arrow-up
      79
      ·
      2 months ago

      This applies when RAM is used as temporary cache or something that can be instantly freed the moment it is needed otherwise. This doesn’t really work for justifying higher RAM use by KDE, unless you would never need that RAM for anything else anyway.

      I use KDE because it is good, though. Also I don’t think KDE even uses more RAM than other DEs that are designed to be lightweight. Last time I compared, it used the same or less memory as LXDE.

      • supermarkus@feddit.org
        link
        fedilink
        arrow-up
        47
        ·
        2 months ago

        Also I don’t think KDE even uses more RAM than other DEs that are designed to be lightweight. Last time I compared, it used the same or less memory as LXDE.

        Firefox without any website loaded uses more RAM than a full Plasma session.

        • catdog@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          The difference being that in the one of those cases you still need to open a browser instance before you are able to browse the web.

          • supermarkus@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            The difference being that in the one of those cases you still need to open a browser instance before you are able to browse the web.

            Firefox is absolutely unusable on that PC. Falkon runs much better.

        • OwOarchist@pawb.social
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          And KDE can be even more efficient if you go into the settings and tweak things a bit, turning off some unnecessary features that are on by default.

            • OwOarchist@pawb.social
              link
              fedilink
              English
              arrow-up
              1
              ·
              edit-2
              2 months ago

              Which features are unnecessary?

              Well, depends how you’re using it. In my case, for example, I don’t have a printer, so I could turn off the entire print manager system/service and save a bit of unnecessary RAM. And if you’re trying to be economical about RAM usage, things like fancy window decorations, window animations, and other purely aesthetic stuff like that can of course go. But, really, what features are necessary versus unnecessary will depend on you and what you’re using your computer for.


              Or did you just mean what features does KDE have?

              In that case, the answer is basically, all the features. Like, KDE is the quintessential ‘everything and the kitchen sink’ desktop. You name it, they have it … or it can quickly and easily be added. Any feature you can think of from any other OS or desktop, chances are KDE already has it or at least can do it with just a little tweaking.

              For an example, I think my favorite feature would be the ability to set custom window rules for each application or even each sub-window within an application. Setting rules that dictate the size and placement of that app’s windows, their transparency, which virtual desktop they open in, whether they show up in the taskbar or not, whether other windows can cover them up or not, etc. I use those rules extensively in my workflow to make sure each app always goes exactly where I want it on my multiple monitors, stays there, and behaves just how I want it to. (For example, I want my system monitor to be 80% translucent in a certain corner of the screen. I want my timer app to always stay on top, and in a particular location on a particular screen, I want my time tracking spreadsheet open on all desktops, but always in the background so it never covers any other window, and not cluttering up the taskbar. I want the terminal to always open maximized on my left monitor, and for it to be 100% visible when active, but 80% translucent when not active. With window rules, I can make all of that happen.)

      • chellomere@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        2 months ago

        Also, higher ram usage by programs makes it less likely that their actively used RAM (ie what it is actually currently using) fits in your CPUs caches, making them run slower.

      • OwOarchist@pawb.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 months ago

        Also I don’t think KDE even uses more RAM than other DEs that are designed to be lightweight. Last time I compared, it used the same or less memory as LXDE.

        Yep. KDE is feature-rich, but it’s also highly optimized these days, and the RAM usage is actually competitive with the best of them.

        You can get RAM usage lower on a very stripped down, barebones system, but if you want a full ‘normal computer’ desktop experience that has all the things you’d expect a computer to have, you’d be hard-pressed to find one that uses significantly less RAM than KDE. (Yes, there are some that get lower … but not a lot lower. And unless you’re running on some extremely limited hardware, are those extra 20MB of RAM really going to make a difference in your everyday life?)

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      18
      ·
      2 months ago

      It’s just really oversimplifying memory usage. OS designers had that same thought decades ago already, so they introduced disk caching. If data gets loaded from disk, then it won’t be erased from memory as soon as it isn’t needed anymore. It’s only erased, if something else requests memory and this happens to be the piece of “free” memory that the kernel thinks is the most expendable.

      For example, this is what the situation on my system looks like:

      free -h
                     total        used        free      shared  buff/cache   available
      Mem:            25Gi       9,8Gi       6,0Gi       586Mi       9,3Gi        15Gi
      

      Out of my 32 GiB physical RAM, 25 GiB happens to be usable by my applications, of which:

      • 9.8 GiB is actually reserved (used),
      • 9.2 GiB is currently in use for disk caching and buffers (buff/cache), and
      • only 6.1 GiB is actually unused (free).

      If you run cat /proc/meminfo, you can get an even more fine-grained listing.

      I’m sure, I could get the number for actually unused memory even lower, if I had started more applications since booting my laptop. Or as the Wikipedia article I linked above puts it:

      Usually, all physical memory not directly allocated to applications is used by the operating system for the page[/disk] cache.

      So, if you launch a memory-heavy application, it will generally cause memory used for disk caching to be cleared, which will slow the rest of your system down somewhat.

      Having said all that, I am on KDE myself. I do not believe, it’s worth optimizing for the speed of the system, if you’re sacrificing features that would speed up your usage of it. Hell, it ultimately comes down to how happy you are with your computer, so if it makes you happy, then even gaudy eye-candy can be the right investment.
      I just do not like these “unused RAM is wasted RAM” calls, because it is absolutely possible to implement few features while using lots of memory, and that does slow your system down unnecessarily.

    • ジン@quokk.au
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 months ago

      I read this same principle in an arch or gentoo forum/manual. I can’t even think of an argument against it tho? Unused anything is wasted by definition isn’t it? I know I’m missing something obvious somehow

      • ozymandias117@lemmy.world
        link
        fedilink
        English
        arrow-up
        9
        ·
        2 months ago

        The problem with the simplified phrase is that your computer is expected to run more than one program at a time.

        If you are only running one program, it should certainly use all the RAM of your system.

        However, your desktop, laptop, phone, tablet, game console, etc. all run hundreds or thousands of programs at the same time. Each individual application should optimize RAM usage so the whole system can work together.

        Another commenter in the chain talks about disk caching, which is what the phrase “unused ram is wasted ram” came from

        It’s been coopted by application programmers who don’t want to optimize their software

        • ジン@quokk.au
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 months ago

          what? yes, an unused weapon is still a wasted weapon. I know I’m missing something tho

            • ジン@quokk.au
              link
              fedilink
              English
              arrow-up
              1
              ·
              2 months ago

              Can we try a different example or a declarative statement that negates my implied claim that in any case where a thing is unused, it must be categorized as waste by definition? The previous questions seem obviously clarifying of nothing. I know they’re probably clarifying once your point is known, but because the point remains unknown to me, I can only perceive them as empty Socratic dialogue? I know it’s not, I’m just trying to express more definitively how confused I’m getting lol

  • brucethemoose@lemmy.world
    link
    fedilink
    arrow-up
    42
    ·
    2 months ago

    IDK what y’all are on about. KDE + Khronkite uses very little RAM. There are a few background things you can disable if you don’t need them to make it even leaner.

    It also just works, with so many integrations, all maintained for you.

    My brief foray into discrete WMs like Sway was nostop “oh, it doesn’t have a WiFi manager? Oh, no sharing? Oh, no…” and I ended up having to install a bunch of stuff manually, manually configure it all, tie them together with some scripts and services that break with updates, and find out I did a no-so-great job because I haven’t spent literally thousands of man hours in integration and ended up using a lot of extra disk space and RAM anyway!

    Breathes.

    So yeah. Big DEs are nice. And lean, mostly.

    • Limerance@piefed.social
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 months ago

      Yes, for window managers, it’s worth finding a good strongly opinionated distro or script to start with, so you don’t have to hunt down and configure a dozen tools.

      ML4W, Dank Linux, Zirconium, Omarchy come to mind

          • Hule@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            2 months ago

            I use EndeavourOS. Both are in the AUR, so it was really simple. (obligatory mention of the greatness of Arch Wiki)

            The hardest part was figuring out how to get Waybar to disappear. It was showing below the Noctalia menubar.

  • muusemuuse@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    38
    ·
    2 months ago

    KDE is a LOT lighter than it used to be. The migration to plasma was ugly but they definitely got their shit together. Resource wise, it’s fine. You can run it in a pi.

    GNOME is unapologetic resource wise. It’s like living with an asshole roommate that doesn’t understand why everyone hates him. It’s not getting better. KDE is.

    • UnfortunateShort@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      While I agree with you, it’s not like GNOME consumes so many ressources that it affects the average person’s experience.

      Personally, I think GNOME is much more self explanatory. Whatever environment you come from, even if you have no computing experience at all, you will probably get stuff done with GNOME.

      With Plasma, I noticed that people with low tech-skills struggle a lot more, because they are less crazy about making everything super duper extra obvious (especially how to configure stuff)

      • muusemuuse@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 months ago

        Where is maximize? Where is minimize? I see windows on the screen but no window buttons other than close.

        It’s windows 8 all over again. A touch interface whether you like it or not.

  • Snot Flickerman@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    15
    ·
    2 months ago

    KDE is premier for a modern system, but I have a handful of low-power devices where XFCE or LXQt are a lot more useful despite disliking their interfaces.

    XFCE is great for mid-range old devices, and LXQt is great for dogshit old devices.

    • supermarkus@feddit.org
      link
      fedilink
      arrow-up
      11
      ·
      2 months ago

      XFCE is great for mid-range old devices, and LXQt is great for dogshit old devices.

      What’s this device in your scale from old doghit to old mid-range?

      Runs a full Plasma session just fine. The problem isn’t the desktop, it’s the web browsers, especially Firefox. Falkon runs OK.

  • matlag@sh.itjust.works
    link
    fedilink
    arrow-up
    14
    ·
    2 months ago

    KDE can be considered heavy only if your idea of a desktop use is to launch it and stop right there.

    But normally after that you launch apps and that’s where the magic happens: it is so integrated, apps barely add any more RAM usage on top.

    So instead of comparing DE x and y, compare what a desktop actively used looks like: browser? office suite? file manager? drawing app?

    Only then will you be able to compare you RAM usage from one DE to another. Everything else is comparing cars fuel economy when they’re all idle.

        • kittenzrulz123@lemmy.dbzer0.comBanned from community
          link
          fedilink
          arrow-up
          2
          ·
          2 months ago

          Tbh most optimizations save so little ram thats its impossible to notice, if you have 16gb or hell even 8gb of ram its hard to notice the minuscule amounts saved with a WM especially a Wayland WM such as Sway/Niri and especially Hyperland.

    • MattW03@lemmy.ca
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      Not sure about his experience but if he consider kde heavy. I can’t even imagine him using Cinnamon or (God forbid) Gnome.

  • LurkingLuddite@piefed.social
    link
    fedilink
    English
    arrow-up
    12
    ·
    2 months ago

    XFCE has always seemed to cover most any “normal” desktop experience I’ve ever needed, still even beating Windows hands down (as if that’s difficult, especially these days).

    Granted, I don’t use KDE Connect or … what ever else KDE has over XFCE. The styling options are fun, but I’m too old to care about style these days.

    I have NOT compared them to confirm any of the supposed lesser resource usage of XFCE, so if you’re going to roast me, tell me why (preferrably with direct data so we can all know).

    • Limerance@piefed.social
      link
      fedilink
      English
      arrow-up
      5
      ·
      2 months ago

      XFCE is great, although a little stale and slow to evolve. I used it for many years. Still remember when Thunar finally got thumbnail previews.

  • sleepmode@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    2 months ago

    I used KDE early on… around SuSE 7.3. It was a trash fire for a long time. Wildly unstable, would take so long to compile it was basically a meme in the community before memes existed in mainstream, and it was like every single random idea was implemented. Zero cohesiveness. Thumbed their noses at any kind of UI/UX standards. Gnome, of all things was the more solid option if you wanted a “desktop.” Weird to think about considering how that ended up. It has come a longgggggggggg way. Still not for me but after messing with it recently I was pleasantly surprised.

  • Paranoid Factoid@lemmy.world
    link
    fedilink
    arrow-up
    10
    ·
    2 months ago

    I run Plasma 6. Not because I like it but because I dislike it less than Gnome infuriates me.

    If lack of features and customizability is my biggest gripe with Gnome, crazy instability is my gripe with KDE. Plasma is fine on defaults, but once you customize (the way it’s supposed to work), KDE becomes plain unstable. The Wacom pen input settings panel is way better in KDE than Gnome. That’s the biggest reason I stay.

  • cannedtuna@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 months ago

    I was actually just considering trying out a different DE like Cosmic or a compositor like Hyprland, but idk if it’s just a “grass is greener” thing or not. KDE’s got a lot going on for it and switching between QT and GTK is a pain, and I’ve never used a compositor so idk what to expect.

    • Godort@lemmy.ca
      link
      fedilink
      arrow-up
      9
      ·
      2 months ago

      I switched my work PC to Pop a couple months ago and seriously gave Cosmic a try.

      I had issues with it remembering screen positions and monitor settings would get reset to default on every boot. I installed KDE last week and it was like changing to a comfortable pair of shoes. Everything magically started working exactly how it should.

      • lps2@lemmy.ml
        link
        fedilink
        arrow-up
        6
        ·
        2 months ago

        Cosmic is still beta but I’m excited for it none-the-less as I use Gnome with all the cosmic extensions today. I just find that KDE feels dated and limited and Cosmics ease of customizability is very appealing

        • Limerance@piefed.social
          link
          fedilink
          English
          arrow-up
          3
          ·
          2 months ago

          Niri implements a scrolling windowmanager like PaperWM instead of tiling like Hyprland. Tiling resizes your windows constantly, while scrolling only resizes when you want it to. If you keep opening windows, Niri opens them to the right of the last one on an infinitely wide workspace. Workspaces are organized vertically downwards. There’s no fixed number of workspaces, they grow on demand. There’s also a zoomed out overview showing you all workspaces and windows. Niri and Hyprland have some similarities though otherwise like lots of keyboard commands to move, resize, arrange windows.

          Niri is friendlier overall I would say. It’s worth trying both since they are distinct.

  • Caveman@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    I’m really interested in a tiling VM such as hyperland but I really like all the features of KDE. The latest release is absolutely massive and comes with “Save current theme”

      • Caveman@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        Looks good, I’m going to try it out. I’ve almost good a complete zero mouse setup on my computer and i only use it for websites. I go as far as to use the terminal to connect to BT headphones and to play/pause music.

    • Twongo [she/her]@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      hyprland looks good for screenshots but as soon as you update your system you’ll see that beautiful error box on top of your screen

  • ExLisperA
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    Last time I’ve checked KDE couldn’t handle independent virtual desktops per monitor and my tiling manger can so…

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 months ago

      Yeah, it likely won’t support that any time soon, because it’s incompatible with Extended Window Manager Hints standard.

      Having said that, Plasma 6.6 (which just came out) allows for having only a single virtual desktop on non-primary monitors, which is all I wanted, personally…

    • Samsy@lemmy.mlOP
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      With actual hardware, yes. But I use tiling WMs since where 2–4GB Ram was all my thinkpad has.