Bug 337881

Summary: Telepathy tries to connect even when network is down
Product: [Frameworks and Libraries] telepathy Reporter: adr.fantini
Component: generalAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: guillaume.debure, simonandric5, smithjd15, sven
Priority: NOR    
Version: 0.8.1   
Target Milestone: Future   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In: 18.04

Description adr.fantini 2014-07-29 12:43:20 UTC
Telepathy KDE plasmoid and interface report "connecting..." even if network is down. The moving cicle in the ystem tray plasmoid is annoying after a while.

Reproducible: Always

Steps to Reproduce:
1. Up network and connect Telepathy
2. Put network cown
3. Verify Telepathy continuously tries to connect as reported: "connecting..."
Actual Results:  
Telepathy continuously tries to connect as reported: "connecting..."

Expected Results:  
If network is down telepathy should not try to connect at all.
Comment 1 Guillaume DE BURE 2015-11-10 21:42:11 UTC
Hi all,

After following a couple of bugs being closed as a duplicate of this one, I would like to ask : my issue is that when I have no Internet connexion, the telepathy panel icon keeps spinning, getting one full core busy, and thus sucking on battery...

Can I do anything to help on this ? Thansk :)
Comment 2 Guillaume DE BURE 2015-11-10 21:44:19 UTC
Forgot to mention:
* Telephathy 15.08.2
* KDE Frameworks 5.15.0
* Qt 5.5.1 (built against 5.5.0)
Comment 3 Sven Eden 2016-02-03 13:57:36 UTC
The evil thing is, that it is not possible to tell the client to go offline. The command (via context menu) is simply ignored.
Without knowing which process to kill, the life time of my batter goes downs from ~4 hours to ~30 minutes, because plasmashell is eating away on at least two cores. (Yes, there where two processes named "plasmashell" listed in htop on top, one with ~100% CPU and the other with about ~90% CPU usage)

My System:
* Gentoo Linux
* Plasma 5.5.4
* KDE Framework 5.18.0
* KDE Apps 15.12.1
* QT 5.5.1
Comment 4 Guillaume DE BURE 2016-04-19 04:53:04 UTC
Just a gentle "up" :)
Still present in :
* Archlinux
* KDE Apps 16.03.90
* Frameworks 5.21.0
* Qt 5.6.0
Comment 5 Jamie Smith 2017-01-10 05:10:19 UTC
Does this still happen without the kded module loaded?

Run this command in a terminal to unload the module:
qdbus org.kde.kded5 /kded org.kde.kded5.unloadModule ktp_integration_module
Comment 6 Jamie Smith 2017-11-22 01:52:56 UTC
This should be fixed as of commit: https://commits.kde.org/ktp-kded-module/20f845ce0c2e828700a79efd455f9700deafb1d7 . Reopen this bug if the issue persists.