[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2010-09-15 Thread Bug Watch Updater
** Changed in: network-manager
   Importance: Unknown => Medium

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2008-03-20 Thread Basilio Kublik
Hi there
I'm closing this bug since this was fixed some time ago upstream, so the 
changes are present in Ubuntu for some time now.

Thanks

** Changed in: network-manager-applet (Ubuntu)
   Importance: Undecided => Low
   Status: New => Fix Released

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-09-13 Thread Alexander Sack
nm-applet has now its own source package ... reassigning accordingly.

 - Alexander

** Changed in: network-manager-applet (Ubuntu)
Sourcepackagename: network-manager => network-manager-applet

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-08-25 Thread Nicolò Chieffo
I don't really know... sorry

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-08-25 Thread Alexander Sack
On Mon, Aug 20, 2007 at 12:59:18PM -, Nicolò Chieffo wrote:
> will nm 0.7 be released for gutsy?
> 

unlikely ... however, how far is 0.7 development?

 - Alexander

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-08-20 Thread Nicolò Chieffo
** Changed in: network-manager (Ubuntu)
   Status: Incomplete => New

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-08-20 Thread Nicolò Chieffo
will nm 0.7 be released for gutsy?

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-06-23 Thread Bug Watch Updater
** Changed in: network-manager (upstream)
   Status: New => Fix Released

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://bugs.launchpad.net/bugs/75914
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-04-06 Thread Paul Sladen
** Summary changed:

- the applet does not listen to some dbus commands
+ nm-applet not synced to dbus .sleep and .setWirelessEnabled

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-04-06 Thread Nicolò Chieffo
this is the function (pasted it into a file because it is not short)

** Attachment added: "nm_dbus_nm_set_wireless_enabled.c"
   http://librarian.launchpad.net/7029671/nm.c

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-04-06 Thread Nicolò Chieffo
the function which modifies wireless_enabled is only called when receiving the 
dbus message getWirelessEnabled (which happens, I think, only when the applet 
is started).
In fact, when I start nm-applet with setWirelessEnabled=false the wireless menu 
does not appear!

So it should be added a function that when catches the
setWirelessEnabled message from dbus, it calls
nma_dbus_update_wireless_enabled_cb (or some similar new function), and
of course pops up a notify to the user using:

nma_send_event_notification(NMApplet *applet, NotifyUrgency urgency,
const char *summary,const char *message, const char *icon);

Unfortunately I have never programmed with dbus so I don't know how a
thread can be put to listen to a dbus message...

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-04-06 Thread Nicolò Chieffo
No! error! the menu item is
applet->stop_wireless_item
I am sorry...

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-04-06 Thread Nicolò Chieffo
in gnome/applet/applet.h is defined the NMApplet type, which has a field named 
wireless_enabled. and it is also declared in that file. Unfortunately there is 
no function that returns it except
nma_new(void)

It might be a start point! but it is gnome-only... where is the network
manager kde applet?

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-03-28 Thread Bug Watch Updater
** Changed in: network-manager (upstream)
   Status: Unknown => Unconfirmed

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-03-28 Thread Nicolò Chieffo
** Bug watch added: GNOME Bug Tracker #423885
   http://bugzilla.gnome.org/show_bug.cgi?id=423885

** Also affects: deluge (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=423885
   Importance: Unknown
   Status: Unknown

** Changed in: deluge (upstream)
   Importance: Unknown => Undecided
 Bugwatch: GNOME Bug Tracker #423885 => None
   Status: Unknown => Unconfirmed

** Changed in: deluge (upstream)
   Status: Unconfirmed => Rejected

** Also affects: network-manager (upstream) via
   http://bugzilla.gnome.org/show_bug.cgi?id=423885
   Importance: Unknown
   Status: Unknown

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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


[Bug 75914] Re: nm-applet not synced to dbus .sleep and .setWirelessEnabled

2007-03-27 Thread Nicolò Chieffo
I've also found that applet-dbus-devices.c is able to capture dbus events
look at

static void nma_dbus_update_wireless_enabled_cb (DBusPendingCall *pcall,
void *user_data)

this function does a applet->wireless_enabled = wireless_enabled

so I think that if this function is called when the setWirlelessEnabled
is captured by the dbus system, the applet status should change also in
the gui...

Am I right? is this function the callback of setWirelessEnabled?

** Changed in: network-manager (Ubuntu)
   Status: Rejected => Needs Info

-- 
nm-applet not synced to dbus .sleep and .setWirelessEnabled
https://launchpad.net/bugs/75914

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