Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37880953
en ru br
Репозитории ALT
5.1: 3.5.10-alt20.M51.2
4.1: 3.5.10-alt16.M41.1
4.0: 3.5.9-alt1.M40.1
3.0: 3.4.1-alt12
+updates:3.4.1-alt12.1.M30
+backports:3.5.6-alt7.0.M30
www.altlinux.org/Changes

Группа :: Графические оболочки/KDE
Пакет: kdebase

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: kdepasswd-3.5.8-userpasswd.patch
Скачать


--- kdebase-3.5.8/kdepasswd/kcm/main.cpp~	2007-10-16 18:23:27 +0400
+++ kdebase-3.5.8/kdepasswd/kcm/main.cpp	2007-10-16 18:30:14 +0400
@@ -108,12 +108,12 @@ KCMUserAccount::KCMUserAccount( QWidget 
 void KCMUserAccount::slotChangePassword()
 {
 	KProcess *proc = new KProcess;
-	QString bin = KGlobal::dirs()->findExe("kdepasswd");
+	QString bin = KGlobal::dirs()->findExe("userpasswd");
 	if ( !bin )
 	{
-		kdDebug() << "kcm_useraccount: kdepasswd was not found." << endl;
+		kdDebug() << "kcm_useraccount: userpasswd was not found." << endl;
 		KMessageBox::sorry ( this, i18n( "A program error occurred: the internal "
-			"program 'kdepasswd' could not be found. You will "
+			"program 'userpasswd' could not be found. You will "
 			"not be able to change your password."));
 
 		_mw->btnChangePassword->setEnabled(false);
@@ -121,7 +121,7 @@ void KCMUserAccount::slotChangePassword(
 		return;
 	}
 
-	*proc << bin << _ku->loginName() ;
+	*proc << bin;
 	proc->start(KProcess::DontCare);
 
 	delete proc;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin