Updated to 5.5.1+dfsg-14ubuntu3. It's not enough to prevent Plasma from
crashing if I disconnect/reconnect both monitors simultaneously with my
script.
#!/bin/sh
restore=`unxrandr`
outputs=`xrandr | grep -i "^\\w" | grep connected | cut -d' ' -f1`
alloff="xrandr"
for o in $outputs
do
alloff="$alloff --output $o --off"
done
echo $alloff
echo $restore
$alloff
sleep 2
$restore
But at least applications tend to survive, and plasma restarts itself.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551122
Title:
Crash on screen power save
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1551122/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs