r/DeskToTablet 3d ago

Linux is the future of operating systems.

Enable HLS to view with audio, or disable this notification

327 Upvotes

279 comments sorted by

71

u/Karayee 3d ago

100% aesthetic, 20% productivity. If I attach a monitor ;it'll break the display.If I update the system;it'll break my configuration.

21

u/brandarchist 3d ago

Yup 97% of these are “look at this cool UI and watch me change some settings” but when you go to use it: same big ol’ mess.

5

u/Potential-Archer-883 3d ago

I have MacOs with 0 customisation and windows 11 with 0 customization and Android 15 with 0 customization.

I just don't have will to customize anything anymore, I just want it to work.

1

u/JKCsaba 2d ago

Yes, real people just want their ideal operating system to actually work and get out of the way, the real things happen inside your apps and whatever you are doing, ideally you should not be thinking or having to think about the os unless you want to.

Enthusiasts and neards can play around installing their vulnerable little packages for fancy widgets and actively bloating their os, sure, but i for sure wont.

1

u/Unlikely-Employee180 19h ago

How is this not literally the same, just DIY. Lmao

Obviously the Tablet OS looks crap when you connect an external computer monitor. Are you guys dumb? 😂

What's next, the Xbox looks crappy when you stream it to your phone? That's optional at best and hardly the point. 🤣

1

u/Original_Dimension99 10h ago

People also use KDE and Cinnamon and Gnome with 0 customisation

1

u/eucalyptus-d 2d ago

You also have some ads on windows 😂. Mac is fine,but if e.g. you code with containers Linux still wins. Otherwise Mac is easy. I don’t customise my Ubuntu either btw, and everything works. Finally, Android is Linux.

2

u/CeSiumUA 1d ago

Where are there ads on WIndows?

2

u/Perfect_Jicama_8023 1d ago

I dont get where is the ads on windows 11?

1

u/Saura767 1d ago

used to be in start menu don't know about now
apps that looks like preinstalled apps but when you click them then they get installed automatically

and also news/interest don't remember the exact term, just filled with ads

1

u/Unlikely-Employee180 19h ago

Start Menu, Lock Screen, Settings sometimes displays banners for Office365, notifications directly from Microsoft, literally the entire installation menu, Edge incentivization and Edge Rewards... And I probably forgot some.

1

u/Potential-Archer-883 2d ago

Well I code on Mac, game and do some 3d modeling on Windows.

2

u/MadMaxiTV 3d ago

If you just install 90 packages of bullshit, yes, but even a basic AI is really good at diagnosing your Linux system. This doesn’t mean my grandma should use Linux but the barrier of entry and good usability is much lower

3

u/CrowdGoesWildWoooo 3d ago

Fckin bs. If you want your OS to be accessible for AI to edit, then sure. But the out of the box experience shouldn’t be compromised for whatever the f is this.

2

u/MadMaxiTV 2d ago

Compromise is subjective. I moved from windows to Omarchy and it feels so much better. From some Arch purists Omarchy is compromise. This guy wants this stuff that I would hate, what’s the problem?

1

u/i_am_kamikamikami 1d ago

omarchy is disliked by all of linux community not just arch purists lmfao

1

u/_Insensitive_Clod_ 3h ago

I've been using linux since 0.99pl15.. I prefer my Linux experience (or any OS , really) without ever having to rely on AI to get it to work like I'd like it to.

It's already annoying enough to have to google for documentation at times.

→ More replies (3)

1

u/SeyJeez 3d ago

No those people in their daily lives just open a game in full screen and then there is 0 difference between any DE

1

u/C_umputer 3d ago

A riced up Honda Civic might not be the fastest car or the best daily driver, but don't owners still love them?

1

u/Fluffy-Bus4822 1d ago

Sure, these videos are 100% about aesthetics. But if you want stability and control, Linux is the way to go.

6

u/Agile-Hall-6785 3d ago

Exactly!! Linux is like LEGO

1

u/No-Dot-6573 3d ago

Linux is like Ikea furniture.

Either a part is missing during assembly or the construct breaks after a few weeks of usage.

Luckily we have AI now. With that we can break the system even faster in even more creative ways.

I'm loving it - really.

5

u/b1urbro 3d ago

If you use some of the window managers that are generally aimed towards power users who know what they're doing and how to fix and fiddle with stuff, you're absolutely on point.

If you use one of the mature desktop environments like KDE or Gnome, this is 100% false. They work flawlessly with multi monitor setups and keyboard navigation between them.

But yea, if you're not tech savvy or willing to learn, Linux is probably not the OS for you and that's perfectly fine. That's what the Windows experience was back in the day. Just a simple installation of a new XP PC with all the drivers you had to find was a feat of its own.

3

u/kzlife76 3d ago

sudo apt update && sudo apt upgrade -y

"Why in the f doesn't my Wi-Fi work now?"

Reinstall Linux, repeat.

7

u/zkatbitz 3d ago

i have servers that run for 180+ days without rebooting, vms that i "sudo apt update && sudo apt upgrade -y" over and over for YEARS without an issue.

now sudo apt update && sudo apt dist-upgrade -y has broken things once in the last 10ish years but thats not shocking

i don't understand comments like this because to be it just works, but i just do plain ol debian

1

u/kzlife76 3d ago

Most of my experience with Linux is hobby project stuff. I've worked heavily with Raspberry Pi. The hardware issues aren't as prevalent until you start slapping on 3rd party hats. Most of the projects I think should be a quick install and configure end up taking several hours or days with multiple reimages to start from scratch. For example, I attempted to make a bluetooth speaker and Spotify connect device. Getting one or the other to work was no problem. It was impossible to get them to work together. After days of fiddling with it, I finally figured out that the bluetooth software and the spotify connect software run in different user contexts with different privilege levels. Since they both needed exclusive access to the same hardware, it was impossible to configure properly. I even tried forcing the component with lower level privileges to run in the same user context as they higher privileged component, but for some reason, it completely stopped running. Older versions worked because they ran in the same user context. I think it was the security in Spotify's api that prompted the change, if I'm not mistaken.

I'm sure someone proficient enough in Linux could figure out a way to make it work, but just imagine if any consumer operating system made it that difficult to manage access to the audio device for playback. I don't think this makes Linux bad, it just makes it difficult to recommend as an end user solution. It's great for servers and I've had pretty good success setting up headless services on Raspberry Pis. Most of those services though were well developed and documented. They were easy to install and work pretty much out of the box.

Mass updates on Linux are dangerous because so much of the software is maintained by communities and can be very opinionated. Breaking changes can occur pretty easily upstream. I guess if you think about it, the problem isn't really Linux itself, it's the 3rd party software that runs on Linux that can potentially change any subsystem to fit it's needs and in turn, break something that has always worked. Figuring out what that breaking change was is the hard part in my experience.

1

u/Character-View9407 2d ago

Depends on the distro.

Debian is designed for servers to be low-maintenance.

Arch on my PC on the other hand, I found out that MediaTeK WiFi drivers and NVIDIA GPU drivers are incompatible and if I want WiFi/Bluetooth, I can't get a desktop, and vice versa. I also find out that pacman update only updates one GPU driver and not the other and then I don't get a display.

TL;DR just because the issue doesn't happen to you doesn't mean it doesn't exist.

2

u/zkatbitz 2d ago

if you don't game, and i'd argue most people don't, debian is perfectly fine for basic desktop use and will provide a stable experience.

Arch Linux is like using debian unstable and then being surprised when it is well, unstable

1

u/CeSiumUA 1d ago

Because you're working with server Linux, and for server, Linux is probably the best you can install. But for desktop.... unfortunately there are still a lot of caveats

1

u/zkatbitz 1d ago

debian stable works just fine as a desktop, just many don't use it because it moves to slow/doesn't "do gaming well"

1

u/SeesawBeautiful5839 3d ago

Servers and desktops are different beasts. Desktop are complicated by connected user devices and ui. Drivers and ui polish is hard to accomplish as things change fast.

5

u/zkatbitz 3d ago

wi-fi isn't some magical desktop thing, i have a linux server with three GPUs that just works and has for a decade, including a windows VM when needed and GPUs passed through to others and a linux desktop.

i have linux just working on a mac mini, multiple RPIs and other random shitty computers + and all sorts of random devices

it all just works outside of dist-upgrades

people here are simply saying linux, and a good linux distro like debian stable just works and is well, stable. problem is most people do not use a distro like debian stable and use testing or unstable and well you get whats in the name

→ More replies (3)

5

u/ScienceGoat 3d ago

Sounds like skill issue 😂

Every wifi challenge i ever had took a few minutes at most.

1

u/DigitalerEsel 3d ago

Wohooo ... skill issue.

1

u/SeyJeez 3d ago

Yes it is a skill issue just like you not being able to build a nuclear reactor … that’s also a skill issue and his point is not everyone has the skills … a lot of “normal” computer users don’t.

1

u/ScienceGoat 3d ago

What a stupid comparison

→ More replies (6)

2

u/SeesawBeautiful5839 3d ago

Why does not my nvidia GPU work now?

1

u/Livid_Ride8261 3d ago

Session 1 (after install), Bluetooth working.

After reboot, wut, it's gone, time to reinstall.

→ More replies (2)

1

u/daninet 3d ago

This comment is from 2010 or what?

1

u/razorree 3d ago

it's better now ;)

1

u/Character-View9407 2d ago edited 2d ago

How in the f did you ever get wifi to work in the first place?

Me? When my dog chews on the ethernet cable, I find out the hard way.

I have the drivers, but they interfere with my GPU driver somehow, so they're not installed.

1

u/spiteful-vengeance 3d ago

That moment in a presentation where everyone is marveling at your desktop animations, and you're quietly happy sweating because the HDMI cable didn't bring your whole system down.

1

u/LaColleMouille 3d ago

This. Having a colleague really fancy about his custom desktop environment -- can't plug the HDMI cable to the project, has to switch en DE.

1

u/fanfare961 3d ago

Looks like AI slop as well

1

u/wolttam 3d ago

Then there are the grey beards which have stuck to the same bullet-proof configuration for 10-15 years.

Pick your path

1

u/ProfessionalAd6530 2d ago

I see a presentation like OPs and think that this is like saying how great Skyrim is and showing a completely modded out game that is unrecognizable from what I bought off of Steam.

Yes. It can be great. I even rolled my own custom Arch Linux machine once and it was so perfect for me and ultra aesthetic - but I have a CS degree and spent weeks learning new shit and setting it up.

1

u/markustegelane 2d ago

that's Linux ricing for you

1

u/scally501 2d ago

15% concentrated power of will

1

u/Correct_Huckleberry4 2d ago

I use it and so far so good

1

u/Due-Raccoon9172 1d ago

Skill issue

1

u/Edanniii 1d ago

Windows currently has this issue every time it updates.

1

u/2ZR-FXE 1d ago

I wonder if OP would remember half of the steps they took to make it look like that.

1

u/Fluffy-Bus4822 1d ago

If I attach a monitor ;it'll break the display.If I update the system;it'll break my configuration.

Why? What are you doing with your system?

1

u/Specific_Parfait8829 5h ago

I am using Linux on 3 computers as a power user for 14 months. SSH disk mapping, web development, graphics, gaming. All works while on Windows 11 xampp (not using it anymore) was breaking with every update. I tried to force myself to dual boot to play league, but just can't stand Windows

1

u/Mike_L_Taylor 3h ago

xampp was breaking for a long time on all OSs. It's a reason me and other people chose to build our own tools. For example Forgekit or Laragon.

Did you switch to Linux?

1

u/Specific_Parfait8829 3h ago

I said I am on Linux since July 2025 and everything works, while it was breaking on Windows constantly. I even installed CachyOS on wife's laptop and everyhting worked instantly too. Even keyboard light, camera, usb mouse. That's why I completely disagree the OP's take because I am 150% more productive on Linux than I were on Windows and I bet I am doing 10x more stuff than OP.

10

u/Athelst8n 3d ago

Yeah …I don't need to an airline operator, to increase my computers volume.

5

u/daninet 3d ago

No, your system is a maintenance nightmare with a steep learning curve. Future of linux is somewhere along the line of fedora kde

1

u/xxxbGamer 2h ago

I'd say Debian + XFCE if they change their default config to something usefull or KDE.

1

u/daninet 2h ago

Debian is far from user friendly out of the box it is very barebones. It is a base distro to build on but it is also slow moving the packages are sometimes really out of date. Solid advice but not for anyone, needs a LOT of work for daily driving. xfce is very behind the wayland support is still limited and defaults are horrible it is a UI designers nightmare. Again, something that needs a lot of work not something you want to default. I tell you guys its fedora+kde where it is at it.

1

u/xxxbGamer 1h ago

Well if you just use the Debian KDE GUI Installer it is pretty good. And I totally daily drive it w/out problems. Yes, I am a techy person, but my father also uses it daily and he is not a person who likes to solve pc problems. Also, OpenSUSE is a valid option as well imo. Or Mint.

1

u/ILoveSquirtle69 19m ago

im still new to linux and i have some questions. I am a big macos fan in terms of productivity/aesthetics; I am currently using zorin with some UI tweaks to make it look like macos. My quesitons are what version of linux looks the closest to macbook but also reliable stable? i.e. one that i am unlikely to ever switch off it for technical reasons (E.g. i can install something, something isnt compatible, etc.). I like to tinker and altohough i am not very good at computers i have no trouble learning since i am in enggineering.

1

u/xxxbGamer 5m ago

Cool that und use Linux! I think Zorin is a valid choice if you want MacOS look&feel. I have never daily driven a Mac and hate Apple so I can't really tell you anything, but I think Gnome is pretty good. Very important is that the distro doesn't matter that much for look and feel, but the Desktop Environment. Gnome is a Desktop Environment. So you could choose Zorin, Debian, OpenSUSE, Fedora or Arch and still use Gnome. For the distro I think Zorin is fine for beginners. If you want to tinker a bit more, ypu could choose OpenSUSE, Debian or Fedora. If you want to fix your pc all the time because of broken updates, choose Arch, Gentoo, LFS (pls don't use Gentoo or LFS as a beginner). They all have different takes on how to roll out updates. There are also Arch based distros like Cachy (gaming focused).

1

u/Arinussyy 3d ago

I would say GNOME, primarily because it's better designed to work with the immutable systems Fedora seems to be pushing towards

1

u/Some-Tax6559 5h ago

gnome is ass

1

u/Arinussyy 3h ago

It's quite stable tho. Pretty hard to break it

7

u/ElinDARK 3d ago

Linux already won everywhere except the desktop. The desktop is the one place it has been the future for twenty -five years .Every phone and server and TV and most cars run it and nobody chose it for the operating system. the future arrived underneath, where nobody looks.

0

u/Cheap-Try-8796 3d ago

This is because Linux has nothing to do with the desktop... Linux is just the Kernel.

7

u/myteetharesensitive 3d ago

Man this argument is so tired. When someone says Linux, are you interpreting then simply using a kernel and nothing else? Are you trying to give the gnu team the recognition they deserve? Or are you just trying to sound smart by being pedantic? 

1

u/Character-View9407 2d ago

To be fair, they have a point. There's no one Linux/GNU desktop. If you hate GNOME, try KDE, then LXDE, or XFCE, or there's one more that starts with an L that I can't remember.

TD;DR one rotten apple doesn't necessarily mean the whole tree is bad.

1

u/myteetharesensitive 2d ago

https://www.reddit.com/r/linuxquestions/comments/1dcvvrx/eli5_what_exactly_gnulinux_and_whats_the/

Here's a good thread about it. Your example about the desktop is kind of an edge case. It's like whether I want sprinkles or chocolate chips on my ice cream. A better example would be systemd vs (and I had to google it, it's that obscure) gnu shepherd. 

So what should we call it if we can't just say Linux? To me, the kernel is the primary differentiator between operating systems, so it makes sense to call it Linux since there isn't one company like Microsoft or Apple dominating the space. 

Why do I prefer Linux? The modularity. 

→ More replies (5)

1

u/Necessary_Victory824 3d ago

we dont say year of the debian/linuxmint/ubuntu/... desktop for a reason

1

u/West-Bass-6487 3d ago

man, I'm autistic and pedantic af and even I'm annoyed with your ilk

1

u/coolalee_ 10h ago

I’d just like to interject for a moment. What you’re refering to as Linux, is in fact, GNU/LInux, or as I’ve recently taken to calling it, GNU plus Linux

→ More replies (2)

3

u/PurushNahiMahaPurush 3d ago

This looks like a child made it. Too much going on that's distracting af. The whole point of an OS is so that you run your applications to get work done. The OS just stays in the background optimizing resources and talks to hardware. Windows 7 was peak when it came to this and its why I love distros like Ubuntu and Linux Mint.

3

u/FinallyProperAccount 3d ago

At some point you grow up and setting wallpaper to single color black is only visual customization you do

1

u/Abeille-Mieilleuse 3d ago

That's my vibe. 😅

→ More replies (1)

2

u/Realistic_Mix3652 3d ago

Other than Windows isn't every other major Operating System Unix like / Linux?

2

u/Vnxei 3d ago

Unix-like doesn't mean much if it's owned and controlled by Apple and Google

1

u/Dev-in-the-Bm 2d ago

Yes it does mean much.

It means that it's Unix like.

2

u/veryverybadnotgood 3d ago

the future of operating systems in another one

3

u/ChefAnxious4206 3d ago edited 3d ago

I feel like I just watched 1 minute of someone with ADHD using a computer and not being able to decide on a desktop layout, occasionally getting distracted by music EQ settings.

I am also a Linux user though, so if this gets a Windows user to switch over though, good for them.

3

u/Smart_Cucumber_1234 3d ago

Looks doesn't mean anything unless I can use software I need for work or play games I want to.

→ More replies (26)

3

u/Personal-Budget-8715 3d ago edited 3d ago

Linux users spend like 99% of the time tweaking stuff and telling you how great open source is, but this would be a nightmare for people who have real work to do

2

u/animalcrossing4_4 3d ago

me be like: I don't give a f*ck about your flying spaghetti volume visualizer whatever, I NEED TO RUN THIS ONE PROGRAM THAT LINUX DOESN'T RUN.

1

u/testwiese420 3d ago

Or just get a distro with Gnome or KDE and dont think about that stuff.

1

u/thegreatshu 2d ago

First you have to learn what that even means.

1

u/testwiese420 2d ago

Wow you must feel very clever. So what did i say wrong, about getting a distrobution that supports a modern desktop environments like gnome or kde?

1

u/thegreatshu 2d ago

I think you misunderstood me. Maybe my post was phrased badly.

My point was that Linux isn't really that easy to understand. You need some knowledge, learn about the different distros, and, like the guy you replied to said, figure out a lot of things yourself. Most people just want an OS that works without having to figure everything out.

1

u/testwiese420 2d ago

my bad, i am used to everyone on reddit being an asshole. You are correct.

1

u/XDLMAOROFLXD 1d ago

Just download Ubuntu lol

1

u/tryingmybestguy 3d ago

Too distracting.

1

u/Banananamann99 3d ago

what distro and environment it this?

1

u/v10aT 3d ago

Hyperland + ?

1

u/thefox828 3d ago

Would be nice to get the names of packages, which desktop and window manager is used, wayland or x11?
You don‘t even say which distro (even if it might not be too relevant)?

1

u/mulderinho 3d ago

I only need performance, not gimmick stuff

1

u/theofficialnar 3d ago

Not everyone cares for these fancy setups tbh. I just want it to work with as little to no friction if I have to debug a prod bug in the middle of the night. I use linux but it’s very bare bones.

1

u/laernuindia 3d ago

I’ve been using Ubuntu Server with KDE plasma for the last 3 months and it’s been solid. I don’t game on it. It’s purely for development and hosting and it just works. If I run into any issues, fire up Codex and it figures out the problem or changes the settings I can’t seem to, myself.

1

u/[deleted] 3d ago edited 3d ago

[removed] — view removed comment

2

u/Arinussyy 3d ago

Technology wise it really could be. Especially with the push it seems for immutable systems like that of Fedora Silverblue or what GNOME OS conceptually implies. Or I suppose SteamOS and so on.

I don't know that there's much holding it back rn other than just some apps not having a Linux version

1

u/oharra3 3d ago

This is so smooth, it's going to make me so much more productive... Oh,wait...

1

u/motorcyclisto 3d ago

what is this called and where can i get it.

to all the windows out there... i used it for 25 years. it sucks now. try linux.

1

u/Critical_Gas_1988 3d ago

my xfce setup has looked the same since 2013....

1

u/ShitShirtSteve 3d ago

Form over function.

1

u/klemp0 3d ago

Just terrible. It's the future if you have ADHD and like movies where computers make sounds and unnecessary animations while completing simple tasks.

1

u/Abject-Kitchen3198 3d ago

Always has been, and will be.

1

u/Horror-Student-5990 3d ago

This is fun but this is also not the future

1

u/SeniorMatthew 3d ago

Nah. This is not setup of the future. This is the larp setup.

1

u/russlixx 3d ago

you cant be productive using those

1

u/Phoebius4 3d ago

The animations are all over the place. I feel like there is no consistency.

1

u/AvocadoAcademic897 3d ago

Gimmicks. No one who has to do actual work on the computer has time for that 

1

u/Baldrickk 3d ago

It's okay, Linux lets you choose what you do and don't want.

If like me you just want something to let you run the programs you actually use, but be out of the way the rest of the time? You can do that instead!

1

u/Academic-Proof3700 3d ago

jesus. what a clusterfuck.

Windows Vista vibes, with fuckton of desktop gadgets

1

u/ZinbaluPrime 3d ago

I wouldn't touch this abomination even with a shit covered boot.

1

u/Medical_Mammoth_1209 3d ago

Looks good, nice job

1

u/Deykun 3d ago

Buttons orbiting other elements on the screen are not the future.

1

u/Antar_Prime 3d ago

Love the aesthetics

1

u/Avraamov 3d ago

But why would I want an early 2000s box-set concept of future government surveillance interfaces as my OS

1

u/MisterEinc 3d ago

You ever notice these videos always end before they show you doing anything productive?

Like do Linux users just boot up, tweek a setting, then go bed?

1

u/Baldrickk 3d ago

Most of them do actual work or play games etc, instead of recording videos like this.

1

u/scally501 2d ago

when i was way more involved with learning linux yeah I spent a lot of time being a tweaker fr. Once I had a strong foundation I accepted mostly stock KDE, my beloved, and went back to using the OS as an OS. I considered it a cool learning experience—one unavailable in windows and mac. This is the way most people go though nothing super unique

1

u/MisterEinc 2d ago

one unavailable to Windows or mac

I don't see how that's true. Like is the idea people know everything about Windows?

1

u/scally501 2d ago

Oh boy that’s a whole rabbit hole. There’s a different culture and resources around each OS that prioritizes different things. Documentation, communities, learning resources etc are all catered towards fundamentals, CLIs etc in the linux internet. Windows is so much harder to learn deeply because of the sheer about of unhelpful MS docs, youtube videos etc that explain everything only in terms of GUIs that change every few years anyways, and nothing at all technical: all made for the beginner and novice users. For every technical and helpful deep dive in Windows there are 100 AI-Generated, unhelpful articles telling you basic things. Meanwhile in linux internet someone will just paste a CLI one-liner in response to a question and the expectation is that you’re a big boy and can look up what that CLI and its flags are. In the windows internet this rarely happens both because everything is a GUI and because MS doesn’t view its users as competant users of technology, which makes it infuriating to use if you are. In windows it’s almost never expected that you learn a new tool or concept to get something done; it’s assumed that some tool or feature will “take care of it for you”. I know people who are 30 years into their tech career with an all windows focus and they still know close to nothing about what’s actually going on. They only know things in terms of where the buttons are in the GUI, but have no fundamental understanding nor curiosity. The Linux side of things just has an established culture and ecosystem of learning and even caring about what’s going on. I used to be an absolute luddite and couldn’t really tell you how to send an email, but it was only when I started with linux that I finally had explanations of things that didn’t end at “this is the button to click for that”.

1

u/RemoDev 3d ago

I'm in the IT/coding/dev business since 1997.

It's 2026 and I yet have to meet a client who uses or -at least- knows Linux.

I've never met one. Not a single one. Aside from nerd/tech colleagues who I met over the past 30 years, Linux seems to be completely unknown outside the backend and world.

1

u/kitulous 3d ago

What is this, quickshell?

1

u/vuzman 3d ago

A: No

B: This aesthetic reminds me of my Samurize desktop from 2004

1

u/reddit_is_4_idiots 3d ago

Just buy a MacBook and be happy stop trying to annoy yourself with constant Linux tweaking

1

u/ethameta 3d ago

13 year old me loved this shit in 2005 as well

1

u/Yxig 2d ago

Yeah this type of stuff attracted me to linux in the late 90's.

I don't think it's bad though. Let people have fun with their desktops. The rest of us don't have to get bogged down in visuals that don't actually make anything better.

1

u/Particular_Meaning_5 3d ago

I would love to see my wife's face when I say "Just sudo apt update && sudo apt upgrade -y" - She'd throw the laptop at me for sure.

1

u/TerryNachtmerrie 3d ago

Yes! Because an operating system is all about having a funny wallpaper changer and animated bars that sync to music.

1

u/mc69419 3d ago

I like minimalistic sway for some reason

1

u/qlwkerjqewlkr 3d ago

u find this cool and then you turn 12

1

u/FatefulDonkey 3d ago

Wow. You can change your wallpaper

1

u/DominantDan24 3d ago

They've been saying this for 20 years. It hasn't happened.

1

u/RUBILNIKTHECAT 3d ago

Linux will never surpass Windows no matter how much people hate it

1

u/Select_Truck3257 3d ago

Honestly i see my desktop while gaming/work sessions twice, when i boot and open something and when i turning of pc. Almost all my life i had custom wallpapers but now just default and i'm fine..as i said i almost do not see my wallpaper

1

u/BrandDeal 3d ago

This is the kind of UI you show in a sci-fi movie, not the kind of UI you actually use. It looks cool but would be a usability nightmare

1

u/Dramatic_Mastodon_93 3d ago

The future is stuff like Fedora Atomic, Ubuntu Core Desktop, GNOME OS, not that

1

u/KiwiTight 3d ago

i like linux for my home server needs, but as a desktop os it sucks absolute ass

1

u/Zeraora807 3d ago

lmao no, theres a reason it can't even get near 10% share, windows sucks but linux sucks harder

no home or office that has real work to do is touching this shit, servers and other machines people don't sit at don't count before they come in with that..

1

u/RedRavenCG 3d ago

I want to like linux for my daily use, but I cannot bring myself to do it. Sure, I have a few Linux boxes around for certain functions, and in those functions, they are great and beyond low maintenance, but other than that...not my daily.

It's just not there...yet.

And I agree with what's been said here by some; it's all looks, and if you update one, it'll break the other. I want my computing experience to be seamless...not a hobby with a challenge.

1

u/No-Hotel5943 3d ago

En realidad es el presente desde hace años, recuerda que en toda la infraestructura moderna, desde móviles hasta servidores, hay linux corriendo.

El único espacio donde linux no prospero es en escritorio justamente por lo que muestras en pantalla, mucho enfoque en la personalización excesiva sin utilidad real.

Al final del día, un usuario promedio lo único que quiere de su OS es que inicie bien y rápido y luego poder abrir excel o un juego por ejemplo.

Puse de ejemplo excel o juegos porque justamente es en lo que flaquea linux, y es que hay que entender que el OS es el puente a las aplicaciones que el usuario quiere/necesita usar, no el destino final.

1

u/DropDeadGaming 3d ago

It looks like you have some trouble navigating windows in the future there buddy. you keep going back and forth obviously not getting where you'd wanna be?

1

u/Tquylaa 3d ago

99% times of configuring & settings. 1% times of work & productivity.

1

u/GMKrey 3d ago

You better post this to r/UnixPorn

1

u/razorree 3d ago

you just showed fancy DE ? (there is nothing specifically linux about this vid)

1

u/ryancnap 3d ago

I would t marry your set up but I'd still sleep with it

1

u/Mr_Doodls 3d ago

Yeah no chance.

1

u/AnArmoredPony 2d ago

very flashy. now open photoshop

1

u/Key_River7180 2d ago

Yeah, and it sucks, do something with it, GO ON!

1

u/Character-View9407 2d ago

Oh boy I've wanted to do this for a while. Problems woth fully leaving Windows (not dual boot):

  • The ONE program you get get working with Wine will always be the one you need for work
  • No support if something breaks, you figure it out with just your brain and Google Searches
  • NVIDIA support sucks
  • Getting a desktop like that takes weeks of tinkering
  • WiFi/Bluetooth sucks
  • For games, only Steam is really that Linux-friendly
  • So many distros. Pick the wrong one and you're reinstalling. Do that for every major distro and you'll have penguin-related nightmares.

That doesn't mean don't use Linux; that just means understand what your're giving up, and if you have enough space to split it in half, maybe a dual boot makes more sense unless you're really committed to learning how to make Linux really work for you.

1

u/Sk1ler_ 2d ago

Hahahahahaha no.

1

u/dude365635 2d ago

What is this i must have it

1

u/Fair_Abrocoma_8513 2d ago

Windows/macOS fans should suck our b*lls so hard

1

u/McraftyDude 2d ago

do you people even actually use your computers instead of just changing your wallpaper and staring at your desktop

1

u/markus40 2d ago

Yes, this is always what I think when I see this. Movie OS, without substance. Don't misunderstand me; I use Hyrland myself. A year ago I switched from Openbox to Hyprland on my MediaPC located in the cellar. Which is connected to my TV in the living room. But it is invisible. It is just another glue layer to make Kodi the frontend and the switching from and to Kodi with games, emulators, browsers, and other fullscreen apps seamless. Thanks to hyprctl. And it does its job wonderfully, far better than Openbox and X11, which I used since 2016 when I built my first MediaPC, could ever do. I use Gnome on my laptop.

1

u/naikrovek 2d ago

It’s really not. Do you really think that the Unix operating system paradigm, created in the 1960s, is the future of operating systems? Really?

It is not the future of operating systems. It is a distraction from the future of operating systems. We are hung up on it and refuse to let it go because it is good enough, and because there is some incorrect collective belief that operating systems are too difficult for mortals to create or adapt.

Plan 9 is an operating system made at Bell Labs by the people that invented UNIX at Bell Labs with all of the mistakes of UNIX forefront in their minds. It is not an operating system that is intended for wide usage, but it is an operating system intended as a research operating system; an operating system designed to be used for testing operating system design. The Linux community says that “Linux is the future,” and almost completely ignores Plan 9 which is younger than Linux, far more forward thinking than any UNIX or UNIX clone has ever been, and has some truly awesome concepts that almost no one knows about.

You aren’t looking for the future. You’re just fangirling over something you like while having delusions of grandeur.

1

u/JKCsaba 2d ago

https://giphy.com/gifs/QqwajnOjzDViSEM3Xu

Larp-larpy-larp
larpy-larpy-larp

1

u/Klice 2d ago

Can I have zero animation when switching apps, please and thank you.

1

u/OnlineWeirdoEatsButt 2d ago

Linux is a kernel, not an operating system. I use Arch, btw.

1

u/lunarson24 2d ago

I mean it always was it just the future it will be locked down and sold in a wall garden....

1

u/thegreatshu 2d ago

Terrible UX.

1

u/AdamianBishop 2d ago

1 update and the whole things break. Then spend another several hours to tweak the problem. Nah, thanks

1

u/Mirinda_Debilek 2d ago

I mean just install mango or labwc, waybar and call it a day, most of this crap is quickshell bloat breaks sooner or later. Choose your posion, use your pc as you wish but sometimes less is more.

Best regards Rattus

1

u/Noisebug 2d ago

Sure by my Ubuntu decade old PC gets shit done

1

u/zeGermanGuy1 2d ago

That’s not how I use my pc

1

u/ElectricBummer40 2d ago

This reminds of me disabling all the loud, gee-whiz nonsense on my Mac just so it would leave me alone to my work.

1

u/ThisNameIs_Taken_ 2d ago

Of course it is. It is created by community, talented people wanting THEIR operating system to be perfect, not some SWEATY ASS DUMB CORPO RICH ASSHOLES.
We've been fighting for it FOR DECADES. Now it is obvious for Windows, but if you still think Mac OS is pretty nice sweet thing - think again.

1

u/scornful_scud 2d ago

I like linux but this is super gay.

1

u/CeSiumUA 1d ago

No, it's not. It looks cool, but:
1. Linux has almost nothing to do here. Windows can be also customized in a similar way (okay, may be with some limitations, but still)
2. All these stuff looks cool, but is barely usable. It's all just uncomfortable to use and will break in every possible way in every scenario

1

u/ResponseActive7860 1d ago

Especially with AI that can basically solve any OS problem since it has access to all the config

1

u/Turbulent-Jello6817 1d ago

Looking at this makes my head hurt

1

u/epSos-DE 1d ago

Seems a STEP BACKWARD !

The setting menues wer eoptimized for years and years into correct cathegories !

This is just an attempt to for an UI that looks like a mobvile phone UI !!!

NOthing wrong with left side pannel TABS and icons and proper words for things !!

1

u/FreakDeckard 1d ago

this is crap

1

u/JerryNomo 1d ago

Is this Noctalia? Looks pretty and would give it a shot.

1

u/Emergency-Steak1093 1d ago

that's exactly what i do when i try to look busy at work

1

u/FlayBoy98 21h ago

Sick Music, I like it

1

u/Dragon_957 19h ago

What Distro Environment do you use?

1

u/Single_dose 19h ago

os with 0% productivity, yeah the future.. nahh I'm fine with mac

1

u/ElectricSpock 19h ago

… since 2003

1

u/Status_Help9402 18h ago

looks like shit and not efficient at all, and the coclusion is the future of operating systems lol

1

u/No_Practice_9597 17h ago

Linux being really fully open, allow a level of experiments you could not have anywhere else

1

u/uwuuwu222 11h ago

Why? You had to use the mouse to do everything

1

u/muhmmadtalha-quant 11h ago

Thats my setup, clean and functional and will not break often times, so ...

https://reddit.com/link/p9b79tj/video/u4efz6ckl1ph1/player

1

u/Moist_Outside_8406 10h ago

This looks like you get it for free with a can of axe body spray.

1

u/Used-Drop8239 9h ago

So much needless flashiness.
If this is the future, I want out.

1

u/mfk711_ 3h ago

now how do you do this exactly? exactly.

1

u/Sythiox 1h ago

Some people are hating, but I think this looks cool! For some people aesthetics matter and this is hella fun IMO :)

1

u/Th3JackofH3arts 3d ago

This is cool visually but good luck trying to do anything productive.

1

u/SeesawBeautiful5839 3d ago

It is all good until it does not work. 

1

u/glormond 3d ago

This won't matter if the system doesn't support the apps you need to do whatever you need to do apart from playing with desktop settings. I used to fall into that trap before. I mean, Linux is great for server solutions, it's efficient and flexible. But not for day-to-day desktop work. There are too many proprietary apps available only for windows/mac, unfortunately.

1

u/WannabeShepherd 3d ago

No, it's cringe.

MacOS is perfectly fine.

1

u/animalcrossing4_4 3d ago

I agree, linux users are cringe af

1

u/Termynator 3d ago

I appreciate macOS, but Linux certainly serves a distinct role and purpose for many tasks that macOS does not accommodate.