Skip to content

fix(app): use dedicated file manager icon on Linux - #41791

Open
huaruoji wants to merge 1 commit into
anomalyco:devfrom
huaruoji:fix/linux-file-manager-icon
Open

fix(app): use dedicated file manager icon on Linux#41791
huaruoji wants to merge 1 commit into
anomalyco:devfrom
huaruoji:fix/linux-file-manager-icon

Conversation

@huaruoji

@huaruoji huaruoji commented Aug 11, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #12615

Replaces #12616 (the previous attempt was auto-closed after 60 days without updates).

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

On Linux the "file manager" button in the session header and the V2 side panel showed the macOS Finder icon. There was no Linux-specific icon registered, so the Linux branch fell back to finder.

This PR adds a file-manager icon (Heroicons folder) to the app icon set and uses it for the Linux branch in both render paths (utils/file-manager.ts for the V1 header, open-in-app.tsx for the V2 side panel). The logic is the same as #12616, adapted to the current codebase.

How did you verify your code works?

  • bun run --cwd packages/ui typecheck passes
  • bun run --cwd packages/app typecheck passes

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Screenshot of the issue is in #12615 (the icon shown there is the exact behavior this PR fixes). The change is a single icon swap, so the before state is visible in the linked issue.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Co-authored-by: vacmar01 <vacmar01@users.noreply.github.com>
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.

Desktop app: Linux File Manager uses macOS Finder icon

1 participant