Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoAuthentication Required window frozen Ubuntu 20.04
I use 1password extension with Firefox (v92.0). It has been working great. Whenever I require it I'd just press the keyboard shortcut and a window pops out (in the centre of screen) prompting to ente...
Former Member
4 years agoHi 1P_PeterG
Sent that email.
While I still have you here, do you (or anyone reading this) know what might be the process ID for the authentication required box is in the terminal?
$ ps -faux | grep -i 1password
$ ps -faux | grep -i 1password
foobar 275534 0.0 0.0 1293776 10504 ? Sl 10:55 0:00 | \_ /opt/1Password/1Password-BrowserSupport /home/dantvli/.mozilla/native-messaging-hosts/com.1password.1password.json {d634138d-c276-4fc8-924b-40a0ea21d284}
foobar 275552 0.0 0.9 38328912 152232 ? Sl 10:55 0:03 | | \_ /opt/1Password/1password --silent
foobar 275555 0.0 0.2 213116 46048 ? S 10:55 0:00 | | | \_ /opt/1Password/1password --type=zygote --no-zygote-sandbox
foobar 275591 0.0 0.6 514044 104976 ? Sl 10:55 0:00 | | | | \_ /opt/1Password/1password --type=gpu-process --field-trial-handle=16872656061184102403,4446034835829616376,131072 --disable-features=CookiesWithoutSameSiteMustBeSecure,SameSiteByDefaultCookies,SpareRendererForSitePerProcess --gpu-preferences=UAAAAAAAAAAgAAAQAAAAAAAAAAAAAAAAAABgAAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAACAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAgAAAAAAAAACAAAAAAAAAA= --shared-files
foobar 275556 0.0 0.2 213116 45692 ? S 10:55 0:00 | | | \_ /opt/1Password/1password --type=zygote
foobar 275558 0.0 0.0 213116 12060 ? S 10:55 0:00 | | | | \_ /opt/1Password/1password --type=zygote
foobar 275625 0.0 0.3 279804 54976 ? Sl 10:55 0:00 | | | \_ /opt/1Password/1password --type=utility --utility-sub-type=network.mojom.NetworkService --field-trial-handle=16872656061184102403,4446034835829616376,131072 --disable-features=CookiesWithoutSameSiteMustBeSecure,SameSiteByDefaultCookies,SpareRendererForSitePerProcess --lang=en-GB --service-sandbox-type=none --standard-schemes=resource,file-icon --enable-sandbox --secure-schemes --bypasscsp-schemes=resource,file-icon --cors-schemes --fetch-schemes=resource,file-icon --service-worker-schemes --streaming-schemes --shared-files=v8_context_snapshot_data:100
foobar 275626 0.0 0.0 614380 9596 ? Sl 10:55 0:00 | | | \_ /opt/1Password/1Password-KeyringHelper
foobar 275601 0.0 0.0 614396 9584 ? Sl 10:55 0:00 | | \_ /opt/1Password/1Password-KeyringHelper
foobar 307098 0.0 0.0 9036 740 pts/0 S+ 22:08 0:00 | \_ grep --color=auto -i 1password
If it is known, I imagine it'd be a straight-forward $ kill -9 the-pid-number