this post was submitted on 19 Oct 2023
33 points (92.3% liked)

Linux

56020 readers
673 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 6 years ago
MODERATORS
 

I have tried it on several distros before and it always causes problems because you get a million more packages intermingled with your already installed packages and sometimes you get conflicts or whatever. But it usually messes up my system. is there a safe way to have several desktops installed? or do you pretty much install a new one then remove the old one? thanks

all 34 comments
sorted by: hot top controversial new old
[–] Guenther_Amanita@feddit.de 9 points 2 years ago (1 children)

Containerization!

Use either Nix (the package manager) or Distrobox.

With Distrobox, you can create a few containers, install the favoured DE in each one separated, and use the "distrobox-export -a your-DE" function.

But I don't know how seamless it will work, you might have to read into it.

[–] d3Xt3r@lemmy.nz 5 points 2 years ago* (last edited 2 years ago)

Seconded, Distrobox is the way to go.

Here's how you can actually make it work seamlessly @Macaroni9538@lemmy.ml :
https://github.com/89luca89/distrobox/blob/main/docs/posts/run_latest_gnome_kde_on_distrobox.md

[–] theshatterstone54@feddit.uk 5 points 2 years ago

For me, the only issue I have ever experienced is DEs like to force themes on you, so if I was to log into plasma, it will make the plasma theming default. This means thatvwhen I go bacl to a window manager, I have to change my theme again and oftentimes log out and log back in to ensure my theming is applied.

[–] ElRenosaurusReg@hexbear.net 3 points 2 years ago (2 children)

Install the DEs manually instead of from metapackages so ,out don't end up with their entire software suites being installed. Additionally, probably use Debian instead of Ubuntu if you're gonna be doing stuff like that, less fingers in the pie make for an easier tinkering experience.

[–] dalingrin@lemm.ee 4 points 2 years ago* (last edited 2 years ago) (1 children)

In my experience the main issue are configuration conflicts not package issues. They're usually just annoying issues not breaking issues.

[–] ElRenosaurusReg@hexbear.net 1 points 2 years ago

Have you considered doing stupid shit and used Bedrock Linux?

It's great, but it's still baking

[–] Macaroni9538@lemmy.ml 1 points 2 years ago

thanks, I'm currently on Debian 12 and tried the whole tasksel method and it's really neat and all, but it still doesn't separate all the DE's. they are all mish mashed and intermingled with each other's software.

[–] michaelmrose@lemmy.world 3 points 2 years ago (3 children)

I always find suggestions that this will cause trouble curious I've been hearing this since 2003 when it might have been at least sort of true but didn't have trouble with it then or now. I use i3wm but I like to play with and test different environments. I presently have gnome cinnamon mate plasma sway compiz, and wayfire installed. What do you imagine this is going to somehow screw up.

[–] sorrybookbroke@sh.itjust.works 3 points 2 years ago

In my experiance there can be problems, though mostly when uninstalling where the user can see random needed pieces being deleted causing failure to boot, grub rescue menus, networking or bluetooth to fail, or audio to fail. All I have personally seen or experianced.

I have also seen installing plasma on mint delete most of cinnamon and networkmanager for who knows what reason

In general usage though I've never had an issue using gnome, plasma, and i3 (lately sway) on a system together.

[–] Macaroni9538@lemmy.ml 1 points 2 years ago (1 children)

the issue I've found is that the software that comes with each DE just all gets lumped together with every other installed DE, so there's obviously probably conflicting software/programs. Idk how to keep each DE separate from one another, almost containerized, so when you log into Gnome, you don't have KDE, Mate, Xfce, etc. aspects all intermingling with your Gnome environment. Idk that's how I've been seeing it

[–] michaelmrose@lemmy.world 2 points 2 years ago (1 children)

Nemo is the file manager for cinnamon. Dolphin is the file manager for plasma. Although they perform the same task their executables are on different paths as are their files. You could install 10,000 packages and never find a conflicting file save literal forks of the same project which your package manager will tell you about if you install both A an B. An example would be i3 a window manager, and i3-gaps a now depreciated fork of i3 which provides, you guessed it, gaps between windows.

There is no reason to believe installing 17 different environments would conflict let alone 2. There is no need whatsoever to keep anything separate from one another nor is there any reason to believe one would interfere with another.

[–] Macaroni9538@lemmy.ml 1 points 2 years ago (1 children)

Thanks for the info. I always sorta assumed all the environments programs are compatible no matter which environment you're using within your distro. i guess my gripe is the clutter. when i wanna use say Mate, i want a pure mate experience with only Mate traits, settings, apps, programs instead of all the other environment aspects being lumped in there too. just my preference I guess

[–] michaelmrose@lemmy.world 2 points 2 years ago

There really isn't any such thing as a "pure mate experience" for instance normal install likely contains VLC/Smplayer for multimedia, libre office for office docs, and firefox or chromium for web browsing. Not only are none of these mate apps most users probably spend most of their time using apps like these than their file manager.

Then if you look at the other mate apps. Mate Terminal is hardly the best terminal nor is Atril the best pdf viewer. Kitty is a better terminal and zathura and Okular are both better PDF readers. Pluma is a mediocre text editor.

The useful parts of an env are its settings menu, window manager, bar, and file manager. Pick one you like and then pick useful apps to go with it.

[–] RotatingParts@lemmy.ml 2 points 2 years ago (1 children)

I believe you can do this (and more) with Blend OS https://blendos.co/

[–] Macaroni9538@lemmy.ml 1 points 2 years ago (1 children)

I have read a little bit about this interesting distro. Haven't explored it much, though have read a ton of negative and mixed reviews. Isn't Rhino Linux sorta similar?

[–] RotatingParts@lemmy.ml 2 points 2 years ago (1 children)

They are both rolling releases. Rhino is based on Ubuntu and BlendOS is based on Arch. The difference is that Blend OS lets you install software from supported distributions (Arch, Fedora, and Ubuntu) into containers. Rhino (as far as I know) out of the box doesn't do that.

[–] Macaroni9538@lemmy.ml 1 points 2 years ago

good to know, thanks. arch is out of my comfort zone lol though I have ambitions to slowly work my way into it with something easy. I used manjaro years ago and loved it. seems to have a bad rep, but I think their distro is most functional and beautiful, but again, i'm no Arch expert

[–] Nibodhika@lemmy.world 1 points 2 years ago

How are you installing the DEs? I've consistently had at least 3 DEs on every machine I've had for the past decade and never had any issue with it. The secret is that I installed them through the package manager and don't uninstall parts of it or anything of the sort, they're there for when needed, I have enough disk space that it's a non-issue.