Bug 484446 - Qt WebEngine resources not found - Translations MAY NOT not be correct
Summary: Qt WebEngine resources not found - Translations MAY NOT not be correct
Status: REPORTED
Alias: None
Product: Craft
Classification: Developer tools
Component: Blueprints (show other bugs)
Version: stable
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Hannah von Reth
URL:
Keywords:
Depends on:
Blocks: 485642
  Show dependency treegraph
 
Reported: 2024-03-25 12:01 UTC by Ralf Habacker
Modified: 2024-05-02 06:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Associated log file (9.18 KB, text/x-log)
2024-03-25 12:07 UTC, Ralf Habacker
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Habacker 2024-03-25 12:01:10 UTC
STEPS TO REPRODUCE
1. Download https://cdn.kde.org/ci-builds/office/kmymoney/5.1/windows/kmymoney-5.1-3138-windows-cl-msvc2019-x86_64.7z
2. unpack archive
3. enter unpackaged directory and open a command shell (cmd.exe)
4. enter 
  cd bin
  bin/kmymoney

OBSERVED RESULT
In the log file there is shown: 

Qt WebEngine resources not found at W:/Downloads/kmymoney-5.1-3138-windows-cl-msvc2019-x86_64/bin/resources. Trying parent directory...
Installed Qt WebEngine locales directory not found at location W:/Downloads/kmymoney-5.1-3138-windows-cl-msvc2019-x86_64/bin/translations\qtwebengine_locales. Trying application directory...
Qt WebEngine locales directory not found at location W:/Downloads/kmymoney-5.1-3138-windows-cl-msvc2019-x86_64/bin\qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.

EXPECTED RESULT
Qt WebEngine should be able to find the requested locales.

SOFTWARE/OS VERSIONS
Windows:  10
KDE Frameworks Version:  5.115.0
Qt Version:  5.15.12
Comment 1 Ralf Habacker 2024-03-25 12:07:58 UTC
Created attachment 167734 [details]
Associated log file
Comment 2 Ralf Habacker 2024-05-02 06:47:12 UTC
The issue reported at bug 485642 is also affected by this issue.