Add xfreerdp Flatpak launcher

This commit is contained in:
Anthony Rose 2023-09-21 10:46:37 +01:00
parent 02087d5e06
commit 96eb3c68e1

View file

@ -0,0 +1,13 @@
#!/bin/sh
# Get X11 working by disabling 'socket=fallback-x11' with Flatseal.
#
# Force single-monitor working by changing 'use multimon:i:1' to
# 'use multimon:i:0' in the .rdpw file.
/usr/bin/flatpak run \
--command=xfreerdp \
com.freerdp.FreeRDP \
/w:1600 /h:900 \
/dynamic-resolution \
$*