NITDgpOS / UIP

A library, to customize your desktop wallpapers.
https://nitdgpos.github.io/projects/UIP
GNU Affero General Public License v3.0
19 stars 45 forks source link

GUI: minimize to system tray when closed #197

Closed abhay-raizada closed 6 years ago

nkprince007 commented 7 years ago

How exactly do we tackle this? GDE and Unity don't have system tray, right?

abhay-raizada commented 7 years ago

yes neither do KDE and windows and Mac, but i guess there are thrid party services that do this, we've got to search

abhay-raizada commented 7 years ago

http://docs.wxwidgets.org/2.8.8/wx_wxtaskbaricon.html#wxtaskbaricon is a nice way if someone wants a starting point

nkprince007 commented 7 years ago

I think this serves even better, bro @abhsag24

http://candidtim.github.io/appindicator/2014/09/13/ubuntu-appindicator-step-by-step.html

abhay-raizada commented 7 years ago

@nkprince007 the previous one was windows only i think. I think yu'll have to implement all of these differently

nkprince007 commented 7 years ago

since I'm on kde I can't proceed any further on this

Aniq55 commented 7 years ago

img_20170126_164647

Is this design alright? @nkprince007 @abhsag24

Screenshot hid the menu, so had to take a pic. -_-!

abhay-raizada commented 7 years ago

@Aniq55 yes this looks good for the basic case might want to add a menu entry to maximize and bring back the normal GUI ?

Aniq55 commented 7 years ago

Yeah Cool @abhsag24

nkprince007 commented 7 years ago

@Aniq55 please wait until the Event starts, you shouldn't be contributing before time IMO

CC @abhsag24 @Aniq55

abhay-raizada commented 7 years ago

Nah it's okay. GSoC has the same rule you can make prototypes.

On 26-Jan-2017 6:00 PM, "Naveen Kumar Sangi" notifications@github.com wrote:

@Aniq55 https://github.com/Aniq55 please wait until the Event starts, you shouldn't be contributing before time :P

CC @abhsag24 https://github.com/abhsag24 @Aniq55 https://github.com/Aniq55

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/NIT-dgp/UIP/issues/197#issuecomment-275377501, or mute the thread https://github.com/notifications/unsubscribe-auth/AIIwPzhJ6lgm0OO9Nchap6W0zUJkzYQwks5rWJH2gaJpZM4LG2CW .

Aniq55 commented 7 years ago

I haven't started contributing, just checking and discussing the design. @nkprince007

Aniq55 commented 7 years ago

Link for windows: http://www.brunningonline.net/simon/blog/archives/SysTrayIcon.py.html

abhay-raizada commented 6 years ago

374