Description
There has been a known limitation that processes like mozc_server and mozc_renderer cannot be launched from sandboxed processes such as SearchHost.exe in Windows. We have worked around this limitation by running mozc_broker.exe --mode=prelaunch_processes when the user logs in since Mozc 2.18.2602.102 (0488082).
|
<!-- |
|
Write a registry key to launch mozc_server.exe and |
|
mozc_renderer.exe automatically after user logon. |
|
--> |
|
<Component Id='PrelaunchProcesses' Guid='*'> |
|
<RegistryValue Id='RunBroker' Root='HKLM' |
|
Key='Software\Microsoft\Windows\CurrentVersion\Run' |
|
Name='Mozc Prelauncher' Action='write' Type='string' |
|
Value='"[MozcDir]mozc_broker.exe" --mode=prelaunch_processes' /> |
|
</Component> |
We, however, have not performed this workaround immediately after installing Mozc (and running mozc_tool.exe --mode=post_install_dialog).
As a result, the user may notice that they cannot use Mozc in the search field in the task bar immediately after installing Mozc.
Steps to reproduce
Steps to reproduce the behavior:
- Build and install Mozc for Windows
"%ProgramFiles(x86)%\Mozc\mozc_tool.exe" --mode=post_install_dialog
- Click the "Search" field in the task bar
- Try to enable Mozc
Expected behavior
You can enable Mozc at the step 4.
Actual behavior
You cannot enable Mozc at the step 4.
Version or commit-id
6c920a9
Environment
Description
There has been a known limitation that processes like
mozc_serverandmozc_renderercannot be launched from sandboxed processes such asSearchHost.exein Windows. We have worked around this limitation by runningmozc_broker.exe --mode=prelaunch_processeswhen the user logs in since Mozc 2.18.2602.102 (0488082).mozc/src/win32/installer/installer_oss_64bit.wxs
Lines 281 to 290 in 6c920a9
We, however, have not performed this workaround immediately after installing Mozc (and running
mozc_tool.exe --mode=post_install_dialog).As a result, the user may notice that they cannot use Mozc in the search field in the task bar immediately after installing Mozc.
Steps to reproduce
Steps to reproduce the behavior:
"%ProgramFiles(x86)%\Mozc\mozc_tool.exe" --mode=post_install_dialogExpected behavior
You can enable Mozc at the step 4.
Actual behavior
You cannot enable Mozc at the step 4.
Version or commit-id
6c920a9
Environment