Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233499 Details for
Bug 322067
net-print/hplip-3.10.5 hplip-3.10.2-plugin.patch fails to apply
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hplip-3.10.2-plugin.patch
hplip-3.10.2-plugin.patch (text/plain), 731 bytes, created by
Daniel Pielmeier
on 2010-05-30 12:15:27 UTC
(
hide
)
Description:
hplip-3.10.2-plugin.patch
Filename:
MIME Type:
Creator:
Daniel Pielmeier
Created:
2010-05-30 12:15:27 UTC
Size:
731 bytes
patch
obsolete
>diff -Naur hplip-3.10.5-old/installer/core_install.py hplip-3.10.5/installer/core_install.py >--- hplip-3.10.5-old/installer/core_install.py 2010-05-30 13:44:26.900212683 +0200 >+++ hplip-3.10.5/installer/core_install.py 2010-05-30 13:45:58.236869364 +0200 >@@ -1990,7 +1990,11 @@ > if mode == GUI_MODE: > return os.system("sh %s --nox11 -- -u" % plugin_file) == 0 > else: >- return os.system("sh %s --nox11 -- -i" % plugin_file) == 0 >+ if os.system("sh %s --nox11 -- -i" % plugin_file) == 0: >+ return True >+ else: >+ log.error("Python gobject/dbus may be not installed") >+ return False > > > def delete_plugin(self):
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 322067
:
233489
|
233491
| 233499