From 35b03aa5dfed717ab0935a7923b052c201e1315f Mon Sep 17 00:00:00 2001 From: Veiko Aasa Date: Sat, 30 Aug 2025 09:15:34 +0300 Subject: [PATCH] samba: Update client list Removed android apps that have been discontinued and added SambaLite app. Tested that SambaLite works with Samba app. Signed-off-by: Veiko Aasa Reviewed-by: Joseph Nuthalapati --- plinth/modules/samba/manifest.py | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/plinth/modules/samba/manifest.py b/plinth/modules/samba/manifest.py index 6cdb6994b..67f357b4a 100644 --- a/plinth/modules/samba/manifest.py +++ b/plinth/modules/samba/manifest.py @@ -9,16 +9,17 @@ from plinth.clients import store_url clients = [{ 'name': - _('Android Samba Client'), + _('SambaLite'), 'platforms': [{ - 'type': - 'store', - 'os': - 'android', - 'store_name': - 'f-droid', - 'url': - store_url('f-droid', 'com.google.android.sambadocumentsprovider') + 'type': 'store', + 'os': 'android', + 'store_name': 'f-droid', + 'url': store_url('f-droid', 'de.schliweb.sambalite') + }, { + 'type': 'store', + 'os': 'android', + 'store_name': 'google-play', + 'url': store_url('google-play', 'de.schliweb.sambalite') }] }, { 'name': @@ -29,15 +30,6 @@ clients = [{ 'store_name': 'f-droid', 'url': store_url('f-droid', 'com.ghostsq.commander') }] -}, { - 'name': - _('Ghost Commander - Samba plugin'), - 'platforms': [{ - 'type': 'store', - 'os': 'android', - 'store_name': 'google-play', - 'url': store_url('google-play', 'com.ghostsq.commander.smb') - }] }, { 'name': _('VLC media player'),