This bug is SRU-worthy because it blocks uninstallation on non-english
locales. It is fixed in 0.61.0a-1, which was just installed into Lucid.
The bug is a one line fix where we check errno rather than the error
string.

Regression potential: none

:: TEST CASE ::
r...@karmic-vm:~# echo $LANG
en_US.UTF-8
r...@karmic-vm:~# invoke-rc.d autokey start
r...@karmic-vm:~# pkill -9 -f autokey
r...@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.
r...@karmic-vm:~#

And if the pid file is still there, autokey refuses to start.
r...@karmic-vm:~# LC_ALL=fr_FR.UTF-8 invoke-rc.d autokey start
pidfile /tmp/autokey-daemon.pid already exist. Daemon already running?
invoke-rc.d: initscript autokey, action "start" failed.


** Attachment added: "autokey_0.54.5-1ubuntu1.debdiff"
   http://launchpadlibrarian.net/37099696/autokey_0.54.5-1ubuntu1.debdiff

-- 
Autokey crashes on post-install, "stop" action checks the return message rather 
than the return code.
https://bugs.launchpad.net/bugs/479131
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to