It's not a matter of setting the PATH in the profile, as that is already set correctly for what I need.
That PATH, for the user that launches KDE4, isn't used by the Application Launcher within KDE4. My "shell" path starts with /usr/local/bin, which is ahead of /usr/bin.
When I launch an application, from the Application Launcher, it uses the copy from /usr/bin:
Code:
kdeinit4: preparing to launch /usr/bin/vmware
But, if I start the same application from the command line, it uses the copy from /usr/local/bin. This is the version I want launched in KDE4.
Cheers.