App is not opening on Fedora 40 using RPM
under review
J
Jean Valjean
Can confirm, it's happening to me too.
J
Jean Valjean
[2024-09-02][10:00:16][INFO][yaak_models::plugin] Opening SQLite DB at "/home/corentin/.local/share/app.yaak.desktop/db.sqlite"
[2024-09-02][10:00:16][INFO][yaak_models::plugin] Creating database file at "/home/corentin/.local/share/app.yaak.desktop/db.sqlite"
[2024-09-02][10:00:16][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/corentin/.local/share/app.yaak.desktop/db.sqlite?mode=rwc
[2024-09-02][10:00:16][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations
[2024-09-02][10:00:16][INFO][yaak_models::plugin] Database migrations complete
thread 'main' panicked at /home/runner/work/app/app/src-tauri/yaak_plugin_runtime/src/plugin.rs:30:22:
Failed to read plugins dir: IoErr(Os { code: 2, kind: NotFound, message: "Aucun fichier ou dossier de ce nom" })
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceWith RPM install from 2024.8.2-1
Gregory Schier
marked this post as
under review
Can you launch it from the command line and let me know if you see anything strange in the logs?
PotatoPot
running yaak-app gives the below output
[2024-08-28][23:30:37][INFO][yaak_models::plugin] Opening SQLite DB at "/home/imchivaa/.local/share/app.yaak.desktop/db.sqlite"
[2024-08-28][23:30:37][INFO][yaak_models::plugin] Creating database file at "/home/imchivaa/.local/share/app.yaak.desktop/db.sqlite"
[2024-08-28][23:30:37][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/imchivaa/.local/share/app.yaak.desktop/db.sqlite?mode=rwc
[2024-08-28][23:30:37][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations
[2024-08-28][23:30:38][INFO][yaak_models::plugin] Database migrations complete
thread 'main' panicked at /home/runner/work/app/app/src-tauri/yaak_plugin_runtime/src/plugin.rs:30:22:
Failed to read plugins dir: IoErr(Os { code: 2, kind: NotFound, message: "No such file or directory" })
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracePotatoPot
Btw, reinstalled the latest version: yaak-2024.8.2-1.x86_64.rpm