← Back to team overview

openlp-core team mailing list archive

[Bug 1625767] Re: Can't delete/add a projector...

 

Delete the following lines from the listed files:

lib/projector/pjlink1.py:    projectorNetwork = QtCore.pyqtSignal(int)  # Projector network activity
lib/projector/pjlink1.py:        self.projectorNetwork.emit(S_NETWORK_RECEIVED)
lib/projector/pjlink1.py:        self.projectorNetwork.emit(S_NETWORK_SENDING)
lib/projector/pjlink1.py:        self.projectorNetwork.emit(S_NETWORK_SENDING)
ui/projector/manager.py:        item.link.projectorNetwork.connect(self.update_status)

ui/projector/manager.py:  
    try:
        projector.link.projectorNetwork.disconnect(self.update_status)
    except (AttributeError, TypeError):
        pass

These lines were originally put in for network activity for each
projector; however, the network activity notification will be changed to
a generic network notification for all network activity and these lines
are now just noise.

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1625767

Title:
  Can't delete/add a projector...

Status in OpenLP:
  Confirmed

Bug description:
  When trying to add a projector through the projector manager it won't
  connect and when opening OpenLP with the 'connect to projector on
  startup' option enabled it gives an error window.  I also cannot
  delete projector as the same window pops up with an error.  So all in
  all it won't connect.

  PC Specs:
  -Arch Linux (kernel 4.7.4)
  -OpenLP-bzr2496

  Steps to reproduce issue:
  1. Click on add projector
  2. Fill in info to projector
  3. Click on connect...nothing happens
  4. Click on Settins/Configure OpenLP/Projectors and enable
     the 'Connect to projectors on startup' option
  5. Close OpenLP
  6. Open OpenLP and error window pops up.
  7. Delete the projector in Projector Manager the same popup window shows up.

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


References