Mailinglist Archive: opensuse-bugs (13468 mails)

< Previous Next >
[Bug 334277] New: kde text editor kate: external tools "run script" does not work, fix included
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 16 Oct 2007 07:15:20 -0600 (MDT)
  • Message-id: <bug-334277-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxx
ReportedBy: ep1admin@xxxxxxxxxxxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
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.

< Previous Next >
This Thread
  • No further messages