FS#24968 - [hplip] hp-setup -i fails to install printer

Attached to Project: Arch Linux
Opened by dfh05 (dfh05) - Thursday, 30 June 2011, 18:54 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Friday, 01 July 2011, 06:00 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Rémy Oudompheng (remyoudompheng)
Architecture i686
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
I had a problem while installing hp laserjet p1102 printer.
"hp-setup -i" downloaded everything it needs (hplip-3.11.5-plugin.run) but it could not extract this because of missing gobject/dbus.
But really the problem is that python points to python3 but hp-setup works with python2.
I solved this very easy
ln -s /usr/bin/python2 /usr/local/bin/python
because /usr/local/bin is first folder in my $PATH.
When printer was installed i removed symlink.

Please, fix this issue.

This task depends upon

Closed by  Rémy Oudompheng (remyoudompheng)
Friday, 01 July 2011, 06:00 GMT
Reason for closing:  Duplicate
Additional comments about closing:  Duplicate of  FS#22788 ,  FS#24372 .
Not a bug.
Won't fix.
Comment by Jelle van der Waa (jelly) - Thursday, 30 June 2011, 20:21 GMT
I don't know what hp-setup -i does but it shouldn't install / download software to /usr/local/
Comment by Rémy Oudompheng (remyoudompheng) - Friday, 01 July 2011, 05:59 GMT
- hp-setup does not refer to a wrong python executable.
- don't run hp-setup.
- don't bypass the package manager when installing software.
- read the optional dependencies and install hplip-plugin if you need binary blobs.

Loading...