Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V vinagre
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Archive
  • vinagre
  • Merge requests
  • !12

plugins/rdp: Fix hangs with recent FreeRDP versions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Ondrej Holy requested to merge wip/oholy/fix-hangs into master May 15, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

Connection to all my testing servers fails with "SERVER BUG: The support for this feature was not announced! Use /relax-order-checks to ignore" currently. This happens always with current FreeRDP versions after https://github.com/FreeRDP/FreeRDP/pull/4926 has been merged. This can be fixed by the usage of /relax-order-checks option, however, this option should be used only if necessary needed and it should not be needed in most of the cases. This currenlty happens always as it interfere with our custom OrderSupports settings. Let's use the default OrderSupports settings to fix this issue, which is possible thanks to https://github.com/FreeRDP/FreeRDP/pull/5057.

See: GNOME/gtk-frdp#27 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/oholy/fix-hangs