Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show the default beautiful popup message in ubuntu using python?

http://tinypic.com/r/5dv7kj/7 How can i show the message like in the picture(top right)?

I'm new to linux and now tring to use pygtk to make a client application to show/popup some random hint/mems.

Using traditional winodw is OK,but this one is much more friendly to me.I have tried scanning through the pygtk guide but still missing the solution.Other

Is there any body could give me some hint?Any python GUI libs are also OK.

like image 985
NStal Avatar asked Dec 04 '22 21:12

NStal


1 Answers

It's an Ubuntu specific thing called NotifyOSD. There are examples of programming for it here.

like image 185
Thomas K Avatar answered Dec 07 '22 11:12

Thomas K