icedman / dash2dock-lite

A minimal and animated implementation of dash to dock
GNU General Public License v3.0
199 stars 16 forks source link

download folder expand style weird #117

Closed MarsSwimmer closed 5 months ago

MarsSwimmer commented 6 months ago

Download folder expand show weird, like this: 截图 2024-04-05 01-03-59

expected like introduce image: Screenshot from 2024-03-19 15-31-27

my os info:

dash2dock-light version:

I really like dash2dock-light, hope it can be fixed,

Best regard!

icedman commented 6 months ago

I added to settings to angle the pullout angle. Tweaks > Items Angle

MarsSwimmer commented 6 months ago

Thank you for reply,

I have try items Angle, download item show path still weird, it cant show like introduce image, I dont know where is the problem, I guese maybe draw path is cycle, so it cant show like introduce image,

截图 2024-04-05 13-34-11

a cycle path -> a smooth curve

icedman commented 6 months ago

The computation is just an arc. The increment is 0.5-2 degrees per item. Previous computation has been changed due to problems with 2x scaled display.

icedman commented 6 months ago

I can probably adjust a little the curve to linearly increase.

MarsSwimmer commented 6 months ago

Thank you for you reply,

Now the expand style is perfect, I have pull development branch and install it. 截图 2024-04-05 22-54-10

But there is still another bug, in x11 environment, click icon doesnt work, cant open app window, and cant expand download folders, the bug show frequently, and sometime show on wayland.

Best regards !

MarsSwimmer commented 6 months ago

Addtional, if click a icon so many times, block dock bug will show, cant open app, and cant expand download folders, cant show overval, x11 environment.

icedman commented 6 months ago

Addtional, if click a icon so many times, block dock bug will show, cant open app, and cant expand download folders, cant show overval, x11 environment.

Yes, I see this also. Fixed a few moments ago. I haven't been checking x11 yet though.

icedman commented 6 months ago

I pushed a fix for X11.