|
| 1 | +--- |
| 2 | +title: Windows Virtual Desktop Linux Support - Azure |
| 3 | +description: A brief overview Linux support for Windows Virtual Desktop. |
| 4 | +services: virtual-desktop |
| 5 | +author: Heidilohr |
| 6 | + |
| 7 | +ms.service: virtual-desktop |
| 8 | +ms.topic: conceptual |
| 9 | +ms.date: 01/23/2020 |
| 10 | +ms.author: helohr |
| 11 | +--- |
| 12 | +# Linux support |
| 13 | + |
| 14 | +You can use the Linux SDK for Windows Virtual Desktop to build a standalone Windows Virtual Desktop client. You can also use it to enable Windows Virtual Desktop support on your client application. This quick guide will explain what the Linux SDK is and how to start using it. |
| 15 | + |
| 16 | +## What is the Linux SDK? |
| 17 | + |
| 18 | +You can use the SDK APIs to retrieve resource feeds, connect to desktop or remote application sessions, and use many of the redirections that our first-party clients support. |
| 19 | + |
| 20 | +### Supported Linux distributions |
| 21 | + |
| 22 | +The SDK is compatible with most operating systems based on Ubuntu 18.04 or later. If you have a different Linux distribution, we can work with you to figure out how to best support your needs. |
| 23 | + |
| 24 | +### Feature support |
| 25 | + |
| 26 | +The SDK supports multiple connections to desktop and remote application sessions. The following redirections are supported: |
| 27 | + |
| 28 | +| Redirection | Supported | |
| 29 | +| :---------------- | :-------: | |
| 30 | +| Keyboard | ✔ | |
| 31 | +| Mouse | ✔ | |
| 32 | +| Audio in | ✔ | |
| 33 | +| Audio out | ✔ | |
| 34 | +| Clipboard (text) | ✔ | |
| 35 | +| Clipboard (image) | ✔ | |
| 36 | +| Clipboard (file) | ✔ | |
| 37 | +| Smartcard | ✔ | |
| 38 | +| Drive/folder | ✔ | |
| 39 | + |
| 40 | +The SDK also supports multiple monitor display configurations, as long as the monitors you select for your session are contiguous. |
| 41 | + |
| 42 | +We'll update this document as we add support for new features and redirections. If you want to suggest new features and other improvements, visit our [UserVoice page](https://go.microsoft.com/fwlink/?linkid=2116523). |
| 43 | + |
| 44 | +## Get started with the Linux SDK |
| 45 | + |
| 46 | +Before you can develop a Linux client for Windows Virtual Desktop, you need to do the following things: |
| 47 | + |
| 48 | +1. Build and deploy a Windows Virtual Desktop environment for testing or production use. |
| 49 | +2. Test the available first-party clients to familiarize yourself with the Windows Virtual Desktop user experience. |
| 50 | + |
| 51 | +## Next steps |
| 52 | + |
| 53 | +You can request access to the Linux SDK on our [Tech Community forum](https://go.microsoft.com/fwlink/?linkid=2116541). |
| 54 | + |
| 55 | +Check out our documentation for the following clients: |
| 56 | + |
| 57 | +- [Windows Desktop client](connect-windows-7-and-10.md) |
| 58 | +- [Web client](connect-web.md) |
| 59 | +- [Android client](connect-android.md) |
| 60 | +- [macOS client](connect-macos.md) |
| 61 | +- [iOS client](connect-ios.md) |
0 commit comments