mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-08 21:18:00 +03:00
Fixed X2Go
This commit is contained in:
parent
5909533161
commit
a6397e9ff6
@ -45,7 +45,7 @@ import logging
|
||||
import random
|
||||
import string
|
||||
|
||||
__updated__ = '2018-03-14'
|
||||
__updated__ = '2018-03-22'
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@ -90,6 +90,7 @@ class TX2GOTransport(BaseX2GOTransport):
|
||||
|
||||
width, height = CommonPrefs.getWidthHeight(prefs)
|
||||
|
||||
rootless = False
|
||||
desktop = self.desktopType.value
|
||||
if desktop == "UDSVAPP":
|
||||
desktop = "/usr/bin/udsvapp " + self.customCmd.value
|
||||
|
@ -40,7 +40,7 @@ from . import x2gofile
|
||||
|
||||
import logging
|
||||
|
||||
__updated__ = '2018-03-14'
|
||||
__updated__ = '2018-03-22'
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@ -76,6 +76,7 @@ class X2GOTransport(BaseX2GOTransport):
|
||||
|
||||
width, height = CommonPrefs.getWidthHeight(prefs)
|
||||
|
||||
rootless = False
|
||||
desktop = self.desktopType.value
|
||||
if desktop == "UDSVAPP":
|
||||
desktop = "/usr/bin/udsvapp " + self.customCmd.value
|
||||
|
Loading…
Reference in New Issue
Block a user