| Summary: | Kodaskanna stuck when launching from shortcuts, while the direct command-line launch works normally. | ||
|---|---|---|---|
| Product: | [Applications] kodaskanna | Reporter: | rnotlnglgq |
| Component: | general | Assignee: | Friedrich W. H. Kossebau <kossebau> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 0.2.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
rnotlnglgq
2025-01-20 03:22:21 UTC
Thanks for the report.
Though, looking at the backtrace and given things only fail when started via the system ("launching from shortcuts") this seems not an issue of kodaskanna, but an issue with your local installation:
* the backtrace shows the breeze style fails to load some icon
* kodaskanna is said to launch fine from the commandline env, so seems the system env within which the "shortcuts" launch has a different setup?
Please get in contact with gentoo experts (do not know one myself) on how to resolve the problem you encounter here. You might want to try also other qt-based apps to get a pattern to find the cause.
(In reply to Friedrich W. H. Kossebau from comment #1) > Thanks for the report. > > Though, looking at the backtrace and given things only fail when started via > the system ("launching from shortcuts") this seems not an issue of > kodaskanna, but an issue with your local installation: > * the backtrace shows the breeze style fails to load some icon > * kodaskanna is said to launch fine from the commandline env, so seems the > system env within which the "shortcuts" launch has a different setup? > > Please get in contact with gentoo experts (do not know one myself) on how to > resolve the problem you encounter here. You might want to try also other > qt-based apps to get a pattern to find the cause. I've played with desktop file, `env` and KIO source code for an hour, trying to figure it out. And finally gave it up. I'm temporarily using `Terminal=true` in the desktop file as a workaround. (Or alternatively use `Exec=konsole -e kodaskanna`, while `bash -c` does not work.) BTW, kodaskanna is the only application that I have this issue on. Though I can't tell how many QT applications are there. I have a QML plasmoid written by me, and a Wolfram Mathematica which is distribute with a specific version of QT libraries(i.e. it does not use my system's). |