Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 156611 Details for
Bug 243273
hplip without hplip-gui doesn't work by default
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fallback to interactive mode
hplip-setup.patch (text/plain), 613 bytes, created by
Bernard Johnson
on 2007-06-08 20:35:34 UTC
(
hide
)
Description:
patch to fallback to interactive mode
Filename:
MIME Type:
Creator:
Bernard Johnson
Created:
2007-06-08 20:35:34 UTC
Size:
613 bytes
patch
obsolete
>--- setup.orig 2007-05-10 05:48:04.000000000 -0600 >+++ setup 2007-06-08 14:28:28.000000000 -0600 >@@ -232,11 +232,14 @@ > log.error("PyQt init failed. Reverting to interactive mode.") > mode = INTERACTIVE_MODE > >+ try: >+ from qt import * >+ from ui import setupform >+ except ImportError: >+ log.error("Missing GUI components. Reverting to interactive mode.") >+ mode = INTERACTIVE_MODE > > if mode == GUI_MODE: >- from qt import * >- from ui import setupform >- > a = QApplication(sys.argv) > QObject.connect(a,SIGNAL("lastWindowClosed()"),a,SLOT("quit()")) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243273
: 156611 |
156843