Dear all
This must be a bug in the function g_get_user_runtime_dir () relating
Glib. I have wrote a small piece of code:
user@machine:~/Work$ cat run.c
#include <glib.h>
void main()
{
g_printf("%s\n", g_get_user_runtime_dir ());
}
user@machine:~/Work$ gcc `pkg-config --cflags --libs glib-2.0` -o run run.c
user@machine:~/Work$ ./run
/run/user/0
Which should be /run/user/1000 for my user!
Regards,
Gabriel
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org