Hi Brian,
On Sun, Jun 30, 2019 at 09:40:15AM -0700, brian mullan wrote:
> it says...
>
> "Any X11 desktop, weston or qt application can be used as session."
>
> So my question is ... what does *QT "application"* imply?
>
> *Does this mean you can somehow do something somewhat like a RemoteApp
> capability with Ogon?*
Kind of. It's possible to remote a Qt application.
But this differs from "RemoteApp" in terms of RDP because it's always a
desktop session. The redirection also has it's limits. For example
applications with multiple windows won't work or be really usable.
The configuration would look like:
module_QtTest_modulename_string=Qt
module_QtTest_cmd_string=TestQTApp
module_QtTest_colordepth_number=24
And then assign a user the session:
module_string=QtTest
The greeter where you enter username and password is such an example.
Best regards,
Bernhard