** Branch linked: lp:ubuntu/epoptes

-- 
You received this bug notification because you are a member of Epoptes
Developers, which is the registrant for Epoptes.
https://bugs.launchpad.net/bugs/937820

Title:
  Incorrect IP for x11vnc -allow option

Status in Epoptes:
  Fix Committed

Bug description:
  Hallo,

  there is typo in the code of _broadcastScreen()

                self.vncserver = subprocess.Popen(['x11vnc', '-noshm', '-nopw',
                    '-quiet', '-viewonly', '-shared', '-forever', '-nolookup',
                    '-24to32', '-rfbport', str(self.vncport), '-allow',
                    '127.,192.168.,10.,169.254.' ])

  in file /usr/lib/python2.6/dist-packages/epoptes/ui/gui.py. This list
  should be list of private ranges 192.168.X.X, 10.X.X.X and 172.X.X.X,
  but there is "127." instead of "172." written.

  In the network 172.X.X.X will not broadcast screen.

  
  Regards,

  Robert Wolf.

To manage notifications about this bug go to:
https://bugs.launchpad.net/epoptes/+bug/937820/+subscriptions

-- 
Mailing list: https://launchpad.net/~epoptes
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~epoptes
More help   : https://help.launchpad.net/ListHelp

Reply via email to