Re: Problem with Gnome 1.0.1 debs



meisterk@urbanet.ch wrote:
> 
> Hi,
> 
> I installed the unstable debian packages indicated in the debian thread,
> but no Gnome element will run: session, panel, gmc, etc... here is the
> message:
>
> fireland:~$ panel
> 
> GLib-WARNING **: getpwuid_r(): failed due to: Permission denied.
> Unable to connect to server port 35091
> 
> ** ERROR **: file orbitgtk.c: line 126 (_gnorba_get_cookie_reliably):
> assertion failed: (pwent)
> aborting...
> Aborted
> fireland:~$
> 
> on the other hand, all program run as root will run perfectly. This is
> obviously a permission problem. Any guesses?

Does other programs like 'whoami' work?

Does the following program print your login name and directory?

#include <glib.h>

main()
{
  g_print ("%s:%s\n",g_get_user_name (), g_get_home_dir ());
}

compile with gcc -o testit testit.c `glib-config --cflags --libs`

Bye,
Sebastian
-- 
Sebastian Wilhelmi                   |            här ovanför alla molnen
mailto:wilhelmi@ira.uka.de           |      är himmlen så förunerligt blå
http://goethe.ira.uka.de/~wilhelmi   |



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]