Bug 422007

Summary: Latte dock does not allow window title applet to take up full dock space on newer versions
Product: [Plasma] lattedock Reporter: Mitch <halemitchd>
Component: applicationAssignee: Michail Vourlakos <mvourlakos>
Status: RESOLVED DOWNSTREAM    
Severity: minor    
Priority: NOR    
Version: git (master)   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Difference between the desired and undesired behavior

Description Mitch 2020-05-24 12:06:36 UTC
Created attachment 128742 [details]
Difference between the desired and undesired behavior

SUMMARY
Latte dock does not allow window title applet to take up full dock space on newer versions

STEPS TO REPRODUCE
1. Set up a latte panel featuring a window title applet
2. Set the window title applet to fill available space

OBSERVED RESULT
Window applet is stopped short of filling available space

EXPECTED RESULT
All available space filled as in Latte 9.11

SOFTWARE/OS VERSIONS

Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 5.18.5
KDE Frameworks Version: 5.70.0
Qt Version: 5.14.2

ADDITIONAL INFORMATION
Comment 1 Michail Vourlakos 2020-05-24 13:24:24 UTC
Then 0.9.x is broken. Just tell the AppMenu applet to not fill available space.
Comment 2 Mitch 2020-05-24 18:12:06 UTC
You have it backwards, the 9.11 behavior is desired. The applet will not fill available space even when specifically told to on the git version, when I want it to fill all available space because it looks awful to me stopping partway.
Comment 3 Michail Vourlakos 2020-05-24 18:38:25 UTC
(In reply to Mitch from comment #2)
> You have it backwards, the 9.11 behavior is desired. The applet will not
> fill available space even when specifically told to on the git version, when
> I want it to fill all available space because it looks awful to me stopping
> partway.

Sorry I was right... Latte works just fine, appmenu applet had the issue and now it solved with https://github.com/psifidotos/applet-window-appmenu/commit/2b4dc60f9e9370029f5865c33e3007535bde54c4 either you will wait for a new release or build/install appmenu by yourself from master branch
Comment 4 Mitch 2020-05-24 18:45:27 UTC
Can confirm Latte git works perfectly with window-appmenu git. Thanks for the fix!