TORFdot0,

The important thing is the package manager really. Then you can install and uninstall whatever DE you want

Foofighter,

Actively choosing a package manager is way beyond a Linux beginners capabilities IMHO.

Neil,
@Neil@lemmy.ml avatar

I agree with this, which is kinda why distro is more important than DE at the end of the day.

UncleStewart,

Haha, true. Started with Mint, now on Kubuntu. Same pig, different makeup.

tubaruco,

isnt kubuntu worse for installing flatpaks? thats the only thing i can think of that differs and i wanted to know.

sailingbythelee,

Ubuntu is VERY heavily invested in snaps at a very basic level. I think the recommendation is to not mix snaps and Flatpaks as they may not interact well. As a new Ubuntu user, I’m slowly discovering some of the random problems with snaps.

For example, just the other day, I was trying to configure my fish shell using the html-based fish_configure utility, but it just wouldn’t work. Of course, I assumed the problem was with my fish install. After a couple hours fiddling with it, I finally came across a stack exchange comment indicating that the snap version of Firefox simply can’t access the /tmp/ directory, which is where fish_config creates its html configuration page. WTF? Also, you can’t even install a non-snap version of Firefox via apt because the official apt repository just links back to the snap version! I finally installed an apt-based version of librewolf, but had to get it from a non-Ubuntu repository, and then magically I could access to fish_config html page. That’s a pretty long workaround just to view a simple HTML page!

So, if snaps have problems like this just interacting with the base Linux file system, I wouldn’t be surprised if random weird behavior cropped up when trying to use Flatpaks.

jemikwa,

You do have to add flathub to the discover store, but that’s a one time thing and you’re good afterwards

denast, (edited )

Not a hot take, I keep saying the same thing in different threads. I was not able to switch to Linux for years before I understood that I have problems with Gnome not with Linux itself, tried KDE and given I was migrating from Windows it clicked immediately.

After you gain some experience, DE becomes mostly irrelevant, but it is crucial for starting off in an unfamiliar environment.

tubaruco,

the DE is very important unless you have A LOT of free time and REALLY WANT to see something different from what youre used to.

my first distro (other than ubuntu in school computers, but we dont talk about those) was fedora server minimal install, where i installed dwm and had fun using it. i had just switched from windows and was happy to have so many options, even though i had (almost) no linux experience before. after trying most of the big DEs and distros, i ended up on arch with xfce, which i have been using for more than a year now.

most people really should go slower and try things step by step, as what i did would be really weird for anyone that tried it …probably

lvxferre,
@lvxferre@mander.xyz avatar

I’m not sure if it is, but I don’t see it as a hot take. And it sounds reasonable, specially when some distros offer different “flavours” out-of-the-box, and offer you the option of different DEs before you even installed it.

ook_the_librarian,
@ook_the_librarian@lemmy.world avatar

It’s certainly not a hot take. Every “which distro should I try thread” is just a discussion of the different DEs out there. I would like to hear about different package managers. I always seem happiest with apt, and I don’t know why.

SchrodingersPat,

Fair. But “Lukewarm take” just doesn’t have the same punch.

CaptainBasculin, (edited )

on a related note, help I’m too used to my i3wm config and now I cant switch to wayland at all, what do I do when xorg gets fully depreciated

NotSteve_,

I’ve heard sway is a drop in replacement of i3 for wayland. Only going off what I’ve heard though since I haven’t tried it myself

rescue_toaster,

Sway is basically the wayland version of i3. I’ve switched to wayland on my new laptop and learning sway after using i3 for years has been relatively easy.

z3rOR0ne, (edited )
@z3rOR0ne@lemmy.ml avatar

Yeah, the config syntax is exactly the same. The major difference is the wayland version of various programs can be hard to figure out with out some decent google-fu.

I’m on BSPWM on X11, but have been trying river wm and that is a much less friendly conversion than i3 to sway. I’d convert entirely were it not for certain applications still not quite working on wayland without considerable configuration (wacom tablet drivers don’t work, screenshottung and eyedropper tools are available but still need more work to be feature comparable with equivalent tools on X11).

And I’m using proprietary NVIDIA drivers which are currently stuttering real bad on the wlroots protocol since driver update to 545 (sway/river both stutter bad whenever lots of movement on the screen, I’ve tried many tweaks to my environment variables to no avail).

So…just gonna wait for app, wayland, nvidia devs to eventually make the migrate worth while.

darganon,

Wayland being so Nvidia hostile while Nvidia is the only name for AI is kind of a kick in the balls

Shameless,

I’m still not fully across Linux because my job requires me to use Windows everyday. That said I’ve been using Pop_OS! On my personal machine for over two years now and its been flawless, requires little upkeep and minimal use of the terminal, the times I’ve needed to install stuff using the terminal has also been flawless which gives me extra confidence.

Whatever gives the least complicated experience and just works with little extra work is what will win out in the end for the day to day user. People generally just want to get on their machine, use the programs they want and not be interrupted by anything else from the computer, barring updates, we have all come to understand the importance of updates as routine maintenance.

ryannathans,

I RDP to a windows machine to work, from Pop_OS!. It’s nice because all the little stuff like web browsing can be done in my linux environment

pewgar_seemsimandroid,

ask your manager to allow you to use linux

Mango,

Well sure. My approach for looking for a distro was usually “which ones have KDE and pacman” and after that I start comparing.

Octopus1348,
@Octopus1348@lemy.lol avatar

And for me, AUR.

idefix,

Which distribs have pacman but not AUR?

Octopus1348,
@Octopus1348@lemy.lol avatar

I just wanted to mention that if a distro (somehow) had AUR but not pacman, I wouldn’t care.

zephr_c,

For new Linux users choosing a distro IS choosing a desktop environment. Installing a new DE that’s different from the default is not a day one Linux task, so the default for the distro is what matters. Yes. the DE is the most important factor in choosing a distro, but saying that means the distro doesn’t matter is just fundamentally incorrect and unhelpful.

iopq, (edited )

Really? On my distro it’s


<span style="color:#323232;">services.xserver.enable = true;
</span><span style="color:#323232;">services.xserver.displayManager.sddm.enable = true;
</span><span style="color:#323232;">#enable KDE
</span><span style="color:#323232;">services.xserver.desktopManager.plasma5.enable = true;
</span>

And you can just comment out the gnome line

rikudou,

You can get even more fancy and have a boot option for both with specialisations!


<span style="color:#323232;">specialisation.KDE.configuration = {
</span><span style="color:#323232;">    services.xserver.displayManager.lightdm.enable = false;
</span><span style="color:#323232;">    services.xserver.desktopManager.cinnamon.enable = false;
</span><span style="color:#323232;">
</span><span style="color:#323232;">    services.xserver.displayManager.sddm.enable = true;
</span><span style="color:#323232;">    services.xserver.desktopManager.plasma5.enable = true;
</span><span style="color:#323232;">  };
</span>

But let’s not pretend NixOS is in any way beginner friendly.

zephr_c, (edited )

1, that’s not something a day one Linux user would understand, and you shouldn’t encourage people to use commands they don’t understand.

2, I guess you’re arguing that distro is important, so thanks for agreeing with me.

Caboose12000,

I don’t thibk op intended to imply that new users instal a new DE on whatever distro they choose, but rather it’s clunky to explain that they should prioritize DE when choosing distro. like, imagine a new users asks what distro they should start with, I believe op is advocating we say “anything that uses KDE by default” (or gnome or xfce etc). plenty of distros have derivatives that are basically the same but use a different DE, so it’s pointless to suggest one over the other when a new user is just going to use the DE to do everything graphically anyway.

zephr_c,

That’d be nice and all, but they still have to pick a distro. You can’t just install KDE without a distro. A good KDE implementation just becomes one of their considerations. If you don’t suggest one over another they’ll probably just stick with Windows due to analysis paralysis.

send_me_your_ink, (edited )

Linux users fall into three categories. People who want stability over everything else, people who want everything to be bleeding edge, and people who don’t use desktop environments.

The most important thing for a new user is understand which of those three they are.

lamabop,

I just want to get away from the future hell that will be AI-controlled Win 12

send_me_your_ink,

I’ll be honest, unless you have been using Linux for…a long time, of your job requires you to manage servers, your probably not that last category.

If you enrolled in the windows insider/test doohickey then you might want look into the rolling release distros. If not, something with a standard release cadence will be better.

I my self? All of the servers I manage have no desktop environment (core infrastructure does not need graphics). But if I am on a workstation? LMDE - Because I care about the graphics getting out of my way so I can do my job.

jayemar,

I don’t disagree, but it’s so much easier to change environment: just logout and login with the new environment.

Trail,

Well if you really want it, you don’t even need to logout, but that is not the point…

SquishyPandaDev,
@SquishyPandaDev@yiffit.net avatar

Too a certain point. I’ll give you that this applies to the Debian and Ubuntu distro. Gentoo, on the other hand, is a completely different animal and will have a far greater impact on user experience than the DE.

eldain,

You look at your DE all day and your distro holds everything together. Op didn’t say distro is unimportant and I agree it makes sense for new users to look at images and videos of different desktops first, maybe try a live cd, and then choosing the backend that suits their willingness to interact with.

If your electricity and time are cheap, you want to learn and your pc-system is your playground not a productivity tool, Gentoo is a valid option. In this case, your choice of DE impacts your compile time massively and knowing alternatives beforehand gives you options.

Shirasho,

Not a hot take at all. Asking someone to go from a GUI heavy operating system to a command line heavy one and be just as productive is lunacy. Like all major changes it is important to ween off the old thing.

My biggest hurdle with the switch has been permission related issues, and you can’t deal with those cleanly with a UI, and every help thread under the sun throws out a bunch of command line commands giving a solution without explaining why those changes are needed. It may seem like Unix 101 to experienced Linux users, but it is really cryptic to newcomers coming from operating systems that are…cough more lenient with their permissions.

There is also a mentality that UIs are much more idiot proof than command line. UIs are written by people who actually know the OS so we can’t accidentally delete our home folder because of a typo. It is a very legitimate concern.

InTheEnd2021,

I’m new to Linux. Mint Cinnamon being very windows-like is what braved me into finally trying it. Love it

Suavevillain,
@Suavevillain@lemmy.world avatar

This isn’t a bad take. DE is what is going to keep people from running back to windows right away, mostly. I do think it is better for people coming into Linux not to try to emulate the Windows experience. It is easier to learn when you accept it is going to be different from the start.

alliswell33,

I just installed Kubuntu over my Ubuntu partition because of this meme haha

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