Bug#494349: libqt3-mt: throws errors and sometimes crashes X

2008-08-09 Thread booiiing
2008/8/9 Julien Cristau <[EMAIL PROTECTED]>:
> No, it's a bug in X.  Are you using a compositing manager? Which one?
ahh, yes. sorry that i didn't think of that myself :(
i use xfce4 and the integrated composite-manager.
deactivating it didn't change anything, however. but i'll try to
restart X with composite completely disabled.

kind regards,
patric



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



Processed: your mail

2008-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 492855 wishlist
Bug#492855: quanta should suggest w3-recs package
Severity set to `wishlist' from `normal'

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: quanta should suggest w3-recs package

2008-08-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 492855 quanta should suggest w3-recs package
Bug#492855: [quanta] Please remove the css and html docrc and links from 
/usr/share/apps/quanta/doc
Changed Bug title to `quanta should suggest w3-recs package' from `[quanta] 
Please remove the css and html docrc and links from /usr/share/apps/quanta/doc'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Bug#492855: (no subject)

2008-08-09 Thread Yannick Roehlly
Oops. In fact its the w3-rec package that provides the w3c recommendations. 
Apparently, I got lost when looking for the right package.

Maybe quanta should suggest it to make it easier for users to find it.

Yannick




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



Bug#494427: plasma: emptying trash from the trash plasmoid does not notify about trash changes

2008-08-09 Thread George Kiagiadakis
Package: kdebase-workspace
Version: 4:4.1.0-1
Severity: normal
Tags: patch

Steps to reproduce:
1) Have an empty trash
2) delete something from dolphin
3) go to trash in dolphin
4) click to empty trash from the trash plasmoid.
You will notice that the trash plasmoid still says that there are items in trash
and dolphin still shows those items. If you press f5 to reload dolphin, the 
items
will disappear but the trash plasmoid will remain like this forever.

The problem relies in the fact that dolphin calls directly ktrash to empty the 
trash
and ktrash in turn uses dbus to notify other processes about the changes.
However, in debian, ktrash from kde4 is renamed to ktrash4 and as a result, the 
kde3
version of ktrash is called. This sends the signal over dcop and kde4 processes 
never
get informed.

This patch should solve the issue:
==
diff -uprN kdebase-workspace-4.1.0/plasma/applets/trash/trash.cpp 
kdebase-workspace-4.1.0-fixed/plasma/applets/trash/trash.cpp
--- kdebase-workspace-4.1.0/plasma/applets/trash/trash.cpp  2008-07-15 
22:48:49.0 +0300
+++ kdebase-workspace-4.1.0-fixed/plasma/applets/trash/trash.cpp
2008-08-09 14:38:12.0 +0300
@@ -193,7 +193,7 @@ void Trash::slotEmpty()
 // we can simply call ktrash.
 //KonqOperations::emptyTrash(&m_menu);
 KProcess process;
-process << KStandardDirs::findExe("ktrash") << "--empty";
+process << KStandardDirs::findExe("ktrash4") << "--empty";
 process.execute();

 }
==

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-gkserver-amd64 (SMP w/3 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdebase-workspace depends on:
ii  kde-window-manager4:4.1.0-1  the KDE 4 window manager (KWin)
ii  kdebase-workspace-bin 4:4.1.0-1  core binaries for the KDE 4 base w
ii  klipper   4:4.1.0-1  clipboard utility for KDE 4
ii  ksysguard 4:4.1.0-1  System Guard for KDE 4
ii  systemsettings4:4.1.0-1  KDE 4 System Settings

Versions of packages kdebase-workspace recommends:
ii  kdebase-plasma4:4.1.0-1  plasma widgets from the KDE 4 base
ii  kdm   4:4.1.0-1  KDE Display Manager for X11

kdebase-workspace suggests no packages.

-- no debconf information



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



Bug#418729: marked as done (100% combined CPU usage from kopete and X when viewing the configuration dialog)

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 15:23:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#418729: 100% combined CPU usage from kopete and X when 
viewing the configuration dialog
has caused the Debian Bug report #418729,
regarding 100% combined CPU usage from kopete and X when viewing the 
configuration dialog
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
418729: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=418729
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kopete
Version: 4:3.5.5-5
Severity: important

If I view the 'Devices' section of the configuration dialog, kopete and the
X server start using all of my cpu. The problem stops when the dialog's
closed. I have no devices listed in the mentioned section.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (900, 'stable'), (99, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kopete depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libacl12.2.41-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   2.4.32-1  Extended attribute shared library
ii  libaudio2  1.8-4 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfam02.7.0-12  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgadu3   1:1.7~rc2-1   Gadu-Gadu protocol library - runti
ii  libgcc11:4.1.1-21GCC support library
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgsmme1c2a   1.10-10   GSM mobile phone access library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmeanwhile1  1.0.2-2   open implementation of the Lotus S
ii  libpcre3   6.7-1 Perl 5 Compatible Regular Expressi
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxslt1.1 1.1.19-1  XSLT processing library - runtime 
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:4.1.0-1

On Fri, Jul 25, 2008 at 11:52:29AM -0400, Fernando Diaz Alonso wrote:
> An upstream bug report is now found at
> http://bugs.kde.org/show_bug.cgi?id=164227 , which states that this
> bug will be fixed in Kopete for KDE 4.1
>

Marking as closed in kopete from KDE 4.1

Ana

> 
> 

--- End Message ---


Bug#462661: marked as done (kopete: list of available protocols is empty)

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 15:28:07 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: kopete: list of available protocols is empty
has caused the Debian Bug report #462661,
regarding kopete: list of available protocols is empty
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
462661: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462661
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kopete
Version: 4:4.0.0-1
Severity: normal

Hello,

the list of available protocols in kopete is empty iff I install
kde-l10n-de.


Daniel

-- System Information:
Debian Release: lenny/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'unstable'), (500, 
'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kopete depends on:
ii  kde-icons-oxygen   4:4.0.0-3 Oxygen icon theme for KDE 4
ii  kdebase-runtime4:4.0.0-3 Runtime components from the offici
ii  kdebase-runtime-data   4:4.0.0-3 Shared data files for the KDE 4 ba
ii  kdelibs5   4:4.0.0-2 core libraries for all KDE 4 appli
ii  kdepimlibs54:4.0.0-4 core libraries for KDE PIM 4 appli
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libgcc11:4.3-20080116-1  GCC support library
ii  libidn11   1.1-1 GNU libidn library, implementation
ii  libqca22.0.0-3   Qt Cryptographic Architecture - sh
ii  libqimageblitz41:0.0.4-1 KDE/Qt image filter library
ii  libqt4-core4.3.3-2   Qt 4 core non-GUI functionality ru
ii  libqt4-gui 4.3.3-2   Qt 4 core GUI functionality runtim
ii  libqt4-qt3support  4.3.3-2   Qt 3 compatibility library for Qt 
ii  libsqlite3-0   3.4.2-2   SQLite 3 shared library
ii  libstdc++6 4.3-20080116-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxml22.6.31.dfsg-1 GNOME XML library
ii  libxslt1.1 1.1.22-1  XSLT processing library - runtime 
ii  libxss11:1.1.2-1 X11 Screen Saver extension library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

Versions of packages kopete recommends:
ii  libqca2-plugin-ossl   0.1~20070904-3 QCA OSSL plugin for libqca2

-- no debconf information


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 4:4.0.1-1

On Sun, Feb 10, 2008 at 08:37:43PM +0100, Daniel Bayer wrote:
> notfound 462661 4:4.0.1-1
> thanks
> 
> Hello,
> 
> the current version works for me. Feel free, to close this bug.
>

Ok, thanks for the follow up.

Ana



--- End Message ---


Bug#445454: marked as done (kopete )

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 15:30:28 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#445454: kopete
has caused the Debian Bug report #445454,
regarding kopete 
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
445454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=445454
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: apt
Version: 0.6.46.4-0.1



(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1240303936 (LWP 3180)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#9 0x08127189 in ?? ()
#10 0x0208324d in ?? ()
#11 0x80b5b71e in ?? ()
#12 0x68082a59 in ?? ()
#13 0xe8082c66 in ?? ()
#14 0x4c082c66 in ?? ()
#15 0x0100c4cd in ?? ()
#16 0xf800 in ?? ()
#17 0x90082947 in ?? ()
#18 0x94082b6d in ?? ()
#19 0x28b7f335 in ?? ()
#20 0xe8bfd115 in ?? ()
#21 0x68081b5e in ?? ()
#22 0x07bfd115 in ?? ()
#23 0x68b7ebb9 in ?? ()
#24 0x00082c66 in ?? ()
#25 0x0100 in ?? ()
#26 0x5800 in ?? ()
#27 0x40bfd115 in ?? ()
#28 0xc8bfd115 in ?? ()
#29 0x44bfd114 in ?? ()
#30 0x08bfd115 in ?? ()
#31 0xe8bfd115 in ?? ()
#32 0x68bfd114 in ?? ()
#33 0xa0082a11 in ?? ()
#34 0x20082bfe in ?? ()
#35 0xd400 in ?? ()
#36 0x29b627c6 in ?? ()
#37 0xc800 in ?? ()
#38 0x00b6e054 in ?? ()
#39 0x2d1d in ?? ()
#40 0x in ?? ()

*
When I removed my account from Kopete it came this bug. Later when I open 
Kopete again account was gone, and I sign new which I wanted anyway.

 I am using Debian GNU/Linux 4, kernel 2.6.18-5-686



--- End Message ---
--- Begin Message ---
On Sat, Oct 06, 2007 at 12:29:46AM +0200, [EMAIL PROTECTED] wrote:
> Package: apt
> Version: 0.6.46.4-0.1
> 
> 
> 
> (no debugging symbols found)
> Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)
> (no debugging symbols found)

Bug#444439: kopete crashes when icq starts up

2008-08-09 Thread Ana Guerrero
hey winnie,

On Fri, Sep 28, 2007 at 04:45:45PM +0200, Patrick Winnertz wrote:
> Package: kopete
> Version: 4:3.5.7-4
> Severity: critical
> 
> My kopete crashes since yesterday when i want to login into my icq
> account. All other protocols I tried worked (jabber, msn). 
> 
> I'll include a backtrace of on of this kopete session into this
> bugreport
>


What happened with this issue? Still experimenting it?

Ana



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



Bug#440458: kopete: consistent segmentation fault when issuing /quit on SSL connected IRC

2008-08-09 Thread Ana Guerrero
On Sat, Sep 01, 2007 at 06:55:57PM +0200, Nubbun wrote:
> Package: kopete
> Version: 4:3.5.5-5
> Severity: normal
> 
> I would love to provide a backtrace to help fix this, but the debugging 
> symbols are 59MB packaged and I don't have the bandwidth and can't occupy the 
> phone line so long.
> 
> To reproduce, connect by SSL to an IRC server.
> I use the OFTC network.
> After connecting, (and joining a channel?), issue /quit .
> kopete's first sign of activity is a segmentation fault.
>

Still experimenting this issue?

Ana



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



Bug#408517: marked as done ((no subject))

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 16:04:40 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#408517: (no subject)
has caused the Debian Bug report #408517,
regarding (no subject)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
408517: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=408517
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kget
Subject: kget: closes if all downloads are finished even though there is a 
save as... dialog open
Version: 4:3.5.5-3
Severity: normal

*** Please type your report below this line ***


steps to reproduce:
 - open 2 links which are handled by kget by default in konqueror
simultaniously
 - wait until both links have been answered by the remote servers
 - kget opens a save as... dialog. select location.
 - kget starts downloading the first file and opens another save as...
 dialog for the second file
 - wait until kget has finished the first file
 - kget shuts down while you're still selecting a location for the second
 file. save as... dialog disappears.



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kget depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for 
al
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libqt3-mt  3:3.3.7-2 Qt GUI Library (Threaded runtime 
v
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension 
librar

kget recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:4.1.0-1

On Fri, Jan 26, 2007 at 01:30:15PM +0100, Stefan Strasser wrote:
> Package: kget
> Subject: kget: closes if all downloads are finished even though there is a 
> save as... dialog open
> Version: 4:3.5.5-3
> Severity: normal
> 
> *** Please type your report below this line ***
> 
> 
> steps to reproduce:
>  - open 2 links which are handled by kget by default in konqueror
> simultaniously
>  - wait until both links have been answered by the remote servers
>  - kget opens a save as... dialog. select location.
>  - kget starts downloading the first file and opens another save as...
>  dialog for the second file
>  - wait until kget has finished the first file
>  - kget shuts down while you're still selecting a location for the second
>  file. save as... dialog disappears.
>

Fixed in KDE 4.1

ana

--- End Message ---


Bug#378033: marked as done (kget: saved with wrong filename)

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 16:10:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#349698: kget: Meet troubles with redir.php when used 
with konqueror
has caused the Debian Bug report #349698,
regarding kget: saved with wrong filename
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
349698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349698
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kget
Version: 4:3.5.3-1
Severity: normal

If a site has a download via something like this:
file kget want to save the file as
mydownload.php (suggested name in file dialog). If i'm using konqueror without 
kget, the file would be
saved (suggested name in file dialog) with correct name from 
"Content-Disposition" Header.


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

Versions of packages kget depends on:
ii  kdelibs4c2a   4:3.5.3-1  core libraries and binaries for al
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-8  GCC support library
ii  libqt3-mt 3:3.3.6-2  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.1-8The GNU Standard C++ Library v3
ii  libxext6  1:1.0.0-4  X11 miscellaneous extension librar

kget recommends no packages.

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Version: 4:4.1.0-1

On Tue, Jan 24, 2006 at 07:29:27PM +0100, Grégoire Druant wrote:
> Package: kget
> Version: 4:3.5.0-3
> Severity: normal
> 
> I use kget as download manager for konqueror and I sometimes have
> troubles with some downloads, kget opens a box and ask me to choose a
> directory (not a file) to save to, and it downloads the file in that
> directory as redir.php and opens an error box saying :
> "Bad URL :
> The_Real_Name_Of_The_File_I_Downloaded.xxx"
> 
> If I disable kget integration in konqueror, I meet no problem with
> this download.
>

Fixed in KDE 4.1


--- End Message ---


Bug#349698: marked as done (kget: Meet troubles with redir.php when used with konqueror)

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 16:10:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#349698: kget: Meet troubles with redir.php when used 
with konqueror
has caused the Debian Bug report #349698,
regarding kget: Meet troubles with redir.php when used with konqueror
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
349698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=349698
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kget
Version: 4:3.5.0-3
Severity: normal

I use kget as download manager for konqueror and I sometimes have
troubles with some downloads, kget opens a box and ask me to choose a
directory (not a file) to save to, and it downloads the file in that
directory as redir.php and opens an error box saying :
"Bad URL :
The_Real_Name_Of_The_File_I_Downloaded.xxx"

If I disable kget integration in konqueror, I meet no problem with
this download.

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

Versions of packages kget 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
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte

kget recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:4.1.0-1

On Tue, Jan 24, 2006 at 07:29:27PM +0100, Grégoire Druant wrote:
> Package: kget
> Version: 4:3.5.0-3
> Severity: normal
> 
> I use kget as download manager for konqueror and I sometimes have
> troubles with some downloads, kget opens a box and ask me to choose a
> directory (not a file) to save to, and it downloads the file in that
> directory as redir.php and opens an error box saying :
> "Bad URL :
> The_Real_Name_Of_The_File_I_Downloaded.xxx"
> 
> If I disable kget integration in konqueror, I meet no problem with
> this download.
>

Fixed in KDE 4.1


--- End Message ---


Bug#265999: marked as done (cannot send Ctrl-Alt-Del to terminal services)

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 9 Aug 2008 16:15:30 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#265999: cannot send Ctrl-Alt-Del to terminal services
has caused the Debian Bug report #265999,
regarding cannot send Ctrl-Alt-Del to terminal services
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
265999: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=265999
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: krdc
Version: 4:3.2.3-1
Severity: normal

Hi,

when I am connected with krdc to a system running Windows 2000
Professional as terminal server, "Special Keys" and Ctrl-Alt-Del
doesn't work. Ctrl-Alt is shown in the dialog  which promptly vanishes
when I hit Del. However, the remote system doesn't seem to receive the
Keys.

When I hold "Del" a little longer, Ctrl-Alt-Del is received by my KDE
session, displaying the logout/turn-off/cancel dialog to end the KDE
session.

Greetings
Marc

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-vash
Locale: LANG=C, LC_CTYPE=de_DE

Versions of packages krdc depends on:
ii  kdelibs4  4:3.3.0-1  KDE core libraries
ii  libart-2.0-2  2.3.16-6   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-16   GNU C Library: Shared libraries an
ii  libgcc1   1:3.4.1-5  GCC support library
ii  libice6   4.3.0.dfsg.1-6 Inter-Client Exchange library
ii  libjpeg62 6b-9   The Independent JPEG Group's JPEG 
ii  libpng12-01.2.5.0-7  PNG library - runtime
ii  libqt3c102-mt 3:3.3.2-5  Qt GUI Library (Threaded runtime v
ii  libslp1   1.0.11-7   OpenSLP libraries
ii  libsm64.3.0.dfsg.1-6 X Window System Session Management
ii  libssl0.9.7   0.9.7d-5   SSL shared libraries
ii  libstdc++51:3.3.4-7  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-6 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.1.1-5compression library - runtime

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:4.1.0-1

On Mon, Aug 16, 2004 at 10:00:37AM +0200, Marc Haber wrote:
> Package: krdc
> Version: 4:3.2.3-1
> Severity: normal
> 
> Hi,
> 
> when I am connected with krdc to a system running Windows 2000
> Professional as terminal server, "Special Keys" and Ctrl-Alt-Del
> doesn't work. Ctrl-Alt is shown in the dialog  which promptly vanishes
> when I hit Del. However, the remote system doesn't seem to receive the
> Keys.
> 
> When I hold "Del" a little longer, Ctrl-Alt-Del is received by my KDE
> session, displaying the logout/turn-off/cancel dialog to end the KDE
> session.
>


Fixed in KDE 4.1

Ana


--- End Message ---


Processing of kdenetwork_3.5.9-4_i386.changes

2008-08-09 Thread Archive Administrator
kdenetwork_3.5.9-4_i386.changes uploaded successfully to localhost
along with the files:
  kdenetwork_3.5.9-4.dsc
  kdenetwork_3.5.9-4.diff.gz
  kdenetwork_3.5.9-4_all.deb
  kdenetwork-doc-html_3.5.9-4_all.deb
  dcoprss_3.5.9-4_i386.deb
  kdenetwork-kfile-plugins_3.5.9-4_i386.deb
  kdenetwork-filesharing_3.5.9-4_i386.deb
  kdict_3.5.9-4_i386.deb
  kget_3.5.9-4_i386.deb
  knewsticker_3.5.9-4_i386.deb
  kopete_3.5.9-4_i386.deb
  kpf_3.5.9-4_i386.deb
  kppp_3.5.9-4_i386.deb
  krdc_3.5.9-4_i386.deb
  krfb_3.5.9-4_i386.deb
  ksirc_3.5.9-4_i386.deb
  ktalkd_3.5.9-4_i386.deb
  kwifimanager_3.5.9-4_i386.deb
  librss1_3.5.9-4_i386.deb
  kdenetwork-dev_3.5.9-4_i386.deb
  lisa_3.5.9-4_i386.deb
  kdnssd_3.5.9-4_i386.deb
  kdenetwork-dbg_3.5.9-4_i386.deb

Greetings,

Your Debian queue daemon


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



kdenetwork_3.5.9-4_i386.changes ACCEPTED

2008-08-09 Thread Debian Installer

Accepted:
dcoprss_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/dcoprss_3.5.9-4_i386.deb
kdenetwork-dbg_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dbg_3.5.9-4_i386.deb
kdenetwork-dev_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_3.5.9-4_i386.deb
kdenetwork-doc-html_3.5.9-4_all.deb
  to pool/main/k/kdenetwork/kdenetwork-doc-html_3.5.9-4_all.deb
kdenetwork-filesharing_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.5.9-4_i386.deb
kdenetwork-kfile-plugins_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-kfile-plugins_3.5.9-4_i386.deb
kdenetwork_3.5.9-4.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4.diff.gz
kdenetwork_3.5.9-4.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4.dsc
kdenetwork_3.5.9-4_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4_all.deb
kdict_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdict_3.5.9-4_i386.deb
kdnssd_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdnssd_3.5.9-4_i386.deb
kget_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kget_3.5.9-4_i386.deb
knewsticker_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/knewsticker_3.5.9-4_i386.deb
kopete_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kopete_3.5.9-4_i386.deb
kpf_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kpf_3.5.9-4_i386.deb
kppp_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kppp_3.5.9-4_i386.deb
krdc_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/krdc_3.5.9-4_i386.deb
krfb_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/krfb_3.5.9-4_i386.deb
ksirc_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/ksirc_3.5.9-4_i386.deb
ktalkd_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/ktalkd_3.5.9-4_i386.deb
kwifimanager_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kwifimanager_3.5.9-4_i386.deb
librss1_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/librss1_3.5.9-4_i386.deb
lisa_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/lisa_3.5.9-4_i386.deb


Override entries for your package:
dcoprss_3.5.9-4_i386.deb - optional net
kdenetwork-dbg_3.5.9-4_i386.deb - extra libdevel
kdenetwork-dev_3.5.9-4_i386.deb - optional devel
kdenetwork-doc-html_3.5.9-4_all.deb - optional doc
kdenetwork-filesharing_3.5.9-4_i386.deb - optional net
kdenetwork-kfile-plugins_3.5.9-4_i386.deb - optional kde
kdenetwork_3.5.9-4.dsc - source net
kdenetwork_3.5.9-4_all.deb - optional kde
kdict_3.5.9-4_i386.deb - optional net
kdnssd_3.5.9-4_i386.deb - optional net
kget_3.5.9-4_i386.deb - optional net
knewsticker_3.5.9-4_i386.deb - optional kde
kopete_3.5.9-4_i386.deb - optional kde
kpf_3.5.9-4_i386.deb - optional net
kppp_3.5.9-4_i386.deb - optional net
krdc_3.5.9-4_i386.deb - optional net
krfb_3.5.9-4_i386.deb - optional net
ksirc_3.5.9-4_i386.deb - optional net
ktalkd_3.5.9-4_i386.deb - extra net
kwifimanager_3.5.9-4_i386.deb - optional net
librss1_3.5.9-4_i386.deb - optional libs
lisa_3.5.9-4_i386.deb - optional net

Announcing to [EMAIL PROTECTED]
Closing bugs: 75 488871 


Thank you for your contribution to Debian.


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



Bug#444475: marked as done (kopetex: bashism in kopete_latexconvert makes kopete hang.)

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 09 Aug 2008 20:47:22 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#75: fixed in kdenetwork 4:3.5.9-4
has caused the Debian Bug report #75,
regarding kopetex: bashism in kopete_latexconvert makes kopete hang.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
75: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=75
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kopete
Version: 4:3.5.7-4
Severity: normal

--- Please enter the report below this line. ---
Hi,

When I tried to type latex formulae in Kopete, I noticed that Kopete hanged. 
Launching kopete from a console and repeating the operation led to the 
following message:

/usr/bin/kopete_latexconvert.sh: 1: let: not found

I thin that the problem is the line 225: let OPTIND=$OPTIND+1, which seems to 
be a bashism, whereas the shebang indicates /bin/sh.
This line should be then replaced by 

OPTIND=$(($OPTIND+1))

I would have liked to produce a patch, but I don't know (yet) (and have no 
time now to learn) how to do it correctly.
Thanks !

Cedric

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-686

Debian Release: lenny/sid
  990 unstableftp.fr.debian.org 
  700 testing ftp.lip6.fr 
  300 experimentalftp.lip6.fr 

--- Package information. ---
Depends(Version) | Installed
-+-==
kdelibs4c2a   (>= 4:3.5.7-1) | 4:3.5.7.dfsg.1-7
libacl1(>= 2.2.11-1) | 2.2.45-1
libart-2.0-2 (>= 2.3.18) | 2.3.19-3
libattr1(>= 2.4.4-1) | 1:2.4.39-1
libaudio2| 1.9-2+b1
libc6 (>= 2.6-1) | 2.6.1-5
libfam0  | 2.7.0-13
libfontconfig1(>= 2.4.0) | 2.4.2-1.2
libfreetype6  (>= 2.3.5) | 2.3.5-1+b1
libgadu3  (>= 1:1.7~rc2) | 1:1.7~rc2-2
libgcc1  (>= 1:4.2-20070516) | 1:4.2.1-5
libglib2.0-0 (>= 2.12.9) | 2.14.1-3
libgsmme1c2a(>= 1.10-10) | 1.10-10
libice6 (>= 1:1.0.0) | 2:1.0.4-1
libidn11 (>= 0.5.18) | 1.1-1
libjpeg62| 6b-14
libmeanwhile1 (>= 1.0.2) | 1.0.2-3
libpcre3(>= 4.5) | 7.3-2
libpng12-0 (>= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt   (>= 3:3.3.7) | 3:3.3.7-9
libsm6   | 2:1.0.3-1+b1
libstdc++6 (>= 4.2-20070516) | 4.2.1-5
libx11-6 | 2:1.0.3-7
libxcursor1   (>> 1.1.2) | 1:1.1.9-1
libxext6 | 1:1.0.3-2
libxft2   (>> 2.1.1) | 2.1.12-2
libxi6   | 2:1.1.3-1
libxinerama1 | 1:1.0.2-1
libxml2  (>= 2.6.29) | 2.6.30.dfsg-2
libxrandr2  (>= 2:1.2.0) | 2:1.2.2-1
libxrender1  | 1:0.9.4-1
libxslt1.1   (>= 1.1.18) | 1.1.22-1
libxt6   | 1:1.0.5-3
zlib1g (>= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5



--- End Message ---
--- Begin Message ---
Source: kdenetwork
Source-Version: 4:3.5.9-4

We believe that the bug you reported is fixed in the latest version of
kdenetwork, which is due to be installed in the Debian FTP archive:

dcoprss_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/dcoprss_3.5.9-4_i386.deb
kdenetwork-dbg_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dbg_3.5.9-4_i386.deb
kdenetwork-dev_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_3.5.9-4_i386.deb
kdenetwork-doc-html_3.5.9-4_all.deb
  to pool/main/k/kdenetwork/kdenetwork-doc-html_3.5.9-4_all.deb
kdenetwork-filesharing_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.5.9-4_i386.deb
kdenetwork-kfile-plugins_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-kfile-plugins_3.5.9-4_i386.deb
kdenetwork_3.5.9-4.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4.diff.gz
kdenetwork_3.5.9-4.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4.dsc
kdenetwork_3.5.9-4_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4_all.deb
kdict_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdict_3.5.9-4_i386.deb
kdnssd_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdnssd_3.5.9-4_i386.deb
kget_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kget_3.5.9-4_i386.deb
knewsticker_3.5.9-4_i386.deb
  to pool/main/k/kdenetwor

Bug#488871: marked as done (kopete: fails to connect to ICQ with message: "The ICQ server thinks the client you are using is too old")

2008-08-09 Thread Debian Bug Tracking System

Your message dated Sat, 09 Aug 2008 20:47:22 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#488871: fixed in kdenetwork 4:3.5.9-4
has caused the Debian Bug report #488871,
regarding kopete: fails to connect to ICQ with message: "The ICQ server thinks 
the client you are using is too old"
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
488871: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=488871
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kopete
Version: 4:3.5.9-2
Severity: important

Fails to connect to ICQ with message: "The ICQ server thinks the client you are 
using is too old." Further connection tries produce the same faiure and output.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kopete depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgadu31:1.8.0+r592-1   Gadu-Gadu protocol library - runti
ii  libgcc1 1:4.3.1-2GCC support library
ii  libglib2.0-02.16.3-2 The GLib library of C routines
ii  libgsmme1c2a1.10-12.5GSM mobile phone access library
ii  libidn111.8+20080606-1   GNU libidn library, implementation
ii  libmeanwhile1   1.0.2-3  open implementation of the Lotus S
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-2  The GNU Standard C++ Library v3
ii  libx11-62:1.1.4-2X11 client-side library
ii  libxml2 2.6.32.dfsg-2GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  libxslt1.1  1.1.24-1 XSLT processing library - runtime 

Versions of packages kopete recommends:
ii  qca-tls   1.0-4  TLS plugin for the Qt Cryptographi

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: kdenetwork
Source-Version: 4:3.5.9-4

We believe that the bug you reported is fixed in the latest version of
kdenetwork, which is due to be installed in the Debian FTP archive:

dcoprss_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/dcoprss_3.5.9-4_i386.deb
kdenetwork-dbg_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dbg_3.5.9-4_i386.deb
kdenetwork-dev_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_3.5.9-4_i386.deb
kdenetwork-doc-html_3.5.9-4_all.deb
  to pool/main/k/kdenetwork/kdenetwork-doc-html_3.5.9-4_all.deb
kdenetwork-filesharing_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.5.9-4_i386.deb
kdenetwork-kfile-plugins_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-kfile-plugins_3.5.9-4_i386.deb
kdenetwork_3.5.9-4.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4.diff.gz
kdenetwork_3.5.9-4.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4.dsc
kdenetwork_3.5.9-4_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.5.9-4_all.deb
kdict_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdict_3.5.9-4_i386.deb
kdnssd_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kdnssd_3.5.9-4_i386.deb
kget_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kget_3.5.9-4_i386.deb
knewsticker_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/knewsticker_3.5.9-4_i386.deb
kopete_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kopete_3.5.9-4_i386.deb
kpf_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kpf_3.5.9-4_i386.deb
kppp_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kppp_3.5.9-4_i386.deb
krdc_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/krdc_3.5.9-4_i386.deb
krfb_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/krfb_3.5.9-4_i386.deb
ksirc_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/ksirc_3.5.9-4_i386.deb
ktalkd_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/ktalkd_3.5.9-4_i386.deb
kwifimanager_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/kwifimanager_3.5.9-4_i386.deb
librss1_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/librss1_3.5.9-4_i386.deb
lisa_3.5.9-4_i386.deb
  to pool/main/k/kdenetwork/lisa_3.5.9-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL

Processed (with 10 errors): Unarchiving archived bugs affecting unstable or testing

2008-08-09 Thread Debian Bug Tracking System
Processing commands for controlbugs.debian.org:

> unarchive 99400
Unarchived Bug 99400
> unarchive 144876
Unarchived Bug 144876
> unarchive 148123
Unarchived Bug 148123
> unarchive 148150
Unarchived Bug 148150
> unarchive 190630
Unarchived Bug 190630
> unarchive 235611
Unarchived Bug 235611
> unarchive 245548
Unarchived Bug 245548
> unarchive 247648
Unarchived Bug 247648
> unarchive 284925
Unarchived Bug 284925
> unarchive 287070
Unarchived Bug 287070
> unarchive 289055
Unarchived Bug 289055
> unarchive 291945
Unarchived Bug 291945
> unarchive 293631
Unarchived Bug 293631
> unarchive 306804
Unarchived Bug 306804
> unarchive 311035
Unarchived Bug 311035
> unarchive 311220
Unarchived Bug 311220
> unarchive 321678
Unarchived Bug 321678
> unarchive 322884
Unarchived Bug 322884
> unarchive 322926
Unarchived Bug 322926
> unarchive 326723
Unarchived Bug 326723
> unarchive 332525
Unarchived Bug 332525
> unarchive 339717
Unarchived Bug 339717
> unarchive 348913
Unarchived Bug 348913
> unarchive 352029
Unarchived Bug 352029
> unarchive 356625
Unarchived Bug 356625
> unarchive 362288
Unarchived Bug 362288
> unarchive 364466
Unarchived Bug 364466
> unarchive 364992
Unarchived Bug 364992
> unarchive 368786
Unarchived Bug 368786
> unarchive 374004
Unarchived Bug 374004
> unarchive 376075
Unarchived Bug 376075
> unarchive 377049
Unarchived Bug 377049
> unarchive 378483
Unarchived Bug 378483
> unarchive 378890
Unarchived Bug 378890
> unarchive 379110
Unarchived Bug 379110
> unarchive 379367
Unarchived Bug 379367
> unarchive 379537
Unarchived Bug 379537
> unarchive 380739
Unarchived Bug 380739
> unarchive 380810
Unarchived Bug 380810
> unarchive 380831
Unarchived Bug 380831
> unarchive 385090
Unarchived Bug 385090
> unarchive 385265
Unarchived Bug 385265
> unarchive 386366
Unarchived Bug 386366
> unarchive 386467
Unarchived Bug 386467
> unarchive 386949
Unarchived Bug 386949
> unarchive 387057
Unarchived Bug 387057
> unarchive 389140
Unarchived Bug 389140
> unarchive 389871
Unarchived Bug 389871
> unarchive 390391
Unarchived Bug 390391
> unarchive 391022
Unarchived Bug 391022
> unarchive 391220
Unarchived Bug 391220
> unarchive 391849
Unarchived Bug 391849
> unarchive 391989
Unarchived Bug 391989
> unarchive 392852
Unarchived Bug 392852
> unarchive 393032
Unarchived Bug 393032
> unarchive 393970
Unarchived Bug 393970
> unarchive 394039
Unarchived Bug 394039
> unarchive 396303
Unarchived Bug 396303
> unarchive 397245
Unarchived Bug 397245
> unarchive 397346
Unarchived Bug 397346
> unarchive 398242
Unarchived Bug 398242
> unarchive 398524
Unarchived Bug 398524
> unarchive 398609
Unarchived Bug 398609
> unarchive 399021
Unarchived Bug 399021
> unarchive 399478
Unarchived Bug 399478
> unarchive 401855
Unarchived Bug 401855
> unarchive 402301
Unarchived Bug 402301
> unarchive 403273
Unarchived Bug 403273
> unarchive 403431
Unarchived Bug 403431
> unarchive 403585
> unarchive 403587
> unarchive 403590
> unarchive 403592
> unarchive 403599
> unarchive 403601
> unarchive 403645
Unarchived Bug 403645
> unarchive 403651
> unarchive 403673
> unarchive 403848
Unarchived Bug 403848
> unarchive 405630
Unarchived Bug 405630
> unarchive 406207
Unarchived Bug 406207
> unarchive 406285
Unarchived Bug 406285
> unarchive 408273
Unarchived Bug 408273
> unarchive 409063
Unarchived Bug 409063
> unarchive 409253
Unarchived Bug 409253
> unarchive 409688
Unarchived Bug 409688
> unarchive 411052
Unarchived Bug 411052
> unarchive 411522
Unarchived Bug 411522
> unarchive 413184
Unarchived Bug 413184
> unarchive 415421
Unarchived Bug 415421
> unarchive 416081
Unarchived Bug 416081
> unarchive 417142
Unarchived Bug 417142
> unarchive 417259
Unarchived Bug 417259
> unarchive 417469
Unarchived Bug 417469
> unarchive 417764
Unarchived Bug 417764
> unarchive 418229
Unarchived Bug 418229
> unarchive 419067
Unarchived Bug 419067
> unarchive 420764
Unarchived Bug 420764
> unarchive 421228
Unarchived Bug 421228
> unarchive 421607
Unarchived Bug 421607
> unarchive 423050
Unarchived Bug 423050
> unarchive 423205
Unarchived Bug 423205
> unarchive 424430
Unarchived Bug 424430
> unarchive 426154
Unarchived Bug 426154
> unarchive 426415
Unarchived Bug 426415
> unarchive 428686
Unarchived Bug 428686
> unarchive 428848
> unarchive 428957
> unarchive 430065
Unarchived Bug 430065
> unarchive 430379
Unarchived Bug 430379
> unarchive 430510
Unarchived Bug 430510
> unarchive 430667
Unarchived Bug 430667
> unarchive 435239
Unarchived Bug 435239
> unarchive 435922
Unarchived Bug 435922
> unarchive 435935
Unarchived Bug 435935
> unarchive 436170
Unarchived Bug 436170
> unarchive 436306
Unarchived Bug 436306
> unarchive 438326
Unarchived Bug 438326
> unarchive 438724
Unarchived Bug 438724
> unarchive 439591
Unarchived Bug 439591
> unarchive 439764
Unarchived Bug 439764
> unarchive 441755
Unarchived Bug 441755
> unarchive 442308
Unarchived Bug 442308
> unarchive 442635
Unarchived Bug 442635
> unarchive 442926
Unarchived Bug 442926
> unarchive 445011
Unarchived Bug 445011
> unar

Bug#494482: kate: kwrite sometimes takes very long to start

2008-08-09 Thread David
Package: kate
Version: 4:3.5.9.dfsg.1-4
Severity: normal

*** Please type your report below this line ***

Sometime kwrite takes a very long time to start. From the strace (see
attachment) it looks like it's trying to make some kind of network
connection to localhost. After a long delay (about 6 minutes?)
kwrite usually starts, but other times it doesn't start at all.

It is hard to reproduce. Most of the time kwrite starts immediately.
It seems to be related to other KDE apps running. eg, if I close
Konqueror and other kwrite sessions then this often seems to fix the
problem.

David.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_ZA.utf8, LC_CTYPE=en_ZA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kate depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-8GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-8  The GNU Standard C++ Library v3

Versions of packages kate recommends:
ii  kregexpeditor 4:3.5.9-2  graphical regular expression edito

Versions of packages kate suggests:
ii  aspell 0.60.6-1  GNU Aspell spell-checker
ii  ispell 3.1.20.0-4.4  International Ispell (an interacti
ii  kate-plugi 4:3.5.9-2 plugins for Kate, the KDE Advanced
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-4 help center for KDE
ii  konsole4:3.5.9.dfsg.1-4  X terminal emulator for KDE

-- no debconf information


strace.txt.gz
Description: GNU Zip compressed data


Processed: reassign 494349 to xorg

2008-08-09 Thread Debian Bug Tracking System
Processing commands for controlbugs.debian.org:

> # Automatically generated email from bts, devscripts version 2.10.35
> reassign 494349 xorg
Bug#494349: libqt3-mt: throws errors and sometimes crashes X
Bug reassigned from package `libqt3-mt' to `xorg'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



cloning 494349, reassign 494349 to xserver-xorg-core, severity of 494349 is important ...

2008-08-09 Thread Julien Cristau
# Automatically generated email from bts, devscripts version 2.10.35
clone 494349 -1
reassign 494349 xserver-xorg-core 
severity 494349 important
retitle 494349 X crash in compResizeWindow with qt3 apps and xfce4 compositor
reassign -1 libqt3-mt 
severity -1 minor
retitle -1 qt3 apps throw errors like "QTextParagraph::lineInfo: line 1 out of 
range!"


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