AutoKey inserts blank lines

Solution for me (running Xubuntu 14.04) was to provide a .service file in/usr/share/dbus-1/services.

  • First I deleted all the example files and scripts, and created a new file. (This was on a fresh install of AutoKey.)
  • Then I created an empty file org.autokey.Service under /usr/share/dbus-1/services
  • In the org.autokey.Service file I put the following text:

    [D-BUS Service] 
    Name=org.autokey.Service 
    Exec=/usr/bin/autokey</code>
    
  • Then I killed AutoKey via the taskmanager (AK already hang), and restarted AutoKey

  • Tested it, and it works. No more blank lines. Text gets replaced like it should.

(I did not test the script functionality of AutoKey)


Since I came across this when googling: I had the original problem with Ubuntu 18.04 too, but thankfully the original answer still worked for me 5 years later.

Create a new .Service file by typing touch /usr/share/dbus-1/services/org.autokey.Service and open it in an editor such as nano by typing sudo nano /usr/share/dbus-1/services/org.autokey.Service. Copy the lines provided by Dex:

[D-BUS Service] 
Name=org.autokey.Service 
Exec=/usr/bin/autokey

Restart Autokey and you're done.