If the Run in Background option is enabled, launching Obsidian from the taskbar, start menu, or desktop will open the vault manager instead of going to the vault. Trying to open vault from the manager does nothing after this.
Bad day if you disable the tray icon option with run in background enabled and then close the vault. ☹
Temporary fix for anyone else stumbling into this issue:
- Delete the tray plugin folder from your vault under .obsidian/plugins/tray.
- Open PowerShell and run
kill -n Obsidian (or find in the Task Manager)
- Restart Obsidian
Steps to reproduce problem:
- Install and enable Tray plugin
- Toggle the Run in Background option
- Close main window
- Try to open Obsidian with anything besides the tray icon.
I suspect the "hide taskbar" option is there for a reason but it would be nice if other shortcuts' states would sync with a tray icon like other programs do.
The only current workaround:
- Either disable "run in background" or
- Avoid using anything else but the tray icon while Obsidian is running.
Proposed fixes:
Improve UX by letting the tray icon and other shortcuts share the same functionality with Run in Background enabled.
If the Run in Background option is enabled, launching Obsidian from the taskbar, start menu, or desktop will open the vault manager instead of going to the vault. Trying to open vault from the manager does nothing after this.
Bad day if you disable the tray icon option with run in background enabled and then close the vault. ☹
Temporary fix for anyone else stumbling into this issue:
kill -n Obsidian(or find in the Task Manager)Steps to reproduce problem:
I suspect the "hide taskbar" option is there for a reason but it would be nice if other shortcuts' states would sync with a tray icon like other programs do.
The only current workaround:
Proposed fixes:
Improve UX by letting the tray icon and other shortcuts share the same functionality with Run in Background enabled.