Bug 113318 - Incorrect file permissions in Python/Qt application templates (Debian bugs #330037, #330038)
Summary: Incorrect file permissions in Python/Qt application templates (Debian bugs #3...
Status: RESOLVED FIXED
Alias: None
Product: kdev-python
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-25 20:47 UTC by Jeremy Lainé
Modified: 2013-04-07 22:48 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Lainé 2005-09-25 20:47:59 UTC
Version:           3.2.2 (using KDE KDE 3.4.2)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 4.0.1 
OS:                Linux

If you create an new Python/Qt application named "theapp" from the 'Project' ->  'New project' menu, two files should be marked as executable:

- autogen.sh
- theapp.py

The same problem applies to the other Python examples.

The original Debian bug entries:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330037
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330038

The following should fix the problem:

chmod +x languages/python/app_templates/pyqt/app-autogen.sh
chmod +x languages/python/app_templates/pyqt/app.py
Comment 1 Jeremy Lainé 2005-09-26 08:12:12 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
Comment 2 Matt Rogers 2005-10-18 04:56:32 UTC
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
   + *
Comment 3 Andreas Pakulat 2013-04-07 22:48:34 UTC
Move bugs in preparation of closing the component