456
submitted 3 months ago by sabreW4K3@lazysoci.al to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] RiderExMachina@lemmy.ml 6 points 3 months ago

I think there are two major hurdles keeping Linux adoption back (besides the obvious installation bit). The first is that our backwards compatibility is terrible. It is easier to get old versions of Windows software to run in Wine than it is to get some old Linux software to run natively.

If something like Photoshop did finally release a Linux version, even if they only did one release to make 2% of people happy, it likely wouldn't be able to run natively after 5 years.

The second is a good graphical toolkit. Yes, GTK and Qt exist, but neither are as simple as WinForms or SwiftUI/Aqua.

[-] Bulletdust@lemmy.ml 24 points 3 months ago* (last edited 3 months ago)

I've got plenty of old software here under Linux that still runs fine to this day across a number of PC's and even a Raspberry Pi that I use as a backup desktop. I honestly can't see backwards compatibility being any more of an issue than it is under Windows - There's a number of accounting packages released under Windows 7 that won't run under Windows 10, the latest version of most popular browsers won't run under Windows 7. Likewise, the latest version of MS Office 365 won't run under Windows 8.

[-] narc0tic_bird@lemm.ee 19 points 3 months ago

Manual installation is one thing, but by far the biggest reason is OEM preinstalls. 98% of the people never install any operating system themselves, the devices just come with one and that's the one that'll be used.

[-] eveninghere@beehaw.org 4 points 3 months ago

DELL sold Ubuntu models and they abandoned them I believe.

[-] pbjamm@beehaw.org 4 points 3 months ago

IIRC part of that issue was that the Windows version of the same computer was cheaper because of MS licensing. For Linux nerds at the time it made more sense to buy the Windows version and do what they had always done, reinstall with the Linux of their choice.

[-] realbadat@programming.dev 1 points 3 months ago

They still sell laptops, desktops, and servers with Ubuntu pre installed.

[-] SSUPII@sopuli.xyz 6 points 3 months ago

To allow modern windows to run legacy applications a lot of caution is given to updating libraries or fully new ones are given while keeping the older ones. Also static builds are more common on Windows, or come bundled with a copy of the required libraries as .dll files.

  • Let's say an application requires libexample1. It works, the library is available too.
  • Eventually the application gets abandoned, but still works.
  • But eventually a libexample2 gets released that drastically changes how the library works. The program doesn't work on this version. The older release of the library then get's abandoned.
  • Distributions now start removing the package from the repositories as the older library is slowly requiring no longer supported releases of its own dependency.
  • Now application is borked

Aplication could have still worked if it came bundled with its own copy of libexample1 and of its dependencies, or was statically linked.

An example of this is Nero, a software kit for managing CD/DVD disc media. They made a build of some of their tools for Linux, meant to run on Debian 7. This builds were an experiment and got abandoned because of the very few users it had. Yet, these tools still work perfectly fine on Debian 12 despite being based on ancient libraries because it bundles all its requirements as a copy in its own proprietary blob.

I talked about caution on updating libraries on Windows. You can find many deprecated methods in any native Windows library that will likely never be removed from the library binaries, as many applications require it. The new, better and more feature rich method is given a different name instead, and is pointed out in the documentation for the older method.

Projects like FUSE are very nice for this, where an AppImave bundle of prebuilt binaries is given and can potencially not only be ran everywhere that can run FUSE but also in the future too.

[-] NoisyFlake@lemm.ee 1 points 3 months ago

Isn’t this what Flatpaks are doing?

[-] SSUPII@sopuli.xyz 1 points 3 months ago

Flatpak is definitely a possible solution. We will see how it will be managed in the future

[-] urska@lemmy.ca 5 points 3 months ago

All you mf saying Photoshop and Adobe PROBABLY dont even use it. Its like a mantra I keep hearing. Really? all you whiners use Photoshop and Adobe as professionals?

[-] RiderExMachina@lemmy.ml 2 points 3 months ago

I personally don't use Photoshop but was using it as an example. You could fill in the blank with other tools like AutoCAD, MS Office, QuickBooks/Quicken, etc.

[-] frauddogg@lemmygrad.ml 1 points 3 months ago* (last edited 3 months ago)

Been using the same copy of photoshop for about ten or so years. Definitely not winning any converts by calling people who prioritize their workflow "whiners" either; you sound like another tribal techbro tryna play up console wars but for PCs to me.

[-] GiovaMC1@lemy.lol 1 points 3 months ago
this post was submitted on 27 May 2024
456 points (95.6% liked)

Linux

47223 readers
777 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS