Version: (using KDE KDE 3.1) Compiler: gcc 2.95.3 OS: Linux When the user develops a KDE application, the application needs to be installed before it can be run. Warn the user about it. This is already implemented for the dependencies: Makefile.cvs -> configure configure -> make make -> run But for KDE application the dependencies: make -> make install make install -> run are missing.
*** Bug 60067 has been marked as a duplicate of this bug. ***
The statement that the application needs to be installed before it's run is incorrect. It doesn't. However, there is currently a problem with kparts and the way they are loaded that require the kpart to be loaded before it's found by kde. This needs a solution so that the kpart _doesn't_ need to be installed before its run for testing. Could this wishlist be closed and a bug (not wishlist) opened for the kpart problem instead?
Thanks for clarifing the problem John. Yeap I would like to reassign the bug, but I don't know where to :( kpart is not listed as a product. kdelibs maybe?
Could I get an answer from a kde guru about comments #2 and #3 ?
actually this is fixed (AFAIK) in KDE4, where our buildsystem provides .shell files which allow to run applications uninstalled - including support for KParts. Additionally KParts are KDE plugins now and those are loaded via standard Qt system, using a environment variable to find plugin directories. Closing as fixed.