Bug 952227
| Summary: | Fix instances of #!/usr/bin/env python in gimp | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nils Philippsen <nphilipp> | |
| Component: | gimp | Assignee: | Nils Philippsen <nphilipp> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | rawhide | CC: | nphilipp | |
| Target Milestone: | --- | Keywords: | FutureFeature | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | gimp-2.8.4-5.fc17 | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 521273 | |||
| : | 952232 (view as bug list) | Environment: | ||
| Last Closed: | 2013-06-08 03:31:56 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: | ||||
| Bug Blocks: | 952231, 952232 | |||
|
Description
Nils Philippsen
2013-04-15 12:14:48 UTC
NB: 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
gimp-2.8.4-5.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/gimp-2.8.4-5.fc17 gimp-2.8.4-5.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/gimp-2.8.4-5.fc18 gimp-2.8.4-5.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gimp-2.8.4-5.fc19 Package gimp-2.8.4-5.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gimp-2.8.4-5.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-10064/gimp-2.8.4-5.fc19 then log in and leave karma (feedback). gimp-2.8.4-5.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. gimp-2.8.4-5.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. gimp-2.8.4-5.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |