nxclient-1.3.2.ebuild wrongly installs menu entries into /usr/kde/3.2, regardless of where KDE really is. 1.4.0 ebuild is fixed, but that's a development snapshot, not stable release, it would be nice to have this in 1.3.2-r1 as well. Patch attached.
Created attachment 39153 [details, diff] nxclient-1.3.2-r1.ebuild.patch
I've fixed this in nxclient-1.3.2-r1. Please test, and let me know how you get on. Best regards, Stu
It works now, thanks.
I think it should be /usr/kde/3* instead of /usr/kde/*, as unsermake also get installed to /usr/kde.
It certainly shouldn't, that wouldn't work with KDE 2,4,5,6,... Instead, it should test if $x matched a directory.
All right, make it /usr/kde/[0-9]* then.