Breaking
June 5, 2025

My Winter of ’99: The Year of the Linux Desktop is Always Next Year Maya Posch | usagoldmines.com

Growing up as a kid in the 1990s was an almost magical time. We had the best game consoles, increasingly faster computers at a pace not seen before, the rise of the Internet and World Wide Web, as well the best fashion and styles possible between neon and pastel colors, translucent plastic and also this little thing called Windows 95 that’d take the world by storm.

Yet as great as Windows 95 and its successor Windows 98 were, you had to be one of the lucky folks who ended up with a stable Windows 9x installation. The prebuilt (Daewoo) Intel Celeron 400 rig with 64 MB SDRAM that I had splurged on with money earned from summer jobs was not one of those lucky systems, resulting in regular Windows reinstalls.

As a relatively nerdy individual, I was aware of this little community-built operating system called ‘Linux’, with the online forums and the Dutch PC magazine that I read convincing me that it would be a superior alternative to this unstable ‘M$’ Windows 98 SE mess that I was dealing with. Thus it was in the Year of the Linux Desktop (1999) that I went into a computer store and bought a boxed disc set of SuSE 6.3 with included manual.

Fast-forward to 2025, and Windows is installed on all my primary desktop systems, raising the question of what went wrong in ’99. Wasn’t Linux the future of desktop operating systems?

Focus Groups

Boxed SuSE Linux 6.3 software. (Source: Archive.org)
Boxed SuSE Linux 6.3 software. (Source: Archive.org)

Generally when companies gear up to produce something new, they will determine and investigate the target market, to make sure that the product is well-received. This way, when the customer purchases the item, it should meet their expectations and be easy to use for them.

This is where SuSE Linux 6.3 was an interesting experience for me. I’d definitely have classified myself in 1999 as your typical computer nerd who was all about the Pentiums and the MHz, so at the very least I should have had some overlap with the nerds who wrote this Linux OS thing.

The comforting marketing blurbs on the box promised an easy installation, bundled applications for everything, while suggesting that office and home users alike would be more than happy to use this operating system. Despite the warnings and notes in the installation section of the included manual, installation was fairly painless, with YAST (Yet Another Setup Tool) handling a lot of the tedium.

However, after logging into the new operating system and prodding and poking at it a bit over the course of a few days, reality began to set in. There was the rather rough-looking graphical interface, with what I am pretty sure was the FVWM window manager for XFree86, no font aliasing and very crude widgets. I would try the IceWM window manager and a few others as well, but to say that I felt disappointed was an understatement. Although it generally worked, the whole experience felt unfinished and much closer to using CDE on Solaris than the relatively Windows 98 or the BeOS Personal Edition 5 that I would be playing with around that time as well.

That’s when a friend of my older brother slipped me a completely legit copy of Windows 2000 plus license key. To my pleasant surprise, Windows 2000 ran smoothly, worked great and was stable as a rock even on my old Celeron 400 rig that Windows 98 SE had struggled with. I had found my new forever home, or so I thought.

Focus Shift

Start-up screen of FreeSCO. (Credit: Lewis “Lightning” Baughman, Wikimedia)
Start-up screen of FreeSCO. (Credit: Lewis “Lightning” Baughman, Wikimedia)

With Windows 2000, and later XP, being my primary desktop systems, my focus with Linux would shift away from the desktop experience and more towards other applications, such as the FreeSCO (en français) single-floppy router project, and the similar Smoothwall project. After upgrading to a self-built AMD Duron 600 rig, I’d use the Celeron 400 system to install various Linux distributions on, to keep tinkering with them. This led me down the path of trying out Wine to try out Windows applications on Linux in the 2000s, along with some Windows games ported by Loki Entertainment, with mostly disappointing results. This also got me to compile kernel modules, to make the onboard sound work in Linux.

Over the subsequent years, my hobbies and professional career would take me down into the bowels of Linux and similar with mostly embedded (Yocto) development, so that by now I’m more familiar with Linux from the perspective of the command line and architectural level. Although I have many Linux installations kicking around with a perfectly fine X/Wayland installation on both real hardware and in virtual machines, generally the first thing I do after logging in is pop open a Bash terminal or two or switching to a different TTY.

Yet now that the rainbows-and-sunshine era of Windows 2000 through Windows 7 has come to a fiery end amidst the dystopian landscape of Windows 10 and with Windows 11 looming over the horizon, it’s time to ask whether I would make the jump to the Linux desktop now.

Linux Non-Standard Base

Bringing things back to the ‘focus group’ aspect, perhaps one of the most off-putting elements of the Linux ecosystem is the completely bewildering explosion of distributions, desktop environments, window managers, package managers and ways of handling even basic tasks. All the skills that you learned while using Arch Linux or SuSE/Red Hat can be mostly tossed out the moment you are on a Debian system, never mind something like Alpine Linux. The differences can be as profound as when using Haiku, for instance.

Rather than Linux distributions focusing on a specific group of users, they seem to be primarily about doing what the people in charge want. This is illustrated by the demise of the Linux Standard Base (LSB) project, which was set up in 2001 by large Linux distributions in order to standardize various fundamentals between these distributions. The goals included a standard filesystem hierarchy, the use of the RPM package format and binary compatibility between distributions to help third-party developers.

By 2015 the project was effectively abandoned, and since then distributing software across Linux distributions has become if possible even more convoluted, with controversial ‘solutions’ like Canonical’s Snap, Flatpak, AppImage, Nix and others cluttering the landscape and sending developers scurrying back in a panic to compiling from source like it’s the 90s all over again.

Within an embedded development context this lack of standardization is also very noticeable, between differences in default compiler search paths, broken backwards compatibility — like the removal of ifconfig — and a host of minor and larger frustrations even before hitting big ticket items like service management flittering between SysV, Upstart, Systemd or having invented their own, even if possibly superior, alternatives like OpenRC in Alpine Linux.

Of note here is also that these system service managers generally do not work well with GUI-based applications, as CLI Linux and GUI Linux are still effectively two entirely different universes.

Wrong Security Model

For some inconceivable reason, Linux – despite not having UNIX roots like BSD – has opted to adopt the UNIX filesystem hierarchy and security model. While this is of no concern when you look at Linux as a wannabe-UNIX that will happily do the same multi-user server tasks, it’s an absolutely awful choice for a desktop OS. Without knowledge of the permission levels on folders, basic things like SSH keys will not work, and accessing network interfaces with Wireshark requires root-level access and some parts of the filesystem, like devices, require the user to be in a specific group.

When the expectation of a user is that the OS behaves pretty much like Windows, then the continued fight against an overly restrictive security model is just one more item that is not necessarily a deal breaker, but definitely grates every time that you run into it. Having the user experience streamlined into a desktop-friendly experience would help a lot here.

Unstable Interfaces

Another really annoying thing with Linux is that there is no stable kernel driver API. This means that with every update to the kernel, each of the kernel drivers have to be recompiled to work. This tripped me up in the past with Realtek chipset drivers for WiFi and Bluetooth. Since these were too new to be included in the Realtek driver package, I had to find an online source version on GitHub, run through the whole string of commands to compile the kernel driver and finally load it.

After running a system update a few days later and doing a restart, the system was no longer to be found on the LAN. This was because the WiFi driver could no longer be loaded, so I had to plug in Ethernet to regain remote access. With this experience in mind I switched to using Wireless-N WiFi dongles, as these are directly supported.

Experiences like this fortunately happen on non-primary systems, where a momentary glitch is of no real concern, especially since I made backups of configurations and such.

Convoluted Mess

This, in a nutshell, is why moving to Linux is something that I’m not seriously considering. Although I would be perfectly capable of using Linux as my desktop OS, I’m much happier on Windows — if you ignore Windows 11. I’d feel more at home on FreeBSD as well as it is a far more coherent experience, not to mention BeOS’ successor Haiku which is becoming tantalizingly usable.

Secretly my favorite operating system to switch to after Windows 10 would be ReactOS, however. It would bring the best of Windows 2000 through Windows 7, be open-source like Linux, yet completely standardized and consistent, and come with all the creature comforts that one would expect from a desktop user experience.

One definitely can dream.

 

This articles is written by : Nermeen Nabil Khear Abdelmalak

All rights reserved to : USAGOLDMIES . www.usagoldmines.com

You can Enjoy surfing our website categories and read more content in many fields you may like .

Why USAGoldMines ?

USAGoldMines is a comprehensive website offering the latest in financial, crypto, and technical news. With specialized sections for each category, it provides readers with up-to-date market insights, investment trends, and technological advancements, making it a valuable resource for investors and enthusiasts in the fast-paced financial world.

Recent:

Running FreeDOS and 8086tiny on the Game Boy Advance Because You Can Maya Posch | usagoldmines.com

Passive Saturation Box is a Cheap Way To Distort Your Sound Lewin Day | usagoldmines.com

Slide Rule by Helix Al Williams | usagoldmines.com

24-Year-Old Arrested for Allegedly Masterminding Several High-Profile Crypto Kidnappings in France: ...

Government Imposes Cash Withdrawal Limits on Crypto ATMs in Australia in New Scam Crackdown Attempt ...

Adding Assistive Technology to a Doorbell Bryan Cockfield | usagoldmines.com

Making solder wick less painful Aaron Beckendorf | usagoldmines.com

Customer Who Stole $830,000 From Wells Fargo After Initiating Fraudulent Payments Sentenced to Priso...

FLOSS Weekly Episode 835: Board Member B Jonathan Bennett | usagoldmines.com

The Blackberry Keyboard: How An Open-Source Ecosystem Sprouts Arya Voronova | usagoldmines.com

A Vintage ‘Scope Comes Back To Life Jenny List | usagoldmines.com

High-Stakes Fox Hunting: The FCC’s Radio Intelligence Division in World War II Dan Maloney | usagold...

Tune In to “Higher Lower”, the Minimal Handheld Electronic Game Donald Papp | usagoldmines.com

3D Printing a Modular Guitar Means It Can Look Like Whatever You Want Lewin Day | usagoldmines.com

Making a LEGO Vehicle Which Can Cross Large Gaps John Elliot V | usagoldmines.com

Building An Automatic Wire Stripper And Cutter Lewin Day | usagoldmines.com

Building An Eight Channel Active Mixer Lewin Day | usagoldmines.com

Authorities Warn of Phony Text Messages Phishing for Sensitive Information, Telling Victims Their Ba...

Open Source Watch Movement Really Ticks All the Boxes Tyler August | usagoldmines.com

3D Printed Tank Has a Cannon to Boot Lewin Day | usagoldmines.com

Bankers Warn of ‘Crazy’ Amounts of Fraud Targeting Elderly Amid Push for New Regulations: Report Dai...

Supercon 2024: How To Track Down Radio Transmissions Lewin Day | usagoldmines.com

Simulation and Motion Planning for 6DOF Robotic Arm John Elliot V | usagoldmines.com

Add Wood Grain Texture to 3D Prints – With a Model of a Log Donald Papp | usagoldmines.com

Spin-Casting This Telescope Mirror In Resin Didn’t Go To Plan Lewin Day | usagoldmines.com

The Keyboard Sinclair Never Made Heidi Ulrich | usagoldmines.com

The 1972 INTERCAL Compiler Revealed Al Williams | usagoldmines.com

Planetary Poetry with a Tiny Digital Core Heidi Ulrich | usagoldmines.com

3D Printing A Capable RC Car Lewin Day | usagoldmines.com

Ender 3 Pro Gets A Second Job As A Stator Winder Lewin Day | usagoldmines.com

Keebin’ with Kristina: the One with the H.R. Giger Keyboard Kristina Panos | usagoldmines.com

What Use Is An Original Raspberry Pi? Jenny List | usagoldmines.com

The Potential Big Boom In Every Dust Cloud Maya Posch | usagoldmines.com

Depositing Metal On Glass with Fiber Laser Tyler August | usagoldmines.com

This BB Shooter Has a Spring, But Not For What You Think Donald Papp | usagoldmines.com

Testing Brick Layers in OrcaSlicer With Staggered Perimeters Maya Posch | usagoldmines.com

2025 Pet Hacks Contest: Weigh Your Dog The Easy Way Jenny List | usagoldmines.com

Insurance Companies Attempting To Take Advantage of Crypto Investors Who Fear Kidnapping: Report Rho...

Hackaday Links: June 1, 2025 Dan Maloney | usagoldmines.com

It’s MIDI for the TRS-80! Lewin Day | usagoldmines.com

Plenty Of LEDs And Useful Too: The 2025 DORS/CLUC Badge Jenny List | usagoldmines.com

Making The Codec Communicator From Metal Gear Solid Lewin Day | usagoldmines.com

Adaptive Optics Take Clearest Pictures of the Sun Yet Bryan Cockfield | usagoldmines.com

Portal 2 Becomes An Impressively Capable Web Server Lewin Day | usagoldmines.com

Disarming a Nuke… Twice Bryan Cockfield | usagoldmines.com

Can We Replace a Program Counter with a Linear-Feedback Shift Register? Yes We Can! John Elliot V | ...

ESPer-CDP Plays CDs and Streams in Style Tyler August | usagoldmines.com

Hot Rod Backyard Bath on Steel Spring Legs Heidi Ulrich | usagoldmines.com

Wells Fargo Reportedly Rejects Reimbursement After $44,000 Drained From Accounts – Until Questions S...

Building a Wireless Motorized Fader For Lighting Control Lewin Day | usagoldmines.com

$20,000,000 Payout To Data Breach Victims Incoming, With 5,000,000+ People Set To Receive Settlement...

Pulling Back the Veil, Practically Elliot Williams | usagoldmines.com

A CRT Display for Retro Weather Forecasting Aaron Beckendorf | usagoldmines.com

Making a Treadmill Into a 3D Printer Lewin Day | usagoldmines.com

17 Year Old Hellboy II Prop Still Amazes Heidi Ulrich | usagoldmines.com

White LED Turning Purple: Analyzing a Phosphor Failure Maya Posch | usagoldmines.com

184,000,000 Usernames and Passwords Exposed in Extraordinary Data Breach – Apple, Microsoft, Faceboo...

You Wouldn’t Download A Skateboard? Fenix Guthrie | usagoldmines.com

Tidy LED Matrix Displays GIFs On Demand Lewin Day | usagoldmines.com

2025 Pet Hacks Contest: Keep The Prey At Bay With The Cat Valve Jenny List | usagoldmines.com

DIY Solar Generator Inspired By James Webb Telescope Lewin Day | usagoldmines.com

Hackaday Podcast Episode 323: Impossible CRT Surgery, Fuel Cells, Stream Gages, and a Love Letter to...

This Week in Security: CIA Star Wars, Git* Prompt Injection and More Jonathan Bennett | usagoldmines...

Sustainable 3D Prints with Decomposable Filaments Heidi Ulrich | usagoldmines.com

Today in Edinburgh: The Open Source Hardware Summit Elliot Williams | usagoldmines.com

What does Linux Need? A Dial! Jenny List | usagoldmines.com

364,333 Americans At Risk As Data Giant Discovers Breach – Social Security Numbers, Names and Other ...

Another Doom Port To The Atari ST Lewin Day | usagoldmines.com

IcePI Zero: A Pi Zero for FPGA Tyler August | usagoldmines.com

IcePI Zero: A Pi Zero for FPGA Tyler August | usagoldmines.com

Sui Community Launches Vote on Recovering $162,000,000 in Stolen Crypto From Hacker Conor Devitt | u...

A Simple Tip for Gluing Those LED Filaments Donald Papp | usagoldmines.com

You Can Make Your Own Ribbon Mic With A Gum Wrapper Lewin Day | usagoldmines.com

2025 Pet Hacks Challenge : Poopopticon Is All Up In Kitty’s Business Tyler August | usagoldmines.com

Researchers Are Slowly Finding Ways To Stem The Tide Of PFAS Contamination Lewin Day | usagoldmines....

3D Print ABS Without a Screaming Hot Bed Donald Papp | usagoldmines.com

Forced E-Waste PCs and the Case of Windows 11’s Trusted Platform Maya Posch | usagoldmines.com

Bring Back The BIOS! (To UEFI Systems, That Is) Jenny List | usagoldmines.com

The Cost of a Cheap UPS is 10 Hours and a Replacement PCB Maya Posch | usagoldmines.com

Tool Turns SVGs into Multicolor 3D Prints Donald Papp | usagoldmines.com

A Love Letter to Embedded Systems by V. Hunter Adams John Elliot V | usagoldmines.com

Invisible PC Doubles As Heated Seat Tyler August | usagoldmines.com

From Burnt to Brilliant: A Toaster’s Makeover Matt Varian | usagoldmines.com

FLOSS Weekly Episode 834: It Was Cool in 2006 Jonathan Bennett | usagoldmines.com

Supercon 2024: Using an Oscilloscope to Peek Below the Noise Floor Lewin Day | usagoldmines.com

Bubble Displays Make a Neat Retro Clock Jenny List | usagoldmines.com

Remotely Interesting: Stream Gages Dan Maloney | usagoldmines.com

Washington Consumers Gain Right to Repair for Cellphones and More Maya Posch | usagoldmines.com

Stamp: Modular Breakout Boards for SMD Prototyping John Elliot V | usagoldmines.com

A 100-Year-Old Electronic Musical Instrument Brought Back to Life Bryan Cockfield | usagoldmines.com

New Supermaterial: As Strong as Steel and as Light as Styrofoam John Elliot V | usagoldmines.com

Look to the Sky With This Simple Plane Tracker Ian Bos | usagoldmines.com

67,947 Americans Warned as US City Data Breach May Have Exposed Names, Dates of Birth, Social Securi...

Hand Truck Turned Into Motorcycle Bryan Cockfield | usagoldmines.com

2025 Pet Hacks Contest: Fytó – Turn Your Plant Into a Pet Matt Varian | usagoldmines.com

Fixing a Fatal Genetic Defect in Babies With a Bit of Genetic Modification Maya Posch | usagoldmines...

Reconditioning a Vintage CRT Tube Jenny List | usagoldmines.com

‘Your Bank Account Is Under Attack’ – Police Warn Against New Bank Fraud Scheme Targeting Seniors by...

Hands-On: eufyMake E1 UV Printer Tom Nardi | usagoldmines.com

A Forth OS in 46 Bytes Aaron Beckendorf | usagoldmines.com