http://bugs.winehq.org/show_bug.cgi?id=13891
Ruslan 10110111@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |10110111@mail.ru
--- Comment #12 from Ruslan 10110111@mail.ru 2008-11-21 18:13:40 ---
Just appended a "%1" to any line in system.reg containing winebrowser.exe and
it works :)
Yes, it really helps. I used this command in vi system.reg: :%s/winebrowser.exe -nohome/winebrowser.exe -nohome %1"/
and saved. Then restarted application under wine and it works! :)