As title says. Obviously I could setup different virtual machines or spend the time and install all the DEs in one VM if it is even possible without breaking the OS. I’m wondering if there is an already made iso or something that installs all the maintained DEs for trying.

  • flashgnash@lemm.ee
    link
    fedilink
    arrow-up
    25
    ·
    10 months ago

    NixOS. You can change DE by editing a couple lines in your config, running sudo nixos-rebuild boot and rebooting

    • GreyBeard@lemmy.one
      link
      fedilink
      arrow-up
      12
      ·
      10 months ago

      I agree with NixOS as a good choice for this. The most important bit for me is it cleans up really well when you switch. Every other distro I’ve tried tends to leave a lot of mess behind and a lot of duplicate function apps.

      • mvirts@lemmy.world
        link
        fedilink
        arrow-up
        6
        ·
        10 months ago

        Just be ready to clean out your home, maybe add a new user to test them. I set up KDE then went back to gnome and it broke my cursors somehow… nbd but it’s a bit annoying

        • GreyBeard@lemmy.one
          link
          fedilink
          arrow-up
          2
          ·
          10 months ago

          Can’t say I’ve seen that yet, but it is a good point. Your home directory might still get a little messy. I think the thought of using the config to me a user per-desktop environment you test is problem a good idea.

    • Atemu@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      As in, build a NixOS VM that’s otherwise the exact same as your current system but with a different DE enabled. nixos-rebuild build-vm

      • MonkCanatella@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        nixos-rebuild build-vm

        wow. I gotta check out nixos. That is incredible. Do you happen to know if fedora silverbue or any of the other immutable distros do this, or is this something specific to nixos?

        • Atemu@lemmy.ml
          link
          fedilink
          arrow-up
          4
          ·
          edit-2
          10 months ago

          Guix might also be able to do this but I don’t think the others can.

          This relies on NixOS’ declarative configuration which Silverbluae and the like do not have; they are configured imperatively.

          • MonkCanatella@sh.itjust.works
            link
            fedilink
            arrow-up
            3
            ·
            10 months ago

            I did some research yesterday and it looks like silver blue has some rebase command that does something similar. Universal Blue is using that to make it easy to switch between DEs, netting a very similar result!

      • Chewy@discuss.tchncs.de
        link
        fedilink
        arrow-up
        0
        ·
        10 months ago

        Thanks for explaining. I’ve come across build-vm and I should really try it out. Rebooting just to roll back isn’t fun

        • Atemu@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          10 months ago

          Well, you can roll back with a switch too; no reboot required.

          The VM protects you from accidental state modification however (i.e. programs enabled by some DE by default writing their config files everwhere) and its ephemeral nature makes a few things easier.

    • jcarax@beehaw.org
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Yeah, I can’t see other options other than this or VMs being worth the trouble.

  • KᑌᔕᕼIᗩ@lemmy.ml
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    10 months ago

    All modern distros let you install them all and just select which one you wish to use from the login screen. You don’t need NixOS or anything specifically to do this, in fact it’s easier on other distros because usually nothing more than installing the packages is required, no config editing, rebuilding or even rebooting.

    • Alex@feddit.ro
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      You will have a lot of dependencies, apps and broken themes/configs left from the other DEs.

      • KᑌᔕᕼIᗩ@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        10 months ago

        If that’s happening on your distro then try any of the modern big names and it’ll be fine. Left over cruft being a problem beyond some extra disk space usage is a thing of the past.

  • d3Xt3r@lemmy.nzM
    link
    fedilink
    arrow-up
    8
    arrow-down
    2
    ·
    10 months ago

    BlendOS. You can easily switch between DEs without any conflicts or dependency hell, as they’re all containerised (and would therefore perform better than running them inside a full-fledged VM).

  • Shareni@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    Arco -B has the widest range of DEs and WMs at install that I’ve seen so far. Almost all of them are modded to have a unified control scheme, but the appearance is usually close to vanilla.

  • lalo@discuss.tchncs.de
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    It would be best to try every single one separately, otherwise you’ll have dozens of programs that do the exact same thing, like file explorers.

    That said, with Fedora you can list available desktop environments using the default package manager, dnf. In a terminal use the dnf group list command to list all available desktop environments:

    dnf group list --available *desktop

    Install the required desktop environment using the dnf install command. Ensure to prefix with the @ sign, for example:

    dnf install @kde-desktop-environment

    After trying the DE, you can remove it with:

    dnf remove @kde-desktop-environment

    • Bruno Finger@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      10 months ago

      Thought fully switching a desktop environment up to your login screen and all is a little more complicated and can end up bricking your system if you don’t know what your doing. For those cases, you also would need to swap the system identity. Not entirely sure what was the command right…

  • Lyfja@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    Universal Blue

    They offer pretty much every DE and since it’s immutable/atomic you can just easily rebase between them using their image list

    • Chewy@discuss.tchncs.de
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      10 months ago

      This doesn’t work well in practice when switching between Gnome and KDE. Both change configuration in /home, which might break theming and results in strange behavior.

      Logging in with a different user for each desktop environment does prevent such issues. Or alternatively deleting the right folders in ~/.config should fix it too.

      • MonkCanatella@sh.itjust.works
        link
        fedilink
        arrow-up
        1
        ·
        10 months ago

        In that case, wouldn’t it be possible to try this on any distro? Just make a new user per DE? Also, I think what they’re pointing out is that you can change DE and rollback to where you were before

        • Chewy@discuss.tchncs.de
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          10 months ago

          Installing multiple distros at the same time would cause issues because of additional software most DE’s come with (image viewer, …). But yes, it’s possible to switch DE by uninstalling the desktop package group and installing another quite easily. Especially with btrfs snapshots it’s simple to roll back.

          Yes, it’s possible to rollback with ublue but that won’t roll back changes in the home directory. So if you switched from Gnome to KDE and then back to Gnome the additional configuration from KDE might conflict with Gnome (especially theming breaks easily).