Public bug reported:
Binary package hint: hplip-data
When using hp-toolbox in KDE doing something that requires admin
privileges you will get a su/sudo not found "Unable to find an
appropriate su/sudo to run hp-plug" this due to most likely a typo in
ui_utils.py.
Following patch takes care of it
--- /tmp/ui_utils.py 2009-05-25 17:00:24.000000000 +0100
+++ ui4/ui_utils.py 2009-05-25 17:00:37.000000000 +0100
@@ -212,7 +212,7 @@
su_sudo_str = 'kdesu -- %s'
elif utils.which('kdesudo'):
- su_sudo = 'kdesudo -- %s'
+ su_sudo_str = 'kdesudo -- %s'
elif utils.which('gnomesu'):
su_sudo_str = 'gnomesu -c "%s"'
Cheers Dyna
** Affects: hplip (Ubuntu)
Importance: Undecided
Status: New
--
su/sudo not found...
https://bugs.launchpad.net/bugs/380311
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs