[Bug 518216] Re: empathy doesn't support MSN group chat

2011-05-03 Thread Phuah Yee Keat
I am on 11.04 64 bit, with Empathy 2.34.0-0ubuntu3 and telepathy-
butterfly 0.5.15-1.

I can't start a group chat on MSN. I remember previously that there is
an option to Initiate Conversation, but now its gone, the option to
Invite to Chat Room is disabled.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
https://bugs.launchpad.net/bugs/518216

Title:
  empathy doesn't support MSN group chat

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 191889] Re: [MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online state for networks that are managed outside of network manager.

2008-09-27 Thread Phuah Yee Keat
Changes to the previous patch:
- the function nm_device_other_update_ppp is changed to 
nm_device_update_unmanaged and defined in the header file
- now it monitors all unmanaged devices instead of just ppp devices
- now it checks whether the unmanaged device have an IP address before 
signaling as online
- added a new flag unmanaged_active (mimicking modem_active) that store whether 
we are online or not
- (untested) handle cases where there are more than one unmanaged devices and 
one of them is online. (This becomes an issue after I switched to netlink) 

** Attachment added: 50_monitor_unmanaged.patch
   http://launchpadlibrarian.net/18002881/50_monitor_unmanaged.patch

-- 
[MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online 
state for networks that are managed outside of network manager.
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 191889] Re: [MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online state for networks that are managed outside of network manager.

2008-09-27 Thread Phuah Yee Keat
Sorry for two patches in quick succession. After some thought and
testing, this is a better patch.

** Attachment added: 50_monitor_unmanaged.patch
   http://launchpadlibrarian.net/18003776/50_monitor_unmanaged.patch

-- 
[MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online 
state for networks that are managed outside of network manager.
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 191889] Re: [MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online state for networks that are managed outside of network manager.

2008-09-12 Thread Phuah Yee Keat
Here you go:
1. its a quilt patch
2. using libnl (using existing structures from nm-netlink-monitor.c) 
3. minimal changes
4. checks for POINTOPOINT in the flags (this can be easily removed, but I guess 
most of us have problems with ppp devices)
5. only handle unmanaged devices
6. utilize the modem_active flag within the data class.

Cheers.

** Attachment added: 50_monitor_external_ppp.patch
   http://launchpadlibrarian.net/17563061/50_monitor_external_ppp.patch

-- 
[MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online 
state for networks that are managed outside of network manager.
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 191889] Re: [MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online state for networks that are managed outside of network manager.

2008-08-28 Thread Phuah Yee Keat
I have hacked network-manager to check every second whether any
interface is up or not, besides the loopback interface. It worked
perfectly for my ppp connection. Both firefox and pidgin starts up with
the proper state, and even get notified when my ppp connection dies.

Comments welcomed.

Note that trying out NM0.7 will not solve my problem, as I am using
bluetooth DUN and NM0.7 does not supports that yet.

Cheers.

** Attachment added: network-manager-aware-ppp.patch
   http://launchpadlibrarian.net/17137590/network-manager-aware-ppp.patch

-- 
[MASTER] [WORKAROUND] Offline Mode feature fails to detect proper online 
state for networks that are managed outside of network manager.
https://bugs.launchpad.net/bugs/191889
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs