[neon/infrastructure/pangea-data] imager: we define qmlkonsole as our x-terminal-emulator for
Carlos De Maine
null at kde.org
Wed May 27 14:15:09 BST 2026
Git commit 812767951cdb4ea4b20b28fb2a305abfdc0898f2 by Carlos De Maine.
Committed on 27/05/2026 at 13:15.
Pushed by carlosdem into branch 'master'.
we define qmlkonsole as our x-terminal-emulator for
xinit (desktop-common) in our desktop (neon-common seed. we add konsole
through the neon-desktop seed
M +0 -5 imager/config-hooks-neon-arm64/20_package_list.sh
M +0 -5 imager/config-hooks-neon-bigscreen/20_package_list.sh
M +0 -5 imager/config-hooks-neon-developer/20_package_list.sh
M +0 -5 imager/config-hooks-neon-ko/20_package_list.sh
M +0 -5 imager/config-hooks-neon-mobile/20_package_list.sh
M +0 -5 imager/config-hooks-neon/20_package_list.sh
https://invent.kde.org/neon/infrastructure/pangea-data/-/commit/812767951cdb4ea4b20b28fb2a305abfdc0898f2
diff --git a/imager/config-hooks-neon-arm64/20_package_list.sh b/imager/config-hooks-neon-arm64/20_package_list.sh
index d106371..0c76edf 100644
--- a/imager/config-hooks-neon-arm64/20_package_list.sh
+++ b/imager/config-hooks-neon-arm64/20_package_list.sh
@@ -5,14 +5,9 @@
set -ex
echo "config-hooks-neon -- 20-package-list"
-# konsole needs installed first else xterm gets installed cos xorg deps on
-# terminal | xterm and doesn't know terminal is installed later in the tree.
-# Also explicitly install the efi image packages explicitly so live-build
-# can find them for extraction into the ISO.
cat << EOF > config/package-lists/ubuntu-defaults.list.chroot_install
shim-signed
grub-efi-arm64
grub-efi-arm64-bin
-konsole
neon-desktop
EOF
diff --git a/imager/config-hooks-neon-bigscreen/20_package_list.sh b/imager/config-hooks-neon-bigscreen/20_package_list.sh
index 4bf6dcb..e165cba 100644
--- a/imager/config-hooks-neon-bigscreen/20_package_list.sh
+++ b/imager/config-hooks-neon-bigscreen/20_package_list.sh
@@ -5,14 +5,9 @@
set -ex
echo "config-hooks-neon -- 20-package-list"
-# konsole needs installed first else xterm gets installed cos xorg deps on
-# terminal | xterm and doesn't know terminal is installed later in the tree.
-# Also explicitly install the efi image packages explicitly so live-build
-# can find them for extraction into the ISO.
cat << EOF > config/package-lists/ubuntu-defaults.list.chroot_install
shim-signed
grub-efi-amd64-signed
grub-efi-ia32-bin
-konsole
neon-bigscreen
EOF
diff --git a/imager/config-hooks-neon-developer/20_package_list.sh b/imager/config-hooks-neon-developer/20_package_list.sh
index baa5552..3ae7b67 100644
--- a/imager/config-hooks-neon-developer/20_package_list.sh
+++ b/imager/config-hooks-neon-developer/20_package_list.sh
@@ -5,15 +5,10 @@
set -ex
echo "config-hooks-neon -- 20-package-list"
-# konsole needs installed first else xterm gets installed cos xorg deps on
-# terminal | xterm and doesn't know terminal is installed later in the tree.
-# Also explicitly install the efi image packages explicitly so live-build
-# can find them for extraction into the ISO.
cat << EOF > config/package-lists/ubuntu-defaults.list.chroot_install
shim-signed
grub-efi-amd64-signed
grub-efi-ia32-bin
-konsole
neon-desktop
kdesdk-devenv-dependencies
EOF
diff --git a/imager/config-hooks-neon-ko/20_package_list.sh b/imager/config-hooks-neon-ko/20_package_list.sh
index f87bc3e..58c07bf 100644
--- a/imager/config-hooks-neon-ko/20_package_list.sh
+++ b/imager/config-hooks-neon-ko/20_package_list.sh
@@ -5,14 +5,9 @@
set -ex
echo "config-hooks-neon -- 20-package-list"
-# konsole needs installed first else xterm gets installed cos xorg deps on
-# terminal | xterm and doesn't know terminal is installed later in the tree.
-# Also explicitly install the efi image packages explicitly so live-build
-# can find them for extraction into the ISO.
cat << EOF > config/package-lists/ubuntu-defaults.list.chroot_install
shim-signed
grub-efi-amd64-signed
grub-efi-ia32-bin
-konsole
neon-desktop-ko
EOF
diff --git a/imager/config-hooks-neon-mobile/20_package_list.sh b/imager/config-hooks-neon-mobile/20_package_list.sh
index 30b941b..2763469 100644
--- a/imager/config-hooks-neon-mobile/20_package_list.sh
+++ b/imager/config-hooks-neon-mobile/20_package_list.sh
@@ -5,14 +5,9 @@
set -ex
echo "config-hooks-neon -- 20-package-list"
-# konsole needs installed first else xterm gets installed cos xorg deps on
-# terminal | xterm and doesn't know terminal is installed later in the tree.
-# Also explicitly install the efi image packages explicitly so live-build
-# can find them for extraction into the ISO.
cat << EOF > config/package-lists/ubuntu-defaults.list.chroot_install
shim-signed
grub-efi-amd64-signed
grub-efi-ia32-bin
-konsole
neon-mobile
EOF
diff --git a/imager/config-hooks-neon/20_package_list.sh b/imager/config-hooks-neon/20_package_list.sh
index d3d55a6..fb0d8aa 100644
--- a/imager/config-hooks-neon/20_package_list.sh
+++ b/imager/config-hooks-neon/20_package_list.sh
@@ -5,14 +5,9 @@
set -ex
echo "config-hooks-neon -- 20-package-list"
-# konsole needs installed first else xterm gets installed cos xorg deps on
-# terminal | xterm and doesn't know terminal is installed later in the tree.
-# Also explicitly install the efi image packages explicitly so live-build
-# can find them for extraction into the ISO.
cat << EOF > config/package-lists/ubuntu-defaults.list.chroot_install
shim-signed
grub-efi-amd64-signed
grub-efi-ia32-bin
-konsole
neon-desktop
EOF
More information about the Neon-commits
mailing list