You are not logged in.

#1 2024-05-12 03:40:00

mt_arch_user
Member
From: Montana, USA
Registered: 2023-01-17
Posts: 111

Keepasxc not working as expected

I just installed Arch on my wife's machine after having excellent results on mine for a year.
The only problem I had that I can't figure out is with Keepassxc.
It starts as it should.  It opens the data file and will display all the entries as it should.

So: I Firefox
In keepass, I click on the url and it will load in the browser.
In keepass I bring up the menu that asks if I want to enter the username and/or the password, I click on it.
Keepass then minimises itself, as it should, but nothing is entered in the browser.

This works on my machine, but won't work on hers.
The only software differences between our machines is the mine uses X-11 wit Nividia graphics and hers uses Wayland with Intel graphics.

I did try both Windows repair solutions, reboot and then uninstall and reinstall  which, like Windows, did nothing.  :-)

I'm hoping this is only a simple configuration setting.

Bart

Offline

#2 2024-05-12 03:54:48

progandy
Member
Registered: 2012-05-17
Posts: 5,321

Re: Keepasxc not working as expected

Automatic typing does not work in wayland I think. You can use the clipboard or the browser extension instead.
https://github.com/keepassxreboot/keepa … oType.adoc


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' | alias ENGLISH='LANG=C.UTF-8 ' |

Offline

#3 2024-05-12 04:25:28

mt_arch_user
Member
From: Montana, USA
Registered: 2023-01-17
Posts: 111

Re: Keepasxc not working as expected

I was kind of afraid of that.

I'll have to try the browser extension.

Thanks for your reply.
Bart

Offline

#4 2024-05-12 14:18:18

tekstryder
Member
Registered: 2013-02-14
Posts: 592

Re: Keepasxc not working as expected

There's still hope for Wayland auto-type per the main dev's comment here:
https://github.com/keepassxreboot/keepa … 1890576211

Offline

#5 2024-05-12 16:02:59

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,523

Re: Keepasxc not working as expected

https://wayland.app/protocols/ext-forei … el-list-v1

staging

Warning! The protocol described in this file is currently in the testing phase.

Copyright © 2018 Ilia Bozhinov Copyright © 2020 Isaac Freund Copyright © 2022 wb9688 Copyright © 2023 i509VCB

No compositor support found

tenor.gif

Offline

#6 2024-05-13 01:30:20

tekstryder
Member
Registered: 2013-02-14
Posts: 592

Re: Keepasxc not working as expected

Perhaps my humor is too dry of late. I'll work on that.

Offline

#7 2024-05-13 03:41:16

mt_arch_user
Member
From: Montana, USA
Registered: 2023-01-17
Posts: 111

Re: Keepasxc not working as expected

Thanks for the chuckle!
I think, for the time being, we'll use the Firefox builtin password manager.  It works.  I just hope it's secure enough.
Bart

Offline

#8 2026-08-11 21:51:25

tekstryder
Member
Registered: 2013-02-14
Posts: 592

Re: Keepasxc not working as expected

tekstryder wrote:

There's still hope for Wayland auto-type

Well pigs have flown and hell has frozen over:

https://github.com/keepassxreboot/keepassxc/pull/13359

I've long not missed this feature despite using keepassxc daily.

But... it's recently merged and will be included in the next (2.8.0) release.

On-topic for an unsolved thread. Necro be damned.

@mt_arch_user if you're still around, please test the latest build or wait for the release and consider prepending [SOLVED] to your thread title.

Offline

#9 2026-08-12 04:17:32

SimonJ
Member
From: Spain
Registered: 2021-05-11
Posts: 371
Website

Re: Keepasxc not working as expected

I use qutebrowser which has no keepassxc integration, to get round this I wrote a script which grabs the URL, opens Keepassxc, searches for the url and then copies the username and then the password. The actual paste is manual but that was my choice rather than have stuff just pasted where the browser thought it should go.  dotool was the key to this.
It all works, here is an exceprt:

# Refocus KeePassXC to handle the shortcut
niri msg action focus-window --id "$KEEPASS_ID"
sleep 0.1

# --- STEP 6: Copy Username ---
echo "key ctrl+b" | DOTOOL_XKB_LAYOUT=es dotool
sleep 0.1

# --- STEP 7: Focus Browser & Pause for Pasting ---
niri msg action focus-window --id "$BROWSER_ID"
sleep 0.1

notify-send "KeePassXC Pipeline" "Username copied! You have $PAUSE_TIME seconds to paste."
sleep "$PAUSE_TIME"

# --- STEP 8: Refocus KeePassXC & Copy Password ---
niri msg action focus-window --id "$KEEPASS_ID"
sleep 0.2
echo "key ctrl+c" | DOTOOL_XKB_LAYOUT=es dotool
sleep 0.1

Rlu: 222126

Offline

#10 2026-08-12 09:55:18

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 15,350

Re: Keepasxc not working as expected

Moderator Note
Closing this thread now.

If mt_arch_user wants to respond, they should use the report button on this post and request re-opening.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB