[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#222304: marked as done (kdebase-kio-plugins: kio_fish shows wrong size on symlink)



Your message dated Fri, 05 Mar 2004 16:41:44 +0100
with message-id <87eks7jo7b.fsf@student.kuleuven.ac.be>
and subject line Fixed in KDE 3.2, which just entered unstable
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 27 Nov 2003 13:59:39 +0000
>From dexter@netia.net.pl Thu Nov 27 07:59:39 2003
Return-path: <dexter@netia.net.pl>
Received: from lars.internetia.pl [195.114.173.133] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1APMgE-0000ZV-00; Thu, 27 Nov 2003 07:59:39 -0600
Received: from granat.internetia.pl ([195.114.173.177] helo=[10.0.2.2])
	by lars.internetia.pl with esmtp (Exim 3.35)
	envelope-from <dexter@netia.net.pl>
	for <submit@bugs.debian.org>
	id 1APMg7-0004Qd-00; Thu, 27 Nov 2003 14:59:31 +0100
Date: Thu, 27 Nov 2003 14:59:31 +0100 (CET)
From: Piotr Roszatycki <Piotr_Roszatycki@netia.net.pl>
To: Debian Bug Tracking System - Submit <submit@bugs.debian.org>
Subject: kdebase-kio-plugins: kio_fish shows wrong size on symlink
Message-ID: <Pine.LNX.4.56.0311271458490.6608@ginger.netia.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 
	2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_11_20 
	(1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-4.0 required=4.0 tests=BAYES_99,HAS_PACKAGE 
	autolearn=no 
	version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_11_20
X-Spam-Level: 

Package: kdebase-kio-plugins
Version: 4:3.1.3-1
Tags: patch

The kio_fish plugin shows wrong size on symlink. It shows the size of the
target file, not the symlink itself. It is very important bug i.e. for the
kdirstat application and causes the last one is almost useless with
fish:// schema.

The fish://server/ URL schema causes the .fishsrv.pl file is generated on
the target host. The patch for this file is following. I didn't look into
the source of /usr/lib/kde3/kio_fish.so file, but I'm sure it would be
easy to patch the source file.


--- .fishsrv.pl.old 2003-11-27 13:50:25.000000000 +0100
+++ .fishsrv.pl 2003-11-27 14:08:28.000000000 +0100
@@ -150,7 +150,7 @@
 chdir($dn) || do { print "### 500 $!\n"; next; };
 foreach (@entries) {
 my $link = readlink;
-my ($mode,$uid,$gid,$size,$mtime) = (stat)[2,4,5,7,9];
+my ($mode,$uid,$gid,$size,$mtime) = (lstat)[2,4,5,7,9];
 print filetype($mode,$link,$uid,$gid);
 print "S$size\n";
 print strftime("D%Y %m %d %H %M %S\n",localtime($mtime));

-- 
Piotr Roszatycki, Netia S.A.                            .''`.
mailto:Piotr_Roszatycki@netia.net.pl                   : :' :
mailto:dexter@debian.org                               `. `'
                                                         `-

---------------------------------------
Received: (at 222304-close) by bugs.debian.org; 5 Mar 2004 15:41:12 +0000
>From dominique.devriese@student.kuleuven.ac.be Fri Mar 05 07:41:12 2004
Return-path: <dominique.devriese@student.kuleuven.ac.be>
Received: from nibbel.kulnet.kuleuven.ac.be [134.58.240.41] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1AzHRn-0003kL-00; Fri, 05 Mar 2004 07:41:11 -0800
Received: from localhost (localhost [127.0.0.1])
	by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP
	id B960E4B861; Fri,  5 Mar 2004 16:40:32 +0100 (CET)
Received: from antonius.kulnet.kuleuven.ac.be (antonius.kulnet.kuleuven.ac.be [134.58.240.73])
	by nibbel.kulnet.kuleuven.ac.be (Postfix) with ESMTP
	id 19FCB4BAC4; Fri,  5 Mar 2004 16:40:32 +0100 (CET)
Received: from appel (domi.kotnet.org [10.0.57.168])
	by antonius.kulnet.kuleuven.ac.be (Postfix) with ESMTP
	id E3F6E4C0D1; Fri,  5 Mar 2004 16:40:31 +0100 (CET)
Received: from domi by appel with local (Exim 3.36 #1 (Debian))
	id 1AzHSK-0002af-00; Fri, 05 Mar 2004 16:41:44 +0100
To: 218673-close@bugs.debian.org, 224890-close@bugs.debian.org,
	229554-close@bugs.debian.org, 233477-close@bugs.debian.org,
	203328-close@bugs.debian.org, 229114-close@bugs.debian.org,
	139800-close@bugs.debian.org, 158998-close@bugs.debian.org,
	163308-close@bugs.debian.org, 164019-close@bugs.debian.org,
	182067-close@bugs.debian.org, 187002-close@bugs.debian.org,
	187610-close@bugs.debian.org, 188151-close@bugs.debian.org,
	190684-close@bugs.debian.org, 195379-close@bugs.debian.org,
	196446-close@bugs.debian.org, 203863-close@bugs.debian.org,
	205652-close@bugs.debian.org, 219566-close@bugs.debian.org,
	220375-close@bugs.debian.org, 222304-close@bugs.debian.org,
	225866-close@bugs.debian.org, 200853-close@bugs.debian.org,
	215287-close@bugs.debian.org, 222627-close@bugs.debian.org,
	172907-close@bugs.debian.org, 199926-close@bugs.debian.org,
	223854-close@bugs.debian.org
Subject: Fixed in KDE 3.2, which just entered unstable
From: Dominique Devriese <dominique.devriese@student.kuleuven.ac.be>
Date: Fri, 05 Mar 2004 16:41:44 +0100
Message-ID: <87eks7jo7b.fsf@student.kuleuven.ac.be>
User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through
 Obscurity, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: Dominique Devriese <dominique.devriese@student.kuleuven.ac.be>
X-Virus-Scanned: by KULeuven Antivirus Cluster
Delivered-To: 222304-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_05 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=0.0 required=4.0 tests=none autolearn=no 
	version=2.60-bugs.debian.org_2004_03_05
X-Spam-Level: 


Closing 29 bugs that have been fixed upstream in KDE 3.2, which was
just uploaded to unstable.

cheers
domi



Reply to: