From b8fc7bb9463de45d09d8e5642613472f2fbe96b8 Mon Sep 17 00:00:00 2001 From: Kingtous Date: Thu, 27 Oct 2022 16:21:30 +0800 Subject: [PATCH 1/2] fix: add missing appindictor deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cf338647..f9e519545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -146,7 +146,7 @@ hound = "3.5" name = "RustDesk" identifier = "com.carriez.rustdesk" icon = ["res/32x32.png", "res/128x128.png", "res/128x128@2x.png"] -deb_depends = ["libgtk-3-0", "libxcb-randr0", "libxdo3", "libxfixes3", "libxcb-shape0", "libxcb-xfixes0", "libasound2", "libsystemd0", "pipewire", "curl"] +deb_depends = ["libgtk-3-0", "libxcb-randr0", "libxdo3", "libxfixes3", "libxcb-shape0", "libxcb-xfixes0", "libasound2", "libsystemd0", "pipewire", "curl", "libayatana-appindicator3-1", "libvdpau1", "libva2"] osx_minimum_system_version = "10.14" resources = ["res/mac-tray-light.png","res/mac-tray-dark.png"] From 74d86c9c6006b702d66564963de8973e778680e6 Mon Sep 17 00:00:00 2001 From: Kingtous Date: Thu, 27 Oct 2022 16:23:00 +0800 Subject: [PATCH 2/2] fix: window memory issue --- flutter/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/pubspec.yaml b/flutter/pubspec.yaml index b789c65cb..2735d2dad 100644 --- a/flutter/pubspec.yaml +++ b/flutter/pubspec.yaml @@ -64,7 +64,7 @@ dependencies: desktop_multi_window: git: url: https://github.com/Kingtous/rustdesk_desktop_multi_window - ref: 08672abfb665a6defab6cb7c1b3bd13a32c57431 + ref: 3f5ce9337ebe72a69b75f4a6de86a3255eff2731 freezed_annotation: ^2.0.3 tray_manager: git: