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

            Bug ID: 361948
           Summary: plasmashell panel krashes on resuming after docking.
                    drkongqi crashes on bug reporting
           Product: plasmashell
           Version: master
          Platform: Fedora RPMs
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Panel
          Assignee: plasma-b...@kde.org
          Reporter: bugzi...@in-egypt.net

i recently upgraded to plasma 5.5.5.*
since then i have noticed that plasmashell will crash and the panel disappears
when this scenario happens.

while the laptop is suspended, dock the machine. resume.
on login, the plasmashell panel will be missing and drkonqi will as to report
the bug.
when attempting to report the bug drkonqi crashes too.
thereby losing the backtrace

i do not think this is related to plasmashell maxing out the cpu on resume

Reproducible: Always

Steps to Reproduce:
1.see above
2.
3.


Expected Results:  
everything works(tm)

[marafa@laptop ~] $  xrandr -q 
Screen 0: minimum 8 x 8, current 2560 x 1024, maximum 32767 x 32767
LVDS1 connected (normal left inverted right x axis y axis)
   1366x768      60.10 +
   1280x720      60.00  
   1024x768      60.00  
   1024x576      60.00  
   960x540       60.00  
   800x600       60.32    56.25  
   864x486       60.00  
   640x480       59.94  
   720x405       60.00  
   680x384       60.00  
   640x360       60.00  
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
DP3 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
HDMI2 disconnected (normal left inverted right x axis y axis)
HDMI3 connected primary 1280x1024+0+0 (normal left inverted right x axis y
axis) 338mm x 270mm
   1280x1024     60.02*+  75.02  
   1152x864      75.00  
   1024x768      75.08    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32  
   640x480       75.00    72.81    60.00  
   720x400       70.08  
VGA1 connected 1280x1024+1280+0 (normal left inverted right x axis y axis)
338mm x 270mm
   1280x1024     60.02*+  75.02  
   1152x864      75.00  
   1024x768      75.08    70.07    60.00  
   832x624       74.55  
   800x600       72.19    75.00    60.32  
   640x480       75.00    72.81    60.00  
   720x400       70.08  

[marafa@laptop ~] $ cat ~/bin/monitors.sh 
#!/bin/sh
#laptop monitor
IN="LVDS1" 
#externaml monitors
EXT1="VGA1"     #when possible always make VGA1 the 1st external; most laptops
come with a VGA port
EXT2="HDMI3"

if (xrandr | grep "$EXT1 disconnected" > /dev/null 2>&1); then
    xrandr --output $IN --mode 1366x768 --primary --output $EXT1 --off --output
$EXT2 --off
else
    xrandr --output $IN --off --output $EXT1 --auto --output $EXT2 --auto
--left-of $EXT1 --primary
fi

i loop on that script via a kde auto start script

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

Reply via email to