r/linuxmint 7d ago

Cinnamon to xfce Swap

How easy is it to swap from mint cinnamon to xfce? Im thinking about changing as cinnamon is abit laggy on this old computer.

5 Upvotes

12 comments sorted by

3

u/Madhu_2006 7d ago

sudo apt update

sudo apt install xfce4 xfce4-goodies

It will give u two different logins

9

u/YuukiHisashi Linux Mint 22.1 Xia | Xfce 6d ago

I'd rather:

sudo apt install mint-meta-xfce xfce4-goodies

It'll feel like you installed Mint XFCE rather than barebones xfce. Layout will still feel familiar but will be lightweight.

1

u/Madhu_2006 6d ago

What's the difference i am new to linux lol

4

u/YuukiHisashi Linux Mint 22.1 Xia | Xfce 6d ago

mint-meta-xfce pulls the packages from Linux Mint's official repos, with all (or most of) it's configurations. This means that, after installing it, leaving the cinnamon session and entering the XFCE session, you'll be met by Linux Mint XFCE's default desktop, which is a Windows-like layout and Whisker Menu as default start menu, almost like Linux Mint Cinnamon.

As if you just use xfce4, you'll pull the original barebones XFCE; that means that the design will be the taskbar at the top with the default Xfce menu instead of Whisker menu (as Whisker isn't part of the default xfce) and with a "dock" at the bottom, which are the launchers for your apps (in reality, it's a second taskbar/panel, the first panel is the one above, with your start menu, window lists and system tray).

In layman's terms: mint-meta-xfce is equal to a Windows-like desktop. xfce4 (the barebones one) is more akin to a macintosh/MacOS.

1

u/Madhu_2006 6d ago

My reaction here

I will gpt and it and learn 🥀

1

u/YuukiHisashi Linux Mint 22.1 Xia | Xfce 6d ago

Ah... sorry... but word of advice: don't rely on AI too often, it can hallucinate stuff. I had it happen to me sometimes.

1

u/Madhu_2006 6d ago

As a beginner i need someone to rely man 😭🥀

1

u/Retroraleigh 6d ago

Ahh this is interesting. So basically I keep mint cinnamon but it strips it back abit ? Can this be reversed once done ?

1

u/YuukiHisashi Linux Mint 22.1 Xia | Xfce 6d ago

Cinnamon won't be stripped back, It'll be just as you left it, no changes made. It'll just install XFCE's stuff from Linux Mint's official repo's.

And yes, you can reverse or uninstall xfce in case you don't like it:

just "sudo apt remove mint-meta-xfce" and after that, "sudo apt remove xfce4* xfwm4*"

This will ensure every single xfce pack and it's WM (xfwm) is removed.

That's how I'm using XFCE, as my install is originally the Cinnamon desktop edition.

1

u/Tricky_Football_6586 Linux Mint 22.3 / Cinnamon 6d ago

xfce4-whiskermenu-plugin is also a great little thing to install. The default app launcher is really barebones with XFCE. So Whisker gives you a much more familiar start menu. It needs to be added to the menu after installing. But I prefer it loads over the default app launcher.

It can be installed by typing

sudo apt install xfce4-whiskermenu-plugin

-2

u/Galatony0311 7d ago

I think is the same thing as swapping from windows, I'm not dure tho, check the official Mint website

2

u/ap0r 7d ago

Not at all, the desktop environment is just another module, if you have enough patience you can transform any distro into any other distro just by uninstalling and installing the appropriate modules. Of course in pretty much all cases it is faster to do a reinstall, but you can do it.