OpenXTalk IDE DPE RC3 Test Release
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
OpenXTalk IDE DPE RC3 Test Release
Currently testing this build on various Unix-Like OSs, and actual release (Beta RC3, RC1 and 2 were private builds): https://github.com/OpenXTalk-org/OpenXt ... .1-OXT-RC3
Its an Linux '.AppImage' so no installing required (although if you use that GkAppImageManager tool to 'install' it integrates nicer), just make executable and launch.
Its an Linux '.AppImage' so no installing required (although if you use that GkAppImageManager tool to 'install' it integrates nicer), just make executable and launch.
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Fantastic: will have to wait until the weekend as currently setting up second branch
of my school in a reconditioned hospital that is now a home for 50 Ukrainian refugee families,
so I can teach there for nix on my days off.
of my school in a reconditioned hospital that is now a home for 50 Ukrainian refugee families,
so I can teach there for nix on my days off.
https://richmondmathewson.owlstown.net/
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Dunno what is going on, but there is a circular things called 'Assets' that churns, and churns and churns,
and no way to access the appimage download.
-
and no way to access the appimage download.
-
https://richmondmathewson.owlstown.net/
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
https://github.com/OpenXTalk-org/OpenXt ... ition/tags
Maybe the ZIP file there will play ball?
No: No executable that I could see:
-
Maybe the ZIP file there will play ball?
No: No executable that I could see:
-
https://richmondmathewson.owlstown.net/
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
What a load of rubbish . . .
. . . how come I was able to download this without a backward look on MacOS 13.1 and NOT on MacOS 10.7.5?
. . . how come I was able to download this without a backward look on MacOS 13.1 and NOT on MacOS 10.7.5?
https://richmondmathewson.owlstown.net/
-
- Posts: 26
- Joined: Thu Feb 24, 2022 9:28 am
- Location: Noricum
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Fantastic news!
I hope a build for Mac & Windows will be possible.
I wonder, how other big projects handle their binaries. I understand that you can't toss all the compiled stuff to github, but where are they supposed to be hosted then?
I hope a build for Mac & Windows will be possible.
I wonder, how other big projects handle their binaries. I understand that you can't toss all the compiled stuff to github, but where are they supposed to be hosted then?
Cheers,
T.
I'm not a native speaker, but I try my best.
T.
I'm not a native speaker, but I try my best.
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Yes, they will be forthcoming, I just wanted to test the Linux AppImage again with recent changes included.
AppImage is basically a disk image with a loader that handles some setup and launches an executable(s) from the included filesystem, so it's a locked volume and so its contents are immutable. There is a GUI utility that will 'install' app images with .desktop file and all of that or it can do other things like extract the images contents (in case you want an editable copy of the IDE )
I don't know if this has changed recently but I was able to upload that 1.2 Gigabyte (and that's compressed) AppImage to GitHub no problem, I thought there was a 1GB size limit in the past but recently read that it's 2GB so that should be plenty, of course we could make mirrors too (like upload to Archive.org GoogleDrive) if needed but GitHub should be able to handle it.
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
What about DropBox?
I find that that is just fine, and I am not overly keen on letting Google gets its collective
sweaty paws on everything.
I find that that is just fine, and I am not overly keen on letting Google gets its collective
sweaty paws on everything.
https://richmondmathewson.owlstown.net/
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
I don't know what that is? Need more info such as what is this circle thing attached to?richmond62 wrote: ↑Tue Dec 06, 2022 12:51 pm Dunno what is going on, but there is a circular things called 'Assets' that churns, and churns and churns,
and no way to access the appimage download.
-
Screen Shot 2022-12-06 at 2.57.30 PM.png
All you should need to do is make that downloaded .AppImage file executable and then double click it or run it from a command line.
Read up on AppImage here:
https://appimage.org
https://itsfoss.com/use-appimage-linux/
AppImage app dispensary:
https://www.appimagehub.com
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
You don't want those zip files, they contain ALL IDEs files, If you download that entire repo as a zip from the main repo page, that should basically be all of the installed IDE scripts and resources, most everything + some of my extra working files artwork and such, and it should include the binary executables for each IDE platform but you may need to unzip or set the file to be executable.richmond62 wrote: ↑Tue Dec 06, 2022 12:57 pm https://github.com/OpenXTalk-org/OpenXt ... ition/tags
Maybe the ZIP file there will play ball?
No: No executable that I could see:
-
But what you REALLY want is to just use the AppImage!
AppImage and other 'bottled' app delivery formats (Flatpack, Snap) have become popular for good reasons! Linux can really suck with the dependencies conflicts. But with AppImage you can basically 'ship' an app and include with it a compatible environment as far as dependencies, libraries, theoretically even for an App written like two decades ago, a bit like a WINE wrapper/bottle but for Linux and packed into an executable disk image (that can also be expanded/extracted if need be), and it just works!
Come to think of it I have actually seen AppImage for packaging Windows apps using WINE.
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
I'm pretty sure GitHub is not compatible with 10.7.5 browsers, official GitDesktop app requires 10.11.x I think (wouldn't run on Yosemite IIRC). You may be able to find a compatible GitHub client app that runs on macOS 10.7 but that's really old now so I don't know.richmond62 wrote: ↑Tue Dec 06, 2022 7:13 pm What a load of rubbish . . .
. . . how come I was able to download this without a backward look on MacOS 13.1 and NOT on MacOS 10.7.5?
What are you using for a browser on 10.7 anyway? Are there still compatible browsers with up to date certificates? I haven't used Snow or older for Browsing or even just downloading files (other than from like Archive.org or MacGarden) in a few years now. But I do know there were still a few up-to-date-ish options a few years back.
Also, just a reminder that the 9.xx versions aren't binary compatible with macOS X 10.8 or below, macOS 10.9 is the minimum.
LC CE 6.x was LC's end for PowerPC support, LC CE 7.x is 32 bit so that works up to 10.14.x and bellow only, LC CE 8.x (in 64bit mode) should work on 10.6+ including 10.15+, but v9.x is 64bit only on Mac and requires 10.9 or higher, and a few features in the LC commercial thing I believe required 10.11 or 10.12 (Maps?), and the darkMode things I'm using in OXT require 10.10+ (Yosemite, is when darkMode stuff was first added).
I am going to upload a MacOS .dmg as soon as I can but currently I'm doing a lot of stuff on Linux platforms.
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Xubuntu . . .
No Dictionary:
- -
NO New Stack . . .
Message Box is non-functional:
- -
Pissing around trying to insert attachments, not working, having to submit postings again
and again to try to submit screenshots is also a load of rubbish.
No Dictionary:
- -
NO New Stack . . .
Message Box is non-functional:
- -
Pissing around trying to insert attachments, not working, having to submit postings again
and again to try to submit screenshots is also a load of rubbish.
https://richmondmathewson.owlstown.net/
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
I assume the app image is 64-bit, otherwise I could try it out on Kali Linux on an old 32-bit laptop.
https://richmondmathewson.owlstown.net/
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Yeah sorry. I only plan on doing 64bit. Most Linux distros have cut support for 32bit (and some cutting Legacy BIOS boot too) so I don't see too much point, and I don't have any X86 boxes running a 32bit kernel. The oldest non-PowerPC boxes that I still mess with are a Core2Duo, a Core2Quad, and 1st-gen-Core i5.richmond62 wrote: ↑Mon Dec 12, 2022 8:12 am I assume the app image is 64-bit, otherwise I could try it out on Kali Linux on an old 32-bit laptop.
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
I understand re 32-bit completely.
What is far more important at the moment is that the app image doesn't get very far on Xubuntu (a platform I have successfully run LC from RR 4 without a single hitch), and is not nearly as good as the earlier app image you produced, which, except for a wonky message box, worked remarkably well.
What is far more important at the moment is that the app image doesn't get very far on Xubuntu (a platform I have successfully run LC from RR 4 without a single hitch), and is not nearly as good as the earlier app image you produced, which, except for a wonky message box, worked remarkably well.
https://richmondmathewson.owlstown.net/
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
Yeah I'm not sure why that is, I actually used that AppImage's extracted files (.AppDir) as a base for this new version AppImage, but maybe I should start from scratch again.richmond62 wrote: ↑Tue Dec 13, 2022 6:38 am I understand re 32-bit completely.
What is far more important at the moment is that the app image doesn't get very far on Xubuntu (a platform I have successfully run LC from RR 4 without a single hitch), and is not nearly as good as the earlier app image you produced, which, except for a wonky message box, worked remarkably well.
Do you know what was the date on that AppImage that worked well was? Was it built in April?
Anyway I'm setting up some Virtual Machines to test on a few different Linux distros, in addition to the ones I'm actually using on 'bare-metal', which currently is Ubuntu Studio (KDE Plasma) and Elementary OS (Pantheon DE). The AppImage works OK-ish (FluidSynth not loading) on both of those installs so I'm not sure what's going on with XFCE.
Running on Elementary OS:
I've found a GUI AppImage manager, GkPackage_Software_Manager_For_Appimage_4.0_Stable-×86_64.Applmage (on the right of the screen above), can be helpful.
I'll set up Xubuntu and Lubuntu VMs will test on for sure.
On Elementary OS the Dictionary stack doesn't quite load the first time you open it, but when you open it a second time it does display properly. I'm guessing these sorts of issues are why the previous devs just used launch URL to open it in external browser as a workaround, in lieu of actually fixing the issue. Should make it be user preference, across all 3 IDE OS.
As far as attaching files to posts on here being a pain on this forum, trying to fix that is on my to-do list as well. I've gotten used to how it works. I always hit the the submit button again after the submit page reloads with error. When you attach, hit the preview button right away to ensure the file actually attached.
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
OK I just tested the AppImage on GitHub with a fresh VM Install of current Xubuntu LTS (20.04) and...
The dictionary displayed with no problem, but I could not enter text in the search field.
The Message Box works OK so long as the Tools palette is not open! There are some sort of conflicts with certain typed of windows trying to wrestle away keyboard focus from another window that has focus, so as long as only one palette is open things seems to work OK.
I thought I had that issue sorted, but I guess not...
The dictionary displayed with no problem, but I could not enter text in the search field.
The Message Box works OK so long as the Tools palette is not open! There are some sort of conflicts with certain typed of windows trying to wrestle away keyboard focus from another window that has focus, so as long as only one palette is open things seems to work OK.
I thought I had that issue sorted, but I guess not...
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
AH HAH!!!OpenXTalkPaul wrote: ↑Wed Dec 14, 2022 2:10 am The dictionary displayed with no problem, but I could not enter text in the search field.
So if I open the Dictionary by clicking the dict's toolbar-icon then I get that issue with not being able to enter text in the search field, HOWEVER, if open the Dictionary from the HELP menu, then it works fine. They're are actually triggering two different scripts that are supposed to do the same thing but obviously are not.
- richmond62
- Posts: 4239
- Joined: Sun Sep 12, 2021 11:03 am
- Location: Bulgaria
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
A 'RC4' for Mac exists . . .
What chance a Linux version?
What chance a Linux version?
https://richmondmathewson.owlstown.net/
- OpenXTalkPaul
- Posts: 2391
- Joined: Sat Sep 11, 2021 4:19 pm
- Contact:
Re: OpenXTalk IDE DPE RC3 Test Release
I'm in clean-up and save at check-point mode right now.richmond62 wrote: ↑Tue May 21, 2024 4:02 pm A 'RC4' for Mac exists . . .
What chance a Linux version?
My Ubuntu Linux install is a bit stale, I will probably do fresh installs of a Linux or two, and then I can get back to working on Linux packaging.
I'm not sure that I want to do another .appImage. it's a good archival format to 'freeze' a build with. However, I want to be able to work ON the IDE more on my installed copy of it, but if it's in an AppImage then it's inside a read-only disc image. I know you can remount an image as read+write but for me that's just adding a layer of hassle to working on the IDE.
Who is online
Users browsing this forum: No registered users and 1 guest