https://bugs.kde.org/show_bug.cgi?id=494650
--- Comment #8 from Mark <mark.coet...@gmail.com> --- (In reply to TraceyC from comment #7) > Thinking about what you had described so far, you had said these scripts are > in a subdirectory some levels below your home directory. Are all of the > directories in between readable by your user? (As in, no root owned > directories above the directory where the scripts are)? > > In regards to getting a good backtrace - if you have a Wayland session you > won't have a process named "kwin", it will be "kwin_wayland". You can see > the name of the kwin process in your current login session with > > pgrep -fla kwin > > if that doesn't work, try > ps -ef |grep kwin) > > and then the number after your username is the pid > Once you have that pid, use it to retrieve a backtrace with GDB > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB > > At this point I think gdb will be more useful than coredumpctl Okay, my apologies for the long delay; I am officially an ID10T I have subsequently reinstalled my system -- plasma 6.5.1(In reply to TraceyC from comment #7) > Thinking about what you had described so far, you had said these scripts are > in a subdirectory some levels below your home directory. Are all of the > directories in between readable by your user? (As in, no root owned > directories above the directory where the scripts are)? > > In regards to getting a good backtrace - if you have a Wayland session you > won't have a process named "kwin", it will be "kwin_wayland". You can see > the name of the kwin process in your current login session with > > pgrep -fla kwin > > if that doesn't work, try > ps -ef |grep kwin) > > and then the number after your username is the pid > Once you have that pid, use it to retrieve a backtrace with GDB > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports#Retrieving_a_backtrace_with_GDB > > At this point I think gdb will be more useful than coredumpctl Okay, I am officially an ID10T -- my apologies for the long delay, and for wasting your time. In the interim, I reinstalled my system (Plasma 6.1.5 on Manjaro) and, this morning, updated to Plasma 6.2.4 (on X11). I then caused my system to crash again, as before, before looking closer at my 'Link to Application-, only to discover that I never specified that the script should run in the terminal (Konsole). Upon specifying that the script should run in the terminal, it worked as expected. Maybe it still qualifies as a bug since, if there's no direction that the script should run in the terminal, my system crashes. Many thanks, and kind regards. Mark -- You are receiving this mail because: You are watching all bug changes.