xamindar,
I had the same problem: the gui appeared but the icon did not. I\'m not sure why I had the problem, but I have a few suggestions:
1) make sure that xmms is not running by doing a ps -e | grep xmms, and killing the instance with the lowest pid if it exists. Note that running a single instance of xmms will cause six separate processes to be created.
2) xmms creates a \"lock file\" semaphore in /tmp, one for each user\'s instance of xmms. if it sees the lock file, xmms won\'t run (possibly only if allow multiple instances if the config file is false). Delete the semaphore with:
rm /tmp/xmms*
3) or you can do what I did first, and uninstall and re-install xmms
the messages you highlighted appear every time xmms is run, even when run successfully, and so I think have no bearing on the problem.
Finally, while xmms .00005 is somewhat buggy -- my main complaint is that it will hang itself of the system if the network goes down -- .00007 has no apparent additional features; I\'m strongly considering going back to .00005. If there are good reasons to stick with .00007 despite it being a pain, please let me know.