Multiple displays for Citrix Workspace?

Has anyone achieved running Citrix Workspace for Linux across multiple/dual displays/monitors in an AppVM?

When I connect to a desktop session, it only displays on a single display. Allowing full screen doesn’t fix it. If I span the window across multiple displays with my mouse, it just stretches the desktop horizontally.

Running /opt/Citrix/ICAClient/wfica -span h detects my displays, but it shows Window manager does not support multi-monitor windows.

I also tried -span oa, but it didn’t work.

Same problem here :frowning_face:

Not sure if this helps but i use the following to display firefox fullscreen over 2 displays. Its called virtual monitor using xrandr in a dom0 terminal. So this is how i get it to work (I dont know if this affects any security so dont blame me if it does)

xrandr --setmonitor VIRTUAL1 auto DP-1, HDMI-2

then I goto display and mirror my display but then click revert to original settings straight away and then miraculously I have 2 monitors displaying as one big monitor.

Hope that helps

Thanks for your answer. Unfortunately it doesn’t work for me. I’ve also been playing with virtual monitors but with no luck. I’ll post here if I find a solution.

ok I think i spotted the mistake. (serves me right for not cutting and pasting - can you do that from Dom0)

The command is

xrandr --setmonitor VIRTUAL1 auto DP-1,HDMI-2

no space after the comma.

Then

xrandr --output HDMI-2 --auto
if the above doesnt work try
xrandr --output DP-1 --auto
for the settings to take effect

obviously the DP-1 and HDMI-2 are specific to your setup and my default screen BEFORE i enter the commands in a Dom0 terminal is displays extended next to each other and not mirrored.

HTH If you can get firefox to go Fullscreen completely over both displays using ALT + F11 then that is what i have.

HTH

You could make txt file in dom0 and then move it to qube in which you need to paste text from dom0