We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a09ec commit 774adf0Copy full SHA for 774adf0
2 files changed
NEWS
@@ -3,6 +3,7 @@
3
- Add <launchable/> into the .appdata.xml file (#269)
4
- Accessiblity improvements (#244)
5
- system-config-printer couldn't be uninstalled vi GNOME Software (#273)
6
+- system-config-printer crashes due missing libhandy (#283)
7
- Use pkg-config or --with-cups-serverbin-dir for finding SERVERBIN (#234)
8
9
1.5.17 changes
system-config-printer.py
@@ -47,9 +47,9 @@
47
print ("This is a graphical application and requires DISPLAY to be set.")
48
sys.exit (1)
49
50
-# Optional dependency, requires libhandy >= 1.5
51
-gi.require_version('Handy', '1')
52
try:
+ # Optional dependency, requires libhandy >= 1.5
+ gi.require_version('Handy', '1')
53
from gi.repository import Handy
54
Handy.init()
55
# Support GNOME 42 dark mode
0 commit comments