From f6bc752dbdce836ae9562dcdefb32fe83c2253e4 Mon Sep 17 00:00:00 2001 From: User8395 Date: Wed, 20 Aug 2025 23:31:17 +0000 Subject: [PATCH] kcms: remove mediacenter from formfactors KCMs in this repo have `mediacenter` in their form factor lists, which will cause them to show up on Plasma Bigscreen. This MR fixes that. **Code changes:** - [x] In `info`, `mobileshell`, `time`, `virtualkeyboard`, and `waydroidintegration`, remove mediacenter from form factors --- kcms/info/kcm_mobile_info.json | 4 +--- kcms/mobileshell/kcm_mobileshell.json | 3 +-- kcms/time/kcm_mobile_time.json | 3 +-- kcms/waydroidintegration/kcm_waydroidintegration.json | 3 +-- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/kcms/info/kcm_mobile_info.json b/kcms/info/kcm_mobile_info.json index ddbc66b0..247d8d3e 100644 --- a/kcms/info/kcm_mobile_info.json +++ b/kcms/info/kcm_mobile_info.json @@ -39,9 +39,7 @@ "Description[zh_CN]": "软件版本", "Description[zh_TW]": "軟體版本", "FormFactors": [ - "handset", - "tablet", - "mediacenter" + "handset", "tablet" ], "Icon": "dialog-information", "Name": "Information", diff --git a/kcms/mobileshell/kcm_mobileshell.json b/kcms/mobileshell/kcm_mobileshell.json index c25ff65d..e020eb98 100644 --- a/kcms/mobileshell/kcm_mobileshell.json +++ b/kcms/mobileshell/kcm_mobileshell.json @@ -85,8 +85,7 @@ "FormFactors": [ "desktop", "handset", - "tablet", - "mediacenter" + "tablet" ], "Icon": "preferences-desktop-plasma", "License": "GPL", diff --git a/kcms/time/kcm_mobile_time.json b/kcms/time/kcm_mobile_time.json index 860cb62c..4bfe5b54 100644 --- a/kcms/time/kcm_mobile_time.json +++ b/kcms/time/kcm_mobile_time.json @@ -40,8 +40,7 @@ "Description[zh_TW]": "時區、日期顯示", "FormFactors": [ "handset", - "tablet", - "mediacenter" + "tablet" ], "Icon": "preferences-system-time", "Name": "Time and Date", diff --git a/kcms/waydroidintegration/kcm_waydroidintegration.json b/kcms/waydroidintegration/kcm_waydroidintegration.json index 5970ca46..b8f83f13 100644 --- a/kcms/waydroidintegration/kcm_waydroidintegration.json +++ b/kcms/waydroidintegration/kcm_waydroidintegration.json @@ -50,8 +50,7 @@ "FormFactors": [ "desktop", "handset", - "tablet", - "mediacenter" + "tablet" ], "Icon": "folder-android-symbolic", "License": "GPL",