Re: UUID Library for Gnome apps

2013-06-01 Thread אנטולי קרסנר
Hi, I don't use Ubuntu and I don't know which library it actually is. Anyway, clearly some people use one while some use the other. What I'm looking for is system-wide recommendation or advice. On Fedora, there's libuuid which comes with the Linux kernel IIRC and my whole desktop depends on it. An

Re: UUID Library for Gnome apps

2013-05-30 Thread Vivien Malerba
Hi! I use the libuuid library (uuid-dev and uuid-runtime packages under Ubuntu). Regards, Vivien On 30 May 2013 07:37, אנטולי קרסנר wrote: > Hello list, > > I'm writing a desktop app using Gnome technologies and I want to use > UUIDs as means of generating URIs for resources. > > I found two

UUID Library for Gnome apps

2013-05-29 Thread אנטולי קרסנר
Hello list, I'm writing a desktop app using Gnome technologies and I want to use UUIDs as means of generating URIs for resources. I found two UUID libraries: One is part of e2fsprogs, and the other one is provided by OSSP and has a C++ binding (perfect for me because I write in C++). I don't min