Santhu / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

mozc_server does not terminate on logoff #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. login from gdm
2. activate mozc and de-activate
3. logoff

What is the expected output?
mozc_server process terminates when you logoff,
or at least it can be configured to do so.

What do you see instead?
mozc_server process is left over after logoff.

What version of the product are you using? On what operating system?
mozc-1.6.1187.102-2.fc18.x86_64
ibus-mozc-1.6.1187.102-2.fc18.x86_64
Fedora 18
kernel-3.8.1-201.fc18.x86_64
systemd-197-1.fc18.2.x86_64
ibus-gtk3-1.5.1-2.fc18.x86_64
ibus-1.5.1-2.fc18.x86_64
dbus-1.6.8-2.fc18.x86_64
dbus-libs-1.6.8-2.fc18.x86_64

Please provide any additional information below.

mozc_server is the only process that is left over,
as shown in the following output from loginctl,
and it makes the logged-off session survive.
This makes an authentication required to shut down the machine,
even if no one is logged in.

loginctl session-status 2
2 - john (500)
       Since: Thu 2013-02-28 18:07:35 JST; 55min ago
      Leader: 1140
        Seat: seat0; vc1
     Display: :0
     Service: gdm-password; type x11; class user
       State: closing
      CGroup: name=systemd:/user/john/2
          └─2197 /usr/libexec/mozc_server

Original issue reported on code.google.com by tsk...@gmail.com on 11 Mar 2013 at 1:32