| Summary: | Flatpak do not start, module "org.kde.kirigami" version 2.20 is not installed | ||
|---|---|---|---|
| Product: | [Applications] kasts | Reporter: | Cyp <cyprien> |
| Component: | general | Assignee: | bart |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 23.01.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Cyp
2023-02-06 13:08:22 UTC
The package from flathub is working for me and many others. What is the remote you're pulling from? (flathub remotes) Did you update the KDE flatpak runtime? (flatpak update) Some info about my install below. I try to remove/reinstall Kasts without improvement. Maybe I should try to install a newer org.kde.Platform version (5.15-22.08 is available but not installed by flatpak update). ``` sh-5.1$ flatpak --version Flatpak 1.15.1 sh-5.1$ sudo flatpak update Looking for updates… Nothing to do. sh-5.1$ flatpak list Name Application ID Version Branch Installation calibre com.calibre_ebook.calibre 6.12.0 stable system Mattermost com.mattermost.Desktop 5.2.2 stable system Skype com.skype.Client 8.93.0.404 stable system Sweet Home 3D com.sweethome3d.Sweethome3d 7.0.2 stable system Shortwave de.haeckerfelix.Shortwave 3.1.0 stable system Shortwave de.haeckerfelix.Shortwave 3.0.0 stable user Clementine Music Player org.clementine_player.Clementine 1.4.0rc2 stable user Freedesktop Platform org.freedesktop.Platform 21.08.18 21.08 system Freedesktop Platform org.freedesktop.Platform 22.08.7 22.08 system Mesa org.freedesktop.Platform.GL.default 21.3.9 21.08 system Mesa org.freedesktop.Platform.GL.default 21.3.8 21.08 user Mesa org.freedesktop.Platform.GL.default 22.3.4 22.08 system Mesa (Extra) org.freedesktop.Platform.GL.default 22.3.4 22.08-extra system ffmpeg-full org.freedesktop.Platform.ffmpeg-full 20.08 user ffmpeg-full org.freedesktop.Platform.ffmpeg-full 21.08 user openh264 org.freedesktop.Platform.openh264 2.1.0 2.0 system openh264 org.freedesktop.Platform.openh264 2.1.0 2.0 user openh264 org.freedesktop.Platform.openh264 2.1.0 2.2.0 system openh264 org.freedesktop.Platform.openh264 2.1.0 2.3.0 system GNOME Application Platform version 42 org.gnome.Platform 42 system GNOME Application Platform version 43 org.gnome.Platform 43 system Podcasts org.gnome.Podcasts 0.5.1 stable system nuclear music player org.js.nuclear.Nuclear 95cfe0 stable system Adwaita theme org.kde.KStyle.Adwaita 5.15-21.08 system KDE Application Platform org.kde.Platform 5.15-21.08 system KDE Application Platform org.kde.Platform 5.15-21.08 user Kasts org.kde.kasts 23.01 stable system Telegram Desktop org.telegram.desktop 3.7.3 stable user Telegram Desktop Webview Add-on org.telegram.desktop.webview 2.36.1 stable user VLC org.videolan.VLC 3.0.17.4 stable user sh-5.1$ flatpak run org.kde.kasts Database version 6 QQmlApplicationEngine failed to load component qrc:/main.qml:14:1: module "org.kde.kirigami" version 2.20 is not installed kasts: ../p11-kit/rpc-transport.c :723 : rpc_transport_buffer: l'assertion « sock->refs > 0 » a échoué. sh-5.1$ ``` I see you have packages installed as both user and system. Could it be that your user environment is still out of date? Can you run `flatpak --user update` ? Thank it's fix the problem. I removed all flatpak installed as user to reduce new problem (most of the time I only rely on Manjaro updater, Pamac, which do not seems to update they) |