Bug 422007 - Latte dock does not allow window title applet to take up full dock space on newer versions
Summary: Latte dock does not allow window title applet to take up full dock space on n...
Status: RESOLVED DOWNSTREAM
Alias: None
Product: lattedock
Classification: Plasma
Component: application (show other bugs)
Version: git (master)
Platform: Manjaro Linux
: NOR minor
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-24 12:06 UTC by Mitch
Modified: 2020-05-24 18:45 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Difference between the desired and undesired behavior (761.98 KB, image/png)
2020-05-24 12:06 UTC, Mitch
Details

Note You need to log in before you can comment on or make changes to this bug.
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!