Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • GNOME Boxes GNOME Boxes
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 326
    • Issues 326
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • 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
  • GNOMEGNOME
  • GNOME BoxesGNOME Boxes
  • Merge requests
  • !37

Add RDP support

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Felipe Borges requested to merge wip/feborges/rdp into master May 02, 2018
  • Overview 1
  • Commits 8
  • Pipelines 4
  • Changes 10

The RDP support is powered by gtk-frdp which is powered by freerdp.

Gtk-Frdp (https://gitlab.gnome.org/felipeborges/gtk-frdp) is a small widget/library that I wrote to render RDP content with FreeRDP.

These patches make Boxes support RDP and also adds an option to disable the feature enterely.

meson _build -Drdp=false

A few notes about Gtk-frdp:

  • It does scaling by default.
  • It is a git submodule.
  • Please file bugs on the library repository (unless they are obviously in Boxes).

To test it you can:

  • Connect to an RDP server of your choice by going to [NEW] -> Enter URL -> rdp:// Or
  • Use a Windows VM: make sure the network bridge is existent. Go to Windows' settings and enable remote connections. Or
  • Use the https://www.secure-od.com/remote-desktop-access/ demo server (please be cautious)

Server address: 109.168.97.222
Username: demo2
Password: D3m02014Test*

Fixes #4 (closed)

Edited May 02, 2018 by Felipe Borges
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/feborges/rdp