mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
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:
parent
53324bac08
commit
dbaaab8faa
1 changed files with 1 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue