------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=113318 Summary: Incorrect file permissions in Python/Qt application templates (Debian bugs #330037, #330038) Product: kdevelop Version: 3.2.2 Platform: Debian testing OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: jeremy.laine m4x org 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