64
submitted 10 months ago by dansity@lemmy.dbzer0.com to c/linux@lemmy.ml

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.

all 47 comments
sorted by: hot top controversial new old
[-] McArthur@lemmy.world 43 points 10 months ago

Nixos would do the trick. Just swap the DE in your config and BAM, magic.

[-] hatchet@sh.itjust.works 11 points 10 months ago

This OS seems to have fixed all the things, based on what I constantly hear about it. Is Nix really all it's cracked up to be?

[-] McArthur@lemmy.world 8 points 10 months ago* (last edited 10 months ago)

This is a selling point I don't often see people discussing but it has killed my need to swap distros... Possibly forever. I've been using it for a year now and have such a clean well organised config file. Version controlled, broken up into modules, with separate configurations for desktop laptop and server. Unlike any other distro, at any moment I can just hard reset to what that config describes. If I swap DEs, or python versions, or whatever else, the system no longer slowly builds up clutter and random arcane bugs and bloat. It feels like today my system is better, newer, and cleaner than when I started with it. And at any moment I can install my exact system down to every little detail on a new device. Nix is legendary for long term system maintenance.

That's what I love about it, among all the other good things everyone talks about.

Even better it's the first time I've actually felt the desire to learn to package apps that aren't available, because the nix language makes it so easy.

Of course there is definitely a learning curve, compared to other distros. Going from... at the time arch/fedora to nix felt like just as big a change as going from Windows to Linux in the first place, such a big shift in how I did everything. But definitely worth it.

[-] fishinthecalculator@lemmy.ml 8 points 10 months ago

Yes and if you like lisp or FSDG compliance have a look at Guix

[-] PainInTheAES@lemmy.world 6 points 10 months ago

Yeah but there's a learning curve for sure

[-] mvirts@lemmy.world 4 points 10 months ago

Yes... Unless you are using stuff that's not packaged and don't know what you're doing hacking nix derivations 😹 heck of a way to learn though.

[-] flashgnash@lemm.ee 4 points 10 months ago

Yes it is an absolute luxury to use

Have to use Ubuntu for work servers and apt is such a faff to work with compared to nix

[-] flashgnash@lemm.ee 25 points 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 12 points 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 6 points 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 2 points 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.

[-] h3ndrik@feddit.de 20 points 10 months ago
[-] jcarax@beehaw.org 2 points 10 months ago

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

[-] demesisx@infosec.pub 17 points 10 months ago
[-] Atemu@lemmy.ml 12 points 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

[-] brunofin@lemm.ee 4 points 10 months ago

That's a really cool feature

[-] MonkCanatella@sh.itjust.works 4 points 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 4 points 10 months ago* (last edited 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 3 points 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!

[-] Chewy7324@discuss.tchncs.de 1 points 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 1 points 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.

[-] Chewy7324@discuss.tchncs.de 1 points 10 months ago

I've had some changes where I had to logout after a switch, so this should help sometimes.

[-] d3Xt3r@lemmy.nz 16 points 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).

[-] zzzzzz@lemmy.ml 4 points 10 months ago

I just spent an hour trying to get this installed in a Proxmox VM. No dice. After install, it just boots to the GRUB rescue prompt. Oh well, seems like a cool idea.

[-] MonkCanatella@sh.itjust.works 3 points 10 months ago

Yeah it's not in a useable state. If you do a custom partition, it installls the bootloader wrong lol

[-] pelotron@midwest.social 1 points 10 months ago

I didn't know this existed. This is interesting.

[-] pan_troglodytes@programming.dev 0 points 10 months ago

that looks interesting

[-] Molten_Moron@lemmings.world 12 points 10 months ago

Sadly distrotest is gone, but distrosea.com is a semi-decent replacement. Doesn't seem quite what you're looking for, but may be worth a look!

[-] canadaduane@lemmy.ca 2 points 10 months ago

This is really cool in concept, but it is SO SLOW. OMG.

[-] Molten_Moron@lemmings.world 2 points 10 months ago

Thus is the folly of small scale cloud computing, unfortunately.

[-] lalo@discuss.tchncs.de 10 points 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

[-] brunofin@lemm.ee 2 points 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...

[-] Kushia@lemmy.ml 9 points 10 months ago* (last edited 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.

[-] ultra@feddit.ro 2 points 10 months ago

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

[-] Kushia@lemmy.ml 1 points 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.

[-] ultra@feddit.ro 2 points 10 months ago

That can't happen on my distro.

(I use NixOS, btw)

[-] EurekaStockade@lemmy.world 8 points 10 months ago

I'm running Ubuntu on my laptop and it has a dropdown list on the login screen to select DE

[-] Lyfja@feddit.de 7 points 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

[-] Chewy7324@discuss.tchncs.de 5 points 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 1 points 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

[-] Chewy7324@discuss.tchncs.de 1 points 10 months ago* (last edited 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).

[-] TimeSquirrel@kbin.social 7 points 10 months ago

That's one way to deal with software fragmentation I suppose.

[-] Acters@lemmy.world 5 points 10 months ago

The better approach is to grab the most popular distros that have different DE. See how the made their DE and what is possible. Also, think about what your goals are with a DE because if you are researching it then that means you have a desire in mind or want to know what a DE could do for you.

[-] Shareni@programming.dev 3 points 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.

[-] danielfgom@lemmy.world -2 points 10 months ago

Nope. Either create a ton of live usb's or a ton of vm's

this post was submitted on 10 Nov 2023
64 points (95.7% liked)

Linux

47343 readers
1382 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS