From 41b86c7a9ea2e6cc71faa74b8e3fe471ce876f3e Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Fri, 21 Aug 2026 13:56:47 -0400 Subject: [PATCH] Pin the Claude entry that exists rather than the one that used to The dock shipped a pin for claude-desktop, and the application it names has since been repackaged: the entry is com.anthropic.Claude now, and only the binary kept the old name. A pin that resolves to nothing does not announce itself -- the dock simply has one fewer icon than the settings say it should. Found by the dock pins contract, which exists for exactly this and had been passing until the application updated underneath it. Claude-Session: https://claude.ai/code/session_01Q84axqUE5inJhf5Jz9CFy1 --- config/dot/quickshell/config/PreferenceSchema.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/dot/quickshell/config/PreferenceSchema.qml b/config/dot/quickshell/config/PreferenceSchema.qml index 5efa352..763b786 100644 --- a/config/dot/quickshell/config/PreferenceSchema.qml +++ b/config/dot/quickshell/config/PreferenceSchema.qml @@ -1334,7 +1334,7 @@ Singleton { "com.bitwarden.desktop", "org.gnome.Software", "helium", "org.mozilla.thunderbird_esr", "com.slack.Slack", "app.bluebubbles.BlueBubbles", "rustdesk", - "io.podman_desktop.PodmanDesktop", "claude-desktop", + "io.podman_desktop.PodmanDesktop", "com.anthropic.Claude", "codex-desktop", "md.obsidian.Obsidian", "com.obsproject.Studio", "steam" ]