From 0093a34d48d938803f3e367bcd21738e33d9b4eb Mon Sep 17 00:00:00 2001 From: ranomier Date: Mon, 27 Jan 2025 15:55:52 +0100 Subject: [PATCH] added back passing arguemnts. It seems to not crash anymore, but seems to not care about command line parameter --- rustdesk_profile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rustdesk_profile b/rustdesk_profile index c4bcec3..5aee37e 100755 --- a/rustdesk_profile +++ b/rustdesk_profile @@ -21,7 +21,4 @@ mkdir -p "$XDG_CONFIG_HOME" printf 'Using profile: %s\n' "$XDG_CONFIG_HOME" #exit 0 -# As of rustdesk 1.1.9 giving rustdesk unknown arguments crashes it with an address boundary error. -# (At least on my machines) -# Thats why we are calling rustdesk without arguments, until thats solved -rustdesk #"${*:2}" +rustdesk "${*:2}"