Bug 316841 - Telepathy thinks you are offline if you connect to internet via other methods than Networkmanager, eg wvdial
Summary: Telepathy thinks you are offline if you connect to internet via other methods...
Status: RESOLVED NOT A BUG
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: git-latest
Platform: Ubuntu Linux
: NOR major
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords:
: 316943 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-03-16 12:26 UTC by Orion
Modified: 2013-03-18 04:53 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Orion 2013-03-16 12:26:22 UTC
connect to internet using command line wvdial and a USB (or other) modem. Other applications note that you are online, kde-telepathy thinks you are offline as you are not using Networkmanager

Reproducible: Always

Steps to Reproduce:
1. connect to internet using command wvdial from console
2. set status to "available"
Actual Results:  
other applications as KMail, Firefox etc works and notice you are online
Kde-telepathy thinks you are offline and will not connect, ktp-debugger confirms this

Expected Results:  
kde-telepathy. like other internet applications, notice that you are connected via other means than Networkmanager and connects to your accounts

Networkmanager can deal with most devices/connections but far from all. I have 2-3 USB 3G modems that are not working via Networkmanager but works perfect using wvdial command.
Other applications, be they KDE native as Rekonq and KMail or not as Firefox, note that I am connected. It is only kde-telepathy that does not.
Comment 1 Martin Klapetek 2013-03-16 12:40:00 UTC
Thanks for the report. 

The component responsible for connecting to IM networks is Mission Control and is from the upstream Telepathy project. Any such functionality should be implemented there as we cannot force MC to bypass network manager checks (I think). 

That said, this bug should be filed at bugs.freedesktop.org, project Telepathy and component Mission Control.

Not much we can do, sorry...
Comment 2 David Edmundson 2013-03-16 15:18:34 UTC
It seems there is a way to disable the MC connection plugins.

dconf write /org/gnome/empathy/use-conn  false
(this disables the plugins that check connection state)

then run:
killall mission-control-5 
(this will make it reload the config, it will automatically respawn)

Will x-post to the forums.
Comment 3 David Edmundson 2013-03-18 04:04:44 UTC
*** Bug 316943 has been marked as a duplicate of this bug. ***
Comment 4 Orion 2013-03-18 04:53:45 UTC
(In reply to comment #2)
> It seems there is a way to disable the MC connection plugins.
> 
> dconf write /org/gnome/empathy/use-conn  false
> (this disables the plugins that check connection state)
> 
> then run:
> killall mission-control-5 
> (this will make it reload the config, it will automatically respawn)
> 
> Will x-post to the forums.
this does not fix the problem for me