34 lines
1.4 KiB
Diff
34 lines
1.4 KiB
Diff
From 8cf4e9d0da6fd3ad794928faad8619aa66c3ddd3 Mon Sep 17 00:00:00 2001
|
|
From: Wolfgang Bauer <wbauer@tmo.at>
|
|
Date: Wed, 26 Jul 2017 17:34:21 +0200
|
|
Subject: [PATCH] Don't suggest to install libburn
|
|
|
|
The message is actually misleading because k3b uses cdrskin which is
|
|
packaged separately to libburn in openSUSE.
|
|
|
|
Let's stick to prefer cdrecord for now.
|
|
People who want to use cdrskin instead can still install it.
|
|
(boo#1050715)
|
|
---
|
|
src/k3bsystemproblemdialog.cpp | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
Index: k3b-19.11.70git.20220224T154741~d20c6fb5f/src/k3bsystemproblemdialog.cpp
|
|
===================================================================
|
|
--- k3b-19.11.70git.20220224T154741~d20c6fb5f.orig/src/k3bsystemproblemdialog.cpp 2022-02-24 16:47:41.000000000 +0100
|
|
+++ k3b-19.11.70git.20220224T154741~d20c6fb5f/src/k3bsystemproblemdialog.cpp 2022-02-26 08:10:54.275445434 +0100
|
|
@@ -285,13 +285,6 @@
|
|
#endif
|
|
}
|
|
|
|
- if (!k3bcore->externalBinManager()->foundBin("cdrskin")) {
|
|
- problems.append(K3b::SystemProblem(K3b::SystemProblem::NON_CRITICAL,
|
|
- i18n("Unable to find %1 executable", QString("cdrskin")),
|
|
- i18n("Cdrskin can substitute for cdrecord with data and audio"
|
|
- " CD, and for growisofs with DVD and BD."),
|
|
- i18n("Consider to install the libburn and cdrskin packages.")));
|
|
- }
|
|
}
|
|
|
|
|