Search:

Type: Posts; User: giox0692; Keyword(s):

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    566

    Re: Detecting Unity Launcher presence

    1st self answer: this piece of code seems to do the job


    #include <gio/gio.h>
    gboolean is_unity_launcher_available()
    {
    /* Check if we have a unity panel running and ready to
    * accept...
  2. Replies
    1
    Views
    566

    Detecting Unity Launcher presence

    Hi to all.
    I'm developing a C/GTK+ program which will run on many different linuxes and desktop environments.

    In this program I would like to use Dynamic Quiclkists of Unity's Launcher as...
Results 1 to 2 of 2