I chose Debian 12 as a solid and stable base. Which of these shipped DEs is the best for this particular laptop series and Windows 10 like user experience?

GNOME 43, KDE Plasma 5.27, LXDE 11, LXQt 1.2.0, MATE 1.26, Xfce 4.18

Don’t know the exact laptop model and year, but here are some specs: IdeaPad, only HDD, DVD drive, shipped with Win 8 or 10 (I think), unbearably slow on Win 10 currently

Use case: office, web, movies (not streaming), things for non-tech-savvy users

Personally, I’m using Arch btw with KDE Plasma 6 on Wayland, so I would prefer this over other DEs, but Debian still ships version 5. Has anyone experience with performance on an old Lenovo laptop with any of the listed environments?

  • lemmyvore@feddit.nl
    link
    fedilink
    English
    arrow-up
    24
    ·
    3 months ago

    Whatever you choose, make sure you’re familiar with it since you’ll be the one that has to fix everything that’s wrong. 🙂

    I suggest not giving their user sudo rights and having your own user with sudo rights for installing apps, doing upgrades and so on.

    It will be very useful to have SSH installed if you need to assist them remotely.

    If you want to help remotely I also recommend Tailscale, it creates a “mesh VPN” private network where your PC and their laptop can see each other over an encrypted connection that can also break out of ISP NAT (no port forwards needed). Since it’s encrypted it’s ok to use simple unencrypted VNC to view their desktop to help when needed.

    I can give some pointers if you have a home server and want them to be able to use web apps on it over Tailscale. One very useful example is Syncthing, which can sync files between a folder on the laptop and your server, where you can back it up further incrementally with Borg Backup or whatever you use. You can sync their entire home directory if you want or you can just have a ~/Sync dir where they put only what they want.

    Last but not least, if you can swap the HDD consider putting in a SSD instead, the difference will be night and day.

    • Pantherina@feddit.de
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      3 months ago

      I suggest not giving their user sudo rights and having your own user with sudo rights for installing apps, doing upgrades and so on.

      Yes but upgrades should be automatic and not require any privilege escalation. There is nothing privileged about keeping your system up to date. Same for flatpaks.

      With a --user repo (in the flathub install command) you can let them install and uninstall their apps without any privileges, only to their user. Otherwise with a system repo they need to be in the flatpak group.

      It will be very useful to have SSH installed if you need to assist them remotely.

      That didnt age well ;D

      and yes complex stuff like Tailscale is needed as the only good VNC apps for Wayland dont have builtin servers for connecting without an IP (like RealVNC, TeamViewer or RustDesk have).

      Using NoIP could be an easy solution too though.

      Syncthing has versioning, I wouldnt even put servers in the game. Just backup their home to one of your machines (if that is okay for them).