Bug 385435 - Plasma widgets geometry wrong on login
Summary: Plasma widgets geometry wrong on login
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Containment (show other bugs)
Version: 5.10.5
Platform: Other Linux
: NOR normal
Target Milestone: 1.0
Assignee: Sebastian Kügler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-06 09:07 UTC by Antonio Orefice
Modified: 2019-01-15 08:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Orefice 2017-10-06 09:07:10 UTC
I've a dual head setup.
On the left-side display:
1* On the left, i've a verical panel with width=$W
2* On the very right side of the same display, there are other widgets 
+--------------+----+
|p|            |Widg|
|q|            |ets |
|a|            +----|
|n|                 |     
|e|                 |
|l|                 |
+-------------------+


When i login to the desktop the widgets from "*2" are moved slightly to the left, by $W.
+-----------+-------+
|p|         |Widg|  |
|q|         |ets |  |
|a|         +----|  |
|n|                 |     
|e|                 |
|l|                 |
+-------------------+



if i kill plasmashell and restart it, they return where to right position
I can mitigate the issue even editing /etc/xdg/autostart/plasmashell.desktop bu replacing:

Exec=plasmashell
by:
Exec=sleep 10 ; plasmashell
Comment 1 Antonio Orefice 2019-01-15 08:52:45 UTC
Seems fixed, i'll reopen this one if it happens again.