File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
src/main/java/org/cryptomator/linux/tray Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9191 <!-- Java bindings for appindicator -->
9292 <dependency >
9393 <groupId >org.purejava</groupId >
94- <artifactId >appindicator-gtk3-java</artifactId >
95- <classifier >libayatana-appindicator-libappindicator-minimal</classifier >
94+ <artifactId >libappindicator-gtk3-java-minimal</artifactId >
9695 <version >${appindicator.version} </version >
9796 </dependency >
9897 <dependency >
Original file line number Diff line number Diff line change 1111import org .cryptomator .integrations .tray .TrayMenuException ;
1212import org .cryptomator .integrations .tray .TrayMenuItem ;
1313import org .purejava .appindicator .GCallback ;
14- import org .purejava .appindicator .MemoryAllocator ;
14+ import org .purejava .appindicator .NativeLibUtilities ;
1515
1616import java .lang .foreign .Arena ;
1717import java .lang .foreign .MemorySegment ;
@@ -33,7 +33,7 @@ public class AppindicatorTrayMenuController implements TrayMenuController {
3333
3434 @ CheckAvailability
3535 public static boolean isAvailable () {
36- return MemoryAllocator .isLoadedNativeLib ();
36+ return NativeLibUtilities .isLoadedNativeLib ();
3737 }
3838
3939 @ Override
You can’t perform that action at this time.
0 commit comments