Summary: | Incorrect file permissions in Python/Qt application templates (Debian bugs #330037, #330038) | ||
---|---|---|---|
Product: | [Developer tools] kdev-python | Reporter: | Jeremy Lainé <jeremy.laine> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jeremy Lainé
2005-09-25 20:47:59 UTC
Here is the complete list of required permission changes for the Python application templates: # fix permissions of Python/Qt examples (see Debian bugs #330037, #330038) chmod +x languages/python/app_templates/pyqt/app-autogen.sh chmod +x languages/python/app_templates/pyqt/app.py chmod +x languages/python/app_templates/pytk/app.py chmod +x languages/python/app_templates/pythonhello/app.py SVN commit 471548 by mattr: fix #330037, #330038)" href="show_bug.cgi?id=113318">bug 113318 the next set of tarballs should have this fix Thanks for the report BUG: 113318 _M pyqt/app-autogen.sh _M pyqt/app.py _M pythonhello/app.py _M pytk/app.py ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pyqt/app-autogen.sh #property svn:executable + * ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pyqt/app.py #property svn:executable + * ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pythonhello/app.py #property svn:executable + * ** branches/KDE/3.5/kdevelop/languages/python/app_templates/pytk/app.py #property svn:executable + * Move bugs in preparation of closing the component |