Activity Stream
48,167 MEMBERS
61131 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Member

    Thumbs up [Linux] Creating Visually Appealing Notifications

    Part 1 of Easy GUI Creation On Linux

    Hey guys..
    In this thread, I will show , how to Creating Visually Appealing Notifications on Liunux using notify--send.
    I assume that the user reading this thread has basics of shell scripting..
    I am working on Ubuntu, this doesn't mean that it will only work on Ubuntu, it should work on any UNIX like OS.



    • Creating Visually Appealing Notifications


    We will be using notify-send

    Requirements
    ibnotify-bin

    Installation on Ubuntu
    Code: 
    apt-get install libnotify-bin
    Usage

    PHP Code: 
    notify-send "KWWHunction.com Rocks ?"


    Sample Out Put








    Uses

    Creating notifications , for example when any of your friend come Online on MSN / Yahoo, this can be used to notify the same..
    or even notify the user when a download is completed ..


    PHP Code: 
    #!/bin/bash
    wget http://www.google.com/images/srpr/nav_logo13.png
    notify-send "Download Completed "
    you can extend this tool to create many awesome things.
    you can pipe the output of any script to this and use it to create visually appealing Notifications..

    for more info and all available options..
    PHP Code: 
    man notify-send 
    I will try to cover many more Tools , which will be very helpful to create Basic Linux Apps easily in the near future.
    desiboy Reviewed by desiboy on . [Linux] Creating Visually Appealing Notifications Part 1 of Easy GUI Creation On Linux Hey guys.. In this thread, I will show , how to Creating Visually Appealing Notifications on Liunux using notify--send. I assume that the user reading this thread has basics of shell scripting.. I am working on Ubuntu, this doesn't mean that it will only work on Ubuntu, it should work on any UNIX like OS. Rating: 5
    Coding Horror Fan
    I don't read PM's frequently .

  2.   Sponsored Links

  3.     
    #2
    Member
    Thanks

  4.     
    #3
    Member
    Nice tutorial,

    can be very useful

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Get SMS Notifications of PMs on KWWH
    By Amz in forum General Discussion
    Replies: 16
    Last Post: 14th Jul 2012, 05:46 AM
  2. Notifications
    By Qoo in forum Feedback and Suggestions
    Replies: 13
    Last Post: 7th May 2012, 11:54 AM
  3. [Jquery] Visually Appealing Notifications - Happy New Year !
    By desiboy in forum Tutorials and Guides
    Replies: 1
    Last Post: 2nd Jan 2011, 01:58 PM
  4. HINT: Visually view a mysql table
    By litewarez in forum Tutorials and Guides
    Replies: 1
    Last Post: 22nd May 2009, 02:30 PM

Tags for this Thread

BE SOCIAL