I have found the proper way to set prefixes in kderc. However, it is
not really useful from what I can tell.
[Directories]
prefixes=/usr/local,/usr
The reason this is not useful is because of the ordering of the
prefixes.
$HOME/.kde:$KDEDIRS:$exec_prefix:prefixes
It should be:
$HOME/.kde:$KDED
I thought I had a way to easily patch it as a temporary measure but I
can't seem to get it to output in the correct order. Does anyone know
how to make this work? No matter what order I call addPrefix() in it
does not seem to actually change the output order of kde-confg --path
KDEDIRS="/www/kde:/
I noticed that the only way it seems to have more than one dir by
default in KDE that is a prefix is to use $KDEDIRS. However, we don't
really want Debian users to have to mess with that. So I was trying to
find a way to have both /usr and /usr/local usable for KDE and found
that there isn't a way
3 matches
Mail list logo