[PR #12616] feat(app): add dedicated Linux File Manager icon #14297

Open
opened 2026-02-16 18:19:06 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/12616

State: open
Merged: No


Fixes #12615

On Linux, the File Manager option in the session header was using the macOS Finder icon. This PR adds a new svg folder icon (Heroicon "folder") specifically for Linux.

Changes:

  • Add file-manager.svg icon asset (Heroicon folder icon)
  • Register icon in app-icon.tsx and types.ts
  • Update Linux option in session-header.tsx to use file-manager icon
  • Keep id: "finder" unchanged for backward compatibility with saved preferences

Before: Linux showed macOS Finder icon
After: Linux shows generic folder icon (consistent with Windows File Explorer icon pattern)

Screenshot:
image

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/12616 **State:** open **Merged:** No --- Fixes #12615 On Linux, the File Manager option in the session header was using the macOS Finder icon. This PR adds a new svg folder icon (Heroicon "folder") specifically for Linux. **Changes:** - Add `file-manager.svg` icon asset (Heroicon folder icon) - Register icon in `app-icon.tsx` and `types.ts` - Update Linux option in `session-header.tsx` to use `file-manager` icon - Keep `id: "finder"` unchanged for backward compatibility with saved preferences **Before:** Linux showed macOS Finder icon **After:** Linux shows generic folder icon (consistent with Windows File Explorer icon pattern) Screenshot: <img width="706" height="85" alt="image" src="https://github.com/user-attachments/assets/3030b621-9625-4133-aab0-7c4f5520839f" />
yindo added the pull-request label 2026-02-16 18:19:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14297