Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kein xterm (gelöst!)
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Thu Mar 04, 2004 8:26 pm    Post subject: Kein xterm (gelöst!) Reply with quote

Hi Leute,

hab endlich geschafft, Gentoo wieder aufzuziehen.
Nun starte ich ganz normal meinen desktopmanager (enlightenment und gnome) und möchte einen xterm öffnen.
der öffnet den dann auch (unter gnome) aber bringt nur ein leeres fenster.
unter enlightenment öffnet er garnix!

Bitte um HILFE!!!

Danke im Vorraus, denn ich weiß, dass mir jemand von euch helfen kann.

Achso, meine Daten:

gentoo 2004.0 + gentoo-dev-2.6.3

habe auch n bissel in der .bashrc rumgefummelt. hab folgende 2 zeilen verändert, in der hoffnung, nicht USERNAME@HOSTNAME: am anfang der zeile zu haben:

Quote:

case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne "\033_@${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
;;
esac


zu:

Quote:

case $TERM in
xterm*|rxvt|Eterm|eterm)
PROMPT_COMMAND='echo -ne "\033]0;${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
;;
screen)
PROMPT_COMMAND='echo -ne "\033_@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
;;
esac




selbst als ich das wieder rückgängig gemacht hab, hats nix gebracht.

Jemand ne Idee???
_________________
just me....


Last edited by dacoool on Sat Mar 06, 2004 10:06 pm; edited 1 time in total
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Thu Mar 04, 2004 8:32 pm    Post subject: Reply with quote

Könnte es das hier sein?

https://forums.gentoo.org/viewtopic.php?t=140918
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Thu Mar 04, 2004 8:32 pm    Post subject: Reply with quote

klingt fast, als hättest du device drivers -> character devices -> unix98 PTY support in deiner kernel-config vergessen ;)

edit: ups, zu langsam. aber stimmt, eigentlich hättest du die suchfunktion auch selbst nutzen können... naja, nichtsdestotrotz viel spass mit gentoo!
_________________
42
Back to top
View user's profile Send private message
ralph
Advocate
Advocate


Joined: 02 Mar 2003
Posts: 2001
Location: Hamburg

PostPosted: Thu Mar 04, 2004 8:36 pm    Post subject: Reply with quote

@Sas: Ich glaube du solltest deine Sig nochmal überdenken. Ich kenne genug Leute, für die das Beschriebene keine Strafe, sondern der Himmel auf Erden wäre.
_________________
The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows.
- Frank Zappa
Back to top
View user's profile Send private message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Thu Mar 04, 2004 8:42 pm    Post subject: Reply with quote

danke für die tipps und das auch noch so schnell!!

joa, hätte suchen können, aber war gerade mit links2 unterwegs und da macht das keinen spaß, wenn du verstehst... dann will ich mal schauen, ob deine hilfe hilfreich ist :)

aber danke schonmal !!!
_________________
just me....
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Thu Mar 04, 2004 8:51 pm    Post subject: Reply with quote

naja, ob man jetzt nen suchformular oder n thread-erstellen-formular ausfüllt...


und was meine sig angeht: ich glaub das is auf heterosexuelle spammer bezogen ;D
_________________
42
Back to top
View user's profile Send private message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Fri Mar 05, 2004 2:59 pm    Post subject: Reply with quote

ich habe PTY98 in den Kernel eingebunden , aber hat sich nix geändert!!

hat jmd noch ne idee??
_________________
just me....
Back to top
View user's profile Send private message
DerMojo
Guru
Guru


Joined: 14 Aug 2003
Posts: 395
Location: Germany

PostPosted: Fri Mar 05, 2004 5:36 pm    Post subject: Reply with quote

Dann poste mal die .config.
_________________
To err is human, to forgive, beyond the scope of the Operating System.
Back to top
View user's profile Send private message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Sat Mar 06, 2004 4:06 pm    Post subject: Reply with quote

Hi @ll,

ich habe nun alle Tipps verfolgt und ausprobiert, aber alles hat nichts gebracht. Trotzdem Danke an alle.
Habe einen neuen User angelegt, aber dort taucht das Prob auch auf.
Was mir aufgefallen ist, ist dass root unter X den xterm benutzen kann.
Welche shell wird dem user root denn automatisch zugewiesen??
Habe auch die bash erfolgreich neu emerged, weil ich beim "emerge system" probs bei dem Paket bash hatte.

Könnte ich dieses Problem umgehen, indem ich einfach den Usern ne andere shell als die bash zuweise?? Wenn ja, wie stell ich das am besten an?

Könnte bitte einer seine .bashrc posten? Habe, wie oben beschrieben, in dieser rumgefuscht und hoffe, sie wieder richtig hergestellt zu haben, aber brauche was zum vergleichen.
Danke

@DerMojo:
Werde heute abend/nacht die .config von 2.6.3-r1 posten, dann bin ich auch wieder vor meiner Maschine :)

Und danke für jeden weitren Tipp!!!!!
_________________
just me....
Back to top
View user's profile Send private message
toskala
Advocate
Advocate


Joined: 14 Dec 2002
Posts: 2080
Location: hamburg, germany

PostPosted: Sat Mar 06, 2004 4:56 pm    Post subject: Reply with quote

ist xterm evtl. bei xfree dabei? ich weiss es nicht, aber evtl. mergest du mal xfree und/oder das xterm neu?

ist echt nur ins blaue geschossen...
_________________
adopt an unanswered post
erst denken, dann posten
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Sat Mar 06, 2004 5:01 pm    Post subject: Reply with quote

sind deine benutzer denn in der gruppe tty?

beim root gehts ja...

wenn du willst, hier meine ~/.bashrc
Code:
# /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8 2003/02/28 15:45:35 azarah Exp $

# This file is sourced by all *interactive* bash shells on startup.  This
# file *should generate no output* or it will break the scp and rcp commands.

# colors for ls, etc.
eval `dircolors -b /etc/DIR_COLORS`
alias d="ls --color"
alias ls="ls --color=auto"
alias ll="ls --color -l"

# Change the window title of X terminals
case $TERM in
        xterm*|rxvt|Eterm|eterm)
                PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"'
                ;;
        screen)
                PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
                ;;
esac

##uncomment the following to activate bash-completion:
#[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion

#MC
if [ -f /usr/share/mc/mc.gentoo ]; then
     . /usr/share/mc/mc.gentoo
fi
#PS1='\[\033[01;32m\]\u@\h \[\033[01;34m\]\w \$ \[\033[00m\]'
#PS1="\[\033[0;36m\]\t\[\033[1;35m\]^\[\033[0;32m\]\u\[\033[1;34m\]@\[\033[0;32m\]\h\[\033[1;35m\]:\[\033[1;33m\]\w\[\033[0m\]\[\033[1;34m\]$\[\033[0m\]"
#PS1='\u@\h \w$ '
source /etc/profile
xhost +localhost &> /dev/null

ist allerdings (wie man sieht) ja schon bissl dran rumgespielt, naja, such dir halt raus, was du wissen wolltest ;)
_________________
42
Back to top
View user's profile Send private message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Sat Mar 06, 2004 10:00 pm    Post subject: Reply with quote

@Sas: Vielen Dank!!

Werd mir meinen Teil raussuchen und gleich mal ausprobieren :)

und meine user waren nicht in der gruppe tty :-/
_________________
just me....
Back to top
View user's profile Send private message
dacoool
n00b
n00b


Joined: 06 Oct 2003
Posts: 73

PostPosted: Sat Mar 06, 2004 10:06 pm    Post subject: Reply with quote

Quote:

sind deine benutzer denn in der gruppe tty?


@Sas: Das wars !!! VIELEN DANK!!!

ps. hab das mit dem 2.4.xx auch nie gemacht und hab nicht daran gedacht.
Hat damals aber auch ohne einwandfrei gefunzt!!

Vielen Dank nochmal Sas!!
_________________
just me....
Back to top
View user's profile Send private message
Sas
Veteran
Veteran


Joined: 05 Jul 2003
Posts: 1229
Location: Germany

PostPosted: Sat Mar 06, 2004 11:56 pm    Post subject: Reply with quote

jo gern geschehn, bin ja froh geholfen zu haben ;)
_________________
42
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum