View previous topic :: View next topic |
Author |
Message |
ScolaBirra Apprentice
Joined: 31 Mar 2003 Posts: 180 Location: Lausanne, Switzerland
|
Posted: Tue Jul 22, 2003 2:47 pm Post subject: Bash o konsole |
|
|
Ciao,
ho riavviato il sistema in seguito ad una modifica del kernel. Entro in kde e scopro che i terminali (konsole), non mostrano piu' il solito prompr (scola@legpc107) ma mi mostrano uno spartano . Da notare che se faccio un per root funziona tutto come prima. Ho provato a guardare il file .bashrc ma sembra tutto ok...
Qualche idea?
Ciao
Scola _________________ Smile, tomorrow will be worse! |
|
Back to top |
|
|
ScolaBirra Apprentice
Joined: 31 Mar 2003 Posts: 180 Location: Lausanne, Switzerland
|
Posted: Tue Jul 22, 2003 2:49 pm Post subject: |
|
|
Dimenticavo... Sulle console invece funziona tutto bene... _________________ Smile, tomorrow will be worse! |
|
Back to top |
|
|
Benve l33t
Joined: 13 Mar 2003 Posts: 897 Location: Italy Romagna
|
Posted: Tue Jul 22, 2003 5:13 pm Post subject: |
|
|
che hai in .bashrc? |
|
Back to top |
|
|
ScolaBirra Apprentice
Joined: 31 Mar 2003 Posts: 180 Location: Lausanne, Switzerland
|
Posted: Tue Jul 22, 2003 5:21 pm Post subject: |
|
|
Non l'ho cambiato da quello standard:
Code: | # /etc/skel/.bashrc:
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.8 2003/02/28 15:45:35 a
zarah 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 |
_________________ Smile, tomorrow will be worse! |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31424 Location: here
|
Posted: Tue Jul 22, 2003 7:59 pm Post subject: |
|
|
Devi aggiungere nel bahrc dell'utente un
riavvii konsole e tutto dovrebbe funzionare |
|
Back to top |
|
|
MyZelF Bodhisattva
Joined: 25 Feb 2003 Posts: 2010 Location: Venice, Italy
|
Posted: Tue Jul 22, 2003 8:50 pm Post subject: |
|
|
fedeliallalinea wrote: | Devi aggiungere nel bahrc dell'utente un
riavvii konsole e tutto dovrebbe funzionare |
oppure puoi lanciare konsole così
|
|
Back to top |
|
|
ScolaBirra Apprentice
Joined: 31 Mar 2003 Posts: 180 Location: Lausanne, Switzerland
|
Posted: Wed Jul 23, 2003 7:21 am Post subject: |
|
|
Ok, avevo gia' parzialmente risolto inserendo un Code: | source /etc/profile | Ma quello che mi fa incavolare e' che da un giorno all'altro mi cambiano le cose.....
Grazie e ciao
Scola _________________ Smile, tomorrow will be worse! |
|
Back to top |
|
|
koma Advocate
Joined: 06 Jun 2003 Posts: 2702 Location: Italy
|
Posted: Wed Jul 23, 2003 11:08 am Post subject: |
|
|
se volete fare un bel giochino ed avete una conessione veloce:
Se avete anche un'utenza ssh di amci o simili, fate qst:
editate il .bashrc nelle loro home aggiungendo al fondo:
poi connettetevi da locale con una di queste utenze e godetevi lo spettacolo. _________________ http://www.youtube.com/watch?v=_yoJI-Tl94g GLORY GLORY HYPNOTOAD |
|
Back to top |
|
|
Benve l33t
Joined: 13 Mar 2003 Posts: 897 Location: Italy Romagna
|
Posted: Wed Jul 23, 2003 11:41 am Post subject: |
|
|
ScolaBirra wrote: | Ok, avevo gia' parzialmente risolto inserendo un Code: | source /etc/profile | Ma quello che mi fa incavolare e' che da un giorno all'altro mi cambiano le cose.....
Grazie e ciao
Scola |
Non so che dirti, ma a me dava il problema che non caricava .bashrc con Eterm, poi si è risolto da solo senza fare niente
(forse con un emerge -u world) |
|
Back to top |
|
|
akiross Veteran
Joined: 02 Mar 2003 Posts: 1170 Location: Mostly on google.
|
Posted: Mon Jul 28, 2003 2:49 pm Post subject: |
|
|
a me e' capitato con un etc-update proprio ieri.
Meno male che 2 giorni fa ho letto questo post
ciauz _________________ Libera scienza in libero stato.
Horizon of Events |
|
Back to top |
|
|
|