Is there a safe way to run multiple desktop environments on Ubuntu 22.04?
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
oh dude i never do backups each time i start over from scratch its a brand new version of linux. the only "important" files (that I know of), i sync to the cloud.
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.
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.
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.
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.
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.
Packages are a tree with stuff like glibc at the root and stuff like your browser at the leaf nodes. Total disaster normally entails doing interesting things and create things to break your package database or removing things too far up the tree python being an obvious and funny case. Hey I just asked it to get rid of python why did it ask to remove half my system!
I'm guessing you tried to install KDE from a repo outside of mint or ubuntu because hey kubuntu is just kde and ubuntu. When you ask your pkg manager to come to a solution, tell it its ok to remove packages and insist it install something non-compatible sometimes it just fails sometimes it offers interesting solutions. For instance maybe you tried to install something call it package D that was incompatible with the packages A and B but not strictly incompatible with C. So it tells you well you asked to have D you can have C and D if you let me jettison A and B. This is when you tell it no thank you and ask it a smarter question.
You can also get interesting solutions by trying to force it to install things it failed on, on some distros by half upgrading things so you have packages that depend on different versions and then trying to upgrade one thing without finishing the upgrade, or manually installing things.
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
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.
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.
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?
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.
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.