Группа :: Графические оболочки/KDE
Пакет: kdebase
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: kdebase-3.3-kdesu_dont_decode_command.patch
--- kdebase-3.3/kdesu/kdesu/kdesu.cpp~ 2004-09-30 18:48:32 +0400
+++ kdebase-3.3/kdesu/kdesu/kdesu.cpp 2004-09-30 18:48:37 +0400
@@ -349,7 +349,7 @@ static int startApp()
KStartupInfo::sendChange( id, data );
KDEsuDialog dlg(user, auth_user, keep && !terminal, icon);
if (prompt)
- dlg.addLine(i18n("Command:"), command);
+ dlg.addLine(i18n("Command:"), QFile::decodeName(command));
if ((priority != 50) || (scheduler != SuProcess::SchedNormal))
{
QString prio;