Forum Discussion

jpergola_153293's avatar
jpergola_153293
Icon for Nimbostratus rankNimbostratus
Jan 30, 2015

publishing a desktop goes full screen

hello, we are using the f5 as our web interface im having an issue when publishing a "desktop" it goes full screen no matter what i have set in the preferences on the citrix server, tried all resolutions. any help would be great thanks

 

7 Replies

  • Hi Jpergola,

     

    I am afraid the information you provided thus far is not enough for us to understand how to help you. Can you be more specific about the F5 configuration?

     

    -=Bhattman=-

     

  • thanks for the response. we have a call set up with f5 this week to help us out, we have a few other issues too. jp-

     

    • Anilmoh_177241's avatar
      Anilmoh_177241
      Icon for Nimbostratus rankNimbostratus
      Hi Jpergola, We have similar problem where Xendesktop session span all the monitors. if possible could you please provide more detail on solution suggested by F5 support.
  • we had to add custom parameters within the i app, then remote desktop. but i think it might override all settings, were still testing and working with f5 but so far it working great.

     

  • when HTTP_REQUEST { set IE11 0 log local0. "HTTP:header is == [HTTP::header User-Agent]" if {([HTTP::header "User-Agent"] contains "MSIE 11") or ([HTTP::header "User-Agent"] contains "rv:11") or ([HTTP::header "User-Agent"] contains "MSIE 10") }{ set IE11 1 log local0. "IE 11 detected" } }

     

    when HTTP_RESPONSE { if {$IE11 == 1}{ HTTP::header insert "X-UA-Compatible" "IE=9" } }