Merge remote-tracking branch 'origin/v3.5'

This commit is contained in:
Adolfo Gómez García 2021-10-25 14:07:39 +02:00
commit 3ec0c15039
6 changed files with 3 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -58,7 +58,7 @@ class TRDPTransport(BaseRDPTransport):
Provides access via RDP to service. Provides access via RDP to service.
This transport can use an domain. If username processed by authenticator contains '@', it will split it and left-@-part will be username, and right password This transport can use an domain. If username processed by authenticator contains '@', it will split it and left-@-part will be username, and right password
""" """
iconFile = 'rdp-tunnel.png'
typeName = _('RDP') typeName = _('RDP')
typeType = 'TSRDPTransport' typeType = 'TSRDPTransport'
typeDescription = _('RDP Protocol. Tunneled connection.') typeDescription = _('RDP Protocol. Tunneled connection.')

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -56,6 +56,7 @@ class TSPICETransport(BaseSpiceTransport):
Provides access via SPICE to service. Provides access via SPICE to service.
""" """
iconFile = 'spice-tunnel.png'
typeName = _('SPICE') typeName = _('SPICE')
typeType = 'TSSPICETransport' typeType = 'TSSPICETransport'
typeDescription = _('SPICE Protocol. Tunneled connection.') typeDescription = _('SPICE Protocol. Tunneled connection.')

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -59,7 +59,7 @@ class TX2GOTransport(BaseX2GOTransport):
Provides access via X2GO to service. Provides access via X2GO to service.
This transport can use an domain. If username processed by authenticator contains '@', it will split it and left-@-part will be username, and right password This transport can use an domain. If username processed by authenticator contains '@', it will split it and left-@-part will be username, and right password
""" """
iconFile = 'x2go-tunnel.png'
typeName = _('X2Go') typeName = _('X2Go')
typeType = 'TX2GOTransport' typeType = 'TX2GOTransport'
typeDescription = _('X2Go access (Experimental). Tunneled connection.') typeDescription = _('X2Go access (Experimental). Tunneled connection.')