Commit Graph

2 Commits

  • fix(flatpak): bundle libayatana-appindicator for tray icon support (#556)
    The Flatpak was failing to load because libayatana-appindicator3 is not
    included in org.gnome.Platform runtime. This adds the required modules:
    - libayatana-ido
    - libdbusmenu-gtk3
    - libayatana-indicator
    - libayatana-appindicator
    
    Fixes panic: 'Failed to load ayatana-appindicator3 or appindicator3 dynamic library'
    
    Co-authored-by: Said John <said.john@gmail.com>
  • feat(release): add RPM and Flatpak packaging support for Linux
    - Add RPM bundle to Linux build targets in CI workflow
    - Add Flatpak manifest, desktop entry, and AppStream metainfo
    - Update release workflow to build and publish .rpm and .flatpak artifacts
    - Update README docs with new Linux package formats and installation instructions
    - Add .gitignore rules for Flatpak build artifacts