[neon/neon/calamares-settings/Neon/stable] /: make the branding per plasma flavour

Carlos De Maine null at kde.org
Tue Jun 16 03:06:48 BST 2026


Git commit f611f8aaac83d011c9e70321a2cca610041d212b by Carlos De Maine.
Committed on 16/06/2026 at 02:06.
Pushed by carlosdem into branch 'Neon/stable'.

make the branding per plasma flavour

C  +4    -4    bigscreen/calamares/bigscreen/branding/neon/branding.desc [from: desktop/calamares/desktop/branding/neon/branding.desc - 079% similarity]
A  +-    --    bigscreen/calamares/bigscreen/branding/neon/kdeneon.png
A  +2    -0    bigscreen/calamares/bigscreen/branding/neon/kdeneon.png.license
A  +9    -0    bigscreen/calamares/bigscreen/branding/neon/stylesheet.qss
A  +-    --    bigscreen/calamares/bigscreen/branding/neon/welcome.png
A  +2    -0    bigscreen/calamares/bigscreen/branding/neon/welcome.png.license
M  +4    -4    desktop/calamares/desktop/branding/neon/branding.desc
C  +4    -4    mobile/calamares/mobile/branding/neon/branding.desc [from: desktop/calamares/desktop/branding/neon/branding.desc - 080% similarity]
A  +-    --    mobile/calamares/mobile/branding/neon/kdeneon.png
A  +2    -0    mobile/calamares/mobile/branding/neon/kdeneon.png.license
A  +9    -0    mobile/calamares/mobile/branding/neon/stylesheet.qss
A  +-    --    mobile/calamares/mobile/branding/neon/welcome.png
A  +2    -0    mobile/calamares/mobile/branding/neon/welcome.png.license

https://invent.kde.org/neon/neon/calamares-settings/-/commit/f611f8aaac83d011c9e70321a2cca610041d212b

diff --git a/desktop/calamares/desktop/branding/neon/branding.desc b/bigscreen/calamares/bigscreen/branding/neon/branding.desc
similarity index 79%
copy from desktop/calamares/desktop/branding/neon/branding.desc
copy to bigscreen/calamares/bigscreen/branding/neon/branding.desc
index 396b883..fb3d8fe 100644
--- a/desktop/calamares/desktop/branding/neon/branding.desc
+++ b/bigscreen/calamares/bigscreen/branding/neon/branding.desc
@@ -5,12 +5,12 @@
 componentName:  neon
 
 strings:
-    productName: "${NAME}"
-    shortProductName: "${NAME}"
+    productName: "${NAME} Plasma Bigscreen"
+    shortProductName: "${NAME} Plasma Bigscreen"
     version: "${VERSION}"
     shortVersion: "${VERSION}"
-    versionedName: "${NAME} ${VERSION}"
-    shortVersionedName: "${NAME} ${VERSION}"
+    versionedName: "${NAME} Plasma Bigscreen ${VERSION}"
+    shortVersionedName: "${NAME} Plasma Bigscreen ${VERSION}"
     bootloaderEntryName: "${PRETTY_NAME}"
 
 images:
diff --git a/bigscreen/calamares/bigscreen/branding/neon/kdeneon.png b/bigscreen/calamares/bigscreen/branding/neon/kdeneon.png
new file mode 100644
index 0000000..c1e2e10
Binary files /dev/null and b/bigscreen/calamares/bigscreen/branding/neon/kdeneon.png differ
diff --git a/bigscreen/calamares/bigscreen/branding/neon/kdeneon.png.license b/bigscreen/calamares/bigscreen/branding/neon/kdeneon.png.license
new file mode 100644
index 0000000..c9fec73
--- /dev/null
+++ b/bigscreen/calamares/bigscreen/branding/neon/kdeneon.png.license
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+SPDX-FileCopyrightText: 2016 Jens Reuterberg <jens at ohyran.se>
diff --git a/bigscreen/calamares/bigscreen/branding/neon/stylesheet.qss b/bigscreen/calamares/bigscreen/branding/neon/stylesheet.qss
new file mode 100644
index 0000000..1f2d79e
--- /dev/null
+++ b/bigscreen/calamares/bigscreen/branding/neon/stylesheet.qss
@@ -0,0 +1,9 @@
+/*
+    SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+    SPDX-FileCopyrightText: 2019 Harald Sitter <sitter at kde.org>
+*/
+
+#logoApp {
+    min-height: 80px;
+    margin-bottom: 15px;
+}
diff --git a/bigscreen/calamares/bigscreen/branding/neon/welcome.png b/bigscreen/calamares/bigscreen/branding/neon/welcome.png
new file mode 100644
index 0000000..a64cd09
Binary files /dev/null and b/bigscreen/calamares/bigscreen/branding/neon/welcome.png differ
diff --git a/bigscreen/calamares/bigscreen/branding/neon/welcome.png.license b/bigscreen/calamares/bigscreen/branding/neon/welcome.png.license
new file mode 100644
index 0000000..c9fec73
--- /dev/null
+++ b/bigscreen/calamares/bigscreen/branding/neon/welcome.png.license
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+SPDX-FileCopyrightText: 2016 Jens Reuterberg <jens at ohyran.se>
diff --git a/desktop/calamares/desktop/branding/neon/branding.desc b/desktop/calamares/desktop/branding/neon/branding.desc
index 396b883..d18b185 100644
--- a/desktop/calamares/desktop/branding/neon/branding.desc
+++ b/desktop/calamares/desktop/branding/neon/branding.desc
@@ -5,12 +5,12 @@
 componentName:  neon
 
 strings:
-    productName: "${NAME}"
-    shortProductName: "${NAME}"
+    productName: "${NAME} Plasma Desktop"
+    shortProductName: "${NAME} Plasma Desktop"
     version: "${VERSION}"
     shortVersion: "${VERSION}"
-    versionedName: "${NAME} ${VERSION}"
-    shortVersionedName: "${NAME} ${VERSION}"
+    versionedName: "${NAME} Plasma Desktop ${VERSION}"
+    shortVersionedName: "${NAME} Plasma Desktop ${VERSION}"
     bootloaderEntryName: "${PRETTY_NAME}"
 
 images:
diff --git a/desktop/calamares/desktop/branding/neon/branding.desc b/mobile/calamares/mobile/branding/neon/branding.desc
similarity index 80%
copy from desktop/calamares/desktop/branding/neon/branding.desc
copy to mobile/calamares/mobile/branding/neon/branding.desc
index 396b883..03b88f7 100644
--- a/desktop/calamares/desktop/branding/neon/branding.desc
+++ b/mobile/calamares/mobile/branding/neon/branding.desc
@@ -5,12 +5,12 @@
 componentName:  neon
 
 strings:
-    productName: "${NAME}"
-    shortProductName: "${NAME}"
+    productName: "${NAME} Plasma Mobile"
+    shortProductName: "${NAME} Plasma Mobile"
     version: "${VERSION}"
     shortVersion: "${VERSION}"
-    versionedName: "${NAME} ${VERSION}"
-    shortVersionedName: "${NAME} ${VERSION}"
+    versionedName: "${NAME} Plasma Mobile ${VERSION}"
+    shortVersionedName: "${NAME} Plasma Mobile ${VERSION}"
     bootloaderEntryName: "${PRETTY_NAME}"
 
 images:
diff --git a/mobile/calamares/mobile/branding/neon/kdeneon.png b/mobile/calamares/mobile/branding/neon/kdeneon.png
new file mode 100644
index 0000000..c1e2e10
Binary files /dev/null and b/mobile/calamares/mobile/branding/neon/kdeneon.png differ
diff --git a/mobile/calamares/mobile/branding/neon/kdeneon.png.license b/mobile/calamares/mobile/branding/neon/kdeneon.png.license
new file mode 100644
index 0000000..c9fec73
--- /dev/null
+++ b/mobile/calamares/mobile/branding/neon/kdeneon.png.license
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+SPDX-FileCopyrightText: 2016 Jens Reuterberg <jens at ohyran.se>
diff --git a/mobile/calamares/mobile/branding/neon/stylesheet.qss b/mobile/calamares/mobile/branding/neon/stylesheet.qss
new file mode 100644
index 0000000..1f2d79e
--- /dev/null
+++ b/mobile/calamares/mobile/branding/neon/stylesheet.qss
@@ -0,0 +1,9 @@
+/*
+    SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
+    SPDX-FileCopyrightText: 2019 Harald Sitter <sitter at kde.org>
+*/
+
+#logoApp {
+    min-height: 80px;
+    margin-bottom: 15px;
+}
diff --git a/mobile/calamares/mobile/branding/neon/welcome.png b/mobile/calamares/mobile/branding/neon/welcome.png
new file mode 100644
index 0000000..a64cd09
Binary files /dev/null and b/mobile/calamares/mobile/branding/neon/welcome.png differ
diff --git a/mobile/calamares/mobile/branding/neon/welcome.png.license b/mobile/calamares/mobile/branding/neon/welcome.png.license
new file mode 100644
index 0000000..c9fec73
--- /dev/null
+++ b/mobile/calamares/mobile/branding/neon/welcome.png.license
@@ -0,0 +1,2 @@
+SPDX-License-Identifier: CC-BY-SA-4.0
+SPDX-FileCopyrightText: 2016 Jens Reuterberg <jens at ohyran.se>


More information about the Neon-commits mailing list