App is not opening on Fedora 40 using RPM

Bug
Downloaded the rpm from the site:
yaak-2024.7.0-1.x86_64.rpm
launching it doesn't start, after few seconds, it's terminated from the system monitor.

Downloaded the rpm from the site:
yaak-2024.7.0-1.x86_64.rpm
launching it doesn't start, after few seconds, it's terminated from the system monitor.
Sign in to leave a comment.
Can you launch it from the command line and let me know if you see anything strange in the logs?
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/yaakpluginruntime/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=1environment variable to display a backtraceI haven’t had time to set up an OS to test this, but the latest beta updates the log to print the path it’s trying to read. Can one of you try it out and let me know what it says? https://yaak.app/download?channel=beta
[2024-09-11][21:09:42][INFO][yaak_models::plugin] Opening SQLite DB at "/home/reonex/.local/share/app.yaak.desktop/db.sqlite"
[2024-09-11][21:09:42][INFO][yaak_models::plugin] Creating database file at "/home/reonex/.local/share/app.yaak.desktop/db.sqlite"
[2024-09-11][21:09:42][INFO][yaak_models::plugin] Connecting to database at sqlite:///home/reonex/.local/share/app.yaak.desktop/db.sqlite?mode=rwc
[2024-09-11][21:09:42][INFO][yaak_models::plugin] Running database migrations from: /usr/lib/yaak-app/migrations
[2024-09-11][21:09:42][INFO][yaak_models::plugin] Database migrations complete
thread 'main' panicked at /home/runner/work/app/app/src-tauri/yaak_plugin_runtime/src/plugin.rs:31:22:
Failed to read plugins dir: "/usr/lib/yaak-app/plugins": IoErr(Os { code: 2, kind: NotFound, message: "No such file or directory" })
sudo mkdir /usr/lib/yaak-app/plugins fixing the problem with rpm
Btw, reinstalled the latest version: yaak-2024.8.2-1.x86_64.rpm
Can confirm, it's happening to me too.
[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/yaakpluginruntime/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=1environment variable to display a backtraceWith RPM install from 2024.8.2-1
I haven’t had time to set up an OS to test this, but the latest beta updates the log to print the path it’s trying to read. Can you try it out and let me know what it says? https://yaak.app/download?channel=beta
This (hopefully) fixes it https://yaak.app/blog/2024.10.0-beta.6
I’ve been experiencing this issue on Fedora 41 with Yaak 2024.13.0-1.x86_64.rpm. I’ve never used Yaak on this system before. When I start the application I briefly see a completely white window before the application quits itself.
The log doesn’t reveal any errors. Or at least not to my eyes.