aMule Forum

English => Feature requests => Topic started by: skolnick on March 21, 2011, 08:42:47 PM

Title: Indicator Applet support
Post by: skolnick on March 21, 2011, 08:42:47 PM
Hi!

Since Ubuntu 10.04, there is an attempt to organize the system tray (or notification area) more clearly. This has been done by implementing the Indicator Applet, and some apps support it already (notably dropbox). I think it would be useful to support it, since currently the aMule icon appears on the old system tray (Notification Area) and the icon looks ugly (see screenshot, running the default GNOME desktop on Ubuntu 10.04).

(http://img850.imageshack.us/img850/8936/amule.png)

Thanks!

Edit: forgot the links about this: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators
Title: Re: Indicator Applet support
Post by: Kry on March 22, 2011, 01:40:51 AM
http://www.wxwidgets.org
Title: Re: Indicator Applet support
Post by: Kry on March 22, 2011, 01:44:10 AM
On a longer note, good luck getting anyone to implement ubuntu-specific UI in a program or framework.
Title: Re: Indicator Applet support
Post by: neorazor on April 07, 2011, 06:49:50 PM
I'm working on a GTKmm version of amule, with libnotify and appindicator support -> https://github.com/NeoRazorX/gtkmule
Anyone want to help?

PS: sorry for my bad english.
Title: Re: Indicator Applet support
Post by: Kry on April 07, 2011, 08:15:39 PM
Shouldn't be time better spent coding a GUI for amuled?
Title: Re: Indicator Applet support
Post by: neorazor on April 07, 2011, 10:28:07 PM
Shouldn't be time better spent coding a GUI for amuled?

I'm still studing amule's code. I don't want to use wxwidgets code on Gtkmule, but it's highly integrated on amule.

Is CamuleRemoteGuiApp class (amule-remote-gui.h) what i must implement?
Title: Re: Indicator Applet support
Post by: GonoszTopi on April 17, 2011, 01:56:39 PM
Basically, yes.