Skip to content

fix: use --disable-gpu in Obsidian user-flags.conf - #8700

Open
mcbbugu wants to merge 1 commit into
basecamp:quattrofrom
mcbbugu:fix/obsidian-disable-gpu-quattro
Open

fix: use --disable-gpu in Obsidian user-flags.conf#8700
mcbbugu wants to merge 1 commit into
basecamp:quattrofrom
mcbbugu:fix/obsidian-disable-gpu-quattro

Conversation

@mcbbugu

@mcbbugu mcbbugu commented Aug 28, 2026

Copy link
Copy Markdown

Fixes #8538

Obsidian's CLI dispatcher treats any non--- token as a command name, so the shipped -disable-gpu in config/obsidian/user-flags.conf breaks obsidian --version when CLI is enabled. Chromium itself accepts both - and --; this does not change GPU behaviour.

Based on quattro (4.x). Replaces #8563 which was accidentally opened from master.

Copilot AI balanced review requested due to automatic review settings August 28, 2026 01:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Corrects Obsidian’s Chromium flag syntax so CLI commands are parsed properly without changing GPU behavior.

Changes:

  • Replaces -disable-gpu with --disable-gpu.

Tip

If you aren't ready for review, convert to a draft PR.
Click "Convert to draft" or run gh pr ready --undo.
Click "Ready for review" or run gh pr ready to reengage.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Obsidian user-flags.conf default has single-dash typo (-disable-gpu), breaks Obsidian CLI

2 participants