Bug 408064 - Latte panel does not correctly move desktop elements, like the top right desktop menu item
Summary: Latte panel does not correctly move desktop elements, like the top right desk...
Status: RESOLVED UPSTREAM
Alias: None
Product: lattedock
Classification: Plasma
Component: plasmoid (show other bugs)
Version: 0.8.8
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-29 11:30 UTC by Filipe Azevedo
Modified: 2019-06-17 19:22 UTC (History)
0 users

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 Filipe Azevedo 2019-05-29 11:30:08 UTC
SUMMARY
Top placed panel latte docks covers desktop top right menu entry, leaving it partially not reachable.


STEPS TO REPRODUCE
1. Create a top latte dock panel

OBSERVED RESULT
The desktop top right menu entry is covered by the panel making it partially unreachable depending the panel height.
https://i.imgur.com/GeLVjhZ.png

EXPECTED RESULT
The desktop menu entry should be moved under the panel like with the standard panels.


SOFTWARE/OS VERSIONS
Linux: 5.0.9-1
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.58.0
Qt Version: 5.12.3

ADDITIONAL INFORMATION
Comment 1 Michail Vourlakos 2019-05-29 11:41:34 UTC
There is no Plasma technology to support this... I will forward later all the discussions concerning this.

Simplest solution in to specify margins for the desktop
Comment 2 Filipe Azevedo 2019-05-29 11:52:27 UTC
Hm, i could live with a workaround - still did not find a way to add margin to desktop.
How does one do that ?
Comment 3 Michail Vourlakos 2019-05-29 14:35:29 UTC
(In reply to Filipe Azevedo from comment #2)
> Hm, i could live with a workaround - still did not find a way to add margin
> to desktop.
> How does one do that ?

I have a commit that is providing the margins options for the desktop, but you need to patch Plasma, I don't know if you want to try it
Comment 4 Michail Vourlakos 2019-06-01 18:10:58 UTC
discussions for this took place at: https://phabricator.kde.org/T10172
Comment 5 Filipe Azevedo 2019-06-17 19:09:16 UTC
In plus of this issue, I also noticed the latte panel is wrongly reserving geometry of a panel in ALL screens / monitors.
I'm usng a dial screen anv, and my primary screen top penal also register the same geometry on the second screen, render this area showing nothing but not usable as well (ie, a maximized window would not cover the area).
Comment 6 Michail Vourlakos 2019-06-17 19:12:57 UTC
(In reply to Filipe Azevedo from comment #5)
> In plus of this issue, I also noticed the latte panel is wrongly reserving
> geometry of a panel in ALL screens / monitors.
> I'm usng a dial screen anv, and my primary screen top penal also register
> the same geometry on the second screen, render this area showing nothing but
> not usable as well (ie, a maximized window would not cover the area).

This is not possible, try with plasma panels and you will get similar results
Comment 7 Filipe Azevedo 2019-06-17 19:22:33 UTC
Hm, i tweaked a bit the desktop settings (moved from Desktop to folder view and back to Desktop) and now it works fine, no wrong geometry reserved on others screens, let forget then until i can reliably reproduce it.