Bug 952232
| Summary: | Fix instances of #!/usr/bin/env python in gimp | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Nils Philippsen <nphilipp> |
| Component: | gimp | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | nphilipp, ovasik, vbudikov |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gimp-2.8.4-5.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 952227 | Environment: | |
| Last Closed: | 2014-06-13 12:44:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 952227 | ||
| Bug Blocks: | 952231 | ||
|
Description
Nils Philippsen
2013-04-15 12:30:05 UTC
This is a purely cosmetic issue. GIMP maps script hashbangs to a fixed interpreter internally. This system skips over /usr/bin/env if present. For python, it would map both "#!/usr/bin/env python" and "#!/usr/bin/python" to /usr/bin/python, cf.: ${libdir}/gimp/2.0/interpreters/pygimp.interp
I'll leave this bug open in the even I fix it upstream, but this should really have no impact beyond the confusion of people looking at the hashbang line.
This is fixed in gimp-2.8.4-5.el7 already, and later versions which we already have in RHEL-7. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |