https://bugs.kde.org/show_bug.cgi?id=494650

--- Comment #7 from TraceyC <kde...@tlcnet.info> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to