linuxmemes

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

Scrollone, in the main differences!!

I used to be a GNOME fanboy, but then GNOME 3 came and I can’t stand it. Now I’m a KDE fanboy

vox, (edited )
@vox@sopuli.xyz avatar

i actually kinda like gnome since gnome 40 release.
it still sucks to use on small displays like laptops tho due to all the padding everywhere
also gnome’s touchpad gestures and multi-desktop management is superior to that of kde.

Aasikki,

Gnome is awesome on my big ultra wide monitor but sucks balls on my old laptop with a 768p display. I think the meme is backwards.

vox, (edited )
@vox@sopuli.xyz avatar

it doesn’t suck balls that deep on 768p, but you’ll be basically working with one fullscreen app per desktop

Aasikki,

Well yeah it’s usable but I’d rather use even windows at that resolution to be honest even though I’m somewhat of a gnome fanboy.

AnUnusualRelic,
@AnUnusualRelic@lemmy.world avatar

That was me with gnome 1.1 or 1.2, when they replaced the window manager by something way less configurable.

KISSmyOS,

Luckily Xfce exists which gives you back all of the configurability of old Gnome.
Move those panels around, add as many as you like!
Me, I’ve just looked at screenshots of old gnome and can’t remember why I ever thought 2 panels visible at all times were a good idea.
I love current gnome, cause with a single extension I can hide literally all of it until I need to bring it up with the super-button. And then I have my favorite apps, open windows, workspaces, systray, clock and a search field all visible at once.

AnUnusualRelic,
@AnUnusualRelic@lemmy.world avatar

Too little, too late. Kde does everything, already did ages ago. There’s no reason for switching.

KISSmyOS,

Same here.

ace, in Cmake me!
@ace@lemmy.ananace.dev avatar

People love to complain about CMake, often with valid complaints as well. But it - to this day - remains the only build system where I’ll actually trust a project when they say they are cross-platform.

Being the Windows maintainer for OpenMW, it used to be absolute hell back a decade and half ago when an indirect dependency changed - and used something like SCons or Premake while claiming to be “cross-platform”, used to be that I had to write my own build solutions for Windows since it was all hardcoded against Linux paths and libraries.

CMake might not be the coolest, most hip, build system, but it delivers on actually letting you build your software regardless of platform. So it remains my go-to for whenever I need to actually build something that’s supposed to be used.
For personal things I still often hack together a couple of Makefiles though, it’s just a lot faster to do.

rostby,

Wasn’t WSL supposed to solve this problem

ace,
@ace@lemmy.ananace.dev avatar

Not really, WSL seems like it was mainly supposed to stop people leaping ship to be able to develop Node without the horribly painful Windows JS experience. And wouldn’t you know it, Microsoft has been making their own JavaScript language in Typescript.

uis,
@uis@lemmy.world avatar

CMake and meson aren’t build systems, they are generators. If you want to use Ninja, just add -G Ninja.

AMDIsOurLord,

Cross platform

(*As long as your platform isn’t shite)

superbirra, in the main differences!!

yeah, my mom uses kde

Moshpirit,
@Moshpirit@lemmy.world avatar

Your mom rules.

Titou, in Debian being insanely stable
@Titou@feddit.de avatar

Never had any issues with Arch

CCF_100, in Yeah, very sorry that this app is Windows only, would love to switch to Mac

Hides my macOS KVM I setup for fun

Pantherina,

Very interesting, how do you do that? Can you even set it up without an A$ account?

Smokeydope,
@Smokeydope@lemmy.world avatar

It requires a little bit of computer knowhow but is definitely possible, heres a video of a guy building a custom pc and installing macos on it Here is the open source software he used to do it

CCF_100, (edited )

I followed this guide github.com/kholia/OSX-KVM

Lucidlethargy, in Yeah, very sorry that this app is Windows only, would love to switch to Mac

Lol, is this meme for real? Most mac users would never touch Linux. Like, yes, they are both based on Unix… But come on now, this is just intellectually dishonest.

Most Mac users, in my experience, have no idea how to operate anything without an apple logo on it.

storcholus,

I think it still works. The user you describe doesn’t care about Linux, they just don’t like windows. So they would not wash their hands

treadful,
@treadful@lemmy.zip avatar

Linux users are in the (well constructed) tent camp in the local park that Mac users ride their electric scooters past while desperately trying to avoid eye contact.

TotallynotJessica,
@TotallynotJessica@lemmy.world avatar

Linux users are the homeowners who build and fix everything they can, but look down on people that don’t find craftsmanship fun, claiming that they’re saving money by doing the work themselves. Good on you for having that hobby, but if you don’t enjoy it, spending time to learn those skills costs time that could be spent earning more money than you’d save. Paying an expert to do things you don’t enjoy is usually the cheaper option. They can be found almost anywhere, similar to how Linux users use Apple or windows products from time to time.

Mac users are suburb dwellers who view their way of life as what everyone should aspire to, ignorant to the downsides of sprawl and reliance on cars to go anywhere. Commute times suck, while walkable neighborhoods with public transit make most people healthier and happier. There’s an important classist component, often bundled with racism, that underscores this ideal.

Windows users are people that live in urban areas for work, trying to find reasonable rent or home prices as unchecked capitalism makes everything worse, but unaware why things suck. They get annoyed when people share their passion for handiwork, and dislike suburban folks for thinking they’re superior rather than the downsides to suburban life. However, because most people live this way, and live this way for work, they usually don’t have strong identities like suburbanites or handy homeowners.

Homeless people are those who can’t afford computers, overlapping with actual homeless people, and rural people are those that don’t use computers more than they need to, socializing face to face and literally touching grass.

Nobsi,
@Nobsi@feddit.de avatar

Thanks, Jessica.

CynicRaven,

They’re totally, definitely, absolutely not Jessica!

Smokeydope,
@Smokeydope@lemmy.world avatar

This is a very interesting analogy, thanks for sharing

little_hermit,

A lot of software development in a corporate environment is using a Mac as the host. Not to say it’s the target build env. So id say some Mac users know Linux far better than you think. In my experience.

kamenlady,
@kamenlady@lemmy.world avatar

Some, that’s the point

Where i work, we all use macs. I’m the only developer and all others are designers.

They all look at me very oddly, when i open a terminal on their Mac and change some settings from there. They check if my changes are working and still keep that look, like if I’ve done something strange to their mac lol

rottingleaf, (edited )

Generally I agree, but specifically a little fact - the most qualified person at my work is a Mac user.

little_hermit,

My Mac is such a slow piece of shit on Mac OS that it’s nearly unusable without installing Linux.

joyjoy, in the main differences!!

I am hacker man.

Uriah, in Cmake me!

I’m growing fond of xmake.

Simple language, simple buildscripts.

riodoro1,

And everyone checking out your code is like „what the fuck is this?”.

Uriah,

But it works and the language is well known!

Join the dark side; there are dozens of us!

acockworkorange, in Ubuntu + Arch

Rhino has great out of the box experience, but it’s just too bleeding edge for me. I want a Suse Tumbleweed using APT.

acockworkorange, in ***buntu

Meh. I’ve been rocking Debian based distros ever since Aptitude was released on Debian stable. Which distro just depends on how much free time I have to F around the computer. Lots of time? Something that updates fast. My child was born? I want something rock solid and immutable for years because I don’t want to waste time learning new stuff.

TimeSquirrel, (edited ) in the main differences!!
@TimeSquirrel@kbin.social avatar

I like KDE cause it has a cute dragon. GNOME is a stinky foot.

reflex, (edited )
@reflex@kbin.social avatar

I like KDE cause it has a cute dragon.

A what? I've only ever seen the K cog.

TimeSquirrel,
@TimeSquirrel@kbin.social avatar
toothpaste_sandwich,

We need a non-binary KDE dragon, it seems.

Knusper,
rostby,

It’s never enough

russjr08,
@russjr08@outpost.zeuslink.net avatar

Oh wow, I didn’t know about Kandalf and KDE valley, that’s awesome!

RogueBanana,

You say that as if the later is worse

reflex,
@reflex@kbin.social avatar
librechad, (edited )

I always thought the GNOME icon was a indirect meme about Richard Stallman eating something from his toe

acockworkorange, in the main differences!!

I’m a widow of Window Maker.

laurelraven, in Yeah, very sorry that this app is Windows only, would love to switch to Mac

Missing the third hand for Windows users

southsamurai, in the main differences!!
@southsamurai@sh.itjust.works avatar

Is that really a thing? I don’t usually get into discussions about DEs that often, and pretty much never irl. So I haven’t seen any general vibe at all.

Like, my impression of kde vs gnome is that they’re both very geared towards a more general user that’s going to be doing basic things, but with the ability to go more advanced as needed. I kinda assumed they were both going to draw people that are “basic” like the images in the meme for gnome, with cinnamon users also being in that range, where something like xfce would be for folks that want a bit more modularity and “hackiness”.

I’m not being a smartass, I just don’t really know if there’s more to the meme than just a bit of fun or not.

bus_factor,

Bottom right uses Enlightenment. Bottom left made his own tiling window manager which turned out exactly like the other tiling window managers.

iopq,

I’ve come to the conclusion that even gnome has too many features for me. It would be fine if they were all perfect, but it’s software, so…

Off the top of my head:

  • Language doesn’t switch fast enough when I use ibus to type Chinese. The fact that I need to concern myself with my input method because choosing Chinese actually only types in Latin characters by default is lol
  • Can’t use the file manager to mess with files or folders owned by root. Text editor similarly sucks, I actually sudo gedit because it just works. It is a Gnome issue because vscodium just asks me to put in my password to save the file.
  • When I alt tab or super key out of a wine game, going back into it will have the alt key pressed down (not sure which key combination, but it’s an issue)
ugh,

I use KDE plasma because I’m new to Linux but also want something minimal system-wise. I love the programs and the interface. Maybe my opinion would be different if I spent more time with other DE’s or used it as my daily driver, but I’m sold on it now.

GNOME is definitely more user-friendly for someone who is moving over from Windows/Mac. I wouldn’t recommend KDE to someone who is just going to stick to using one-click apps.

supercriticalcheese,

I don’t understand.

The lack of even the most basic customisation of Gnome ia mind-blowing to me. Why do i need to install a gnome shell extension for even the most basic functionality that even MacOs has!?

Rodeo,

Kde is minimal now? Doesn’t it require a GPU? Aren’t there animations?

I remember trying it out a few years back on my laptop from 2012 and it was unusably slow. Like 10 seconds just to open the menu.

Xfce ran just fine though. That’s a minimal DE.

prunerye,

Needing a GPU might be hyperbole, but no, it’ll still be slow on older hardware. It looks lightweight on neofetch since, at rest, the RAM will appear as low as XFCE’s, but it’s not nearly as snappy.

PM_ME_VINTAGE_30S, (edited )
@PM_ME_VINTAGE_30S@lemmy.sdf.org avatar

Actually I tried out KDE Plasma on my grandmother’s budget laptop from about the same time. It was a little too slow with default settings, but once I killed the animations (can be done in Settings app) it ran pretty well. It ran a whole hell of a lot better than the Windows it came with.

I also tested KDE vs XFCE in my old gaming computer, and I actually managed to get slightly less RAM usage in KDE than XFCE, so long as no plugins were used.

Both systems were tested with Debian 12. On the gaming PC, I actually used the XFCE iso, so it was installed first.

So depending on how your distro ships the default KDE Plasma settings or how you set it up, it actually can be a lightweight option compared with XFCE.

ugh,

It’s all relative. Ubuntu desktop is minimal compared to Windows, and I’ve found KDE to run much better than default Ubuntu. It’s lightweight for how much it offers.

Knusper,

In my experience, it strongly depends. In my team at work, the biggest Linux nerd is on GNOME, basically because he doesn’t care where his TMUX session runs.
And I’m the guy with the most elaborate desktop workflow (tiling and 40+ virtual desktops among other aspects) and I wouldn’t want to use anything but KDE, because nothing else has as many features + customizability to support me in that workflow.

But yeah, both of us started out on such mainstream desktops, then spent multiple years checking out all other desktops and eventually found different paths back to the mainstream.

EuroNutellaMan,
@EuroNutellaMan@lemmy.world avatar

The philosophies of the two DEs are diametrically opposed. For example KDE will let you customize everything, they’d even let you customize their mothers of they could, while GNOME won’t let you customize anything, at least not without extensions that break every time GNOME updates.

KDE devs are also a lot less opinionated than GNOME devs. If they could, GNOME devs would question the use case of your clothes, conclude they’re useless and then strip you naked. KDE devs will be fine with whatever you’re wearing.

Now as you may have gathered I definitely prefer one over the other, but I do recognize some people may like GNOME for its simplicity, looks, flow and I even heard some like the lack of customization because it prevents them from getting distracted with tinkering. All in all use case depends on what you want to do with it, tho hopefully Cosmic DE beats the shit outta GNOME devs those damn pricks.

soupcat,

I keep hearing how customisable KDE is but I couldn’t find a way to change how big the app icons in the application launcher were, they’re so huge!

jennraeross,

Don’t quote me on it, but I think they just scale to match the panel height, so I’d you shrink the panel the icons should shrink as well. I’ve used the xp style taskbar instead for a long time tho, so I’m not certain…

Interstellar_1,
@Interstellar_1@pawb.social avatar

Different launchers probably have settings for this

MonkderZweite,

Gnome devs say, they don’t want you to use themes or otherwise customize it. Probably that’s why.

sanataseva, (edited )

No you're right, it's mostly stereotypes that don't have any real world importance. From my intermediate POV, it comes down to GNOME being a resource hog which the 1337 H4X0Rz don't like. But with most modern systems having more than enough resources to spare, you're not likely to notice unless you're the sort to always have one eye on the system monitor pegged to your desktop. It's an argument for the sake of an argument. I use KDE btw.

Fal,
@Fal@yiffit.net avatar

It’s that gnome isn’t configurable at all.

KISSmyOS,

Which is false. Gnome is as configurable as KDE.

Scrollone,

I think KDE has been way more customizable historically

KISSmyOS,

It’s a different philosophy. KDE gives you a default setting, and all the options you need to fuck it up customize it.
Gnome gives you the default and an API for extensions to customize it. Install one of the big ones like V-Shell and you’ll have more options than you know what to do with.

cygnus,
@cygnus@lemmy.ca avatar

V-shell basically just gives you KDE-like options.

AnUnusualRelic,
@AnUnusualRelic@lemmy.world avatar

They give you a few options. But they remove them in the next version. Because fuck you.

Sanctus, in the main differences!!
@Sanctus@lemmy.world avatar

Me with no DE:

kool_newt,

$ whoevenami

Siegfried,

Cmus play despacito

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

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 24019800 bytes) in /var/www/kbin/kbin/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php on line 174

    Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 6307840 bytes) in /var/www/kbin/kbin/vendor/symfony/error-handler/Resources/views/logs.html.php on line 38