Bug 952231
| Summary: | Fix instances of #!/usr/bin/env python in gimp | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Nils Philippsen <nphilipp> |
| Component: | gimp | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED NOTABUG | QA Contact: | Desktop QE <desktop-qa-list> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.4 | CC: | cww, nphilipp |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 521273 | Environment: | |
| Last Closed: | 2013-04-19 15:43:13 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, 952232 | ||
| Bug Blocks: | |||
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