Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15082 - gnome-terminal dies when launching
Summary: gnome-terminal dies when launching
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-03 20:37 UTC by Danny
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danny 2003-02-03 20:37:31 UTC
I have just logged into gnome 2.0.3 for the first time after emerging gnome on a
system I have previously only used fluxbox on. I used gdm to login to gnome as a
egular user. gnome-terminal will not launch from the icon on the taskbar the
terminal appears with the message "cannot execute command no such file or
directory" pauses for a couple of seconds the dies. by using alt-f2 i can start
aterms so im not totally lost, by logging into gnome as root the root user can
start a gnome-terminal. I have straced the gnome-terminal binary but cannot spot
the error. When logged in as a normal user and executing gnome-terminal from the
commanline the same error appears

Reproducible: Always
Steps to Reproduce:
1.emerge gnome gdm
2.log into gnome
3.launch gnome-termial

Actual Results:  
gnome terminal appears with error message
"cannot execute command no such file or directory"
The terminal pauses here for a couple of seconds then dies

Expected Results:  
gnome terminal should present a shell prompt

i am running 1.4 and all packages are uptoo date via the emerge command. There
is no software installed that is not from the portage tree.
The strace output is below, this is the ouput from running : strace -o outfile
gnome-terminal 
as a normal user.
Comment 1 Spider (RETIRED) gentoo-dev 2003-02-03 23:08:54 UTC
You do not have a valid shell specified. make sure the users "shell" line contains a complete and working shell, that means not only "bash" or "sh" but "/bin/bash" or "/bin/sh" or other. 


please return a note if this doesn't work.