Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
tbjers
8 months 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.
...
- 2 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
7 months 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
3 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.