Get fancy Skype Notifications on Ubuntu 9.04
Skype Notify is little python script that takes advantage of Ubuntu 9.04’s transparent notifications to bring fancy Skype updates to your system tray.
Skype has his own notify engine, but if you want your notifications to be unite, you can try this tiny python script that will show Skype notifications on reserved Ubuntu 9.04 notification place.
- To install the script, first download it from here and save it in your Home/Your-Username folder.
- Start Skype
- Next, go to Options-> Notifications -> Advanced View -> Check the “Execute the following script on any event” option and paste the following script into it
- Click Apply
python /home/your-username/skype-notify.py -e”%type” -n”%sname” -f”%fname” -p”%fpath” -m”%smessage” -s%fsize -u%sskype
Note: If you place the script on a different location, make changes on /home/your-username folder so the system can locate the script and execute it.
Have fun.
Tags | Howto, Linux, Newbie Ubuntu Tips, Tips and Tricks, Ubuntu
I find that its a little slow in catching up to events. e.g. I'm already connected and speaking, and it notifies that its still calling etc.
But otherwise its great, thanks!
This has reached its download limit, can you repost?