Hello, When I run Wmaker, I can manage notifications like Ubuntu update-notifier within docker, a systray dockable icon. A simple test is :
zenity --notification --text "My message" What about notification within Azalea / AZDock : - Docker does not work with AZDock : it seems loaded and docked, but nothing happens. - How ether, stalonetray, another systray works fine in Azalea : it handles the above test and the Ubuntu update-notifier. But, unfortunately, it keeps itself on the bottom left of the screen, not docked in AZDock. I think it would be more reliable to embed it like a notification area in the left side of the clock inside the EtoileMenuServer. Until it could be available, I just add this section to start it from my xsession script : ### Notification ### update-notifier --force-use-gksu --startup-delay 30000 & stalonetray & Cheers, Patrick -- View this message in context: http://www.nabble.com/Feature-request-%3A-notification-area-within-Etoile-tp17480579p17480579.html Sent from the GNUstep - General mailing list archive at Nabble.com. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
