It’s Cybersecurity Awareness Month! Join our interactive training session, or learn about security and AI from 1Password experts.
Forum Discussion
tinlongpatrick
5 months agoNew Contributor
[Linux] Crash when using "1password --silent %U" in Startup Applications
I am on Ubuntu 24.04.2, and I have set up 1Password to start up by going to Ubuntu's app launcher -> "Startup Applications" -> add an entry -> enter the following
The command was extracted fro...
1P_Dave
Moderator
4 months agoHello tinlongpatrick! 👋
I'm sorry that you're seeing a crash after adding 1Password to Ubuntu's Startup Applications. I've reproduced the same issue here on my end however changing the command to the following prevents the issue from occurring:
- 1password --silent
Does this command open 1Password at startup without crashing on your end as well? Was there a specific reason why you're adding the %U to the command? I look forward to hearing from you.
-Dave
#35484
MarkEb
2 days agoNew Member
Hi Dave,
I tried your fix but using `1password --silent` still results in an error every time after booting. I'm using Ubuntu 24.04.
Running the command in the terminal results in the following:
ERROR 2025-10-15T11:11:36.990+00:00 runtime-worker(ThreadId(2)) [1P:native-messaging/op-native-core-integration/src/lib.rs:548] Listener on SETTING_STATUS has been dropped, unable to communicate changes made to browser SLS setting
INFO 2025-10-15T11:11:36.990+00:00 runtime-worker(ThreadId(16)) [1P:native-messaging/op-native-core-integration/src/lib.rs:350] Starting IPC listener on 1Password-BrowserSupport
ERROR 2025-10-15T11:11:36.991+00:00 ThreadId(22) [1P:ffi/op-core-node/src/lib.rs:554] Io(Os { code: 2, kind: NotFound, message: "Datei oder Verzeichnis nicht gefunden" })
INFO 2025-10-15T11:11:36.991+00:00 runtime-worker(ThreadId(16)) [1P:native-messaging/op-native-core-integration/src/lib.rs:362] Active native core integration is awaiting messages
INFO 2025-10-15T11:11:36.992+00:00 runtime-worker(ThreadId(2)) [1P:ssh/op-agent-controller/src/lib.rs:573] Starting filesystem watcher for SSH agent configuration directories...
ERROR 2025-10-15T11:11:36.992+00:00 runtime-worker(ThreadId(2)) [1P:/mnt/ephemeral/builds/dev/core/core/ssh/op-agent-controller/src/lib.rs:574] Io(Os { code: 2, kind: NotFound, message: "Datei oder Verzeichnis nicht gefunden" })
For me, the app doesn't start at all. Is there a fix for it?