[Risolto] problema terminale
[Risolto] problema terminale
Salve, ho provato a digitare da terminale il comando per verificare la presenza di scanner, ma appena premo invio mi si apre la finestra di nuovo profilo, questo succede per qualsiasi comando digiti da terminale, con la funzione ricerca sul forum non sono riuscito a trovare la soluzione, c' è qualche anima buona che mi aiuta? grazie
Ultima modifica di nivangel il mercoledì 8 dicembre 2010, 0:24, modificato 1 volta in totale.
-
Alterego_01
- Scoppiettante Seguace

- Messaggi: 564
- Iscrizione: mercoledì 17 febbraio 2010, 5:37
Re: problema terminale
Ciao,
mammamia questo sembra proprio un problema terminale!
.... ok scusa la battuta
hai provato a vedere se utilizzando la shell "ctrl+alt+F1" hai problemi?
mammamia questo sembra proprio un problema terminale!
.... ok scusa la battuta
hai provato a vedere se utilizzando la shell "ctrl+alt+F1" hai problemi?
Re: problema terminale
grazie per avermi risposto, con il tuo suggerimento posso lavorare col terminale ma in questo modo non posso contemporaneamente seguire le indicazioni su web e digitare nel terminale,
smanettando un po con i tasti sono riuscito però a risolvere parzialmente e cioè se premo solo invio si apre la finestra per un nuovo profilo, se premo ctrl invio ottengo risposta dal terminale
cos' è successo?
smanettando un po con i tasti sono riuscito però a risolvere parzialmente e cioè se premo solo invio si apre la finestra per un nuovo profilo, se premo ctrl invio ottengo risposta dal terminale
cos' è successo?
-
Alterego_01
- Scoppiettante Seguace

- Messaggi: 564
- Iscrizione: mercoledì 17 febbraio 2010, 5:37
Re: problema terminale
non saprei magari qualche impostazione! prova a resettare il terminale di gnome cancellando il file dentro ~/.gconf/apps/gnome-terminal/profiles/Default/
Re: problema terminale
ho cancellato questo file /.gconf/apps/gnome-terminal/profiles/Default/%gconf.xml ma il problema resta
-
Alterego_01
- Scoppiettante Seguace

- Messaggi: 564
- Iscrizione: mercoledì 17 febbraio 2010, 5:37
Re: problema terminale
non so che dire :-\
effettivamente e' un problema stranino!
speriamo che altri utenti piu' esperti sappiano dare qualche consiglio! perche io non so che dire :-\
effettivamente e' un problema stranino!
speriamo che altri utenti piu' esperti sappiano dare qualche consiglio! perche io non so che dire :-\
Re: problema terminale
Potresti provare ad aggiungere un nuovo profilo al terminale e vedere cosa succede con questo nuovo profilo.
Comunque stranissimo, è come se tu avessi impostato un alias dei comandi. Guarda anche se dentro ~/.bashrc c'è qualcosa di strano.
Comunque stranissimo, è come se tu avessi impostato un alias dei comandi. Guarda anche se dentro ~/.bashrc c'è qualcosa di strano.
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Re: problema terminale
alterego grazie per l' aiuto
@redrobin dove si trova .bashrc?
@redrobin dove si trova .bashrc?
Re: problema terminale
dentro home (~ indica home, scusa se non l'ho specificato).nivangel ha scritto: alterego grazie per l' aiuto
@redrobin dove si trova .bashrc?
Oppure apri gconf-editor (con alt+f2) vai in apps-->gnome-terminal e vai a vedere i valori alla voce keybindings
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Re: problema terminale
nella cartella home .bashrc non c'è
nella cartella gconf-terminal c'è /home/angelo/.gconf/apps/gnome-terminal/keybindings/%gconf.xml
nella cartella gconf-terminal c'è /home/angelo/.gconf/apps/gnome-terminal/keybindings/%gconf.xml
Re: problema terminale
bashrc è un file nascosto (c'è il punto davanti) quindi premi ctrl+h oppure dal menu visualizza file nascosti.
con il file xml ci si capisce poco, lancia la finestra di gconf-editor (premi alt+f2, scrivi nello spazio gconf-editor) e poi navighi in apps, gnome-terminal, keybindings, e guardi i valori nella parte destra della finestra: se c'è qualcosa di strano associato al tasto invio si vede lì.
con il file xml ci si capisce poco, lancia la finestra di gconf-editor (premi alt+f2, scrivi nello spazio gconf-editor) e poi navighi in apps, gnome-terminal, keybindings, e guardi i valori nella parte destra della finestra: se c'è qualcosa di strano associato al tasto invio si vede lì.
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Re: problema terminale
scusa prima non avevo capito, sono entrato nell' editor di configurazione ma sulla destra di keybindings non trovo il tasto invio,
Re: problema terminale
l' ho trovato
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# don't overwrite GNU Midnight Commander's setting of `ignorespace'.
HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoreboth
# append to the history file, don't overwrite it
shopt -s histappend
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
# check the window size after each command and, if necessary,
# update the values of LINES and COLUMNS.
shopt -s checkwinsize
# make less more friendly for non-text input files, see lesspipe(1)
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
xterm-color) color_prompt=yes;;
esac
# uncomment for a colored prompt, if the terminal has the capability; turned
# off by default to not distract the user: the focus in a terminal window
# should be on the output of commands, not on the prompt
#force_color_prompt=yes
if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
fi
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
# If this is an xterm set the title to user@host:dir
case "$TERM" in
xterm*|rxvt*)
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
;;
*)
;;
esac
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
alias ls='ls --color=auto'
#alias dir='dir --color=auto'
#alias vdir='vdir --color=auto'
alias grep='grep --color=auto'
alias fgrep='fgrep --color=auto'
alias egrep='egrep --color=auto'
fi
# some more ls aliases
#alias ll='ls -l'
#alias la='ls -A'
#alias l='ls -CF'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
Ultima modifica di nivangel il mercoledì 8 dicembre 2010, 0:11, modificato 1 volta in totale.
Re: problema terminale
in editor di configurazione a new profile è associato return, adesso come si fa a cambiarlo?
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: problema terminale
cliccaci sopra 2 volte e scrivi 0 nella riga valore
Re: problema terminale
evviva funziona, grazie a tutti voi per la pazienza, siete grandi
ciao
ciao
-
jerico
- Tenace Tecnocrate

- Messaggi: 19127
- Iscrizione: lunedì 21 luglio 2008, 23:43
- Desktop: Gnome
- Distribuzione: Archlinux
Re: problema terminale
ringrazia redrobin,io non ho fatto niente
Re: [Risolto] problema terminale
per me tutti coloro che danno anche un minimo suggerimento, anche se può sembrare ovvio per un esperto, per un neofita come me è molto importante
grazie a tutti
grazie a tutti
Re: [Risolto] problema terminale
Prego, ma chissà come si è creata quella impostazione stramba...vabbè l'importante è aver risolto, ciao (good)
Your alarm bells, your alarm bells,
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
they should be ringing, they should be ringing, they should be ringing, they should be ringing,
This is the gloaming
Chi c’è in linea
Visualizzano questa sezione: caturen e 5 ospiti
