1) What version(s) of python do you have installed? I thought I saw
something on the list about needing 2.6 and I ran into a problem using
2.6 that went away with 2.7 (that I don't have yet.)
2) Provide more information on what went wrong:
Here's more info on that from a previous post.
What you want to do is run AutoKey (AK) with it's log turned on.
When you do that from a terminal, all the log information gets written
to the terminal and you can copy and paste it into an email for Chris to
look at so he can see what, if anything, is going wrong.
If AK is not running, then you can skip everything about killing it.
You can't start AK in logging mode if it's already running.
If AK is already running and your taskbar icon won't work, then you have
the problem of how to close it.
There are a bunch of ways to do that. The easiest way is to open a
terminal window and type:
pkill autokey-gtk
That will tell it to close itself in no uncertain terms right away.
You can verify that it's gone by entering
ps -ef | grep '[a]utokey'
If this command prints nothing, it's gone. If it prints something like
bigbird 1917 1644 0 Dec27 ? 00:02:24 /usr/bin/python
/usr/bin/autokey-gtk
then it's still running.
If, for some weird reason, pkill didn't get rid of it, then
kill -9 1917
will. The 1917 is the first number on the output line from the ps
command above - substitute what shows up on your output. It's AK's
process id on your system.
Now that AK is gone, you can run it in logging mode. Once you run this
don't type anything on the keyboard or click on anything except the
action that doesn't do what you want it to.
autokey-gtk -l
(that's an ell, not a one)
As soon as you type that and press enter to run it, AK will start and
you should see it's icon in your taskbar in a few seconds.
Do whatever it is that doesn't work as expected - with as little else as
possible.
If things are as expected and it doesn't work, use your mouse to find
the start of the log on your terminal and click and drag over the whole
log to select it.
Next, right click on your selection and select Copy from the menu that
appears. Then, write an email to the list by replying to the thread you
started and paste the log from your clipboard into the email. It should
look something like the log below [deleted], but with information about
what you did and how it responded.
Then, you're done. If you want to you can then close AK (see pkill
stuff above, if necessary).
Note: While in a terminal, the usual shortcut keys for cut and paste
have other meanings and won't work. That's why we used right
click->Copy instead of Ctrl-C.
If you happen to be using konsole as your terminal program, then
ctrl-shift-c will work as Copy. Check the keyboard shortcuts for
whatever terminal program you use to see if it has something similar.
HTH
Joe
Off topic, just trying to be a little bit funny this very first day of the year:
If you use AutoKey yourself, why not create a phrase that expands ”AK”
to AutoKey”…? :P
Kind regards
Johnny Rosenberg
ジョニー・ローゼンバーグ
And a happy new year, by the way.
> HTH
>
> Joe
>