Add xfreerdp Flatpak launcher
This commit is contained in:
parent
02087d5e06
commit
96eb3c68e1
1 changed files with 13 additions and 0 deletions
13
roles/home-gui/files/xfreerdp-flatpak.sh
Executable file
13
roles/home-gui/files/xfreerdp-flatpak.sh
Executable 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 \
|
||||||
|
$*
|
Loading…
Reference in a new issue