OS/2, eCS & ArcaOS - Technical > Web applications

Dooble releases, Qt5 builds

<< < (63/64) > >>

Martin Iturbide:
Thanks Dave

Dooble 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

Dave Yeo:

--- Quote from: Martin Iturbide on December 22, 2025, 05:32:31 pm ---Thanks Dave

Dooble 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

--- End quote ---

After uninstalling and reinstalling, I see the same thing. Not sure why I didn't previously. Investigating.

Dave Yeo:

--- Quote from: Steven Levine on December 22, 2025, 07:52:40 am ---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.

--- End quote ---

Seems it was this,

--- Code: ---STARTUPDIR=((%{progdir}));
--- End code ---


--- Quote ---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.

--- End quote ---

Removing it did fix the working directory by leaving it empty.
The dictionary problem seems to be an upstream problem. I think the code is, (source/dooble_settings.cc, around line 2755)
...

--- Code: ---  auto const bytes(qEnvironmentVariable("QTWEBENGINE_DICTIONARIES_PATH"));

  if(bytes.trimmed().isEmpty())
    {
      auto const directory
        (QDir::currentPath() + QDir::separator() + "qtwebengine_dictionaries");

--- End code ---

A previous version of this did work, I'll hunt down the commit that broke it.

Dave Yeo:
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

Martin Iturbide:

--- Quote from: Dave Yeo on December 22, 2025, 11:49:43 pm ---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

--- End quote ---

This one is fine with me. It did not put the "C:\%{PROGDIR}".

Regards

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version