Re: [Cooker] nautilus + urpmi + gnome-terminal problem

2002-11-06 Thread Franois Pons
gabor [EMAIL PROTECTED] writes:

 hi,
 
 i'm using gnome-terminal...
 
 when i set up nautilus to draw the desktop,
 then:
 
 when i'm in a gnome-terminal, and urpmi something, then after the urpmi
 program finishes installing the packages,
 
 the gnome-terminals become completely unresponsive, they didn't even
 redraw the processor is at 100%.then after approx 40seconds
 they become ok.
 
 if i set up nautilus not-to-draw the desktop, this doesn't happen.
 any ideas ?

Can you check with another shell, and after that edit line 247 and change
  if ($log) {
by
  if (0) {
and see what happens.

François.




Re: [Cooker] nautilus + urpmi + gnome-terminal problem

2002-11-06 Thread gabor
On Wed, 2002-11-06 at 13:45, François Pons wrote:
 gabor [EMAIL PROTECTED] writes:
 
  hi,
  
  i'm using gnome-terminal...
  
  when i set up nautilus to draw the desktop,
  then:
  
  when i'm in a gnome-terminal, and urpmi something, then after the urpmi
  program finishes installing the packages,
  
  the gnome-terminals become completely unresponsive, they didn't even
  redraw the processor is at 100%.then after approx 40seconds
  they become ok.
  
  if i set up nautilus not-to-draw the desktop, this doesn't happen.
  any ideas ?
 
 Can you check with another shell, 

sorry, but i don't understand... what shell?
you mean that if i'm using bash, i should try with csh? 


and after that edit line 247 and change
what file?
   if ($log) {
 by
   if (0) {
 and see what happens.

thanks,
gabor
 
 François.
-- 
gpg key at www.keyserver.net



signature.asc
Description: This is a digitally signed message part


Re: [Cooker] nautilus + urpmi + gnome-terminal problem

2002-11-06 Thread Roberto Rosselli Del Turco
gabor wrote:

hi,

i'm using gnome-terminal...

when i set up nautilus to draw the desktop,
then:

when i'm in a gnome-terminal, and urpmi something, then after the urpmi
program finishes installing the packages,

the gnome-terminals become completely unresponsive, they didn't even
redraw the processor is at 100%.then after approx 40seconds
they become ok.

if i set up nautilus not-to-draw the desktop, this doesn't happen.
any ideas ?


Same problem here, every time the RPM database is modified installing or 
removing packages.

Ciao

--
Roberto Rosselli Del Turco  e-mail:	[EMAIL PROTECTED]
Dipartimento di Scienze			[EMAIL PROTECTED]
del Linguaggio			Then spoke the thunder	DA
Universita' di Torino		Datta: what have we given?  (TSE)

  Hige sceal the heardra, heorte the cenre,
  mod sceal the mare,   the ure maegen litlath.  (Maldon 312-3)





Re: [Cooker] nautilus + urpmi + gnome-terminal problem

2002-11-06 Thread Franois Pons
gabor [EMAIL PROTECTED] writes:

  Can you check with another shell, 
 
 sorry, but i don't understand... what shell?
 you mean that if i'm using bash, i should try with csh? 

Sorry, try with xterm or anything other terminal (you make me thing about that)
and with bash if you are using zsh.

 and after that edit line 247 and change
 what file?
if ($log) {
  by
if (0) {
  and see what happens.

Sorry again, /usr/sbin/urpmi.

François.