[neon/extras/calamares/Neon/release] debian/patches: backport patch to fix icons on users page

Carlos De Maine null at kde.org
Fri Feb 20 12:55:24 GMT 2026


Git commit b61f8952a707f3a40c12c36f475eea582c38b943 by Carlos De Maine.
Committed on 20/02/2026 at 12:55.
Pushed by carlosdem into branch 'Neon/release'.

backport patch to fix icons on users page

A  +22   -0    debian/patches/c9e49988651a1c7c2881810ec465446a1f96d822.diff
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/extras/calamares/-/commit/b61f8952a707f3a40c12c36f475eea582c38b943

diff --git a/debian/patches/c9e49988651a1c7c2881810ec465446a1f96d822.diff b/debian/patches/c9e49988651a1c7c2881810ec465446a1f96d822.diff
new file mode 100644
index 0000000..505c992
--- /dev/null
+++ b/debian/patches/c9e49988651a1c7c2881810ec465446a1f96d822.diff
@@ -0,0 +1,22 @@
+diff --git a/src/modules/users/UsersPage.cpp b/src/modules/users/UsersPage.cpp
+index e602b87ea..b6867bfa9 100644
+--- a/src/modules/users/UsersPage.cpp
++++ b/src/modules/users/UsersPage.cpp
+@@ -38,7 +38,7 @@ static inline void
+ labelError( QLabel* pix, QLabel* label, Calamares::ImageType icon, const QString& message )
+ {
+     label->setText( message );
+-    pix->setPixmap( Calamares::defaultPixmap( icon, Calamares::Original, label->size() ) );
++    pix->setPixmap( Calamares::defaultPixmap( icon, Calamares::Original, pix->size() ) );
+ }
+ 
+ /** @brief Clear error, set happy pixmap on a label to indicate "ok". */
+@@ -46,7 +46,7 @@ static inline void
+ labelOk( QLabel* pix, QLabel* label )
+ {
+     label->clear();
+-    pix->setPixmap( Calamares::defaultPixmap( Calamares::StatusOk, Calamares::Original, label->size() ) );
++    pix->setPixmap( Calamares::defaultPixmap( Calamares::StatusOk, Calamares::Original, pix->size() ) );
+ }
+ 
+ /** @brief Sets error or ok on a label depending on @p status and @p value
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7114382
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+c9e49988651a1c7c2881810ec465446a1f96d822.diff


More information about the Neon-commits mailing list