http://bugs.winehq.org/show_bug.cgi?id=5073
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
------- Additional Comments From vitaliy@kievinfo.com 2006-25-06 10:41 ------- I think it's a arts/distro problem. From one of the arts source files:
if (!mcop_dir) mcop_dir = locate_mcop_dir(); } if (!mcop_dir) { system("lnusertemp socket"); mcop_dir = locate_mcop_dir(); } if (!mcop_dir) { arts_fatal("can't create mcop directory"); }
You can clearly see that it needs "lnusertemp" to setup that dir. But that program is part of kdelibs package.