Bug 246844

Summary: shortcut for intelliJIdea.sh startskript doesn't work
Product: [Applications] kmenuedit Reporter: Johannes Neugschwentner <johannes.neugschwentner>
Component: generalAssignee: Unassigned bugs mailing-list <unassigned-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: NOR    
Version: 0.8   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Johannes Neugschwentner 2010-08-05 22:11:39 UTC
Version:           0.0.1 (using KDE 4.4.2) 
OS:                Linux

When setting a shortcut for the .sh startskript of the Idea-IDE
the shortcut doesn't work

Reproducible: Always

Steps to Reproduce:
open kmenu-editor.
create a new item for a program that is started by a .sh-skript
create a shortcut

Actual Results:  
shortcut doesn't work

Expected Results:  
program should start up

OS: Linux (x86_64) release 2.6.32-24-generic
Compiler: cc
Comment 1 Jekyll Wu 2012-07-28 13:53:33 UTC
I don't use IntelliJ Idea. But the followig simple shell script works well with the specified shotcut(Meta+R in my case).

    #!/bin/sh
    konsole -e bash

Feel free to reopen the report if the problem still exists for any .sh script in KDE 4.8.4 or higher.