Summary: | Program startup failed and cannot use right-click to edit the kde-application-description file | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | bcegkmqs23 |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | kde, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.27.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
bcegkmqs23
2023-08-29 15:26:40 UTC
Thank you for the bug report! Unfortunately the backtrace is incomplete and missing debug symbols for the following lines that we need to figure out exactly what's going wrong: #5 0x00007f364c2c857b in () at /usr/lib64/libKF5KIOWidgets.so.5 #6 0x00007f364c2cbcf8 in () at /usr/lib64/libKF5KIOWidgets.so.5 #7 0x00007f364c2cc23a in () at /usr/lib64/libKF5KIOWidgets.so.5 #8 0x00007f364c2ccc8d in KPropertiesDialog::KPropertiesDialog(QUrl const&, QWidget*) () at /usr/lib64/libKF5KIOWidgets.so.5 #9 0x00007f364c2ccd4d in KPropertiesDialog::showDialog(QUrl const&, QWidget*, bool) () at /usr/lib64/libKF5KIOWidgets.so.5 #10 0x00007f36101942d0 in () at /usr/lib64/qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so #11 0x00007f3610164877 in () at /usr/lib64/qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so #12 0x00007f361019c20f in () at /usr/lib64/qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so #13 0x00007f361015d080 in () at /usr/lib64/qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so #14 0x00007f3610161283 in () at /usr/lib64/qt5/qml/org/kde/plasma/private/kicker/libkickerplugin.so Could you please install debug symbols for KIO and Plasma, reproduce the crash, and attach a new symbolicated backtrace? See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports for details about how to do this. Also, it would be helpful if you could attach the .desktop file that makes Plasma crash. Thanks again! Sorry for the incomplete report. However, I thought I've found the problem: Several days ago I was editting the .desktop file with the GUI configuration window, and I've mistakenly filled the env vars specifications in the `Program` field, which is just before the program file specificaiton (like what we do in a console). This causes the `EXEC` field in the desktop file surrounded by a pair of quotation mark, and thus be recongized as a program specification. Removing the quotation marks solves my problem. (I'm going to mark this issue as `not a bug`, if developers have found my traces output still confusing and doubtful, please change the issue status.) |