SUMMARY STEPS TO REPRODUCE 1. Use this layout: https://store.kde.org/p/1245169/ 2. Move the bottom dock to the left 3. Add/Remove the Folder widget to the left dock OBSERVED RESULT https://streamable.com/w29xv
1. What is your Latte version? 2. Didnt stop after 2-3 growings / shrinks?
(In reply to Michail Vourlakos from comment #1) > 1. What is your Latte version? > 2. Didnt stop after 2-3 growings / shrinks? 1. The latest git version. 2. Yes, it never stops.
This is gonna be fun.. Probably crazy metrics from the applet between compact representation and full representation...
When the dock's dancing, I see a lot of these messages from the debug: >[warning 22:09:33.949949] - file:///usr/share/plasma/plasmoids/org.kde.latte.containment/contents/ui/applet/AppletItem.qml:767:13: QML ItemWrapper: Binding loop detected for property "appletMinimumHeight" >[warning 22:09:33.9595] - file:///usr/share/plasma/plasmoids/org.kde.latte.containment/contents/ui/applet/ItemWrapper.qml:420:5: QML QQuickItem*: Binding loop detected for property "height" >[warning 22:09:35.992992] - trying to show an empty dialog >[warning 22:09:36.691691] - file:///usr/share/plasma/plasmoids/org.kde.latte.containment/contents/ui/applet/AppletItem.qml:767:13: QML ItemWrapper: Binding loop detected for property "appletMinimumHeight" >[warning 22:09:36.692692] - file:///usr/share/plasma/plasmoids/org.kde.latte.containment/contents/ui/applet/ItemWrapper.qml:420:5: QML QQuickItem*: Binding loop detected for property "height" >[warning 22:09:38.808808] - trying to show an empty dialog >[warning 22:09:39.556556] - file:///usr/share/plasma/plasmoids/org.kde.latte.containment/contents/ui/applet/AppletItem.qml:767:13: QML ItemWrapper: Binding loop detected for property "appletMinimumHeight" >[warning 22:09:39.557557] - file:///usr/share/plasma/plasmoids/org.kde.latte.containment/contents/ui/applet/ItemWrapper.qml:420:5: QML QQuickItem*: Binding loop detected for property "height" >...
(In reply to trmdi from comment #0) > SUMMARY > > > STEPS TO REPRODUCE > 1. Use this layout: https://store.kde.org/p/1245169/ > 2. Move the bottom dock to the left > 3. Add/Remove the Folder widget to the left dock > > OBSERVED RESULT > https://streamable.com/w29xv sorry I tried to reproduce in my system and I can not... the calculations probably are not the same between our systems, different screen resolution...
(In reply to Michail Vourlakos from comment #5) > (In reply to trmdi from comment #0) > > SUMMARY > > > > > > STEPS TO REPRODUCE > > 1. Use this layout: https://store.kde.org/p/1245169/ > > 2. Move the bottom dock to the left > > 3. Add/Remove the Folder widget to the left dock > > > > OBSERVED RESULT > > https://streamable.com/w29xv > > sorry I tried to reproduce in my system and I can not... the calculations > probably are not the same between our systems, different screen resolution... Weird. Could you try the screen resolution to 1366x768 ? And when trying to reproduce it, do not have any maximized window. Another thing is the issue only happens when the dock has a Folder widget.
(In reply to trmdi from comment #6) > (In reply to Michail Vourlakos from comment #5) > > (In reply to trmdi from comment #0) > > > SUMMARY > > > > > > > > > STEPS TO REPRODUCE > > > 1. Use this layout: https://store.kde.org/p/1245169/ > > > 2. Move the bottom dock to the left > > > 3. Add/Remove the Folder widget to the left dock > > > > > > OBSERVED RESULT > > > https://streamable.com/w29xv > > > > sorry I tried to reproduce in my system and I can not... the calculations > > probably are not the same between our systems, different screen resolution... > > Weird. Could you try the screen resolution to 1366x768 ? > And when trying to reproduce it, do not have any maximized window. > Another thing is the issue only happens when the dock has a Folder widget. My monitor does not have that resolution, I tried with 1024x768 that has the same height so it should be reproducable... The Folder View plasma widget is creating plenty of issues with Latte... Only way to make it workable at an extent is to set the MAX PANEL ICON SIZE == 256px. to do so you can try: 1. edit : ~/kdeglobals -> [PanelIcons] 2. set, Size=256 3. restart your desktop
why this is needed is explained a bit at: https://bugs.kde.org/show_bug.cgi?id=410430
But is there any way to make Latte stop dancing at the set item size? The dock could display like how the Plasma panel does: https://i.imgur.com/Gzng4bZ.png
(In reply to trmdi from comment #9) > But is there any way to make Latte stop dancing at the set item size? > The dock could display like how the Plasma panel does: > https://i.imgur.com/Gzng4bZ.png Latte is just providing a size and the applet is adjusting. But that particular applet is changing its layout sizes so the circle starts over again...
(In reply to Michail Vourlakos from comment #10) > (In reply to trmdi from comment #9) > > But is there any way to make Latte stop dancing at the set item size? > > The dock could display like how the Plasma panel does: > > https://i.imgur.com/Gzng4bZ.png > > Latte is just providing a size and the applet is adjusting. But that > particular applet is changing its layout sizes so the circle starts over > again... Why doesn't it happen when I place the dock at the bottom?
(In reply to trmdi from comment #11) > (In reply to Michail Vourlakos from comment #10) > > (In reply to trmdi from comment #9) > > > But is there any way to make Latte stop dancing at the set item size? > > > The dock could display like how the Plasma panel does: > > > https://i.imgur.com/Gzng4bZ.png > > > > Latte is just providing a size and the applet is adjusting. But that > > particular applet is changing its layout sizes so the circle starts over > > again... > > Why doesn't it happen when I place the dock at the bottom? Just a matter of calculations and maximum length in pixels, it can happen to bottom also, or just the folder view applet is changing its layout sooner for vertical panels
what is your size in ~/.config PanelIcons section? in order to try to reproduce again...
(In reply to Michail Vourlakos from comment #13) > what is your size in ~/.config PanelIcons section? > in order to try to reproduce again... I don't have it.
(In reply to trmdi from comment #14) > (In reply to Michail Vourlakos from comment #13) > > what is your size in ~/.config PanelIcons section? > > in order to try to reproduce again... > > I don't have it. I tried again no success, I can not reproduce, btw my assumptions were correct, the folder view widget is changing between CompactRepresentation and FullRepresentation only for vertical panels, for horizontal panels it stays in icon mode
(In reply to Michail Vourlakos from comment #15) > (In reply to trmdi from comment #14) > > (In reply to Michail Vourlakos from comment #13) > > > what is your size in ~/.config PanelIcons section? > > > in order to try to reproduce again... > > > > I don't have it. > > I tried again no success, I can not reproduce, btw my assumptions were > correct, the folder view widget is changing between CompactRepresentation > and FullRepresentation only for vertical panels, for horizontal panels it > stays in icon mode You could add my resolution 1366x768 like this: https://askubuntu.com/questions/377937/how-to-set-a-custom-resolution Then try reproducing it again.
(In reply to trmdi from comment #16) > (In reply to Michail Vourlakos from comment #15) > > (In reply to trmdi from comment #14) > > > (In reply to Michail Vourlakos from comment #13) > > > > what is your size in ~/.config PanelIcons section? > > > > in order to try to reproduce again... > > > > > > I don't have it. > > > > I tried again no success, I can not reproduce, btw my assumptions were > > correct, the folder view widget is changing between CompactRepresentation > > and FullRepresentation only for vertical panels, for horizontal panels it > > stays in icon mode > > You could add my resolution 1366x768 like this: > https://askubuntu.com/questions/377937/how-to-set-a-custom-resolution > Then try reproducing it again. it is not the resolution, I have 1024x768 and it should behave the same, it returns the same metrics for maximum length
(In reply to Michail Vourlakos from comment #17) > (In reply to trmdi from comment #16) > > (In reply to Michail Vourlakos from comment #15) > > > (In reply to trmdi from comment #14) > > > > (In reply to Michail Vourlakos from comment #13) > > > > > what is your size in ~/.config PanelIcons section? > > > > > in order to try to reproduce again... > > > > > > > > I don't have it. > > > > > > I tried again no success, I can not reproduce, btw my assumptions were > > > correct, the folder view widget is changing between CompactRepresentation > > > and FullRepresentation only for vertical panels, for horizontal panels it > > > stays in icon mode > > > > You could add my resolution 1366x768 like this: > > https://askubuntu.com/questions/377937/how-to-set-a-custom-resolution > > Then try reproducing it again. > > it is not the resolution, I have 1024x768 and it should behave the same, it > returns the same metrics for maximum length And maybe it depends on the icon theme, I can reproduce it with McMojave-circle-dark icon theme, but not with Breeze.
I think this is fixed from AutoSizer history checks...