View Single Post
b666m's Avatar
Posts: 1,090 | Thanked: 476 times | Joined on Jan 2010 @ Ingolstadt, Germany
#46
Originally Posted by basvhout View Post
I mean, when you get an SMS at the top left appears a little bar/popup or something like that. Is that possible with pidgin? Cause I get it with integrated msn, but I really prefered pidgin.

Thanks!
this bar/popup/banner is called through dbus afaik.

dbus commands can be easily sent - for example in xterm:
Code:
dbus-send-notification "foo bar boo bah bang"
(for some fun with dbus take a look at: http://wiki.maemo.org/User:Jebba/DBUS )

mhm... unfortunately i don't know how to program plugins for pidgin but maybe i will take a short look into it ^^

it can't be this hard ;D

(in "normal" pidgin there is something similar done with libnotify which unfortunately isn't available in pidgin - but you may have just to change the libnotify-call to a dbus-call ^^)
 

The Following User Says Thank You to b666m For This Useful Post: