| Summary: | falkon : error while loading libQt5WebEngineWidgets.so.5 : No such file or directory | ||
|---|---|---|---|
| Product: | [KDE Neon] neon | Reporter: | Gilles <gilles.gaido> |
| Component: | Snaps | Assignee: | Scarlett Moore <sgmoore> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | neon-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/network/falkon/-/commit/7e5d2b512a9d70f309bc439b5d945bcd2a0d46e5 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Gilles
2023-11-03 11:58:44 UTC
gilles@G3460 ~$ which falkon /snap/bin/falkon gilles@G3460 ~$ ldd /snap/bin/falkon linux-vdso.so.1 (0x00007ffe3ab13000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f13c7902000) /lib64/ld-linux-x86-64.so.2 (0x00007f13c7b4d000) gilles@G3460 ~$ gilles@G3460 ~$ ll linux-vdso.so.1 ls: cannot access 'linux-vdso.so.1': No such file or directory gilles@G3460 ~$ ll /lib/x86_64-linux-gnu/libc.so.6 -rwxr-xr-x 1 root root 2216304 sept. 25 16:45 /lib/x86_64-linux-gnu/libc.so.6* gilles@G3460 ~$ ll /lib64/ld-linux-x86-64.so.2 lrwxrwxrwx 1 root root 42 sept. 25 16:45 /lib64/ld-linux-x86-64.so.2 -> /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2* A possibly relevant merge request was started @ https://invent.kde.org/network/falkon/-/merge_requests/61 Git commit 7e5d2b512a9d70f309bc439b5d945bcd2a0d46e5 by Scarlett Moore. Committed on 05/11/2023 at 12:37. Pushed by redstrate into branch 'release/23.08'. snapcraft: Rebuild with new content pack to fix mixed libraries. M +11 -13 snapcraft.yaml https://invent.kde.org/network/falkon/-/commit/7e5d2b512a9d70f309bc439b5d945bcd2a0d46e5 Please update to the latest in the snap store ( 23.08.3 ) Thank you very much ! Now it works fine on my platform. Regards. PS : some few warnings displayed when launching falkon thru the command line gilles@G3460 ~$ sudo snap refresh falkon --stable falkon 23.08.3 from KDE✓ refreshed gilles@G3460 ~$ falkon Qt: Session management error: Could not open network socket propsReply "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.454\" (uid=1000 pid=24175 comm=\"/snap/falkon/114/usr/bin/falkon \" label=\"snap.falkon.falkon (enforce)\") interface=\"org.freedesktop.DBus.Properties\" member=\"GetAll\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.NetworkManager\" (uid=0 pid=1232 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"unconfined\")" nmReply "An AppArmor policy prevents this sender from sending this message to this recipient; type=\"method_call\", sender=\":1.454\" (uid=1000 pid=24175 comm=\"/snap/falkon/114/usr/bin/falkon \" label=\"snap.falkon.falkon (enforce)\") interface=\"org.freedesktop.NetworkManager\" member=\"GetDevices\" error name=\"(unset)\" requested_reply=\"0\" destination=\"org.freedesktop.NetworkManager\" (uid=0 pid=1232 comm=\"/usr/sbin/NetworkManager --no-daemon \" label=\"unconfined\")" "Object path cannot be empty" Library plugin "KDEFrameworksIntegration.so" not found Falkon: 1 extensions loaded |