1

In KeePassX the auto-type feature was working fine, until few days ago when it stopped.

I download a lot of libraries and programs and delete them, so most likely something affected it and when I tried to remove and then reinstall it, it wouldn't.

Has anyone experienced this problem ?

I use Ubuntu 13.04 x86_64

I don't have the reputation to make a new tag,so I used an existing one despite the fact it is not what I want

Seth
  • 59,332

1 Answers1

-1

Modify the launcher keepassx.desktop in /usr/share/

Replace: Exec=keepasx %f

With: Exec=sh -c 'setxkbmap <keymap> && keepassx %f'

Where <keymap> is the keymap you use (fr, en-us, de, ..., etc.).