this post was submitted on 14 Aug 2023
18 points (90.9% liked)

Linux

46777 readers
1832 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi guys! So, I'm rather happy that the github guide to build your own flatpak for the Citrix Workspace client allowed me to have a completely compact package that doesn't require a crapton of external libraries having access to anywhere in your root system. I love that I no longer need a full VM to achieve this (as I didn't want Citrix having access to my whole system, and I love how well the flatpak works). I'd like the same for Microsoft's AVD remote desktop client (not to be confused with RDP/mstsc etc).

Any idea if this is possible?

PS: Just in case, this is the guide to build your own flatpak-ed Citrix ICA client: https://github.com/dcloud-ca/ca.dcloud.ICAClient

all 5 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 year ago (1 children)

You can use freerdp - so an existing flatpakket with xfreerdp/freerdp can be a great starting point

Afaik there’s no ms provided azure virtual desktop client for Linux

[–] [email protected] 1 points 1 year ago (2 children)

freerdp

So...freerdp does NOT include a GUI...right? Just trying to figure it out. Thanks!

[–] [email protected] 1 points 1 year ago (1 children)

No - it’s cli only. But I think there are 3rd party ones if shell is not your thing.

But IMO you should start familiarising with shell if you plan on staying with Linux - there’s probably options/settings and commands that are not part of gui for many different parts of your system.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I'm sure familiar with CLI, no worries. I just don't think a full remote desktop tool which has hundreds of switches/options and needs to go through SSO custom addresses and 2-factor is at its best on CLI mode.