Hi,

I've  a simple question. I want to install my application in a custom
prefix for testing. How do I do that (earlier I used to use $KDEDIRS
and $PATH)?

-----------------------------------------------------------------------------------------------------------------------------------
Elaboration:

Earlier (about a year or two ago) I used to have this in my .bashrc : -

export KDEDIRS=$HOME/custom:/usr:$KDEDIRS
export PATH=$HOME/custom/bin:$PATH

Now, I'm on Plasma 5.1 (my application is still based on kde libs 4)
and KDEDIRS is no longer supported. So, based on some google inputs,
I've following in my .bashrc :-

export PATH=$HOME/custom/bin:$PATH
export XDG_DATA_DIRS=$HOME/custom/share:$XDG_DATA_DIRS
export LD_LIBRARY_PATH=$HOME/custom/lib:$LD_LIBRARY_PATH

The problem is, when launched from Plasma 5, application fails to run
with following error: -

KDEInit could not launch 'sparklemediaplayer': Could not open library
'/usr/lib/libkdeinit5_sparklemediaplayer'. Cannot load library
/usr/lib/libkdeinit5_sparklemediaplayer:
(/usr/lib/libkdeinit5_sparklemediaplayer.so: cannot open shared object
file: No such file or directory)

When launched from KDE4 Dolphin, application fails to run with
following error: -

KDEInit could not launch 'sparklemediaplayer': Could not find
'sparklemediaplayer' executable.

When launched from shell, application runs but fails to load my kio plugin.
-----------------------------------------------------------------------------------------------------------------------------------

Regards,

Yogesh Marwaha

>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to