-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Following up on #117, there seem to be some more problems with proguard. I need to add the following two rules
-keep class com.sun.jna.** { *; }
-keep class com.kdroid.composetray.** { *; }
Not doing so will produce a malfunctioning tray icon when the application is built via :packageReleaseUberJarForCurrentOS
Without rules (right icon):
- there is a semi-transparent background
- the application tooltip is JavaEmbeddedFrame
- click actions don't work as they should
With rules (left icon):
- works as expected
Platform Infos
- Linux, KDE Plasma
- Compose 1.10.0-beta01
- ComposeNativeTray 1.0.4
Metadata
Metadata
Assignees
Labels
No labels