Page 2 of 2

Re: Linux

Posted: Sun Jan 26, 2020 12:08 am
by Sparks
Thixotropic wrote: Sat Jan 25, 2020 11:44 pm
Sparks wrote: Sun Jan 12, 2020 7:58 pm Any chance of a Linux based version 5?
I would love a Linux version of BI. If there was one available, I would happily buy it again at full price.
As would I.
I understand that BI is a one man show however I think there could be a good business case for a Linux version. No competition really, yet. The market would be ripe. The Windows platform is full of competitors. Might be good to get in on the ground floor.

I wonder how different a Linux build would be from an OSx version?

Re: Linux

Posted: Sun Jan 26, 2020 1:53 pm
by LOOPYLOOP
https://www.reactos.org/
Something to keep an eye on, not windows but windows!
Been alpha for years, looks like win 98.
Has promise if it ever makes past alpha.
Have no idea if it will run BI, maybe BI4 has more chance than BI5

Re: Linux

Posted: Sun Jan 26, 2020 3:25 pm
by HeneryH
Containerizing it with Docker would be the easiest way I suspect.

Re: Linux

Posted: Sun Jan 26, 2020 5:20 pm
by sej016
Making a build for Linux is quite an undertaking, given how many Linus flavours there are out there.

With Windows you know exactly what your target is.

That said, a Linux version based on forks of Debian - Ubuntu - Mint would be a good focus.

S.

Re: Linux

Posted: Sun Jan 26, 2020 8:57 pm
by Thixotropic
I've been following ReactOS since the last Ice Age and I see no hope of it ever really coming to fruition. Maybe my grandchildren will get to run it.

By the time it's released we'll all be communicating by direct brain-to-brain interface with Windows version 73 acting as a compatibility layer.


LOOPYLOOP wrote: Sun Jan 26, 2020 1:53 pm https://www.reactos.org/
Something to keep an eye on, not windows but windows!
Been alpha for years, looks like win 98.
Has promise if it ever makes past alpha.
Have no idea if it will run BI, maybe BI4 has more chance than BI5

Re: Linux

Posted: Mon Jan 27, 2020 12:19 pm
by MikeBwca
Just tested BI in in my VM ReactOS 0.4.12. The BI install just opens a blank 'Dialog' window. Have to 'End Process' in Task Manager to get rid of it.

Re: Linux

Posted: Mon Jan 27, 2020 5:10 pm
by Thixotropic
It's been in development since at least 2004 (!!) and there's not even a solid working beta version yet. I'm not going to hold my breath, lol.

Re: Linux

Posted: Mon Jan 27, 2020 10:11 pm
by MikeBwca
As I understand, it's a completely new OS written from the ground up. Developed by volunteers. I would say the chance of it getting to work 100% with Windows apps is unlikely.

Re: Linux

Posted: Mon Jun 15, 2020 5:17 pm
by Flash619
sej016 wrote: Sun Jan 26, 2020 5:20 pm Making a build for Linux is quite an undertaking, given how many Linus flavours there are out there.

With Windows you know exactly what your target is.

That said, a Linux version based on forks of Debian - Ubuntu - Mint would be a good focus.

S.
Docker would solve this issue entirely. You could simply make your docker container require a specific base and work off of that. Other methods of app installation in recent years such as snap and flatpacks have made this argument harder to maintain as well.