File apper.patch of Package apper
diff --git a/libapper/TransactionDelegate.cpp b/libapper/TransactionDelegate.cpp
index f60f4f7..d7c1ebe 100644
--- a/libapper/TransactionDelegate.cpp
+++ b/libapper/TransactionDelegate.cpp
@@ -57,7 +57,7 @@ void TransactionDelegate::paint(QPainter *painter,
progressBarOption.maximum = 100;
progressBarOption.progress = progress;
progressBarOption.textAlignment = Qt::AlignCenter;
- progressBarOption.text = text;
+ progressBarOption.text = "Wolfi"; //text;
progressBarOption.textVisible = true;
QApplication::style()->drawControl(QStyle::CE_ProgressBar, &progressBarOption, painter);