<div dir="ltr"><div><div><div><div><div>In the last two days Plasmashell has started freezing every hour or so. <br><br>QMake version 3.1<br>Using Qt version 5.11.0 in /usr/lib<br>plasmashell 5.12.5<br>Linux laptop 4.16.12-1-ARCH #1 SMP PREEMPT Fri May 25 23:30:31 UTC 2018 x86_64 GNU/Linux<br><br></div>I can recover with these commands:<br><div style="margin-left:40px">killall plasmashell<br>plasmashell > /dev/null 2>&1 & disown<br></div><br></div>How should I debug this? I don't see anything relevant in the systemd journal.<br><br></div>The only thing I have done recently that might be related to this is that by mistake I ran the following command:<br><br><div style="margin-left:40px">chmod -R 770 /home/<br></div><br></div>To attempt to fix that, I went through and reset permissions like this:<br><br><div style="margin-left:40px">find /home -mount -type f -exec chmod 660 {} \;<br>chmod 644 /home/*./.bash*<br>chmod 600 /home/*./.bash_history<br>chmod 700 /home/*/.ssh<br>find /home/*/.ssh -mount -type f -exec chmod 600 {} \;<br></div><br></div>Could the Plasma freezing be related to file permissions in /home? If so, which permissions do I need to check / fix?<br><div><br><div><div><div><br></div></div></div></div></div>