forked from Unity3D-Wine-Support/Unity3D-on-Wine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnativebrowsers.reg
More file actions
20 lines (15 loc) · 775 Bytes
/
nativebrowsers.reg
File metadata and controls
20 lines (15 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="C:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
[-HKEY_CLASSES_ROOT\htmlfile\shell\open\ddeexec]
[HKEY_CLASSES_ROOT\htmlfile\shell\opennew\command]
@="C:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
[-HKEY_CLASSES_ROOT\htmlfile\shell\opennew\ddeexec]
[HKEY_CLASSES_ROOT\http\shell\open\command]
@="C:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
[-HKEY_CLASSES_ROOT\http\shell\open\ddeexec]
[HKEY_CLASSES_ROOT\https\shell\open\command]
@="C:\\windows\\system32\\winebrowser.exe -nohome \"%1\""
[-HKEY_CLASSES_ROOT\https\shell\open\ddeexec]
[HKEY_CURRENT_USER\Software\Wine\WineBrowser]
"Browsers"="xdg-open,firefox,konqueror,mozilla,netscape,galeon,opera,dillo"