From kdevelop-bugs Sun Sep 25 18:47:59 2005 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Sun, 25 Sep 2005 18:47:59 +0000 To: kdevelop-bugs Subject: [Bug 113318] New: Incorrect file permissions in Python/Qt application templates (Debian bugs #330037 Message-Id: <20050925204758.113318.jeremy.laine () m4x ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306942308089 ------- 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