kanri icon indicating copy to clipboard operation
kanri copied to clipboard

Kanri freezes when clicking more options

Open Auerilas opened this issue 1 year ago • 4 comments

Hi, Running fully updated Linux Mint Cinnamon.

Have a new issue where Kanri freezes whenever I click the three buttons to get more options. I'm trying to delete a board, click the three buttons, and the program hangs. Happens in the overall board view, and within a single board.

Auerilas avatar Apr 30 '24 14:04 Auerilas

Thanks for reporting this. It's a known issue with a dependency and I fixed it a few versions ago, but it seems like it's happening once again :/ I'll take a look if it's the same issue and see if I can fix it.

trobonox avatar Apr 30 '24 17:04 trobonox

Just checked the commit history a bit and I think I know what's going on. The dependency is related to the dropdown menus and it kept breaking, so in the beta version (which you are probably running since it fixes #535) I reverted it to an older version. Essentially, I fixed one issue and accidentally triggered an old one again :(

I think I will have to find a replacement for that library, but I am unable to work on Kanri for the next 1-2 weeks so I am very sorry for the inconvenience :/

The stable v0.6.1 shouldn't have this issue if my theory is correct, so maybe try using that in the meantime. (If you need the imports on 0.6.1, a workaround is to create a custom theme on the device where you're taking your data from, save it and then make your full export; you should be able to import it without any errors)

trobonox avatar Apr 30 '24 17:04 trobonox

I believe I am using 0.6.1, so I wonder if the issue is related to an update to a dependency on linux.

On Tue, Apr 30, 2024 at 12:57 PM trobo @.***> wrote:

Just checked the commit history a bit and I think I know what's going on. The dependency is related to the dropdown menus and it kept breaking, so in the beta version (which you are probably running since it fixes #535 https://github.com/trobonox/kanri/issues/535) I reverted it to an older version. Essentially, I fixed one issue and accidentally triggered an old one again :(

I think I will have to find a replacement for that library, but I am unable to work on Kanri for the next 1-2 weeks so I am very sorry for the inconvenience :/

The stable v0.6.1 shouldn't have this issue if my theory is correct, so maybe try using that in the meantime. (If you need the imports on 0.6.1, a workaround is to create a custom theme on the device where you're taking your data from, save it and then make your full export; you should be able to import it without any errors)

— Reply to this email directly, view it on GitHub https://github.com/trobonox/kanri/issues/541#issuecomment-2086286992, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHQESQA7WWRMQQ6K3XNP6DY77LRFAVCNFSM6AAAAABHANKXMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBWGI4DMOJZGI . You are receiving this because you authored the thread.Message ID: @.***>

Auerilas avatar May 01 '24 14:05 Auerilas

strange... maybe it's another linux issue will definitely have to find a replacement for that dependency either way and will let you know once that's done

trobonox avatar May 01 '24 18:05 trobonox

Update: I have replaced all old dropdown menus with a new library which should hopefully not be as broken. Do you still have this issue? If so, I can make another Linux build in the next few days and publish it in the previews Discord channel.

trobonox avatar Jun 04 '24 09:06 trobonox

Fixed with release v0.7

trobonox avatar Jun 13 '24 07:06 trobonox