should be possible to configure an alternative port

Bug #264631 reported by Thomas Prochaska
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gtkvncviewer
Fix Released
Medium
Clément Lorteau

Bug Description

hi!

i think it would be important that you can connect to an alternative port. i've seen that the default port is hardcoded in gtkvncviewer.py (even in trunk).

regards
thomas prochaska

Revision history for this message
Eric Vernichon (eric-vernichon) wrote :

Hello,

for correct this problem I have change /usr/share/gtkvncviewer.py like this

- self.vnc.open_host(server, port)
+serverport=server.split(':')

+server=serverport[0]
+try:
+ port = serverport[1]
+except:
+ port = "5900"
+self.vnc.open_host(server, port)

and I can use address:port for the server name

Cordialy

Changed in gtkvncviewer:
assignee: nobody → northern-lights
importance: Undecided → Medium
milestone: none → options
status: New → Confirmed
Revision history for this message
Clément Lorteau (northern-lights) wrote :

Thanks, I made the modification.

Changed in gtkvncviewer:
status: Confirmed → Fix Committed
Revision history for this message
Clément Lorteau (northern-lights) wrote :

Released in 0.4.

Changed in gtkvncviewer:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.