Hi,

I can reproduce also this behavior.

>From file name reads itself conclude, which has to do here this behavior
with list to recent documents.

If this list is deleted the dns-lookup and http/ftp querys are gone.  
(GMOME MENU > recent documents > list delete) 


I think ggv call at starting gnome vfs to determine state from all
files. 

It does not play a role whether these documents with ggv was opened, all
documents at this recent-list queried. 


To reproduce 

$ eog http://www.google.de/intl/de_de/images/logo.gif

$ cat ~/.recently-used  | grep logo.gif
    <URI>http://www.google.de/intl/de_de/images/logo.gif</URI>

$ strace -o ggv -ff ggv
$ cat ggv.log | grep -10 logo.gif

...
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 18
connect(18, {sa_family=AF_INET, sin_port=htons(80),
sin_addr=inet_addr("66.249.9 3.99")}, 16) = 0
fcntl64(18, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(18, F_SETFL, O_RDWR|O_NONBLOCK) = 0
write(18, "PROPFIND /intl/de_de/images/logo"..., 229) = 229
write(18, "<?xml version=\"1.0\" encoding=\"ut"..., 275) = 275
read(18, 0x80d1f1c, 4096)               = -1 EAGAIN 
select(19, [18], NULL, NULL, NULL)      = 1 (in [18])
read(18, "HTTP/1.1 400 Bad Request\r\nDate: "..., 4096) = 1430
...


$ dpkg -s gnome-gv
Version: 1:2.8.2-3

$ dpkg -s libgnomevfs2-common
Version: 2.8.4-4



HTH,
Andreas
getsockname(18, {sa_family=AF_INET, sin_port=htons(33328), sin_addr=inet_addr("192.168.0.1")}, [16]) = 0
close(18)                               = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 18
connect(18, {sa_family=AF_INET, sin_port=htons(0), sin_addr=inet_addr("66.249.93.104")}, 16) = 0
getsockname(18, {sa_family=AF_INET, sin_port=htons(33328), sin_addr=inet_addr("192.168.0.1")}, [16]) = 0
close(18)                               = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 18
connect(18, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("66.249.93.99")}, 16) = 0
fcntl64(18, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(18, F_SETFL, O_RDWR|O_NONBLOCK) = 0
write(18, "PROPFIND /intl/de_de/images/logo"..., 229) = 229
write(18, "<?xml version=\"1.0\" encoding=\"ut"..., 275) = 275
read(18, 0x80d1f1c, 4096)               = -1 EAGAIN (Resource temporarily unavailable)
select(19, [18], NULL, NULL, NULL)      = 1 (in [18])
read(18, "HTTP/1.1 400 Bad Request\r\nDate: "..., 4096) = 1430
read(18, 0x80d1f1c, 4096)               = -1 EAGAIN (Resource temporarily unavailable)
select(19, [18], NULL, NULL, NULL)      = 1 (in [18])
read(18, "ion about this error, please sen"..., 4096) = 1430
read(18, 0x80d1f1c, 4096)               = -1 EAGAIN (Resource temporarily unavailable)
select(19, [18], NULL, NULL, NULL)      = 1 (in [18])
read(18, "aiytpyL7uxSsHWdtpOOrcFPtWUrd4u02"..., 4096) = 585
write(18, "HEAD /intl/de_de/images/logo.gif"..., 137) = 137
read(18, 0x80d1f1c, 4096)               = -1 EAGAIN (Resource temporarily unavailable)
select(19, [18], NULL, NULL, NULL)      = 1 (in [18])
read(18, "HTTP/1.1 200 OK\r\nContent-Type: i"..., 4096) = 206
open("/etc/localtime", O_RDONLY)        = 19
fstat64(19, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
fstat64(19, {st_mode=S_IFREG|0644, st_size=837, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7f1c000
read(19, "TZif\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10"..., 4096) = 837
close(19)                               = 0
munmap(0xb7f1c000, 4096)                = 0
--

Reply via email to