Bug#349937: korganizer: export to HTML doesn't work with remote calendars

2006-01-25 Thread Ryan Nowakowski
Package: korganizer
Version: 4:3.5.0-4
Severity: minor


I'm using only remote calendars.  File->Export->Export Web Page
generates a list of my todo items but no calendar info.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages korganizer depends on:
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libkcal2b 4:3.5.0-4  KDE calendaring library
ii  libkdepim1a   4:3.5.0-4  KDE PIM library
ii  libkpimexchange1  4:3.5.0-4  KDE PIM Exchange library
ii  libkpimidentities14:3.5.0-4  KDE PIM user identity information 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-4 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-4 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  perl  5.8.7-10   Larry Wall's Practical Extraction 
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages korganizer recommends:
ii  kghostview4:3.5.0-3  PostScript viewer for KDE

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



playground

2006-01-25 Thread Peter Rockai
SVN commit 502436 by mornfall:

Merge from branch:

2005-12-20 09:16:47 +0100
 Fix a bug which got introduced by clearing the fetcher window on Start().

2006-01-02 12:37:12 +0100
 Use CommitProgress, handle Cancel gracefully and be a KUniqueApplication.

2006-01-02 12:37:54 +0100
 Don't call cleanRebuild() automatically in View. Causes headaches.

2006-01-02 12:38:40 +0100
 Be KUniqueApplication, cleanRebuild() by hand (now that View doesn't
 do it for us).

2006-01-22 23:31:55 +0100
 Update file headers to something sensible. Do not claim LGPLness of
 BSD-licensed things, either. Remove test-util.h, it's unused and
 obsolete.

2006-01-23 15:06:20 +0100
 Add a debian/ directory to svn. This is not directly useful to build a
 .deb package, you still need to make a distribution tarball and then
 add this directory to the toplevel. There is no script to do this yet.

2006-01-25 23:52:38 +0100
 Fix 2 bugs in AcqProgress, one uninintialized variable (m_continue),
 this would cause downloads to sometimes cancel spontaneously before
 starting. Second was accessing invalid memory, because the bounds
 check on m_items vector was off by one. The former would prevent
 download from working, latter would cause it to crash.

2006-01-25 23:54:53 +0100
 Do not show "error" message box when user cancels operation, just skip
 to next step.

2006-01-26 00:07:39 +0100
 Update version in About boxen of manager, updater.

2006-01-26 00:10:51 +0100
 Remove kde_terminal_interface.h, #include the system version of this
 file instead (this means that sanekonsole is no longer supported and
 we need kde 3.5).

2006-01-26 00:13:25 +0100
 Make it possible get rid of spurious DT_NEEDED entries in ept binaries
 (together with a specific libtool version). Thanks Isaac Clerencia for
 helping out with this.

2006-01-26 00:15:14 +0100
 debian/ updates -- fix copyright, build-depend on kdelibs4-dev >=
 3.5.0, changelog entries; add Isaac Clerencia to uploaders

2006-01-26 00:16:44 +0100
 Clear up confusion in debian/changelog wrt what version 1.88.1 really is.


 _M. (directory)  
 _Msysadmin (directory)  
 A sysadmin/ept/debian (directory)  
 A sysadmin/ept/debian/adept.install  
 A sysadmin/ept/debian/changelog  
 A sysadmin/ept/debian/compat  
 A sysadmin/ept/debian/control  
 A sysadmin/ept/debian/copyright  
 A sysadmin/ept/debian/dirs  
 A sysadmin/ept/debian/docs  
 AMsysadmin/ept/debian/rules  
 M  +3 -3  sysadmin/ept/libept/Makefile.am  
 M  +10 -6 sysadmin/ept/libept/acqprogress.cpp  
 M  +1 -1  sysadmin/ept/libept/commitprogress.h  
 M  +5 -0  sysadmin/ept/libept/dpkgpm-gui.cpp  
 M  +4 -18 sysadmin/ept/libept/dpkgpm-gui.h  
 M  +4 -17 sysadmin/ept/libept/dpkgpm.cpp  
 M  +3 -17 sysadmin/ept/libept/dpkgpm.h  
 D sysadmin/ept/libept/errordialog.cpp  
 D sysadmin/ept/libept/errordialog.h  
 D sysadmin/ept/libept/kde_terminal_interface.h  
 M  +11 -10sysadmin/ept/libept/lister.cpp  
 M  +7 -3  sysadmin/ept/libept/lister.h  
 M  +15 -10sysadmin/ept/libept/packagedetails.cpp  
 M  +4 -1  sysadmin/ept/libept/packagedetails.h  
 M  +3 -1  sysadmin/ept/libept/quickfilter.cpp  
 M  +7 -3  sysadmin/ept/libept/view.cpp  
 M  +2 -1  sysadmin/ept/libept/view.h  
 M  +1 -1  sysadmin/ept/manager/Makefile.am  
 M  +3 -0  sysadmin/ept/manager/app.cpp  
 M  +3 -3  sysadmin/ept/manager/main.cpp  
 M  +1 -1  sysadmin/ept/notifier/Makefile.am  
 D sysadmin/ept/tests/test-util.h  
 M  +1 -1  sysadmin/ept/updater/Makefile.am  
 M  +10 -27sysadmin/ept/updater/app.cpp  
 M  +2 -5  sysadmin/ept/updater/app.h  
 M  +3 -3  sysadmin/ept/updater/main.cpp  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#348418: Solved

2006-01-25 Thread Georg Wittenburg
Hi!

Upgrading to hal 0.5.5.1-5 (and depending packages) indeed fixes the problem.

Please adjust the depends of the KDE packages accordingly.

Thanks for your help!

   Georg

-- 
Georg Wittenburg
http://page.mi.fu-berlin.de/~wittenbu/


pgpSo1IfgQxa8.pgp
Description: PGP signature


Bug#305905: perhaps already fixed

2006-01-25 Thread Robert Lemmen
hi,

i tried this and it certainly works for me, didn't try the old
version to double-chek though. anyway, i think this is fixed in
4:3.5.0-3

cu  robert

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Bug#349923: umbrello: export via cmdline needs X

2006-01-25 Thread Robert Lemmen
Package: umbrello
Version: 4:3.5.0-3
Severity: minor

hi,

umbrello allows the export of diagrams via the commandline with the
--export switch. this is a highly usefull feature missing in many
(expensive) uml modelling  programs, just think about auto-generating
documentation from a makefile. unfortunately umbrello does in fact start
up, generate the diagrams and then close down again. which is stupid as
you won't be able to use the interface and it means it requires a
working X to use the commandline options. it would be way cool if this
would work without X! a possibility to just export a single diagram
would be cool as well...

cu  robert

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (670, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages umbrello depends on:
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

umbrello recommends no packages.

-- no debconf information

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Bug#349922: umbrello: role multiplicity indicator in component diagram misplaced

2006-01-25 Thread Robert Lemmen
Package: umbrello
Version: 4:3.5.0-3
Severity: minor

hi everyone,

smallish but annoying bug: the multiplicity indicator does not move with
the end of the association, but around on the screen in a weird way.
steps to reproduce:

- create a new comopnent diagram
- create a component
- create an interface
- create an association between the two
- open the properties of the association
- enter a multiplicity for the interface
- move around the component (ok)
- move around the interface (surprise)

this probably happens in other cases/diagrams as well, i attach a simple
test case

cu  robert


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (670, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages umbrello depends on:
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-6  GCC support library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-6The GNU Standard C++ Library v3

umbrello recommends no packages.

-- no debconf information

-- 
Robert Lemmen   http://www.semistable.com 

http://schema.omg.org/spec/UML/1.3"; verified="false" 
timestamp="2006-01-25T22:27:36" xmi.version="1.2" >
 
  
   umbrello uml modeller http://uml.sf.net
   1.5.1
   UnicodeUTF8
  
  
 
 
  
   



















 
  
  
 

   
  
 
 
  
  
   



   
   

 
 



 
  
   
   
  
  
 

   
  
  
   

 
 
  
  
  
  
  
  
  
  
  
  
  
 



 



   
  
  
 



signature.asc
Description: Digital signature


Bug#349141: marked as done (/usr/lib/libQtSql.so: undefined reference to `mysql ...)

2006-01-25 Thread Debian Bug Tracking System
Your message dated Wed, 25 Jan 2006 10:38:21 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#349141: /usr/lib/libQtSql.so: undefined reference to 
`mysql ...
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; 21 Jan 2006 10:16:32 +
>From [EMAIL PROTECTED] Sat Jan 21 02:16:32 2006
Return-path: <[EMAIL PROTECTED]>
Received: from smtp002.mail.ukl.yahoo.com ([217.12.11.33])
by spohr.debian.org with smtp (Exim 4.50)
id 1F0FnL-0005VJ-TO
for [EMAIL PROTECTED]; Sat, 21 Jan 2006 02:16:32 -0800
Received: (qmail 64951 invoked from network); 21 Jan 2006 10:16:30 -
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
  s=s1024; d=yahoo.it;
  
h=Received:From:To:Subject:Date:User-Agent:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id;
  
b=Js2MsIp8pDHpxeF4agDlr/xnug3MjfQqk02W4xz3sgJSPnulQ8/bnNDHiZmfp1Ur8K/rXid9JzYc5Xc6mdNqHbFRlbigZKJ2GIFHCnfgMNYpnMAAD3YarOua+KdQDJmDpiYGZCDmGP6xpRnZlJyntSNpUSd5mMZF/MEm6yhqFrI=
  ;
Received: from unknown (HELO host224-164.pool8253.interbusiness.it) ([EMAIL 
PROTECTED] with plain)
  by smtp002.mail.ukl.yahoo.com with SMTP; 21 Jan 2006 10:16:30 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: /usr/lib/libQtSql.so: undefined reference to `mysql ...
Date: Sat, 21 Jan 2006 11:16:30 +0100
User-Agent: KMail/1.9.1
MIME-Version: 1.0
Content-Type: text/plain;
  charset="us-ascii"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-5.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
NO_REAL_NAME,RCVD_IN_SORBS autolearn=no 
version=2.60-bugs.debian.org_2005_01_02


Package: libqt4-sql
Version: 4.1.0-3


Hi, when i try to use this lib in my software I get:

linux>make
g++  -o prova main.o   -L/usr/lib -lQtSql -lQtGui -lQtCore -lpthread
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
...
...
...
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
/usr/lib/libQtSql.so: undefined reference to [EMAIL PROTECTED]'
collect2: ld returned 1 exit status
make: *** [prova] Error 1


so I do a ldd to libQtSql.so and i can see that:

linux> ldd /usr/lib/libQtSql.so
/usr/lib/libQtSql.so: /usr/lib/libmysqlclient.so.15: no version information 
available (required by /usr/lib/libQtSql.so)
linux-gate.so.1 =>  (0xe000)
libpq.so.4 => /usr/lib/libpq.so.4 (0xb7f19000)
libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0xb7dde000)
libsqlite.so.0 => /usr/lib/libsqlite.so.0 (0xb7d87000)
libQtCore.so.4 => /usr/lib/libQtCore.so.4 (0xb7c2f000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7c0)
libz.so.1 => /usr/lib/libz.so.1 (0xb7beb000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0xb7bd9000)
libdl.so.2 => /lib/tls/libdl.so.2 (0xb7bd5000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xb7af8000)
libm.so.6 => /lib/tls/libm.so.6 (0xb7ad2000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb7ac7000)
libc.so.6 => /lib/tls/libc.so.6 (0xb798f000)
libssl.so.0.9.8 => /usr/lib/i686/cmov/libssl.so.0.9.8 (0xb795)
libcrypto.so.0.9.8 => /usr/lib/i686/cmov/libcrypto.so.0.9.8 
(0xb7817000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0xb779f000)
libcrypt.so.1 => /lib/tls/libcrypt.so.1 (0xb7771000)
libresolv.so.2 => /lib/tls/libresolv.so.2 (0xb775e000)
libnsl.so.1 => /lib/tls/libnsl.so.1 (0xb7747000)
libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb76da000)
libexpat.so.1 => /usr/lib/libexpat.so.1 (0xb76ba000)
/lib/ld-linux.so.2 (0x8000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0xb7696000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0xb7693000)
libkrb5support.so.0 => /usr/lib/libkrb5support.so.0 (0xb768e000)


My mysql client (version 5):

linux>dpkg -l | grep mysql
ii  libdbd-mysql-perl 3.0002-2   
ii  libmys

kdeedu on arm

2006-01-25 Thread Steffen Joeris
Hi Maintainers

I discovered a problem with the build of kdeedu on arm
http://buildd.debian.org/fetch.php?&pkg=kdeedu&ver=4%3A3.5.0-4&arch=arm&stamp=1138056346&file=log&as=raw

This is not a bug in kdeedu but a problem with ocaml, so I am responsible for 
it :)

I talked to the other Debian Ocaml Maintainers and this bug is known and 
forwarded to upstream, but upstream says that there is no access to an arm so 
we are not sure when this will be fixed.
A current workaround would be to not use libfacile-ocaml-dev on arm.
Well the problem is the ocamlopt, you can also not use ocamlopt for it.
I thought that you are not using libfacile for all archs so just removing it 
would solve the problem i think.

I hope that this helps.

Greetings
Steffen


pgpIyUWbjiVqf.pgp
Description: PGP signature


Bug#346344: kdelibs-data tries to overwrite `/usr/share/mimelnk/image/x-djvu.desktop'

2006-01-25 Thread Clement Hermann (nodens)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> What version of libdjvulibre15 is this? The libdjvulibre15_3.5.16-2
> in the Debian archive does not contain this file.

this happens with libdjvulibre15 3.5.15-1 on my system.

installing the latest libdjvulibre15 solves the problem.

Regards,

- --
Clément 'nodens' Hermann
- - "L'air pur ? c'est pas en RL, ça ? c'est pas hors charte ?"
Jean in L'Histoire des Pingouins, http://tnemeth.free.fr/fmbl/linuxsf/

Vous trouverez ma clef publique sur le serveur public pgp.mit.edu.
Please find my public key on the public keyserver pgp.mit.edu.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFD16ix0yQ2guvROZ0RAkDfAJ9jSkXDRwATzYGd7EbNihmZisNNaQCfRX81
feajwmqIZ/DQhce3ehpP5hI=
=buos
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#349787: quanta: The "default" word is not colored as "switch" and "case" in PHP source code

2006-01-25 Thread Ferenczi Viktor
Package: quanta
Version: 4:3.4.3-2
Severity: minor


Enter a switch block into PHP source:

switch($v) {
case 1:
echo 'is 1';
break;
default:
echo 'not 1';
}

The "default" word will not be colored as switch and case (remain black).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-sirius-20051219-0354
Locale: LANG=hu_HU, LC_CTYPE=hu_HU (charmap=ISO-8859-2)

Versions of packages quanta depends on:
ii  kdelibs4c2a4:3.4.3-2 core libraries for all KDE applica
ii  kfilereplace   4:3.4.3-2 batch search-and-replace component
ii  klinkstatus4:3.4.3-2 web link validity checker for KDE
ii  kommander  4:3.4.3-2 visual dialog builder and executor
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libaudio2  1.7-3 The Network Audio System (NAS). (s
ii  libc6  2.3.5-12  GNU C Library: Shared libraries an
ii  libfam02.7.0-8   client library to control the FAM 
ii  libfontconfig1 2.3.2-1.1 generic font configuration library
ii  libfreetype6   2.1.10-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.0.2-7 GCC support library
ii  libice66.9.0.dfsg.1-4Inter-Client Exchange library
ii  libidn11   0.5.18-1  GNU libidn library, implementation
ii  libjpeg62  6b-11 The Independent JPEG Group's JPEG 
ii  libpcre3   6.4-1.1   Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.8rel-5PNG library - runtime
ii  libqt3-mt  3:3.3.5-3 Qt GUI Library (Threaded runtime v
ii  libsm6 6.9.0.dfsg.1-4X Window System Session Management
ii  libstdc++6 4.0.2-7   The GNU Standard C++ Library v3
ii  libx11-6   6.9.0.dfsg.1-4X Window System protocol client li
ii  libxcursor11.1.3-1   X cursor management library
ii  libxext6   6.9.0.dfsg.1-4X Window System miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxi6 6.9.0.dfsg.1-4X Window System Input extension li
ii  libxinerama1   6.9.0.dfsg.1-4X Window System multi-head display
ii  libxml22.6.23.dfsg.1-0.1 GNOME XML library
ii  libxrandr2 6.9.0.dfsg.1-4X Window System Resize, Rotate and
ii  libxrender11:0.9.0.2-1   X Rendering Extension client libra
ii  libxslt1.1 1.1.15-2  XSLT processing library - runtime 
ii  libxt6 6.9.0.dfsg.1-4X Toolkit Intrinsics
ii  quanta-data4:3.4.3-2 data files for Quanta Plus web dev
ii  tidy   20050415-1HTML syntax checker and reformatte
ii  zlib1g 1:1.2.3-9 compression library - runtime

Versions of packages quanta recommends:
pn  cervisia   (no description available)
pn  docbook-defguide   (no description available)
ii  gnupg 1.4.2-2GNU privacy guard - a free PGP rep
ii  kompare   4:3.4.3-1  a KDE GUI for viewing differences 
ii  kxsldbg   4:3.4.3-2  graphical XSLT debugger for KDE
pn  phpdoc (no description available)
pn  wdg-html-reference (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#349785: akregator: feed archiving: "disable archiving" does not work

2006-01-25 Thread Shai Berger
Package: akregator
Version: 4:3.5.0-5
Severity: normal


I follow several feeds, for some of which I do not
wish to retain the entries once I've read them, nor
once I've restarted Kontact (where I run aKregator).

Until 3.5.0, setting the feed archiving property (in
"edit feed", the second tab) to "disable archiving" did
just what I want. But since I upgraded last week, all
the old entries are kept, and I need to delete them manually.

While this problem is bigger than "cosmetic", I understand
that it should be rather low priority, as no real harm is
done.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages akregator depends on:
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libkdepim1a   4:3.5.0-5  KDE PIM library
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3

akregator recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]