Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot "stop" autokey daemon on non-English locales #17

Closed
GoogleCodeExporter opened this issue May 9, 2015 · 2 comments
Closed

Cannot "stop" autokey daemon on non-English locales #17

GoogleCodeExporter opened this issue May 9, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Install another language, such as fr_FR
2. Execute the following in a terminal:

:: TEST CASE ::
root@karmic-vm:~# echo $LANG
en_US.UTF-8
root@karmic-vm:~# invoke-rc.d autokey start
root@karmic-vm:~# pkill -9 -f autokey
root@karmic-vm:~# LC_ALL=fr_FR.UTF-8 invoke-rc.d autokey stop
[Errno 3] Aucun processus de ce type
invoke-rc.d: initscript autokey, action "stop" failed.
root@karmic-vm:~#
:: END TEST CASE ::

The error lies on
http://code.google.com/p/autokey/source/browse/trunk/src/lib/daemon.py#111
, where the daemon checks the error text rather than the error code.

This error seems to primarily be presenting itself when removing the
autokey package, but can occur under the situation described above. See
https://launchpad.net/bugs/479131 for more information. 


Original issue reported on code.google.com by Luke.Faraone on 1 Dec 2009 at 1:35

@GoogleCodeExporter
Copy link
Author

Should be fixed in svn 192.

Original comment by Luke.Faraone on 6 Dec 2009 at 7:04

@GoogleCodeExporter
Copy link
Author

Original comment by Luke.Faraone on 2 Feb 2010 at 11:45

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant