https://bugs.kde.org/show_bug.cgi?id=457905
--- Comment #7 from Denis Kuplyakov <dener....@gmail.com> --- (In reply to Nate Graham from comment #6) > > *** This bug has been marked as a duplicate of bug 450068 *** I think that the issue is not the same as in the bug 450068. In my setup screen connectors names doesn't change and numbers doesn't increase. Here is the output of some commands to prove that: ``` (here laptop is not connected to dock-station) $ ls /sys/class/drm card1 card1-DP-2 card1-eDP-1 card1-HDMI-A-2 renderD128 card1-DP-1 card1-DP-3 card1-HDMI-A-1 card1-HDMI-A-3 version $ cat .config/plasmashellrc | grep -A 6 ScreenConnectors [ScreenConnectors] 0=eDP-1 <-- this is the laptop screen, as I assume zero means that it is primary, which is correct 1=HDMI-1 2=DP-1 3=DP-2 (here I connect the laptop to dock-station and closing the laptop) $ ls /sys/class/drm card1 card1-DP-2 card1-eDP-1 card1-HDMI-A-2 renderD128 <--- here nothing has changed card1-DP-1 card1-DP-3 card1-HDMI-A-1 card1-HDMI-A-3 version $ cat .config/plasmashellrc | grep -A 6 ScreenConnectors [ScreenConnectors] 0=DP-2 <-- DP-2 (right monitor) is primary, but treated by plasma as secondary 1=HDMI-1 <-- this is not connected 2=DP-1 <-- DP-1 (left monitor) is secondary, but treated by plasma as primary 3=eDP-1 (here I see that plasma doesn't render expected panels on the primary screen) $ killall plasmashell && kstart plasmashell $ ls /sys/class/drm card1 card1-DP-2 card1-eDP-1 card1-HDMI-A-2 renderD128 <--- here nothing has changed card1-DP-1 card1-DP-3 card1-HDMI-A-1 card1-HDMI-A-3 version $ cat .config/plasmashellrc | grep -A 6 ScreenConnectors [ScreenConnectors] 0=DP-2 <--- here nothing has changed, but plasma now renders panels correctly 1=HDMI-1 2=DP-1 3=eDP-1 ``` n...@kde.org, what do you think? It doesn't look like a duplicate. -- You are receiving this mail because: You are watching all bug changes.