<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>162729</bug_id>
          
          <creation_ts>2008-05-28 01:39:41 +0000</creation_ts>
          <short_desc>launches succesfully from panel, but displays error &quot;KDEInit could not launch &apos;/usr/lib/kde4/bin/konsole&apos;&quot;</short_desc>
          <delta_ts>2009-03-05 06:05:45 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>konsole</product>
          <component>general</component>
          <version>2.0</version>
          <rep_platform>unspecified</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Michael">jklsemicolon</reporter>
          <assigned_to name="Konsole Bugs">konsole-bugs-null</assigned_to>
          <cc>kde</cc>
    
    <cc>mziaber</cc>
    
    <cc>rdieter</cc>
    
    <cc>shawvrana</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>604686</commentid>
    <comment_count>0</comment_count>
    <who name="Michael">jklsemicolon</who>
    <bug_when>2008-05-28 01:39:41 +0000</bug_when>
    <thetext>Version:           2.0 (using 4.0.3 (KDE 4.0.3), Kubuntu packages)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-17-generic

by right-clicking on konsole from the new K menu, I can &quot;add to panel&quot;. Works great. Though konsole seems to start fine this way, Im met with the error dialog:

&quot;KDEInit could not launch &apos;/usr/lib/kde4/bin/konsole&apos;&quot;

When adding dolphin through this same process, it starts without an error message.

When I change the command of the icon to launch &quot;xterm&quot; instead of &quot;konsole&quot; I get an identical error, but not until after the terminal is killed.

Do terminals need to be handled differently by whatever program initiates the associated command?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>605254</commentid>
    <comment_count>1</comment_count>
    <who name="Lubos Lunak">l.lunak</who>
    <bug_when>2008-05-30 11:06:42 +0000</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of 75492 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>706883</commentid>
    <comment_count>2</comment_count>
    <who name="Rex Dieter">rdieter</who>
    <bug_when>2009-01-28 21:01:01 +0000</bug_when>
    <thetext>These appear to be per-app bugs, per http://bugs.kde.org/show_bug.cgi?id=75492#c37 reopening.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>706910</commentid>
    <comment_count>3</comment_count>
    <who name="Rex Dieter">rdieter</who>
    <bug_when>2009-01-28 21:44:54 +0000</bug_when>
    <thetext>SVN commit 917940 by rdieter:

Add X-DBUS-ServiceName to konsole.desktop
should help &quot;KDEInit could not launch &apos;.../konsole&apos;&quot; type errors

BUG: 162729
CCBUG: 75492


 M  +1 -0      konsole.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=917940
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>706913</commentid>
    <comment_count>4</comment_count>
    <who name="Rex Dieter">rdieter</who>
    <bug_when>2009-01-28 21:45:13 +0000</bug_when>
    <thetext>SVN commit 917944 by rdieter:

Backport from trunk:
Add X-DBUS-ServiceName to konsole.desktop
should help &quot;KDEInit could not launch &apos;.../konsole&apos;&quot; type errors

BUG: 162729
CCBUG: 75492


 M  +1 -0      konsole.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=917944
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>706920</commentid>
    <comment_count>5</comment_count>
    <who name="Shaw Vrana">shawvrana</who>
    <bug_when>2009-01-28 22:00:37 +0000</bug_when>
    <thetext>The change above works great when run from the panel or desktop.  I still get the &apos;cannot launch&apos; error when I launch konsole from a khotkey.  The dropdown in the &apos;Global Keyboard shortcuts&apos; panel says KMenu- kde4-console.desktop so I figured the changes to the above file would affect the hotkey too and I&apos;ve only got one kde4-console.desktop file, namely the one in ~/Desktop.  Any ideas?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>707884</commentid>
    <comment_count>6</comment_count>
    <who name="David Faure">faure</who>
    <bug_when>2009-01-30 13:46:39 +0000</bug_when>
    <thetext>SVN commit 918654 by dfaure:

Repair klauncher support for unique-applications like konsole.
  (adding org.kde.konsole in konsole.desktop was just a workaround, org.kde is still assumed when not present)
Brown paper bag for me - now expecting tons of new klauncher error reports from 4.2.0... :(
Fix will be in 4.2.1.
CCBUG: 162729
CCBUG: 75492


 M  +42 -18    klauncher.cpp  
 M  +1 -0      klauncher.h  


WebSVN link: http://websvn.kde.org/?view=rev&amp;revision=918654
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>708635</commentid>
    <comment_count>7</comment_count>
    <who name="Michal Ziabkowski">mziaber</who>
    <bug_when>2009-01-31 15:54:25 +0000</bug_when>
    <thetext>*** Bug 182186 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>725374</commentid>
    <comment_count>8</comment_count>
    <who name="Neil Skrypuch">kde</who>
    <bug_when>2009-03-05 06:05:45 +0000</bug_when>
    <thetext>*** Bug 182813 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>