hplip-typo.patch 617 B

12345678910111213
  1. diff -up hplip-3.17.11/firmware.py.typo hplip-3.17.11/firmware.py
  2. --- hplip-3.17.11/firmware.py.typo 2018-01-12 16:50:10.338366719 +0100
  3. +++ hplip-3.17.11/firmware.py 2018-01-12 16:50:33.563184939 +0100
  4. @@ -99,7 +99,7 @@ try:
  5. if mode == GUI_MODE and (ui_toolkit == 'qt4' or ui_toolkit == 'qt5'):
  6. if not utils.canEnterGUIMode4():
  7. log.error("%s -u/--gui requires Qt4/Qt5 GUI support. Entering interactive mode." % __mod__)
  8. - mode = INTERACTIVE_MODE4
  9. + mode = INTERACTIVE_MODE
  10. elif mode == GUI_MODE and ui_toolkit == 'qt3':
  11. if not utils.canEnterGUIMode():