View previous topic :: View next topic |
Author |
Message |
unz l33t
Joined: 28 Jul 2004 Posts: 819 Location: Roma, Italia
|
Posted: Mon Oct 04, 2004 1:12 pm Post subject: [Risolto] Perse impostazioni bash dopo emerge fbsplash |
|
|
Ieri m'era presa così ... ho iniziato a rimettere a posto la grafica del mio pc aggiungendo amenità varie, tra queste lo splash al boot. Faccio tutto, ben benino, et voilà c'ho la mia bella barretta che scorre al boot, ma ahimè appena faccio partire il mio terminal scoppia il dramma ...
- tasto canc - morto [resuscitato]
- caratteri cirillici [rimpiazzati]
- bash prompt fregato [niente user@domain e posizione, ma bash-2.05 ~]
le prime due l'ho risolte, per l'ultima come fo?
update
Code: | unz@gunz ~ $ su
Password:
root@gunz /home/unz # |
_________________ Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/
Last edited by unz on Mon Oct 04, 2004 2:28 pm; edited 2 times in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31281 Location: here
|
Posted: Mon Oct 04, 2004 1:16 pm Post subject: |
|
|
Gaurada negli ultimi topic c'e' chi ha avuto lo stesso problema _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
unz l33t
Joined: 28 Jul 2004 Posts: 819 Location: Roma, Italia
|
Posted: Mon Oct 04, 2004 2:30 pm Post subject: |
|
|
ok, ho risolto sparando in /etc/skel/.bash_profile
Code: | export PS1="\[\033[01;32m\]\u@\h \[\033[01;34m\]\`basename \$PWD\` \$ \[\033[00m\]"
|
che sarebbe la vecchia visualizzazione _________________ Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/ |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon Oct 04, 2004 3:10 pm Post subject: |
|
|
Nell'installare fbsplash hai dovuto aggiornare baselayout alla versione ~x86 che da me corrisponde a:
Code: | sys-apps/baselayout-1.10.4 |
Se dai un'occhiata a /etc/profile del nuovo baselayout trovi:
Code: |
[CUT]
if [ -n "${BASH_VERSION}" ]; then
# Newer bash ebuilds include /etc/bash/bashrc which will setup PS1
# including color. We leave out color here because not all
# terminals support it.
[CUT]
|
Ora il mio consiglio è quello di installare la bash in ~x86. Almeno io ho fatto così. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
unz l33t
Joined: 28 Jul 2004 Posts: 819 Location: Roma, Italia
|
Posted: Mon Oct 04, 2004 4:19 pm Post subject: |
|
|
ed infatti l'ho cercata la cartella /etc/bash ... ma non c'era ... cmq s'è risolto _________________ Ma che c'hai là? Sulla spalla!!!! http://lascimmia.it/ |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon Oct 04, 2004 4:21 pm Post subject: |
|
|
unz wrote: | ed infatti l'ho cercata la cartella /etc/bash ... ma non c'era ... cmq s'è risolto |
Scusa per i posteri come hai risolto _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
_sys/sid Guru
Joined: 27 Aug 2004 Posts: 346 Location: Asola (Mantova)
|
Posted: Mon Oct 04, 2004 4:43 pm Post subject: |
|
|
ma come mai splashutils e' masked
che e' l'unico che funziona con i kernel >= 2.6.8 ??? _________________ http://th30z.netsons.org/ |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Mon Oct 04, 2004 4:45 pm Post subject: |
|
|
_sys/sid wrote: | ma come mai splashutils e' masked
che e' l'unico che funziona con i kernel >= 2.6.8 ??? |
Perchè ancora non è considerato stabile. Così ha deciso lo sviluppatore che mantiene il progetto. _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
|