[neon/kde/plasma-workspace/Neon/unstable] debian/patches: revert_segmentation_fault_qt690.diff - revert with qt6.9.1

Carlos De Maine null at kde.org
Tue Jul 8 00:34:01 BST 2025


Git commit 456075cc68cae0005d0214cc3b19adc06ea44f24 by Carlos De Maine.
Committed on 07/07/2025 at 23:34.
Pushed by carlosdem into branch 'Neon/unstable'.

revert_segmentation_fault_qt690.diff - revert with qt6.9.1

A  +194  -0    debian/patches/revert_segmentation_fault_qt690.diff
M  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/plasma-workspace/-/commit/456075cc68cae0005d0214cc3b19adc06ea44f24

diff --git a/debian/patches/revert_segmentation_fault_qt690.diff b/debian/patches/revert_segmentation_fault_qt690.diff
new file mode 100644
index 00000000..1037f6b8
--- /dev/null
+++ b/debian/patches/revert_segmentation_fault_qt690.diff
@@ -0,0 +1,194 @@
+diff --git a/applets/digital-clock/CalendarView.qml b/applets/digital-clock/CalendarView.qml
+index 1141fbab1b16a5f4138f76441eba29f3a7835fd1..d80066c3e4f49c7140de0d3678f1f6f2ae4dc914 100644
+--- a/applets/digital-clock/CalendarView.qml
++++ b/applets/digital-clock/CalendarView.qml
+@@ -351,7 +351,7 @@ PlasmaExtras.Representation {
+                                     : agenda.formatDateWithoutYear(eventItem.modelData.endDateTime)
+                                 textFormat: Text.PlainText
+                                 horizontalAlignment: Qt.AlignRight
+-                                opacity: 0.75
++                                opacity: 0.7
+ 
+                                 visible: eventItem.hasTime
+                             }
+diff --git a/applets/digital-clock/Tooltip.qml b/applets/digital-clock/Tooltip.qml
+index f67ea9d42cf8626a1941635ceec54375def6ec27..5188257c014796d56d5a475f118669cb251b56c7 100644
+--- a/applets/digital-clock/Tooltip.qml
++++ b/applets/digital-clock/Tooltip.qml
+@@ -84,7 +84,7 @@ Item {
+                 }
+             }
+             text: tooltipMaintext.anyTimezoneSet ? subText : i18nc("@label sub text shown in digital clock's tooltip when timezone is missing", "Click the clock icon to open Date & Time settings and set a time zone.")
+-            opacity: 0.75
++            opacity: 0.6
+             visible: !clocks.visible
+             font.features: { "tnum": 1 }
+         }
+@@ -95,7 +95,7 @@ Item {
+             Layout.maximumWidth: toolTipContentItem.preferredTextWidth
+             text: (root.fullRepresentationItem as CalendarView)?.monthView.todayAuxilliaryText ?? ""
+             textFormat: Text.PlainText
+-            opacity: 0.75
++            opacity: 0.6
+             visible: !clocks.visible && text.length > 0
+         }
+ 
+diff --git a/applets/digital-clock/configTimeZones.qml b/applets/digital-clock/configTimeZones.qml
+index d5dd70650582a79aa7f4cf02423e681503229972..51a1fe430d52f64498651def352836a9f3bed511 100644
+--- a/applets/digital-clock/configTimeZones.qml
++++ b/applets/digital-clock/configTimeZones.qml
+@@ -172,7 +172,7 @@ Kirigami.PageRow {
+                     Kirigami.TitleSubtitle {
+                         Layout.fillWidth: true
+ 
+-                        opacity: timeZoneListItem.isIdenticalToLocal ? 0.75 : 1.0
++                        opacity: timeZoneListItem.isIdenticalToLocal ? 0.6 : 1.0
+ 
+                         title: timeZoneListItem.text
+                         subtitle: timeZoneListItem.subtitle
+diff --git a/applets/mediacontroller/CompactRepresentation.qml b/applets/mediacontroller/CompactRepresentation.qml
+index 5ee23125be17dc35aa457ecc24f8d0b194b3eb94..2bf97b116c5de1813454c143e5a1db2dbda68c5a 100644
+--- a/applets/mediacontroller/CompactRepresentation.qml
++++ b/applets/mediacontroller/CompactRepresentation.qml
+@@ -184,7 +184,7 @@ Loader {
+                     horizontalAlignment: grid.flow === GridLayout.TopToBottom ? Text.AlignHCenter : Text.AlignJustify
+                     maximumLineCount: 1
+ 
+-                    opacity: root.isPlaying ? 1 : 0.75
++                    opacity: root.isPlaying ? 1 : 0.6
+                     Behavior on opacity {
+                         NumberAnimation {
+                             duration: Kirigami.Units.longDuration
+@@ -208,7 +208,7 @@ Loader {
+                     font.pointSize: Kirigami.Theme.smallFont.pointSize
+                     horizontalAlignment: songTitle.horizontalAlignment
+                     maximumLineCount: 1
+-                    opacity: 0.75
++                    opacity: 0.6
+                     text: root.artist
+                     textFormat: Text.PlainText
+                     wrapMode: Text.Wrap
+diff --git a/applets/mediacontroller/ExpandedRepresentation.qml b/applets/mediacontroller/ExpandedRepresentation.qml
+index d9a51dbe004adb3913ca9b94f1a4d1aecf71f04a..342e23d8d28c02138e4908e0d51ed4a669376beb 100644
+--- a/applets/mediacontroller/ExpandedRepresentation.qml
++++ b/applets/mediacontroller/ExpandedRepresentation.qml
+@@ -369,7 +369,7 @@ PlasmaExtras.Representation {
+                     color: (softwareRendering || !albumArt.hasImage) ? Kirigami.Theme.textColor : "white"
+ 
+                     level: 3
+-                    opacity: 0.75
++                    opacity: 0.6
+ 
+                     textFormat: Text.PlainText
+                     wrapMode: Text.Wrap
+diff --git a/components/calendar/qml/DaysCalendar.qml b/components/calendar/qml/DaysCalendar.qml
+index faf16594afa61b1517252d4c2c69eef56d020cdb..c87f49f75a2428b61f233a7080c1ee1e4905bdd2 100644
+--- a/components/calendar/qml/DaysCalendar.qml
++++ b/components/calendar/qml/DaysCalendar.qml
+@@ -69,18 +69,17 @@ Item {
+                 return null;
+             }
+ 
+-            Kirigami.Heading {
++            PlasmaComponents.Label {
+                 required property int modelData
+ 
+                 height: daysCalendar.cellHeight
+                 width: daysCalendar.cellWidth
+-                level: 2
+-                type: Kirigami.Heading.Type.Primary
+-                opacity: 0.75
+                 horizontalAlignment: Text.AlignHCenter
+                 verticalAlignment: Text.AlignVCenter
++                opacity: 0.4
+                 text: modelData
+                 textFormat: Text.PlainText
++                font.pixelSize: Math.max(Kirigami.Theme.smallFont.pixelSize, daysCalendar.cellHeight / 3)
+             }
+         }
+     }
+@@ -105,16 +104,15 @@ Item {
+         Repeater {
+             id: dayOfWeekHeaderRepeater
+ 
+-            Kirigami.Heading {
++            PlasmaComponents.Label {
+                 required property int index
+ 
+                 width: daysCalendar.cellWidth
+                 height: daysCalendar.cellHeight
+                 text: Qt.locale(Qt.locale().uiLanguages[0]).dayName(((daysCalendar.backend.firstDayOfWeek + index) % dayOfWeekHeaderRepeater.count), Locale.ShortFormat)
+                 textFormat: Text.PlainText
+-                level: 2
+-                type: Kirigami.Heading.Type.Primary
+-                opacity: 0.75
++                font.pixelSize: Math.max(Kirigami.Theme.smallFont.pixelSize, daysCalendar.cellHeight / 3)
++                opacity: 0.4
+                 horizontalAlignment: Text.AlignHCenter
+                 verticalAlignment: Text.AlignVCenter
+                 elide: Text.ElideRight
+diff --git a/kcms/notifications/ui/ApplicationConfiguration.qml b/kcms/notifications/ui/ApplicationConfiguration.qml
+index 28a04df8001ce72d2dfb142f4851df61d29cb2cc..eb0afc49ffc69076abfe38cb45790971339ce40f 100644
+--- a/kcms/notifications/ui/ApplicationConfiguration.qml
++++ b/kcms/notifications/ui/ApplicationConfiguration.qml
+@@ -271,7 +271,7 @@ ColumnLayout {
+                                 Layout.bottomMargin: Kirigami.Units.smallSpacing
+                                 visible: text.length > 0
+                                 level: 5
+-                                opacity: 0.75
++                                opacity: 0.7
+                                 text: model?.comment ?? ""
+                                 textFormat: Text.PlainText
+                                 wrapMode: Text.WordWrap
+diff --git a/kcms/soundtheme/ui/main.qml b/kcms/soundtheme/ui/main.qml
+index 7d688d502530b69805382751bc254132b69d0aa4..96909b7a759ba2633ab08fbabd31096ff0c6222d 100644
+--- a/kcms/soundtheme/ui/main.qml
++++ b/kcms/soundtheme/ui/main.qml
+@@ -85,7 +85,7 @@ KCM.GridViewKCM {
+             QQC2.Label {
+                 text: theme.comment
+                 textFormat: Text.PlainText
+-                opacity: 0.75
++                opacity: 0.6
+                 wrapMode: Text.WordWrap
+                 Layout.fillWidth: true
+             }
+diff --git a/klipper/declarative/qml/UrlItemDelegate.qml b/klipper/declarative/qml/UrlItemDelegate.qml
+index 88a051ba063dd1ba0136e89dacee89095daede96..1a183d7c9d7f6f42374188448f4e1de50365bc2f 100644
+--- a/klipper/declarative/qml/UrlItemDelegate.qml
++++ b/klipper/declarative/qml/UrlItemDelegate.qml
+@@ -93,7 +93,7 @@ ClipboardItemDelegate {
+         PlasmaComponents3.Label {
+             property int additionalItems: menuItem.model?.display.split(" ").length ?? 0 - maximumNumberOfPreviews
+             visible: additionalItems > 0
+-            opacity: 0.75
++            opacity: 0.6
+             text: i18ndc("klipper", "Indicator that there are more urls in the clipboard than previews shown", "+%1", additionalItems)
+             textFormat: Text.PlainText
+             anchors {
+diff --git a/lookandfeel/components/UserDelegate.qml b/lookandfeel/components/UserDelegate.qml
+index c76905711ce85232a9afc0834668f18ddde1e031..9ba6cab775e5895d24fb6d4542edc36331add426 100644
+--- a/lookandfeel/components/UserDelegate.qml
++++ b/lookandfeel/components/UserDelegate.qml
+@@ -33,7 +33,7 @@ Item {
+ 
+     property real faceSize: Kirigami.Units.gridUnit * 7
+ 
+-    opacity: isCurrent ? 1.0 : 0.75
++    opacity: isCurrent ? 1.0 : 0.5
+ 
+     Behavior on opacity {
+         OpacityAnimator {
+diff --git a/lookandfeel/org.kde.breeze/contents/logout/LogoutButton.qml b/lookandfeel/org.kde.breeze/contents/logout/LogoutButton.qml
+index 7798cb0405947da18952fa6adc5a0bc7823b299f..738d52bc4725d9088393610f8bc0bb9a4cab759a 100644
+--- a/lookandfeel/org.kde.breeze/contents/logout/LogoutButton.qml
++++ b/lookandfeel/org.kde.breeze/contents/logout/LogoutButton.qml
+@@ -19,7 +19,7 @@ ActionButton {
+     icon.height: Kirigami.Units.iconSizes.huge
+ 
+     font.underline: false // See https://phabricator.kde.org/D9452
+-    opacity: activeFocus || hovered ? 1 : 0.75
++    opacity: activeFocus || hovered ? 1 : 0.5
+ 
+     Keys.onPressed: {
+         AutoTriggerTimer.cancelAutoTrigger();
diff --git a/debian/patches/series b/debian/patches/series
index 564a5db3..b754bda1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 apparmor_qtwebengineprocess.patch
+revert_segmentation_fault_qt690.diff
\ No newline at end of file


More information about the Neon-commits mailing list