From dbaaab8faace09434c58ed6d9054e281df55ba72 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 17 Jan 2026 14:50:56 +0100 Subject: [PATCH] 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. --- electron-builder.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/electron-builder.yaml b/electron-builder.yaml index 5a1abc65f..b22df39d1 100644 --- a/electron-builder.yaml +++ b/electron-builder.yaml @@ -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'