[rkward-devel] Moving all.pluginmap
pingou
pingou at pingoured.fr
Mon May 19 08:49:30 UTC 2008
Dear all,
Packaging rkward for Fedora, I am facing the problem of having to move
one file. I install the file all.pluginmap in
/usr/share/kde4/apps/rkward/all.pluginmap but rkward tries to find it in
/usr/share/apps/rkward/all.pluginmap.
This lead to a rather anoying popup when rkward starts
(see https://bugzilla.redhat.com/show_bug.cgi?id=447163 )
I could copy the files at the place where rkward is looking for it, but
I would rather tell to rkward the new place where it can find this file.
I had a brief look, it seems that I could hardcode the pathway in
QString getRKWardDataDir () {
return (KGlobal::dirs ()->findResourceDir ("data",
"rkward/all.pluginmap") + "rkward/");
}
but it does not sound a very nice solution to me...
Any suggestions ?
Thanks in advance,
Regards,
Pierre
More information about the Rkward-devel
mailing list