| Summary: | Password required on 2.26.1 version when opening file created on version 2.24.6 without password | ||
|---|---|---|---|
| Product: | [Applications] skrooge | Reporter: | Marco Sanchotene <marco.sanchotene> |
| Component: | general | Assignee: | Guillaume DE BURE <guillaume.debure> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | major | CC: | stephane |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 25.1.0 | ||
| Platform: | Snap | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Traces file | ||
|
Description
Marco Sanchotene
2022-01-11 23:32:27 UTC
Could you provide a sample file ? For the record, I contacted Stephane MANKOWSKI by email asking for help to build the 2.24.6 version to generate the sample file he asked for. Currently, when running the following: mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` -DCMAKE_BUILD_TYPE=release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DSKG_WEBENGINE=OFF -DSKG_BUILD_TEST=OFF -DSKG_DESIGNER=OFF I'm seeing: CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find KF5 (missing: JobWidgets ConfigWidgets KIO NewStuff Parts XmlGui) (found suitable version "5.89.0", minimum required is "5.0.0") Call Stack (most recent call first): /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE) /usr/share/ECM/find-modules/FindKF5.cmake:93 (find_package_handle_standard_args) CMakeLists.txt:76 (FIND_PACKAGE) |