Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37514213
en ru br
ALT Linux repos
S:23.04.3-alt1

Group :: Graphical desktop/KDE
RPM: kde5-ktp-accounts-kcm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-autoconnect.patch
Download


--- a/src/add-account-assistant.cpp
+++ b/src/add-account-assistant.cpp
@@ -279,6 +279,8 @@ void AddAccountAssistant::onAccountCreat
         KTp::WalletUtils::setAccountPassword(account, values[QLatin1String("password")].toString());
     }
 
+    account->setAutomaticPresence(Tp::Presence::available());
+    account->setConnectsAutomatically(true);
     if (d->accountEditWidget->connectOnAdd()) {
         account->setRequestedPresence(d->globalPresence->requestedPresence());
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin