PACKAGE NAME: libunique-1.1.6-i586-3gv.txz PACKAGE LOCATION: ./salix/gnome PACKAGE SIZE (compressed): 51 K PACKAGE SIZE (uncompressed): 204 K PACKAGE REQUIRED: atk,bzip2,cairo,expat,fontconfig,freetype,gdk-pixbuf2,glib2,gtk+2,harfbuzz,libX11,libXau,libXcomposite,libXcursor,libXdamage,libXdmcp,libXext,libXfixes,libXi,libXinerama,libXrandr,libXrender,libXxf86vm,libdrm,libffi,libpng,libxcb,libxshmfence,mesa,pango,pixman,zlib PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: libunique: libunique (a library for writing single instance applications) libunique: libunique: Unique is a library for writing single instance application. If you libunique: launch a single instance application twice, the second instance will libunique: either just quit or will send a message to the running instance. libunique: Unique makes it easy to write this kind of applications, by providing libunique: a base class, taking care of all the IPC machinery needed to send libunique: messages to a running instance, and also handling the startup libunique: notification side. libunique: libunique: