Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
tbjers
1 year agoNew Contributor
1Password fails to prompt for approval when using Hyprland
I am using Hyprland, a dynamic Wayland compositor.
When I execute git commit -m "chore: initial commit :tada:" I do not see a prompt. The behavior repeats for regular ssh commands as well.
...
- 9 months ago
Hi bobvanderlinden ,
Good news, turns out there should be an easy fix for this.
- go to Settings > Advanced, enable Hardware Acceleration, quite and restart the app
Let me know if this works out for you!
Phil & the 1Password Team!
HJVT
1 year agoNew Contributor
Do you by any chance have any configuration that would force electron-based applications to work in wayland-native mode? In my experience 1Password app is absolutely **bleep**ing broken with `--ozone-platform-hint=wayland`.
The ways it was broken included running, but not showing any windows except for the Settings window, which sounds fairly similar to what you're experiencing.
lwndow
10 months agoNew Contributor
This is 100% what it was for me. Environment variable to encourage Electron apps to use Wayland that it seemingly was respecting (ELECTRON_OZONE_PLATFORM_HINT=auto). As soon as I commented out & logged out, back in, I was able to get the auth prompt like usual. (not the default behavior I want due to wonky font rendering between protocols). I'm sure I had run like this for many moons, so was a surprise to need to do this.