OK
Rating:
0.38
Thread Listing » AWN Applets
Awn network manager applet
#25697 by moonbeam (1.0000) posted on 9:14pm Wednesday, December 09th, 2009
( no avatar )
Experimental applet available at https://launchpad.net/awn-nm-applet
[Q]



Based on the 0.7.1 nm-applet.
[Q]



Youtube video of slightly earlier version (icon scaling and menu placement have been fixed) : http://www.youtube.com/watch?v=d11LmdcrDus
[Q]



Installation Notes:
1) I don't think it'll hose anything that's already installed. But I'm not going to guarantee it.
2) I think it should work with Network Manager >= 0.7.1. But I might be optimistic. Please report success/failure with versions/dists.
3) You need to have the mainline nm-applet installed (though the configure does _not_ currently check for it).
[Q]



Activating the applet:
1) Applet name in awn-settings is "Network Manager"
2) You can only have one network manage applet running at a time... if you have nm-applet running in the notification area then you'll need to kill it before the awn-applet will run ( I'll get around to having a dialog popup explaining this when another nm-applet is detected but for now you'll just get the unhappy face).
[Q]



Please report failures/successes in this thread.
[Q]



Thanks,
[Q]

--
http://moon-shiny.blogspot.com/

*Edited at 9:17pm, 12/09/09
Score: 0 points
Any particular reason?
#25698 by BostonPeng (0.3251) posted on 4:15am Thursday, December 10th, 2009
Is there supposed to be a download link someplace, moon? I went to that LP page and don't see any way to actually get that applet to give it a try.
[Q]

Score: 0 points
Any particular reason?
#25699 by moonbeam (1.0000) posted on 5:45am Thursday, December 10th, 2009
( no avatar )
BostonPeng said:
Is there supposed to be a download link someplace, moon? I went to that LP page and don't see any way to actually get that applet to give it a try.
[Q]



The branch info is here. There is no tarball at this time.
[Q]



Score: 0 points
Any particular reason?
#25700 by BostonPeng (0.3251) posted on 6:27am Thursday, December 10th, 2009
Gotcha. I'll fire up a download tool and snag the files then. Wicd isn't being as needed as it used to be so I'd love to be able to get my net-man off of my panel and onto AWN.
[Q]

Score: 0 points
Any particular reason?
#25701 by BostonPeng (0.3251) posted on 8:18am Thursday, December 10th, 2009
I snagged the code with bzr branch lp:awn-nm-applet but when I cd'd into the directory and ran ./autogen.sh (after making it executable) I got an error at the end.
:~/awn-nm-applet$ ./autogen.sh
...
checking for NMA... configure: error: Package requirements (dbus-glib-1 >= 0.72
glib-2.0 >= 2.10
NetworkManager >= 0.7.0
libnm_glib >= 0.7.0
libnm-util >= 0.7.0
libnm_glib_vpn >= 0.7.0
gtk+-2.0 >= 2.10
libglade-2.0
gmodule-export-2.0
gconf-2.0
gnome-keyring-1
libnotify >= 0.4.3,
awn >= 0.3.9) were not met:
[Q]



No package 'libnm_glib' found
No package 'libnm_glib_vpn' found
No package 'awn' found
[Q]



Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
[Q]



Alternatively, you may set the environment variables NMA_CFLAGS
and NMA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[Q]




I do have the awn-trunk 0.3.9.1~bzr1796-1.9.10 as well as the awn-*-trunk packages installed (except the doc and dbg packages), in fact I just installed libawn-dev-trunk in case that's the package I was missing, but I still got the error. What else am I missing?
[Q]

Score: 0 points
Any particular reason?
#25702 by moonbeam (1.0000) posted on 10:39am Thursday, December 10th, 2009
( no avatar )
BostonPeng said:
No package 'libnm_glib' found
No package 'libnm_glib_vpn' found
No package 'awn' found
[Q]



You will need to install: libawn-dev-trunk, libnm-glib-vpn-dev and libnm-glib-dev.
[Q]



Also as I stated above make sure you have the standard nm-applet package installed.
[Q]



You may find after install these dev packages that if finds there are more missing, just repeat the process until it doesn't complain anymore.
[Q]
Score: 0 points
Any particular reason?
#25703 by BostonPeng (0.3251) posted on 1:18pm Thursday, December 10th, 2009
moonbeam said:
You will need to install: libawn-dev-trunk, libnm-glib-vpn-dev and libnm-glib-dev.
[Q]



Apt/Synaptic didn't know what libnm-glib-vpn-dev was, but I didn't get the complaints after I made sure I had the other two.
[Q]



moonbeam said:
You may find after install these dev packages that if finds there are more missing, just repeat the process until it doesn't complain anymore.
[Q]



I ended up needing to install libpolkit-dbus-dev, but everything else went well until I hit:
[Q]



checking Linux Wireless Extensions >= 18... no
configure: error: wireless-tools >= 28pre9 not installed or not functional
I do have wireless-tools installed, and an apt-cache policy returns
$ apt-cache policy wireless-tools
wireless-tools:
Installed: 29-2ubuntu6
Candidate: 29-2ubuntu6
Version table:
*** 29-2ubuntu6 0
500 http://ubuntu.media.mit.edu karmic/main Packages
100 /var/lib/dpkg/status
Any idea why I'm not getting success?
[Q]



*Edited at 1:20pm, 12/10/09
Score: 0 points
Any particular reason?
#25704 by moonbeam (1.0000) posted on 1:29pm Thursday, December 10th, 2009
( no avatar )
I think you need to install libiw-dev
[Q]
Score: 0 points
Any particular reason?
#25705 by BostonPeng (0.3251) posted on 1:32pm Thursday, December 10th, 2009
I need to log off my comp soon but I'm installing it now and will try to compile it in the am. Thanks for all the hand holding. Hopefully it will help someone else as well.
[Q]

Score: 0 points
Any particular reason?
#25706 by moonbeam (1.0000) posted on 1:42pm Thursday, December 10th, 2009
( no avatar )
BostonPeng said:
I need to log off my comp soon but I'm installing it now and will try to compile it in the am. Thanks for all the hand holding. Hopefully it will help someone else as well.
[Q]



Thanks for testing.
[Q]
Score: 0 points
Any particular reason?
#25708 by BostonPeng (0.3251) posted on 4:35am Friday, December 11th, 2009
I'm glad to be able to help test it. I'm not able to do as much testing as I used to be able to do so I'm really glad when I am able to assist like this. Unfortunately I ran into another glitch when I tried to compile it this morning.
[Q]



grep: po/Makefile.in: No such file or directory
config.status: error: po/Makefile.in.in was not created by intltoolize.
[Q]



I thought it may have been due to my running ./configure rather than ./autogen.sh so I blew away the folder and got it with brz again, but I ran ./autogen.sh (after making it executable) and I still get the same error.
[Q]



ETA: This is an odd error, because checking the directory I see that po/Makefile.in.in does exist. I'm guessing the file should be po/Makefile.in and the extra .in is throwing things off. But it's just a guess since I'm not a coder and I'm not 100% sure on what I'm looking for or where.
[Q]



*Edited at 4:58am, 12/11/09
Score: 0 points
Any particular reason?
#25709 by moonbeam (1.0000) posted on 5:53am Friday, December 11th, 2009
( no avatar )
BostonPeng said:
I thought it may have been due to my running ./configure rather than ./autogen.sh so I blew away the folder and got it with brz again, but I ran ./autogen.sh (after making it executable) and I still get the same error.
[Q]



I probably just cut a few too many things (or not quite enough) from the build system. I'll have a look. In the meantime I think you can go ahead with a make and install.
[Q]
Score: 0 points
Any particular reason?
#25710 by moonbeam (1.0000) posted on 5:58am Friday, December 11th, 2009
( no avatar )
BostonPeng said:
grep: po/Makefile.in: No such file or directory
config.status: error: po/Makefile.in.in was not created by intltoolize.
[Q]



Should be gone with revision 26.
[Q]
Score: 0 points
Any particular reason?
#25711 by BostonPeng (0.3251) posted on 6:35am Friday, December 11th, 2009
I got the updated bzr and it configured without a complaint, but when I ran make it crashed on me
[Q]



gconf-helpers.c:36:25: error: nm-settings.h: No such file or directory
gconf-helpers.c: In function ‘get_one_private_key’:
gconf-helpers.c:1667: error: ‘NM_SETTINGS_ERROR’ undeclared (first use in this function)
gconf-helpers.c:1667: error: (Each undeclared identifier is reported only once
gconf-helpers.c:1667: error: for each function it appears in.)
gconf-helpers.c:1667: error: ‘NM_SETTINGS_ERROR_SECRETS_UNAVAILABLE’ undeclared (first use in this function)
gconf-helpers.c: In function ‘nm_gconf_get_keyring_items’:
gconf-helpers.c:1777: error: ‘NM_SETTINGS_ERROR’ undeclared (first use in this function)
gconf-helpers.c:1777: error: ‘NM_SETTINGS_ERROR_SECRETS_UNAVAILABLE’ undeclared (first use in this function)
make[3]: *** [libgconf_helpers_la-gconf-helpers.lo] Error 1
make[3]: Leaving directory `/home/moi/awn-nm-applet/src/gconf-helpers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/moi/awn-nm-applet/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/moi/awn-nm-applet'
make: *** [all] Error 2
:~/awn-nm-applet$
[Q]

Score: 0 points
Any particular reason?
#25712 by moonbeam (1.0000) posted on 6:40am Friday, December 11th, 2009
( no avatar )
BostonPeng said:
gconf-helpers.c:36:25: error: nm-settings.h: No such file or directory
gconf-helpers.c: In function ‘get_one_private_key’:
gconf-helpers.c:1667: error: ‘NM_SETTINGS_ERROR’ undeclared (first use in this function)
gconf-helpers.c:1667: error: (Each undeclared identifier is reported only once
gconf-helpers.c:1667: error: for each function it appears in.)
gconf-helpers.c:1667: error: ‘NM_SETTINGS_ERROR_SECRETS_UNAVAILABLE’ undeclared (first use in this function)
gconf-helpers.c: In function ‘nm_gconf_get_keyring_items’:
gconf-helpers.c:1777: error: ‘NM_SETTINGS_ERROR’ undeclared (first use in this function)
gconf-helpers.c:1777: error: ‘NM_SETTINGS_ERROR_SECRETS_UNAVAILABLE’ undeclared (first use in this function)
make[3]: *** [libgconf_helpers_la-gconf-helpers.lo] Error 1
make[3]: Leaving directory `/home/moi/awn-nm-applet/src/gconf-helpers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/moi/awn-nm-applet/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/moi/awn-nm-applet'
make: *** [all] Error 2
:~/awn-nm-applet$
[Q]



Does /usr/include/libnm-glib/nm-settings.h exist?
[Q]
Score: 0 points
Any particular reason?
#25713 by BostonPeng (0.3251) posted on 6:49am Friday, December 11th, 2009
No, I only have
[Q]



$ ls /usr/include/libnm-glib/nm-settings*
/usr/include/libnm-glib/nm-settings-connection-interface.h
/usr/include/libnm-glib/nm-settings-interface.h
/usr/include/libnm-glib/nm-settings-service.h
/usr/include/libnm-glib/nm-settings-system-interface.h
[Q]



I did a search on Uboontu.com and found Bug #430714: nm-settings.h missing from libnm-glib. Damn.
[Q]



*Edited at 6:49am, 12/11/09
Score: 0 points
Any particular reason?
#25714 by moonbeam (1.0000) posted on 9:42am Friday, December 11th, 2009
( no avatar )
BostonPeng said:
$ ls /usr/include/libnm-glib/nm-settings*
/usr/include/libnm-glib/nm-settings-connection-interface.h
/usr/include/libnm-glib/nm-settings-interface.h
/usr/include/libnm-glib/nm-settings-service.h
/usr/include/libnm-glib/nm-settings-system-interface.h
[Q]



ok. I'll see what can be done.
[Q]



thanks
[Q]
Score: 0 points
Any particular reason?
#25715 by moonbeam (1.0000) posted on 1:41pm Friday, December 11th, 2009
( no avatar )
BostonPeng said:
I did a search on Uboontu.com and found Bug #430714: nm-settings.h missing from libnm-glib. Damn.
[Q]



Seems Karmic is using a "0.8" version built from git. I'll have a look at getting a 0.8 branch up and running tonight.
[Q]
Score: 0 points
Any particular reason?
#25717 by moonbeam (1.0000) posted on 10:21pm Friday, December 11th, 2009
( no avatar )
BostonPeng said:
I did a search on Uboontu.com and found Bug #430714: nm-settings.h missing from libnm-glib. Damn.
[Q]



Here's a branch for Karmic.
[Q]






Be sure to set --prefix. (if you installed from awn testing then use sh autogen.sh --prefix=/usr/ )
[Q]
Score: 0 points
Any particular reason?
#25722 by BostonPeng (0.3251) posted on 9:57am Saturday, December 12th, 2009
THANK YOU! That did the trick. I've got it running right now. I owe you another brew. :D
[Q]

Score: 0 points
Any particular reason?
#25724 by moonbeam (1.0000) posted on 12:29pm Saturday, December 12th, 2009
( no avatar )
BostonPeng said:
THANK YOU! That did the trick. I've got it running right now. I owe you another brew. :D
[Q]



mmm... beer.
[Q]



I'll probably be creating a branch specifically for karmic as that branch when I get a chance. I think some of the code in the current 8.0 git is a bit incompatible with the karmic version.
[Q]



Anyway, I've heard that there's an issue with pptp, if you see any other problems please note it here or on the launchpad bug tracker.
[Q]
Score: 0 points
Any particular reason?
#25725 by BostonPeng (0.3251) posted on 12:37pm Saturday, December 12th, 2009
I'm running it on karmic, and the only issue I'm seeing is a refusal to use my wireless, but that's a known issue with karmic itself. I had that in Wicd as well.
[Q]

Score: 0 points
Any particular reason?
#26039 by ItsTommyGun (0.1849) posted on 10:32am Wednesday, March 03rd, 2010
( no avatar )
I've read through this, and I'm not able to get this thing working. First of all, it doesn't have a configure file. So that doesn't work, and when I run the autogen, I get some errors. I notice though, that there haven't been any comments on this in a while, is this still being worked on?
[Q]



*Edited at 4:28pm, 03/03/10
Score: 0 points
Any particular reason?
#26042 by moonbeam (1.0000) posted on 6:04am Thursday, March 04th, 2010
( no avatar )
ItsTommyGun said:
I've read through this, and I'm not able to get this thing working. First of all, it doesn't have a configure file. So that doesn't work, and when I run the autogen, I get some errors. I notice though, that there haven't been any comments on this in a while, is this still being worked on?
[Q]



Feel free to post the error.
[Q]
Score: 0 points
Any particular reason?
#26158 by gutmensch (0.1902) posted on 8:28am Monday, May 10th, 2010
( no avatar )
I can confirm that it's working under Fedora 12 as well (the 0.8-git branch)! Thanks a lot. However, I'd suggest some Makefile "workaround" for the X-AWN-AppletExec=/usr/lib/awn/applets/nm-applet/libawn-nm-applet.so entry in the .desktop file as it is not the right place for x64 distributions ;-)
[Q]



Keep up the good work and don't forget to update the 0.8 branch :D
[Q]



Best regards,
Robert
[Q]

Score: 0 points
Any particular reason?
#26159 by gutmensch (0.1902) posted on 10:05am Monday, May 10th, 2010
( no avatar )
Hm, forget my hint about /usr/lib, seems to be rather a awn problem under Fedora and not a problem of the Makefile...
[Q]



Is there any possibility to store applet.glade as an alternative, e.g. applet.glade.awn-nm-applet? It overrides the default one from NetworkManager-gnome, which will cause problems sooner or later... (trying to build a rpm package for Fedora).
[Q]

Score: 0 points
Any particular reason?
#26160 by moonbeam (1.0000) posted on 11:31am Monday, May 10th, 2010
( no avatar )
gutmensch said:
Is there any possibility to store applet.glade as an alternative, e.g. applet.glade.awn-nm-applet? It overrides the default one from NetworkManager-gnome, which will cause problems sooner or later... (trying to build a rpm package for Fedora).
[Q]



Could you file a bug for that? I'll try and fix it up when I have an opportunity.
[Q]
Score: 0 points
Any particular reason?
#26185 by gutmensch (0.1902) posted on 12:11pm Wednesday, May 12th, 2010
( no avatar )
Hm where should I file it? Here, since launchpad bugs aren't opened?
[Q]



2 files seem to be duplicate in the awn-nm-applet source for Fedora:
[Q]



1. keyring.png from /usr/share/nm-applet/ (which is already installed by the package "NetworkManager-gnome", it's the same file, version of that package is 0.8.0-6.git20100408.fc12)
[Q]



2. applet.glade also from /usr/share/nm-applet/ (originally also from NetworkManager-gnome), but the one from awn-nm-applet is different and bigger in size:
[Q]



-rw-r--r--. 95767 usr/share/nm-applet/applet.glade
[Q]



-rw-r--r--. 119893 build/usr/share/nm-applet/applet.glade
[Q]



The first one is from NetworkManager-gnome. Diff of these files doesn't bring up special info, just xml differences - can provide a diff if necessary ;) Could there be a version difference in applet.glade? The original nm-applet shows 0.8, the one in awn shows 0.7.997.
[Q]



I guess both files should be removed from the source of awn-nm-applet, if not intentionally put there. If else, then there must be another solution?
[Q]



Best regards,
Robert
[Q]

Score: 0 points
Any particular reason?
#26202 by gabme (0.1890) posted on 9:21pm Monday, May 24th, 2010
( no avatar )
can u tell me what this error its about?
[Q]



checking pkg-config is at least version 0.9.0... yes
checking for GOBJECT... yes
checking for NMA... configure: error: Package requirements (dbus-glib-1 >= 0.72
glib-2.0 >= 2.10
NetworkManager >= 0.7.0
libnm_glib >= 0.7.0
libnm-util >= 0.7.0
libnm_glib_vpn >= 0.7.0
gtk+-2.0 >= 2.10
libglade-2.0
gmodule-export-2.0
gconf-2.0
gnome-keyring-1
libnotify >= 0.4.3,
awn >= 0.3.9) were not met:
[Q]



No package 'libglade-2.0' found
No package 'gconf-2.0' found
No package 'gnome-keyring-1' found
No package 'libnotify' found
[Q]



Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
[Q]



Alternatively, you may set the environment variables NMA_CFLAGS
and NMA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
[Q]

Score: 0 points
Any particular reason?
#26204 by moonbeam (1.0000) posted on 5:59am Tuesday, May 25th, 2010
( no avatar )
gabme said:
can u tell me what this error its about?
[Q]



Looks like you're probably missing dev packages for glade, gconf-2.-, gnome-keyring-1 and libnotify.
[Q]



I'd also suggest installing all the network manager dev packages. There are a issues with the applet makefiles (see above), but in general it attempts to only install the awn applet.
[Q]



I'm hoping to have a few moments to look at this cod this week. It might, or might not happen.
[Q]
Score: 0 points
Any particular reason?
#26205 by gabme (0.1890) posted on 12:55pm Tuesday, May 25th, 2010
( no avatar )
F$%^ i cant even compiled awn i have an weird msg ive reinstall linux mint and even that fixed this problem...
[Q]



configure: error:
Could not link test program to Python. Maybe the main Python library has been
installed in some non-standard library path. If so, pass it to configure,
via the LDFLAGS environment variable.
Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib"
============================================================================
ERROR!
You probably have to install the development version of the Python package
for your distribution. The exact name of this package varies among them.
============================================================================
[Q]




and if i install awn via synaptic when i try to compile the nm app i have another problemmm ashh
[Q]



awn not found... D:aug2
[Q]



*Edited at 12:56pm, 05/25/10
Score: 0 points
Any particular reason?
#26206 by moonbeam (1.0000) posted on 1:36pm Tuesday, May 25th, 2010
( no avatar )
gabme said:
awn not found... D:aug2
[Q]



Include the dev files along with the standard packages when you install using synaptic.
[Q]
Score: 0 points
Any particular reason?
#26207 by gabme (0.1890) posted on 2:43pm Tuesday, May 25th, 2010
( no avatar )
Now i have this when i type sudo make install
[Q]



gconf-upgrade.c:201: error: ‘IW_AUTH_ALG_OPEN_SYSTEM’ undeclared here (not in a function)
gconf-upgrade.c:202: error: ‘IW_AUTH_ALG_SHARED_KEY’ undeclared here (not in a function)
gconf-upgrade.c:240: error: ‘IW_AUTH_WPA_VERSION_WPA’ undeclared here (not in a function)
gconf-upgrade.c:240: error: initializer element is not constant
gconf-upgrade.c:240: error: (near initialization for ‘wpa_versions[0].value’)
gconf-upgrade.c:241: error: ‘IW_AUTH_WPA_VERSION_WPA2’ undeclared here (not in a function)
gconf-upgrade.c:241: error: initializer element is not constant
gconf-upgrade.c:241: error: (near initialization for ‘wpa_versions[1].value’)
gconf-upgrade.c:284: error: ‘IW_AUTH_CIPHER_WEP40’ undeclared here (not in a function)
gconf-upgrade.c:284: error: initializer element is not constant
gconf-upgrade.c:284: error: (near initialization for ‘eap_key_types[0].value’)
gconf-upgrade.c:285: error: ‘IW_AUTH_CIPHER_WEP104’ undeclared here (not in a function)
gconf-upgrade.c:285: error: initializer element is not constant
gconf-upgrade.c:285: error: (near initialization for ‘eap_key_types[1].value’)
gconf-upgrade.c:286: error: ‘IW_AUTH_CIPHER_TKIP’ undeclared here (not in a function)
gconf-upgrade.c:286: error: initializer element is not constant
gconf-upgrade.c:286: error: (near initialization for ‘eap_key_types[2].value’)
gconf-upgrade.c:287: error: ‘IW_AUTH_CIPHER_CCMP’ undeclared here (not in a function)
gconf-upgrade.c:287: error: initializer element is not constant
gconf-upgrade.c:287: error: (near initialization for ‘eap_key_types[3].value’)
[Q]



*Edited at 8:07pm, 05/25/10
Score: 0 points
Any particular reason?
#26237 by gutmensch (0.1902) posted on 7:57am Monday, June 14th, 2010
( no avatar )
@gabme: You're missing again at least one source package, for Fedora it's called "wireless-tools-devel", for Ubuntu maybe something like "libiw-dev". Without it the build will fail.
Search for a file called wireless.h in your include folders /usr/include or /usr/local/include.
[Q]

Score: 0 points
Any particular reason?
#26238 by gutmensch (0.1902) posted on 8:06am Monday, June 14th, 2010
( no avatar )
Heya moonbeam :)
[Q]



Just tried to compile the applet for Fedora 13, using the 0.8 branch. Build works fine, but the compiled libawn-nm-applet.so throws an error:
[Q]



symbol lookup error: /usr/lib64/awn/applets/nm-applet/libawn-nm-applet.so: undefined symbol: GTK_WIDGET_REALIZED
[Q]



I read about those errors and it seems to be a new version of gtkglext is causing the error (there was a deprecated symbols remove "patch"), therefore the awn-applet.c failes on line 2272. The version from Fedora is 1.2.0.
[Q]



Best regards,
Robert
[Q]

Score: 0 points
Any particular reason?
#26239 by gutmensch (0.1902) posted on 8:34am Monday, June 14th, 2010
( no avatar )
Ping back: Was just a little fix, fwiw I'm attaching a patch which solved my issue under Fedora 13 with gtkglext 1.2.0!
[Q]



 

--- awn-applet.c 2010-06-14 17:29:27.878947272 +0200
+++ awn-applet.c.new 2010-06-14 17:29:58.331946917 +0200
@@ -2719,7 +2719,7 @@ static void nma_icons_init (NMApplet *ap
g_object_unref (G_OBJECT (applet->icon_theme));
}

- if (GTK_WIDGET_REALIZED (GTK_WIDGET(applet->awn_applet)))
+ if (gtk_widget_get_realized (GTK_WIDGET(applet->awn_applet)))
{
screen = gtk_widget_get_screen (GTK_WIDGET (applet->awn_applet));
}
@@ -2755,7 +2755,7 @@ position_popup(GtkMenu *menu, gint *x, g
g_return_if_fail (applet->awn_applet);
g_return_if_fail (AWN_IS_APPLET_SIMPLE (applet->awn_applet));

- if (GTK_WIDGET_REALIZED (GTK_WIDGET(applet->awn_applet)))
+ if (gtk_widget_get_realized (GTK_WIDGET(applet->awn_applet)))
{
def_screen = gtk_widget_get_screen (GTK_WIDGET (applet->awn_applet));
}
[Q]



Keep up the good work!
[Q]

Score: 0 points
Any particular reason?
Thread Listing » AWN Applets » Awn network manager applet

Post A Reply:

Anonymous posting has been disabled. Please register first before attempting to post.
Powered by Metaforum ©2004-2010
Get your own Free AJAX Forum Messageboard by visiting the offical site.
.