LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   How to Fix Wine slow start problem on Slackware 14.0 (https://www.linuxquestions.org/questions/slackware-14/how-to-fix-wine-slow-start-problem-on-slackware-14-0-a-4175430504/)

raphaeldavidf 10-04-2012 10:40 AM

How to Fix Wine slow start problem on Slackware 14.0
 
Hey guys,

I don't know if any one got the same problem but here goes the problem and the fix (for me at least it worked quite well). I installed wine(no errors) and then tried to run winecfg, but it was taking too long to start. Eventually it started and I stopped worrying about it. Then when I tried to run any program it took about 3 minutes just to open it. It was running ok(the program wasn't slow or any other problem), but took too long to open. After a lot of research I found this bug report http://bugs.winehq.org/show_bug.cgi?id=10358 that solved the problem. The fix is really simple, just run:
Code:

sudo sh /etc/rc.d/rc.cups start
and to make it permanent run:
Code:

chmod +x /etc/rc.d/rc.cups
This is more a workaround than a fix. In the same bug report there's a proper fix: recompile wine with --without-cups option.

That's it, hope that helps someone!

arubin 10-05-2012 04:16 AM

Interesting. But I would guess that most users enable CUPS anyway.

raphaeldavidf 10-05-2012 06:28 AM

Quote:

Originally Posted by arubin (Post 4797882)
Interesting. But I would guess that most users enable CUPS anyway.

xD if my printer hadn't broken last week i wouldn't need that either.


All times are GMT -5. The time now is 04:41 AM.