[Bug 334277] New: kde text editor kate: external tools "run script" does not work, fix included
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.
https://bugzilla.novell.com/show_bug.cgi?id=334277#c1 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Component|KDE |KDE Product|openSUSE 10.3 |openSUSE 11.0 Version|Final |unspecified --- Comment #1 from Dirk Mueller <dmueller@novell.com> 2007-11-22 07:46:50 MST --- fixed in KDE4 .. kde3 backport pending -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=334277 User dmueller@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=334277#c2 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Dirk Mueller <dmueller@novell.com> 2008-01-10 11:15:08 MST --- submitted for 11.0 -- 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.
participants (1)
-
bugzilla_noreply@novell.com