[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1109644: marked as done (unblock: plasma-systemmonitor/6.3.6-1)



Your message dated Mon, 21 Jul 2025 22:30:37 +0000
with message-id <E1udz1p-00AQV2-00@respighi.debian.org>
and subject line unblock plasma-systemmonitor
has caused the Debian Bug report #1109644,
regarding unblock: plasma-systemmonitor/6.3.6-1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1109644: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1109644
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
X-Debbugs-Cc: plasma-systemmonitor@packages.debian.org, Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Control: affects -1 + src:plasma-systemmonitor
User: release.debian.org@packages.debian.org
Usertags: unblock

Dear Release Team,

please unblock package plasma-systemmonitor.

[ Reason ]
It contains the following changes:
* Point upstream source to KDE’s invent git repo.
* New upstream release (6.3.6).
  - Partially revert "Don't override dialog y: values". (kde#505052)
* Relax inter-plasma versioned dependency constraint so we can upload
  only 6.3.6 packages that have actual code changes.

[ Tests ]
- All default panels in system monitor work.

[ Risks ]
Only contains latest upstream point release for the Plasma 6.3 branch.

[ Checklist ]
  [x] all changes are documented in the d/changelog
  [x] I reviewed all changes and I approve them
  [x] attach debdiff against the package in testing


Thanks !


unblock plasma-systemmonitor/6.3.6-1
diff -Nru plasma-systemmonitor-6.3.4/CMakeLists.txt plasma-systemmonitor-6.3.6/CMakeLists.txt
--- plasma-systemmonitor-6.3.4/CMakeLists.txt	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/CMakeLists.txt	2025-07-08 13:47:46.000000000 +0200
@@ -2,10 +2,10 @@
 
 project(systemmonitor)
 
-set(PROJECT_VERSION "6.3.4")
+set(PROJECT_VERSION "6.3.6")
 set(PROJECT_VERSION_MAJOR 6)
 
-set(PROJECT_DEP_VERSION "6.3.4")
+set(PROJECT_DEP_VERSION "6.3.6")
 set(QT_MIN_VERSION "6.7.0")
 set(KF6_MIN_VERSION "6.10.0")
 set(KDE_COMPILERSETTINGS_LEVEL "5.82")
diff -Nru plasma-systemmonitor-6.3.4/debian/changelog plasma-systemmonitor-6.3.6/debian/changelog
--- plasma-systemmonitor-6.3.4/debian/changelog	2025-04-03 01:01:26.000000000 +0200
+++ plasma-systemmonitor-6.3.6/debian/changelog	2025-07-19 00:08:51.000000000 +0200
@@ -1,3 +1,14 @@
+plasma-systemmonitor (6.3.6-1) unstable; urgency=medium
+
+  [ Aurélien COUDERC ]
+  * Point upstream source to invent git repo.
+  * New upstream release (6.3.6).
+    - Partially revert "Don't override dialog y: values". (kde#505052)
+  * Relax inter-plasma versioned dependency constraint so we can upload
+    only 6.3.6 packages that have actual code changes.
+
+ -- Aurélien COUDERC <coucouf@debian.org>  Sat, 19 Jul 2025 00:08:51 +0200
+
 plasma-systemmonitor (6.3.4-1) unstable; urgency=medium
 
   [ Patrick Franz ]
diff -Nru plasma-systemmonitor-6.3.4/debian/copyright plasma-systemmonitor-6.3.6/debian/copyright
--- plasma-systemmonitor-6.3.4/debian/copyright	2022-06-21 21:22:30.000000000 +0200
+++ plasma-systemmonitor-6.3.6/debian/copyright	2025-06-01 11:33:39.000000000 +0200
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: plasma-systemmonitor
 Upstream-Contact: plasma-devel@kde.org
-Source: https://download.kde.org/
+Source: https://invent.kde.org/plasma/plasma-systemmonitor
 
 Files: *
 Copyright: 2019-2020, Arjen Hiemstra <ahiemstra@heimr.nl>
diff -Nru plasma-systemmonitor-6.3.4/debian/patches/relax-interplasma-versioned-deps.patch plasma-systemmonitor-6.3.6/debian/patches/relax-interplasma-versioned-deps.patch
--- plasma-systemmonitor-6.3.4/debian/patches/relax-interplasma-versioned-deps.patch	1970-01-01 01:00:00.000000000 +0100
+++ plasma-systemmonitor-6.3.6/debian/patches/relax-interplasma-versioned-deps.patch	2025-07-19 00:07:47.000000000 +0200
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -5,7 +5,7 @@
+ set(PROJECT_VERSION "6.3.6")
+ set(PROJECT_VERSION_MAJOR 6)
+ 
+-set(PROJECT_DEP_VERSION "6.3.6")
++set(PROJECT_DEP_VERSION "6.3.4")
+ set(QT_MIN_VERSION "6.7.0")
+ set(KF6_MIN_VERSION "6.10.0")
+ set(KDE_COMPILERSETTINGS_LEVEL "5.82")
diff -Nru plasma-systemmonitor-6.3.4/debian/patches/series plasma-systemmonitor-6.3.6/debian/patches/series
--- plasma-systemmonitor-6.3.4/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ plasma-systemmonitor-6.3.6/debian/patches/series	2025-07-19 00:07:25.000000000 +0200
@@ -0,0 +1 @@
+relax-interplasma-versioned-deps.patch
diff -Nru plasma-systemmonitor-6.3.4/org.kde.plasma-systemmonitor.desktop plasma-systemmonitor-6.3.6/org.kde.plasma-systemmonitor.desktop
--- plasma-systemmonitor-6.3.4/org.kde.plasma-systemmonitor.desktop	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/org.kde.plasma-systemmonitor.desktop	2025-07-08 13:47:46.000000000 +0200
@@ -57,14 +57,15 @@
 Comment[eo]=Monitori apon kaj uzadon de sistemrimedoj
 Comment[es]=Aplicación de monitorización y uso de recursos del sistema
 Comment[eu]=Aplikazioak eta sistemaren baliabideen erabilera gainbegiratzen du
-Comment[fi]=Valvonta- ja järjestelmäresurssien käyttö -sovellus
+Comment[fi]=Valvonta ja järjestelmäresurssien käyttö
 Comment[fr]=Surveiller l'utilisation des applications et des ressources du système
 Comment[gl]=Vixíe o uso de recursos de aplicacións e do sistema.
-Comment[he]=מעקב אחר ניצולת משאבי יישומים ומערת
+Comment[he]=מעקב אחר ניצולת משאבי יישומים ומערכת
 Comment[hu]=Alkalmazás- és rendszererőforrás-használat figyelése
 Comment[ia]=Controla app e uso de ressource de systema
 Comment[it]=Monitora l'utilizzo delle risorse dei programmi e del sistema
 Comment[ka]=აპისა და სისტემის რესურსების გამოყენების მონიტორინგი
+Comment[ko]=앱과 시스템 자원 사용 감시
 Comment[nl]=Toepassing en gebruik van systeemhulpbronnen monitoren
 Comment[pl]=Monitoruj wykorzystanie zasobów przez aplikacje i system
 Comment[pt_BR]=Monitore a utilização de recursos do sistema
@@ -74,7 +75,7 @@
 Comment[tr]=Uygulama ve sistem özkaynak kullanımını izleyin
 Comment[uk]=Спостереження за використанням ресурсів програмами та системою
 Comment[x-test]=xxMonitor app and system resource usagexx
-Comment[zh_CN]=监视应用和系统资源使用情况
+Comment[zh_CN]=监视应用程序和系统资源使用情况
 Comment[zh_TW]=監控應用程式與系統的資源使用量
 Exec=plasma-systemmonitor
 Icon=utilities-system-monitor
diff -Nru plasma-systemmonitor-6.3.4/org.kde.plasma-systemmonitor.metainfo.xml plasma-systemmonitor-6.3.6/org.kde.plasma-systemmonitor.metainfo.xml
--- plasma-systemmonitor-6.3.4/org.kde.plasma-systemmonitor.metainfo.xml	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/org.kde.plasma-systemmonitor.metainfo.xml	2025-07-08 13:47:46.000000000 +0200
@@ -171,10 +171,10 @@
   </provides>
   <project_group>KDE</project_group>
   <releases>
+    <release version="6.3.6" date="2025-07-08"/>
+    <release version="6.3.5" date="2025-05-06"/>
     <release version="6.3.4" date="2025-04-01"/>
     <release version="6.3.3" date="2025-03-11"/>
-    <release version="6.3.2" date="2025-02-25"/>
-    <release version="6.3.1" date="2025-02-18"/>
   </releases>
   <custom>
     <value key="KDE::supporters">Marton Daniel;Lukasz Baldyga;Marcel Janik Kimpel;Tim Rørstrøm;Mikołaj "Nimfer" Wojciech Górski;Berend</value>
diff -Nru plasma-systemmonitor-6.3.4/po/ar/ksysguard_face_org.kde.ksysguard.applicationstable.po plasma-systemmonitor-6.3.6/po/ar/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- plasma-systemmonitor-6.3.4/po/ar/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/ar/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-07-08 13:47:46.000000000 +0200
@@ -1,7 +1,7 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor package.
+# SPDX-FileCopyrightText: 2021, 2023, 2024, 2025 Zayed Al-Saidi <zayed.alsaidi@gmail.com>
 #
-# SPDX-FileCopyrightText: 2021, 2023, 2024 Zayed Al-Saidi <zayed.alsaidi@gmail.com>
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
diff -Nru plasma-systemmonitor-6.3.4/po/de/plasma-systemmonitor.po plasma-systemmonitor-6.3.6/po/de/plasma-systemmonitor.po
--- plasma-systemmonitor-6.3.4/po/de/plasma-systemmonitor.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/de/plasma-systemmonitor.po	2025-07-08 13:47:46.000000000 +0200
@@ -5,21 +5,22 @@
 # Frederik Schwarzer <schwarzer@kde.org>, 2021, 2022, 2023.
 # Jannick Kuhr <opensource@kuhr.org>, 2023.
 # SPDX-FileCopyrightText: 2024 Johannes Obermayr <johannesobermayr@gmx.de>
+# SPDX-FileCopyrightText: 2025 Flori G <Renner03@protonmail.com>
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: plasma-systemmonitor\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2025-02-05 02:35+0000\n"
-"PO-Revision-Date: 2024-04-24 00:14+0200\n"
-"Last-Translator: Johannes Obermayr <johannesobermayr@gmx.de>\n"
+"PO-Revision-Date: 2025-02-22 03:03+0100\n"
+"Last-Translator: Flori G <Renner03@protonmail.com>\n"
 "Language-Team: German <kde-i18n-de@kde.org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.02.2\n"
+"X-Generator: Lokalize 24.12.2\n"
 
 #: src/GlobalMenu.qml:16
 #, kde-format
@@ -97,7 +98,7 @@
 #, kde-format
 msgctxt "@menu-action"
 msgid "Report Bug…"
-msgstr "Probleme oder Wünsche berichten ..."
+msgstr "Problem melden …"
 
 #: src/GlobalMenu.qml:92
 #, kde-format
@@ -235,7 +236,7 @@
 #, kde-format
 msgctxt "@action"
 msgid "Report Bug…"
-msgstr "Probleme oder Wünsche berichten ..."
+msgstr "Problem melden …"
 
 #: src/Main.qml:134
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/fr/ksysguard_face_org.kde.ksysguard.applicationstable.po plasma-systemmonitor-6.3.6/po/fr/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- plasma-systemmonitor-6.3.4/po/fr/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/fr/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-07-08 13:47:46.000000000 +0200
@@ -1,4 +1,4 @@
-# SPDX-FileCopyrightText: 2020, 2021, 2024 Xavier Besnard <xavier.besnard@kde.org>
+# SPDX-FileCopyrightText: 2020, 2021, 2024, 2025 Xavier Besnard <xavier.besnard@kde.org>
 # Xavier Besnard <xavier.besnard@kde.org>, 2023.
 msgid ""
 msgstr ""
@@ -13,7 +13,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:48
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/fr/plasma-systemmonitor.po plasma-systemmonitor-6.3.6/po/fr/plasma-systemmonitor.po
--- plasma-systemmonitor-6.3.4/po/fr/plasma-systemmonitor.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/fr/plasma-systemmonitor.po	2025-07-08 13:47:46.000000000 +0200
@@ -12,7 +12,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 24.12.2\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #: src/GlobalMenu.qml:16
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/gl/ksysguard_face_org.kde.ksysguard.applicationstable.po plasma-systemmonitor-6.3.6/po/gl/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- plasma-systemmonitor-6.3.4/po/gl/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/gl/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-07-08 13:47:46.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor package.
-# SPDX-FileCopyrightText: 2024 Adrián Chaves (Gallaecio)
+# SPDX-FileCopyrightText: 2024, 2025 Adrián Chaves (Gallaecio)
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 24.05.2\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:48
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/it/ksysguard_face_org.kde.ksysguard.applicationstable.po plasma-systemmonitor-6.3.6/po/it/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- plasma-systemmonitor-6.3.4/po/it/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/it/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-07-08 13:47:46.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor package.
-# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024 Paolo Zamponi <feus73@gmail.com>
+# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024, 2025 Paolo Zamponi <feus73@gmail.com>
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.08.3\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:48
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/it/plasma-systemmonitor.po plasma-systemmonitor-6.3.6/po/it/plasma-systemmonitor.po
--- plasma-systemmonitor-6.3.4/po/it/plasma-systemmonitor.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/it/plasma-systemmonitor.po	2025-07-08 13:47:46.000000000 +0200
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Lokalize 24.12.2\n"
+"X-Generator: Lokalize 25.04.0\n"
 
 #: src/GlobalMenu.qml:16
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/ko/ksysguard_face_org.kde.ksysguard.applicationstable.po plasma-systemmonitor-6.3.6/po/ko/ksysguard_face_org.kde.ksysguard.applicationstable.po
--- plasma-systemmonitor-6.3.4/po/ko/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/ko/ksysguard_face_org.kde.ksysguard.applicationstable.po	2025-07-08 13:47:46.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor package.
-# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024 Shinjo Park <kde@peremen.name>
+# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024, 2025 Shinjo Park <kde@peremen.name>
 #
 msgid ""
 msgstr ""
@@ -15,7 +15,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 23.08.5\n"
+"X-Generator: Lokalize 24.12.3\n"
 
 #: src/faces/applicationstable/contents/ui/ApplicationDetails.qml:48
 #, kde-format
diff -Nru plasma-systemmonitor-6.3.4/po/ko/plasma-systemmonitor.po plasma-systemmonitor-6.3.6/po/ko/plasma-systemmonitor.po
--- plasma-systemmonitor-6.3.4/po/ko/plasma-systemmonitor.po	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/po/ko/plasma-systemmonitor.po	2025-07-08 13:47:46.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright (C) 2024 This file is copyright:
 # This file is distributed under the same license as the plasma-systemmonitor package.
-# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024 Shinjo Park <kde@peremen.name>
+# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023, 2024, 2025 Shinjo Park <kde@peremen.name>
 #
 msgid ""
 msgstr ""
diff -Nru plasma-systemmonitor-6.3.4/src/pages/history.page plasma-systemmonitor-6.3.6/src/pages/history.page
--- plasma-systemmonitor-6.3.4/src/pages/history.page	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/src/pages/history.page	2025-07-08 13:47:46.000000000 +0200
@@ -101,7 +101,7 @@
 Title[eo]=CPU
 Title[es]=CPU
 Title[eu]=PUZ
-Title[fi]=Keskusyksikkö
+Title[fi]=Suoritin
 Title[fr]=Processeur
 Title[gl]=CPU
 Title[he]=מעבד
diff -Nru plasma-systemmonitor-6.3.4/src/pages/overview.page plasma-systemmonitor-6.3.6/src/pages/overview.page
--- plasma-systemmonitor-6.3.4/src/pages/overview.page	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/src/pages/overview.page	2025-07-08 13:47:46.000000000 +0200
@@ -201,7 +201,7 @@
 Title[eo]=CPU
 Title[es]=CPU
 Title[eu]=PUZ
-Title[fi]=Keskusyksikkö
+Title[fi]=Suoritin
 Title[fr]=Processeur
 Title[gl]=CPU
 Title[he]=מעבד
@@ -319,7 +319,7 @@
 Title[eo]=Retaj Tarifoj
 Title[es]=Velocidades de la red
 Title[eu]=Sarearen emaria
-Title[fi]=Verkon nopeudet
+Title[fi]=Verkon nopeus
 Title[fr]=Débits réseau
 Title[gl]=Taxas de rede
 Title[he]=קצבי תקשורת
diff -Nru plasma-systemmonitor-6.3.4/src/table/ColumnConfigurationDialog.qml plasma-systemmonitor-6.3.6/src/table/ColumnConfigurationDialog.qml
--- plasma-systemmonitor-6.3.4/src/table/ColumnConfigurationDialog.qml	2025-04-02 05:38:10.000000000 +0200
+++ plasma-systemmonitor-6.3.6/src/table/ColumnConfigurationDialog.qml	2025-07-08 13:47:46.000000000 +0200
@@ -26,6 +26,8 @@
 
     title: i18ndc("plasma-systemmonitor", "@window:title", "Configure Columns")
 
+    // Make sure the user can still see the columns above the dialog
+    y: ApplicationWindow.window ? ApplicationWindow.window.pageStack.globalToolBar.height + (Kirigami.Units.gridUnit * 2) - Kirigami.Units.smallSpacing : 0
     preferredWidth: parent ? parent.width * 0.75 : 0
     preferredHeight: parent ? parent.height * 0.75 : 0
 

--- End Message ---
--- Begin Message ---
Unblocked plasma-systemmonitor.

--- End Message ---

Reply to: