Summary: | KDEFrameworksIntegration: First start of Falkon after compilation and installation: "custom scheme(s) ... will be available after browser restart" and other errors | ||
---|---|---|---|
Product: | [Applications] Falkon | Reporter: | Jens <senf> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jurajoravec, senf |
Priority: | NOR | ||
Version: | 24.07.90 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/falkon/-/commit/0c67d1e0c87d8cb63877463834eac9722ff6c296 | Version Fixed In: | 24.12.0 |
Sentry Crash Report: |
Description
Jens
2024-08-21 16:16:08 UTC
The second part in the above-mentioned line "Error creating database schema "Kein Abfrage Der Datensatz konnte nicht abgeholt werden" means in English: Error creating database schema "No retrieval: Respective data set could not be fetched." Hello, > Error creating database schema "Kein Abfrage Der Datensatz konnte nicht abgeholt werden" This only happens at profile creation, and if I remember was there for a long time. It might be worth taking a look at. Seems like the initial payload for the database fails? (but everything still works?) > "KDEFrameworksIntegration: Custom scheme 'desktop' will be available after browser restart." and all others are there due to QtWebEngine limitation, when all custom schemes need to be registered before it starts. There was an added feature to register custom schemes, there is even GUI in preferences for it [Preferences > Other >Custom Scheme Manager]. The KDE plugin, since it contains the KIO (broken since it faked the support) at start registers the available schemes and prints to the terminal logs about it. > Path override failed for key base::DIR_APP_DICTIONARIES ... This showed up recently, I did not investigate it yet. > MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete > libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed This has to be from your system configuration. > Cannot load theme "linux" You might have installed Falkon to a place where the environmental variables when running Falkon do not point. Hello again,
After an investigation, the
> Error creating database schema "Kein Abfrage Der Datensatz konnte nicht abgeholt werden"
Is not an error as something bad, since it is showsn because the default sql contain an empty comment at the end of the file and it is evaluated as nothing to do for the database.
So it throw this weird sounding error somewhere along the call.
I will try to get something to bypass cases like this.
Git commit 0c67d1e0c87d8cb63877463834eac9722ff6c296 by Juraj Oravec. Committed on 22/08/2024 at 19:42. Pushed by jurajo into branch 'master'. ProfileManager: Skip clear comment SQL statements Qt throws errors when the SQL command does nothing. FIXED-IN: 24.12.0 Signed-off-by: Juraj Oravec <jurajoravec@mailo.com> M +4 -0 src/lib/app/profilemanager.cpp https://invent.kde.org/network/falkon/-/commit/0c67d1e0c87d8cb63877463834eac9722ff6c296 |