Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.

As you might have heard by now, Canonical has made the decision to drop 32bit support from Ubuntu 19.10 onwards.

Writing on the mailing list, as well as this post on Ubuntu's Community Hub, Canonical gave a reminder that the decision isn't coming without warning. It was proposed last year and it was followed up with another post detailing a final decision to be made in the middle of 2019. So here we are, the decision seems to have been made.

The problem isn't hardware, as likely around 99% of people nowadays have a 64bit capable computer. Going by our own statistics, from what 2,254 users told us only 4 are using a 32bit Linux distribution. The issue then, is mainly software and libraries needed to actually run 32bit applications. This is where it sounds like there's going to be plenty of teething issues, with a number of people not too happy about the decision.

Steam, for example, is one such application along with plenty of 32bit games that will likely never get updated, although Canonical did say they're "in discussions" with Valve about it. There's also GOG, Humble Store and itch.io which all provide a number of direct-download 32bit games, which do not supply the required 32bit libraries to run. It doesn't sound like they have been given any thought (at least they haven't been mentioned).

Another of the major problems being Wine, with a discussion now happening on their mailing list. The discussion doesn't seem to be too positive, with developer Henri Verbeet even saying "I think not building packages for Ubuntu 19.10 would be the only practical option.", although Andrew Eikum's idea of using the Steam Runtime could be an interesting way around it.

What are your thoughts?

Article taken from GamingOnLinux.com.
Tags: Distro News, Misc
21 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly.
See more from me
The comments on this article are closed.
161 comments
Page: «3/17»
  Go to:

Schattenspiegel Jun 21, 2019
And that is the moment one is glad that Mint keeps the Debian Edition around - just in case. Concerning rolling distros: I prefere breaking things myself when I feel adventurous so LTS all the way.


Last edited by Schattenspiegel on 21 June 2019 at 12:36 am UTC
TheSyldat Jun 21, 2019
I guess because we can still download the older versions of Ubuntu they don't exactly care much and think that we will just throw an older Ubuntu in a VM in order to play those "old games" ...

Dropping 32 bit altogether in one go is a bit dumb ...
They should work with Valve in maintaining the few libs that were used by our games in the past ...
Shmerl Jun 21, 2019
Quoting: GuestFlatpak a 32-bit library runtime and redirect traditional apps to it? What do other distros do for 32-bit lib support for games, just build their own packages? Using something like flatpak instead so 32-bit libraries wouldn't be locked into any particular distro would be great if you could make it easy for apps to utilize it (symlinks to the flatpak libs provided by a native package or by the flatpak w/ expanded permissions perhaps?).

Distros commonly use multiarch approach: https://wiki.debian.org/Multiarch/HOWTO

Less flexible and more limited idea of the same sort is called multilib. For such distros, there is no reason to use flaptak for 32-bit packages. So unless everyone will start dropping x86_32 multiarch, it should fine.


Last edited by Shmerl on 21 June 2019 at 1:40 am UTC
slapin Jun 21, 2019
  • Supporter Plus
QuoteWhile this means we will not provide 32-bit builds of new upstream versions
of libraries, there are a number of ways that 32-bit applications can
continue to be made available to users of later Ubuntu releases, as detailed
in [4]. We will be working to polish the 32-bit support story over the
course of the 19.10 development cycle. To follow the evolution of this
support, you can participate in the discourse thread at [5].

Don't panic.
Shmerl Jun 21, 2019
Quoting: slapinDon't panic.

Be calm, pick a better distro ;) Seriously, their proposed solutions are far from optimal.
slaapliedje Jun 21, 2019
Quoting: Shmerl
Quoting: MohandevirValve could up their game and offer a Steamos-Desktop Edition. It's already Debian based and includes a Gnome DE... Both hands on the steering wheel.

Or they can just open source their UI and add it to Debian proper ;)
Isn't it already mostly in Debian proper? Besides maybe the plymouth theme / wallpapers.

I'm a huge supporter of Debian as a desktop / server, whatever.
It really goes like this, use stable with backports (namely kernel / nvidia driver, if you have such hardware, etc.) with the debian-multimedia repo, and you're pretty much set. Then you can wait about a year into stable, then switch to testing, since their release cycles seem to be about every 2 years. Just note that testing gets a bit unstable right after a release, and switch to stable at that point so the couple months of all the new crap coming from experimental and unstable don't break your system.

Coming from someone who has used it since the late 90s :)
Shmerl Jun 21, 2019
Quoting: slaapliedjeJust note that testing gets a bit unstable right after a release, and switch to stable at that point so the couple months of all the new crap coming from experimental and unstable don't break your system.

Coming from someone who has used it since the late 90s :)

Debian tried to address this issue. Remember this proposal? https://lwn.net/Articles/550032/

It got better, but Debian testing can be sometimes rough and needs some understanding how to handle breakage if it happens. But that's in general not uncommon for any rolling distro, and rolling distro users learn how to deal with it and how to roll back breaking changes if they slip through.


Last edited by Shmerl on 21 June 2019 at 2:04 am UTC
slaapliedje Jun 21, 2019
Quoting: Shmerl
Quoting: slapinDon't panic.

Be calm, pick a better distro ;) Seriously, their proposed solutions are far from optimal.
Here's my thoughts on the actual change;
They are spending no extra development to get the 32bit packages on their 64bit system, since Debian does all the work, and they just fork / rebuild the packages.

They are doing this only to try to promote their own Snap package management, because no one really wants to use it, and more and more projects are moving to flatpak, or just releasing AppImages (I know Cura does this, I do wish the maintainer of the debian package would update it...)

Granted, it's my understanding that snap is friendlier to commercial packages, vs flatpak is more for running newer / sandboxed open source software. I personally stay away from snap, because it seems about as clean as random android app stores.
TheSyldat Jun 21, 2019
Quoting: slaapliedje
Quoting: Shmerl
Quoting: MohandevirValve could up their game and offer a Steamos-Desktop Edition. It's already Debian based and includes a Gnome DE... Both hands on the steering wheel.

Or they can just open source their UI and add it to Debian proper ;)
Isn't it already mostly in Debian proper? Besides maybe the plymouth theme / wallpapers.

I'm a huge supporter of Debian as a desktop / server, whatever.
It really goes like this, use stable with backports (namely kernel / nvidia driver, if you have such hardware, etc.) with the debian-multimedia repo, and you're pretty much set. Then you can wait about a year into stable, then switch to testing, since their release cycles seem to be about every 2 years. Just note that testing gets a bit unstable right after a release, and switch to stable at that point so the couple months of all the new crap coming from experimental and unstable don't break your system.

Coming from someone who has used it since the late 90s :)

Thing is the desktop sessionn is separate from the BPM session that automatically launches . (the BPM mode uses it's own compositor , and the X server is slightly differently configured ) .

So yeah it is mostly Debian based but thing is they customized it a looot .

As far as I am concerned I guess I'll stick with 18.04 for a while once I upgrade to it (and that already brings some problems Devil Daggers being one of them )
Shmerl Jun 21, 2019
Quoting: slaapliedjeThey are doing this only to try to promote their own Snap package management, because no one really wants to use it, and more and more projects are moving to flatpak, or just releasing AppImages (I know Cura does this, I do wish the maintainer of the debian package would update it...)

Granted, it's my understanding that snap is friendlier to commercial packages, vs flatpak is more for running newer / sandboxed open source software. I personally stay away from snap, because it seems about as clean as random android app stores.

I think Flatpak overall has wider backing, and is viewed is a lightweight sandboxing solution. When it comes to such bundling, I usually see Flatpak discussed, almost never Snap. And I doubt their Snap push will help prevent massive migration of gamers from Ubuntu. Canonical really didn't handle this well.


Last edited by Shmerl on 21 June 2019 at 2:18 am UTC
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.