fix(snap): remove duplicate plugs from configuration

The default plug already includes home, desktop, and desktop-legacy.
Explicitly listing them again caused snap store rejection due to duplicates.
This commit is contained in:
Johannes Millan 2026-01-17 14:50:56 +01:00
parent 53324bac08
commit dbaaab8faa

View file

@ -76,17 +76,13 @@ snap:
# https://github.com/super-productivity/super-productivity/issues/4920
FC_CACHEDIR: $SNAP_USER_DATA/.cache/fontconfig
plugs:
- default
- default # Includes: home, desktop, desktop-legacy, x11, wayland, etc.
- password-manager-service
- system-observe
- login-session-observe
# Fix for issue #6031: Add filesystem access for local file sync
# https://github.com/super-productivity/super-productivity/issues/6031
- home # Allows file picker to access user's home directory for sync
- removable-media # Allows sync to external drives/USB storage
# Fix for issue #6031: Add desktop integration for taskbar pinning in Cinnamon
- desktop # Provides D-Bus interfaces for window manager integration
- desktop-legacy # Fallback for older desktop environments
flatpak:
runtimeVersion: '23.08'