http://bugs.winehq.org/show_bug.cgi?id=28355
--- Comment #2 from Igor Franchuk sprog@online.ru 2011-09-14 16:54:36 CDT --- I have localized the problem and can provide the exact steps to reproduce it. Whoever reads this bug and have the similar problem the solution follows.
Steps to reproduce the bug:
1. Stop wine server winesever -k
2. Go to the wine home CS2 was installed to, i.e. /home/[user]/.wine/
3. Open win.ini file
4. Comment the following line:
printer=wineps.drv,CUPS:printer
so the win.ini section would look like
[devices] PDF_Printer=wineps.drv,CUPS:PDF_Printer ;printer=wineps.drv,CUPS:printer
5. Now start Photoshop CS2 -> New file, try clicking on tool windows, main menu - nothing happens - a lock (I guess there is some invisible windows popus and takes the focus away)
!No idea how
[devices] PDF_Printer=wineps.drv,CUPS:PDF_Printer ;printer=wineps.drv,CUPS:printer
has disappeared from my win.ini - I sure didn't remove it
----------------------------- How to fix the problem.
In case you're having the same problem - open win.ini file
The [device] section should look like:
[devices] PDF_Printer=wineps.drv,CUPS:PDF_Printer printer=wineps.drv,CUPS:printer
Now wineserver -k and restart CS2 it should be back to normal.