https://bugzilla.novell.com/show_bug.cgi?id=334277 Summary: kde text editor kate: external tools "run script" does not work, fix included Product: openSUSE 10.3 Version: Final Platform: Other OS/Version: openSUSE 10.3 Status: NEW Severity: Minor Priority: P5 - None Component: KDE AssignedTo: kde-maintainers@suse.de ReportedBy: ep1admin@physik.uni-wuerzburg.de QAContact: qa@suse.de Found By: --- currently it looks like this: cd "%directory" && chmod u+x "%filename" && konsole -e "./%filename" as it turns out konsole will not run e.g. perl scripts started with a relative path - at least not on my system. fix: cd "%directory" && chmod u+x "%filename" && konsole -e "%directory/%filename" optional: cd "%directory" && chmod u+x "%filename" && konsole --noclose -e "%directory/%filename" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.