OS2World.com Forum is back !!!Remember to visit OS2World at:http://www.os2world.com
@Martin - FYI, there was a reply and question from textbrowser to your request for a password repository on the Dooble github site that you never answered. Did you see it?
Hello DaveCan you please check out of Dooble 2025.11.25 compile and work for us on our Qt5 ?Regards
Quote from: Martin Iturbide on December 21, 2025, 03:46:08 pmHello DaveCan you please check out of Dooble 2025.11.25 compile and work for us on our Qt5 ?Regardsftp://dry@ftp.os2voice.org/rpm/dooble-2025.11.25-1.oc00.pentium4.rpmftp://dry@ftp.os2voice.org/dooble/dooble-2025-11-25-Qt5.zip
C:\%{PROGDIR}
I installed the QT5 version, using ANPM. It added the line:Code: [Select]C:\%{PROGDIR}as the Working directory, in the program object. That breaks the spell checker dictionary link (which is already broken, unless the *.bdic file is added to the root of the drive). Blanking the Working directory makes it work properly, as long as the *.bdic file is in the root.
QTWEBENGINE_DICTIONARIES_PATH=%UNIXROOT%\usr\bin\qtwebengine_dictionaries\en
Thanks DaveDooble is working as expected here. I installed the RPM version, just to see the "C:\%{PROGDIR}". In my case it shows on the created Dooble WPS icon. Regards
Hi all,A working directory value of C:\%{PROGDIR} is never going to work as expected. It's not a syntax that a WPS Program Object understands.I recommend looking at the rpm spec file and figure out what inserted this value.
STARTUPDIR=((%{progdir}));
Leaving the field empty should be fine for dooble. The WPS should use the path from the Path and file name field to set the working directory. If the WPS gets sufficiently confused it will set the working directory to the root of the boot volume which is what it did for Doug. This may explain why the dictionaries were not found.
auto const bytes(qEnvironmentVariable("QTWEBENGINE_DICTIONARIES_PATH")); if(bytes.trimmed().isEmpty()) { auto const directory (QDir::currentPath() + QDir::separator() + "qtwebengine_dictionaries");
Before I upload this to the FTP site, others should test as this built from netlabs-exp. I think it should be fine.Try updating as well as a new install