You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context: KeePassXC is a self-hosted password manager with browser integration like autotyping. I've been using Ungoogled Chromium native with KeePassXC AppImage for some time now but UC OBS stalled at 112 and some sites started to break so I've decided to migrate to this AppImage. Everything works fine except KeePassXC keeps focusing every 10 seconds or so and browser integration also doesn't work.
After extracting both AppImages, I found out that KeePassXC AppRun checks if CHROME_WRAPPER env variable is set, which then launches KeePassXC-proxy that handles native messaging, and if it isn't, launches KeePassXC normally, which caused the app to focus:
Context: KeePassXC is a self-hosted password manager with browser integration like autotyping. I've been using Ungoogled Chromium native with KeePassXC AppImage for some time now but UC OBS stalled at 112 and some sites started to break so I've decided to migrate to this AppImage. Everything works fine except KeePassXC keeps focusing every 10 seconds or so and browser integration also doesn't work.
After extracting both AppImages, I found out that KeePassXC AppRun checks if
CHROME_WRAPPER
env variable is set, which then launches KeePassXC-proxy that handles native messaging, and if it isn't, launches KeePassXC normally, which caused the app to focus:I've managed to fix the issue by repacking this AppImage and adding this to AppRun code:
It's based on Chromium source but I think
CHROME_WRAPPER
value doesn't matter in this case.The text was updated successfully, but these errors were encountered: