Summary: | Recent konsole doesn't accept an Exec= field in <session>.desktop files which includes a shell variable assignment | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | rakko |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rakko
2002-11-14 07:47:31 UTC
Konsole now checks if the entry you specify is installed on your system, that means it checks if program "LC_CTYPE=en_US.ISO-8859-1" is installed. :-) I think we cannot/should add handling for every possible command line, so better put this in a script which you specify to be executed. Subject: Re: Recent konsole doesn't accept an Exec= field in <session>.desktop files which includes a shell variable assignment
On Thu, Nov 14, 2002 at 10:53:41AM -0000, Stephan Binner wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=50695
> binner@kde.org changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |RESOLVED
> Platform| |Unlisted Binaries
> Resolution| |WONTFIX
>
>
>
> ------- Additional Comments From binner@kde.org 2002-11-14 11:53 -------
> Konsole now checks if the entry you specify is installed on your system, that
> means it checks if program "LC_CTYPE=en_US.ISO-8859-1" is installed. :-)
> I think we cannot/should add handling for every possible command line, so better
> put this in a script which you specify to be executed.
Grumble. Couldn't it at least parse out things like <foo>=<bar> at the
beginning of the command line? That shouldn't be hard.
Perhaps Subject: kdebase/konsole/konsole CVS commit by waba: CCMAIL: 50695-done@bugs.kde.org Use KRun::binaryName(exec, false) to find the binary in the Exec line. Fixes BR50695 M +1 -5 konsole.cpp 1.343 |