From: Debian Qt/KDE Maintainers Date: Fri, 7 Sep 2018 05:40:21 +0000 (+0200) Subject: _dont_require_suid_cdrecord_or_cdrdao X-Git-Tag: archive/raspbian/24.05.2-1+rpi1~1^2^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=44bd5dcdf8781d345ae0f084939348072f9fa2dd;p=k3b.git _dont_require_suid_cdrecord_or_cdrdao Gbp-Pq: Name 104_dont_require_suid_cdrecord_or_cdrdao.diff --- diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index dc28cc5..ddd64ec 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -226,6 +226,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le i18n("Install a more recent version of the cdrtools.") ) ); } +/* #ifdef Q_OS_LINUX // @@ -261,6 +262,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le } #endif // CDRECORD_SUID_ROOT_CHECK #endif +*/ } if( !k3bcore->externalBinManager()->binNeedGroup( "cdrdao" ).isEmpty() ) { @@ -277,6 +279,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le i18n("K3b uses cdrdao to actually write CDs."), i18n("Install the cdrdao package.") ) ); } +/* else { #ifdef Q_OS_LINUX #ifdef CDRECORD_SUID_ROOT_CHECK @@ -300,6 +303,7 @@ void K3b::SystemProblemDialog::checkSystem(QWidget* parent, NotificationLevel le " CD, and for growisofs with DVD and BD."), i18n("Consider to install the libburn and cdrskin packages."))); } +*/ }