From 475adb1bdd7b21e5857062087595a38d730d0b7e Mon Sep 17 00:00:00 2001 From: Hippolyte Chauvin Date: Sun, 23 Apr 2023 22:46:39 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9glage=20dans=20weston-rdp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/weston-rdp | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/bin/weston-rdp b/bin/weston-rdp index a543c55..1acbc82 100755 --- a/bin/weston-rdp +++ b/bin/weston-rdp @@ -7,7 +7,6 @@ rdp_d="${HOME}/.rdp" hostname="$(hostname)" crt="${rdp_d}/${hostname}.crt" key="${rdp_d}/${hostname}.key" -socket=wayland-1 # Arguments width="${1:-1920}" ; shift @@ -17,12 +16,11 @@ height="${1:-1080}"; shift weston_com=( "$weston" "$@" - "--backend=${backend}" - "--rdp-tls-cert=${crt}" - "--rdp-tls-key=${key}" - "--width=${width}" - "--height=${height}" - "--socket=${socket}" + --backend="$backend" + --rdp-tls-cert="$crt" + --rdp-tls-key="$key" + --width="$width" + --height="$height" ) # Debug