I installed the ppa.  I have two monitors.  Disconnecting and
reconnecting one is OK, but I have a script for disconnecting and
reconnecting both; in that case plasma still crashes.

#!/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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1548766

Title:
  Plasma crashes when the monitor is disconnected (when it sleeps, in
  some cases)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1548766/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to