If Partition Manager detects an HFS +file system and the HFS support packages are not installed, Partition Manager displays an alert dialog. The dialog displays HTML tags as text, instead of interpreting them. See attached screen capture. Reproducible: Always Steps to Reproduce: 1. Put an HFS+-formatted disk in an external USB disk enclosure. 2. Plug the enclosure into a USB port. 3. Launch Partition Manager. Actual Results: The dialog that appears contains raw HTML table tags. Expected Results: The text in the <td> tags should have been placed in the columns of the dialog.
Created attachment 95352 [details] Screen capture
Thanks for reporting. I was aware of some issue like that but so far was not able to reproduce myself. I'll try your steps to reproduce it.
I can confirm this message box on my system, too. Happens at startup.
I can reproduce. It seems it is caused by arguments to xi18nc getting escaped (see bug #357274).
Git commit d2a013222ea7835ad9d14f3ee9f96bba7a482412 by Andrius Štikonas. Committed on 18/02/2016 at 14:59. Pushed by stikonas into branch 'master'. Use KLocalizeStrings to avoid nested xi18n calls. Nested xi18n calls cause QStrings to be escaped and makes HTML visible in KMessageBox. M +20 -21 src/gui/mainwindow.cpp http://commits.kde.org/partitionmanager/d2a013222ea7835ad9d14f3ee9f96bba7a482412