Bug 163956 - Kde don't exec files .desktop "run on terminal"
Summary: Kde don't exec files .desktop "run on terminal"
Status: RESOLVED WORKSFORME
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-13 11:22 UTC by giuseppe
Modified: 2008-06-13 17:49 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 giuseppe 2008-06-13 11:22:03 UTC
Version:            (using Devel)
Installed from:    Compiled sources
Compiler:          4.2.3 
OS:                Linux

On kde3 i have this desktop file

[Desktop Entry]
Comment=
Comment[it]=
Exec[$e]=$HOME/scripts/vdr.sh
GenericName=
GenericName[it]=
Icon=tvtime
MimeType=
Name=vvv
Name[it]=Vdr
Path[$e]=
StartupNotify=false
Terminal=true
TerminalOptions=
Type=Application
X-DBUS-StartupType=
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=

Of course run fine,on kde4 give me a error
"impossible to run $HOME/scripts/vdr.sh with arguments
$HOME/scripts/vdr.sh"
Comment 1 giuseppe 2008-06-13 17:49:30 UTC
Solved editing the file like this

[Desktop Entry]
Comment=
Comment[it]=
Exec=$HOME/scripts/vdr.sh
GenericName=
GenericName[it]=
Icon=tvtime
MimeType=
Name=vvv
Name[it]=Vdr
Path=
StartupNotify=false
Terminal=true
TerminalOptions=
Type=Application
X-DBUS-StartupType=
X-DCOP-ServiceType=none
X-KDE-SubstituteUID=false
X-KDE-Username=