http://bugs.winehq.org/show_bug.cgi?id=7926
Summary: make winebrowser more configurable (preferably winecfg section) Product: Wine Version: 0.9.33. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: citizenr@gmail.com
1 Now users have to google for the registry key to change default browser. 2 there is no way (that I know of) to add extra command line parameters to browser queries. I would like every http query to open new TAB in my Opera ("- newpage" parameter).
I propose new winecfg tab in "Desktop Integration" with two input fields, first with content of [HKEY_LOCAL_MACHINE\software\wine\config\winebrowser\browser
second with new keys content [HKEY_LOCAL_MACHINE\software\wine\config\winebrowser\parameter
We need two patches, one to winebrowser, second one (less important) to winecfg. Looking at http://source.winehq.org/source/programs/winebrowser/main.c I will make a patch in a sec.