Bug 246844 - shortcut for intelliJIdea.sh startskript doesn't work
Summary: shortcut for intelliJIdea.sh startskript doesn't work
Status: RESOLVED WORKSFORME
Alias: None
Product: kmenuedit
Classification: Applications
Component: general (show other bugs)
Version: 0.8
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 22:11 UTC by Johannes Neugschwentner
Modified: 2012-07-28 13:53 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 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.