https://bugs.kde.org/show_bug.cgi?id=491993
Bug ID: 491993 Summary: KDEFrameworksIntegration: First start of Falkon after compilation and installation: "custom scheme(s) ... will be available after browser restart" and other errors Classification: Applications Product: Falkon Version: 24.07.90 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: s...@mailbox.org Target Milestone: --- Note: This bug report relates to Falkon compiled and installed in Tuxedo OS version 3. SUMMARY: First start of Falkon after compilation and installation results in the following debug code on the console: <User name>@<Hostname>:~$ falkon Falkon: Creating new profile directory Error creating database schema "Kein Abfrage Der Datensatz konnte nicht abgeholt werden" Path override failed for key base::DIR_APP_DICTIONARIES and path '/opt/falkon/falkon/bin/falkon/bin/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/libexec/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/libexec/qtwebengine_dictionaries' Cannot load theme "linux" "KDEFrameworksIntegration: Custom scheme 'desktop' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'recentlyused' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'xz' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'timeline' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'lzma' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'man' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'zeroconf' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'smb' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'bluetooth' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'sevenz' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'tags' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'webdavs' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'baloosearch' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'zip' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'bup' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'tar' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'mtp' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'applications' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'thumbnail' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'programs' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'ghelp' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'fish' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'camera' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'sftp' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'cifs' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'kdeconnect' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'bzip2' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'activities' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'remote' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'help' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'trash' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'zstd' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'bzip' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'obexftp' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'afc' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'filenamesearch' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'ar' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'webdav' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'info' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'gzip' will be available after browser restart." "KDEFrameworksIntegration: Custom scheme 'fonts' will be available after browser restart." Falkon: 2 extensions loaded MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed ^C <User name>@<Hostname>:~$ 2. Start of Falkon: <User name>@<Hostname>:~$ falkon Path override failed for key base::DIR_APP_DICTIONARIES and path '/opt/falkon/falkon/bin/falkon/bin/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/libexec/qtwebengine_dictionaries' Path override failed for key base::DIR_APP_DICTIONARIES and path '/usr/lib/qt6/libexec/qtwebengine_dictionaries' MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed Cannot load theme "linux" Falkon: 2 extensions loaded <User name>@<Hostname>:~$ STEPS TO REPRODUCE 1. Compile and install Falkon source code with the following cmake flags: $ cmake .. --fresh --install-prefix=$FALKON_PATH_IN_OPT -D BUILD_PYTHON_SUPPORT=ON -DCMAKE_BUILD_TYPE=Debug -Wno-dev \ -D CMAKE_PREFIX_PATH=/opt/ki18n/ki18n/bin/lib/x86_64-linux-gnu/cmake/KF6I18n \ -D CMAKE_MODULE_PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt6:/usr/lib/x86_64-linux-gnu/qt6/qml/org/kde/i18n/localeData \ -D INCLUDE_DIRECTORIES=/opt/ki18n/ki18n/bin/include/KF6 \ -D KF6Wallet_DIR=/usr/lib/x86_64-linux-gnu \ -D KF6KIO_DIR=/usr/lib/x86_64-linux-gnu \ -D KF6Crash_DIR=/usr/lib/x86_64-linux-gnu \ -D KF6Purpose_DIR= /usr/lib/x86_64-linux-gnu \ -D KF6JobWidgets_DIR=/usr/lib/x86_64-linux-gnu \ -D Qt6LinguistTools_DIR=/opt/pip/virtual_environment_1/bin 2. Start Falkon in the console using the comand "falkon" OBSERVED RESULT See above EXPECTED RESULT No error messages as reported above at first start and all other following starts of Falkon. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Tuxedo OS 3 KDE Plasma Version: KDE Plasma 6 KDE Frameworks Version: 0.3.0 Qt Version: 6.7.0 -- You are receiving this mail because: You are watching all bug changes.