1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Laurent Bigonville <bigon@debian.org>
Date: Wed, 22 Oct 2014 12:18:17 +0000
Subject: Fix the package names that PackageKit should try to install
Forwarded: not-needed
---
newprinter.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/newprinter.py b/newprinter.py
index 850c986..6bb84aa 100644
--- a/newprinter.py
+++ b/newprinter.py
@@ -1416,7 +1416,7 @@ class NewPrinterGUI(GtkGUI):
try:
pk = installpackage.PackageKit ()
# The following call means a blocking, synchronous, D-Bus call
- pk.InstallPackageName (0, 0, "samba-client")
+ pk.InstallPackageName (0, 0, "smbclient")
except:
nonfatalException ()
|