[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #10 from Nicolas Fella --- The problem is we have an Exec line like "Exec='solaar --window=hide'". Because of the = it gets parsed as an environment variable and stripped away, leaving an empty command, which causes the crash -- You are re

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 Nicolas Fella changed: What|Removed |Added CC||a...@hotmail.se --- Comment #9 from Nicolas Fel

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #8 from Nicolas Fella --- #5 0x7fbc01cafe5c in __pthread_kill_implementation () from /lib64/libc.so.6 #6 0x7fbc01c5fa76 in raise () from /lib64/libc.so.6 #7 0x7fbc01c497fc in abort () from /lib64/libc.so.6 #8 0x7fbc02298b

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 Nicolas Fella changed: What|Removed |Added Ever confirmed|0 |1 Status|REPORTED

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #7 from Nicolas Fella --- The desktop file you attached doesn't crash for me, but editing it to add '' around the Exec does make it crash -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Dmitrii Odintcov
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #6 from Dmitrii Odintcov --- Created attachment 155957 --> https://bugs.kde.org/attachment.cgi?id=155957&action=edit Crash-inducing autostart .desktop file Adding the `--window=hide` erroneously to Program instead of Arguments seems to re

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #5 from Nicolas Fella --- Yes, having the content of a .desktop file that causes the crash would help a lot -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Dmitrii Odintcov
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #4 from Dmitrii Odintcov --- (In reply to Nicolas Fella from comment #3) > Can you please go to .config/autostart/ and attach the .desktop file of the > entry you edited? I deleted that one and made one that works (see my previous comment).

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-05 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=465290 Nicolas Fella changed: What|Removed |Added CC||nicolas.fe...@gmx.de --- Comment #3 from Nicola

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-04 Thread Dmitrii Odintcov
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #2 from Dmitrii Odintcov --- Could have been caused by mistakenly adding the argument into the Program field rather than Arguments -- You are receiving this mail because: You are watching all bug changes.

[systemsettings] [Bug 465290] Autostart application properties segfault

2023-02-04 Thread Dmitrii Odintcov
https://bugs.kde.org/show_bug.cgi?id=465290 --- Comment #1 from Dmitrii Odintcov --- Correction: not any app, but the one I edited -- You are receiving this mail because: You are watching all bug changes.