[neon/neon/calamares-settings/Neon/release] desktop: NEON_FLAVOUR
    Carlos De Maine 
    null at kde.org
       
    Fri Jul 18 14:45:43 BST 2025
    
    
  
Git commit 001e211843dbd44481d539eb1e4223d44a920dc9 by Carlos De Maine.
Committed on 18/07/2025 at 13:45.
Pushed by carlosdem into branch 'Neon/release'.
NEON_FLAVOUR
M  +1    -1    desktop/calamares/desktop/branding/neon/branding.desc
M  +1    -0    desktop/usr/bin/calamares
https://invent.kde.org/neon/neon/calamares-settings/-/commit/001e211843dbd44481d539eb1e4223d44a920dc9
diff --git a/desktop/calamares/desktop/branding/neon/branding.desc b/desktop/calamares/desktop/branding/neon/branding.desc
index 396b883..359e7aa 100644
--- a/desktop/calamares/desktop/branding/neon/branding.desc
+++ b/desktop/calamares/desktop/branding/neon/branding.desc
@@ -5,7 +5,7 @@
 componentName:  neon
 
 strings:
-    productName: "${NAME}"
+    productName: "${NAME} ${NEON_FLAVOUR}"
     shortProductName: "${NAME}"
     version: "${VERSION}"
     shortVersion: "${VERSION}"
diff --git a/desktop/usr/bin/calamares b/desktop/usr/bin/calamares
index ffe9cfe..18e1597 100755
--- a/desktop/usr/bin/calamares
+++ b/desktop/usr/bin/calamares
@@ -21,6 +21,7 @@ if [ -f /usr/bin/plasma-bigscreen-wayland ]; then
   echo "Enabling Calamares for Plasma Bigscreen"
   export XDG_DATA_DIRS=/calamares/bigscreen:$XDG_DATA_DIRS
   export XDG_CONFIG_DIRS=/calamares/bigscreen:$XDG_CONFIG_DIRS
+  export NEON_FLAVOUR=Bigscreen
 fi
 
 # Pinebook is not installed by default and only available on arm. Stack it on
    
    
More information about the Neon-commits
mailing list