Mark Berkwitt wrote: > > I wish I knew. > > On Thu 08 Nov 2001 02:21:pm, you wrote: > > does'nt X create a .file for what u have and dont hace access to when u > > run X for the first time.. > > > > I remember X rebuilding this file when i upgraded to xf4.1.0 from tar ball > > > > Nige > > > > -----Original Message----- > > From: plug-discuss-admin@lists.PLUG.phoenix.az.us > > [mailto:plug-discuss-admin@lists.PLUG.phoenix.az.us]On Behalf Of Mark > > Berkwitt > > Sent: Thursday, November 08, 2001 1:20 PM > > To: PLUG > > Subject: Gnome apps won't open for user, but will for admin > > > > > > If I long on as a user, I can't open, > > Gnumeric, > > Gnome-Toaster, > > Gnome-Card, > > Gnome-TimeTracker, > > Gnome-Cal. > > > > Need I go on? > > However, if I long on as an administrator, I can. > > How can I fix this? The time or two I've seen something similar it was caused by premission or ownership problems. Try a couple of the following: 1) Check the PATH variable (printenv PATH) an make sure you can see the programs at all. It may be possible that the directory in which they are installed is not in your path vairiable but is in for the default root path. 2) check the permissions (ls -l) of the executables. If you see something like: -rwx------ root root ... that means that only root can execut it... My guess is that the problem is #1 the paths point to the wrong place... EBo --