Alessandro

Results 7 comments of Alessandro

When I try to create the contact, I have the option to save the contact to my two email accounts and to the Phone storage (not visible by other apps)....

I've tried it on Debian 12 KDE Plasma (Wayland) Cryptomator version 1.13.0 and I am not able to reproduce this issue. It works as mentioned in Expected Behavior.

@guy-teube Thanks for the video! For me on KDE, it acts in the opposite way. It appears in the foreground. If I have time today in the evening or on...

I created an Ubuntu 22.04 VM today, and on this VM, I have the same bug as @guy-teube. It behaves exactly the same as shown in the video by @guy-teube....

I found a possible solution/workaround. It's possible to set the window always on top. The only problem with this solution is that the window will be on top of all...

FYI I had a first look at the code base from Cryptomator. I think the problem lies in the [SubMenu](https://github.com/cryptomator/integrations-api/blob/948faeab9828389b489974a8864ac893bdb53548/src/main/java/org/cryptomator/integrations/tray/SubMenuItem.java) class because it offers no Runnable like the [ActionItem](https://github.com/cryptomator/integrations-api/blob/948faeab9828389b489974a8864ac893bdb53548/src/main/java/org/cryptomator/integrations/tray/ActionItem.java) does....

> FYI I had a first look at the code base from Cryptomator. I think the problem lies in the [SubMenu](https://github.com/cryptomator/integrations-api/blob/948faeab9828389b489974a8864ac893bdb53548/src/main/java/org/cryptomator/integrations/tray/SubMenuItem.java) class because it offers no Runnable like the [ActionItem](https://github.com/cryptomator/integrations-api/blob/948faeab9828389b489974a8864ac893bdb53548/src/main/java/org/cryptomator/integrations/tray/ActionItem.java)...