Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
hplip.24624
no-systray-failure-message.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-systray-failure-message.patch of Package hplip.24624
diff -urp hplip-3.17.9.orig/ui5/systemtray.py hplip-3.17.9/ui5/systemtray.py --- hplip-3.17.9.orig/ui5/systemtray.py 2017-09-19 02:29:18.000000000 -0500 +++ hplip-3.17.9/ui5/systemtray.py 2017-10-12 15:39:43.456026353 -0500 @@ -848,12 +848,7 @@ def run(read_pipe): i += 1 if not QSystemTrayIcon.isSystemTrayAvailable(): - FailureUI(None, - QApplication.translate("SystemTray", - "<b>No system tray detected on this system.</b><p>Unable to start, exiting.</p>", - None), - QApplication.translate("SystemTray", "HPLIP Status Service", - None)) + exit(0) else: notifier = QSocketNotifier(read_pipe, QSocketNotifier.Read) # QObject.notifier.activated[int].connect(app.notifierActivated)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor