linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

lalo, in What is the easiest way to try all the DEs?

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,

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…

mintycactus, in What is the easiest way to try all the DEs?
@mintycactus@lemmy.world avatar

deleted_by_author

  • Loading...
  • Static_Rocket, (edited )
    @Static_Rocket@lemmy.world avatar

    Just be a little careful here. There are distro live images that Ventoy does not support. They are rare but they do exist.

    h3ndrik, in What is the easiest way to try all the DEs?

    A Live boot USB Stick

    jcarax,

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

    astraeus, in system freezes when waking up from suspend
    @astraeus@programming.dev avatar

    I have the opposite problem on Windows, my computer stops running whenever it goes to sleep. I think it’s Nvidia-related, but I’m not entirely sure how to track it down. The errors I get are not very helpful.

    d3Xt3r, in What is the easiest way to try all the DEs?

    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).

    pelotron,
    @pelotron@midwest.social avatar

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

    zzzzzz,

    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,

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

    pan_troglodytes,

    that looks interesting

    brax, in Amazon Building its Own Linux-Based OS to Replace Android

    Lmao, they can have fun with that. I can’t imagine it being anything decent. A mobile phone equivalent of a DVD Player OS lol

    HexesofVexes,

    “Equivalent of a DVD player OS” is now my go-to insult for a bad OS.

    brax,

    I’m honoured lol

    backhdlp, in Fonts
    @backhdlp@lemmy.blahaj.zone avatar

    FiraCode Nerd for mono and Noto Sans for everything else.

    onlinepersona, in Amazon Building its Own Linux-Based OS to Replace Android

    Curious if it’ll be opensource and mobile linux distro. If Amazon gets into the mobile linux game, the mobile phone market might change radically.

    PostaL, (edited )

    You seem confused. Amazon is in the business of stealing open source project in order to sell them as AWS services, not making them.

    onlinepersona,

    Then complaining that the license changes and gaslighting the group they steal from.

    You’re right.

    demesisx, in What is the easiest way to try all the DEs?
    @demesisx@infosec.pub avatar

    NixOS VM’s.

    Atemu,
    @Atemu@lemmy.ml avatar

    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,

    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, (edited )
    @Atemu@lemmy.ml avatar

    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,

    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!

    brunofin,

    That’s a really cool feature

    Chewy7324,

    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,
    @Atemu@lemmy.ml avatar

    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,

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

    Lyfja, in What is the easiest way to try all the DEs?
    @Lyfja@feddit.de avatar

    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,

    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,

    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, (edited )

    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).

    fossisfun, in Fonts
    @fossisfun@lemmy.ml avatar

    I actually like to use Comic Neue for personal stuff. comicneue.com

    Ubuntu is another nice font, which I like to use for more serious documents. design.ubuntu.com/font

    For system fonts I use whatever comes preinstalled. I don’t modify the font defaults in any way.

    LunchEnjoyer, in UNRAID on sale 23-27 November
    @LunchEnjoyer@lemmy.world avatar

    Not sure about the dislikes? Wrong community for this? Should I remove it?

    NanoooK,

    Keep it.

    TimeSquirrel, in What is the easiest way to try all the DEs?
    @TimeSquirrel@kbin.social avatar

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

    McArthur, in What is the easiest way to try all the DEs?

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

    hatchet,

    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?

    fishinthecalculator,

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

    flashgnash,

    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

    McArthur, (edited )

    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.

    mvirts,

    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.

    PainInTheAES,

    Yeah but there’s a learning curve for sure

    spider, in Best lesser-known distribution/DE for low-end machines?
    mfat,

    Wow they even offer the Trinity DE :) thanks

    spider, (edited )

    In earlier Q4OS versions Trinity was the only desktop environment. I still run it even though there’s plenty of power on hand to run the others. It just works.

    mfat,

    I always have a sweet spot for KDE 3.5. I remember how responsive and tast it was on my Pentium PC some 15 years ago.

    spider, (edited )

    Q4OS will release an updated version within a few weeks, so if you’re interested, keep an eye on the home page’s “Latest News”.

    (The developers are quite active in the forum, too.)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #