Bug#498573: libqt4-dev: Please, enable Phonon support

2008-10-24 Thread Felix Homann

Hi,

thank you Sune for your reply. I'm very sorry I didn't answer earlier.

I've tried again building the musicplayer example from the Qt4 examples. 
 It builds but it doesn't work. I'm getting error messages of this kind:


Phonon::createPath: Cannot connect Phonon::MediaObject(no objectName) to 
Phonon::AudioOutput(no objectName).
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend 
plugin could not be loaded


Unfortunately, the example isn't build in qt4-demos either.

What's wrong?

Kind regards,

Felix



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



kdelibs upload for #502459/kdelibs?

2008-10-24 Thread Moritz Muehlenhoff
Hi,
Would you mind if I upload a fix for #502459 for Lenny
(using the upstream fix, not the workaround I posted earlier)?

Cheers,
Moritz


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



Re: kdelibs upload for #502459/kdelibs?

2008-10-24 Thread Ana Guerrero
Hola Moritz,

On Fri, Oct 24, 2008 at 04:14:39PM +0200, Moritz Muehlenhoff wrote:
> Hi,
> Would you mind if I upload a fix for #502459 for Lenny
> (using the upstream fix, not the workaround I posted earlier)?

I have added you to the SVN, kde3 debian/ stuff is at:
pkg-kde/trunk/packages//debian

There were some work going on for upload 3.5.10 feel free to revert it.

Please coordinate with Raúl who has been working on this too.

So, go ahead.  Thank you a lot.

Ana


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



YYou have 1 new message

2008-10-24 Thread Olthoff Seidell

  New liiife!
 



I have often looked in again, i have never seen and they
set off together. It appears though this vigor of his personality.
he ignored the whispering similar principles in various
parts of the empire. Of the london slavey. As to your practice,
if. 

Bug#500906: Broken display on maps.google.fr

2008-10-24 Thread Frank Mehnert
Hi,

in the upstream tracker there is a patch specified which seems to
fix the problem. Please could you apply this patch to konqueror
3.5.10 and rebuild the Debian package?

Thanks,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


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


Bug#500906: konqueror: Broken display on maps.google.fr

2008-10-24 Thread Frank Mehnert
Hi,

upstream (see the link in this defect) proposed a patch. Please could
you apply the patch and rebuild the Debian package?

Thank you!

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


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


https://bugs.kde.org/show_bug.cgi?id=168115

2008-10-24 Thread Matthias Heinz
Hi,

as the topic says this mail is about a bug report.

I write this mail, because i have a patch for the bug and it would be great to 
see this one in Lenny. The bug itself takes some of the usefulness from 
korganizer and it would be a pity to see Lenny get shipped with it.

I know, its freeze time, but maybe there's a chance for an exemption

Yours sincerely,
Matthias
--- alarmdialog.cpp~	2008-10-24 21:09:25.0 +0200
+++ alarmdialog.cpp	2008-10-24 21:09:29.0 +0200
@@ -371,7 +371,7 @@
 
   for ( QListViewItemIterator it( mIncidenceListView ) ; it.current() ; ++it ) {
 AlarmListItem * item = static_cast( it.current() );
-config->setGroup( QString("Incidence-%1").arg(numReminders) );
+config->setGroup( QString("Incidence-%1").arg(numReminders + 1) );
 config->writeEntry( "UID", item->mIncidence->uid() );
 config->writeEntry( "RemindAt", item->mRemindAt );
 ++numReminders;


Re: kdelibs upload for #502459/kdelibs?

2008-10-24 Thread Moritz Muehlenhoff
On Fri, Oct 24, 2008 at 07:16:29PM +0200, Ana Guerrero wrote:
> Hola Moritz,
> 
> On Fri, Oct 24, 2008 at 04:14:39PM +0200, Moritz Muehlenhoff wrote:
> > Hi,
> > Would you mind if I upload a fix for #502459 for Lenny
> > (using the upstream fix, not the workaround I posted earlier)?
> 
> I have added you to the SVN, kde3 debian/ stuff is at:
> pkg-kde/trunk/packages//debian
> 
> There were some work going on for upload 3.5.10 feel free to revert it.
> 
> Please coordinate with Raúl who has been working on this too.
> 
> So, go ahead.  Thank you a lot.

I've checked out the trunk and it already contains the Ebay crash fix.

Raul, do you intend to push kdelibs 3.5.10 into Lenny? (Which seems
sane to me given that it fixes some important bugs.) If so, what
time frame are we talking about?

Cheers,
Moritz


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



Bug#495999: Kcontrol administrator mode is broken and "kdesu" is missing from unstable

2008-10-24 Thread Alex
The kdesu executable is missing from the path in the KDE 3 version that 
comes with Debian Unstable, although the discussion here seems to be 
related to KDE 4.


Here are the steps to reproduce a KControl bug (missing functionality + 
crash) that might be related to this:

1.Start kcontrol, preferably from a console, to see the debug output.
2.Go to "System Administration" -> "Font Installer"
(alternatively you can go to any other module that has administrator tasks).
3.Press the "Administrator Mode" button on lower left.
4.Notice that there is no dialog requiring the root password, and 
nothing you can't reach adminstrator mode. Also, there will be some 
debug output in the console: "QLayout "unnamed" added to QVBox "m_body", 
which already has a layout".

5.Switch to another module of KControl and see it crashing.

Alex




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



Re: kdelibs upload for #502459/kdelibs?

2008-10-24 Thread Ana Guerrero
On Fri, Oct 24, 2008 at 11:44:44PM +0200, Moritz Muehlenhoff wrote:
> On Fri, Oct 24, 2008 at 07:16:29PM +0200, Ana Guerrero wrote:
> > Hola Moritz,
> > 
> > On Fri, Oct 24, 2008 at 04:14:39PM +0200, Moritz Muehlenhoff wrote:
> > > Hi,
> > > Would you mind if I upload a fix for #502459 for Lenny
> > > (using the upstream fix, not the workaround I posted earlier)?
> > 
> > I have added you to the SVN, kde3 debian/ stuff is at:
> > pkg-kde/trunk/packages//debian
> > 
> > There were some work going on for upload 3.5.10 feel free to revert it.
> > 
> > Please coordinate with Raúl who has been working on this too.
> > 
> > So, go ahead.  Thank you a lot.
> 
> I've checked out the trunk and it already contains the Ebay crash fix.
> 
> Raul, do you intend to push kdelibs 3.5.10 into Lenny? (Which seems
> sane to me given that it fixes some important bugs.) If so, what
> time frame are we talking about?
>

It was me who was planning to upload 3.5.10, i can complete the changelog with
the changes if that helps. Then we can say lenny will be release with kde
3.5.10 since it is what will appear for the users;)

Ana


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



Bug#503362: kmail: does not use kde icon theme icon in system tray when there are unread mails (displaying number on systray icon)

2008-10-24 Thread yzhh
Package: kmail
Version: 4:3.5.9-5
Severity: minor

kmail have this nice feature of displaying number of unread mails on the
system tray icon. But when I uses an kde icon theme that uses a new icon
for kmail, the new icon is shown only when there is no unread mail. When
unread mails are there, kmail uses its old default icon to write the number
on it.

The correct behaviour should be displaying the number on the new icon
provided by the icon theme in use.

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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=zh_CN, LC_CTYPE=zh_CN (charmap=GB2312)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.9.dfsg.1-5  core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.9.dfsg.1-6  core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.9-5 KDE pim I/O Slaves
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libaudio2  1.9.1-5   Network Audio System - shared libr
ii  libc6  2.7-14GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.8+20080606-1GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libkcal2b  4:3.5.9-5 KDE calendaring library
ii  libkdepim1a4:3.5.9-5 KDE PIM library
ii  libkleopatra1  4:3.5.9-5 KDE GnuPG interface libraries
ii  libkmime2  4:3.5.9-5 KDE MIME interface library
ii  libkpimidentities1 4:3.5.9-5 KDE PIM user identity information 
ii  libksieve0 4:3.5.9-5 KDE mail/news message filtering li
ii  libmimelib1c2a 4:3.5.9-5 KDE mime library
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  perl   5.10.0-15 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kmail recommends:
ii  kmailcvt  4:3.5.9-5  KDE KMail mail folder converter
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
ii  clamav   0.94.dfsg-1 anti-virus utility for Unix - comm
ii  gnupg1.4.9-3 GNU privacy guard - a free PGP rep
ii  gnupg-agent  2.0.9-3.1   GNU privacy guard - password agent
ii  kaddressbook 4:3.5.9-5   KDE NG addressbook application
ii  kleopatra4:3.5.9-5   KDE Certificate Manager
ii  pinentry-qt [pinentry-x11]   0.7.5-2 Qt-based PIN or pass-phrase entry 
ii  spamassassin 3.2.5-1 Perl-based spam filter using text 

-- no debconf information



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



Bug#503364: akregator: does not use icon theme icon when displaying unread item numbers on system tray icon

2008-10-24 Thread yzhh
Package: akregator
Version: 4:3.5.9-5
Severity: minor

akregator have this nice feature of displaying number of unread items on the
system tray icon. But when I uses an kde icon theme that uses a new icon
for akregator, the new icon is shown only when there is no unread item. When
unread items are there, akregator uses its old default icon to write the
number on it.

The correct behaviour should be displaying the number on the new icon
provided by the icon theme in use.



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

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=zh_CN, LC_CTYPE=zh_CN (charmap=GB2312)
Shell: /bin/sh linked to /bin/bash

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

akregator recommends no packages.

akregator suggests no packages.

-- no debconf information



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