Bug 175623 - execute in terminal window doesn't works
Summary: execute in terminal window doesn't works
Status: CLOSED FIXED
Alias: None
Product: kalarm
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: David Jarvie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-19 22:31 UTC by Christoph Paasch
Modified: 2010-09-02 10:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Paasch 2008-11-19 22:31:49 UTC
Version:           2.0.6 (using 4.1.3 (KDE 4.1.3), Kubuntu packages)
Compiler:          cc
OS:                Linux (x86_64) release 2.6.27-8-generic

When having a "Command Alarm", and trying to execute it in a terminal window by checking "Execute in terminal window", it will report an Error-code 254.

This is due to the fact that it tries to execute:
konsole --noclose -T KAlarm -e ${Shell:-sh} -c [path to command/executable]

But konsole doesn't accepts the -T option, when trying to execute the above command in a terminal.

So, the solution to the bug could be, to remove that -T option.
Comment 1 David Jarvie 2008-11-20 02:50:45 UTC
It turns out that konsole in KDE 4 uses "-p tabtitle=xxx" instead of "-T xxx".

Fixed in KDE 4.1 and 4.2 (SVN commits 886786, 886788).
Comment 2 Christoph Paasch 2009-01-28 20:49:29 UTC
Well, the problem is now, that you have to delete the config file .kde/share/config/kalarmrf to make this bug to work, because in this file there is still the old command stored.

I'm sure there is a way to change that...
Comment 3 David Jarvie 2009-01-29 19:58:06 UTC
Now fixed for KDE 4.2.1. SVN commits 918286, 918287.