Bug#536667: Settings window in media player example is too wide

2009-07-12 Thread Torbjörn Andersson
Package: qt4-demos
Version: 4.5.2-1
Severity: minor

The Qt4 demos include a media player under the Demonstrations
category. If I launch this demo and open the settings dialog, it's much
wider than it should be. Probably about twice as wide as my screen.

I'm guessing that this is because the Audio device drop-down contains
not just the name of the audio device, but also its description. This
appears to be the relevant part of the example source code:

 // Insert audio devices:
 QListPhonon::AudioOutputDevice devices =
Phonon::BackendCapabilities::availableAudioOutputDevices();
 for (int i=0; idevices.size(); i++){
 QString itemText = devices[i].name();
 if (!devices[i].description().isEmpty()) {
 itemText += QString::fromLatin1(
(%1)).arg(devices[i].description());
 }
 ui-deviceCombo-addItem(itemText);
 if (devices[i] == m_AudioOutput.outputDevice())
 ui-deviceCombo-setCurrentIndex(i);
 }

In my case, the drop-down contains the following texts:

SBLive! Value (rev.8) Standard PCM Playback (htmlThis will try the
following devices and use the first that works: olliALSA:
x-phonon:CARD=0,DEV=0/liliALSA: plughw: CARD=0,DEV=0/liliOSS:
/dev/dsp/liliOSS: /dev/audio/li/ol/html)

PulseAudio (xine audio output plugin using pulseaudio sound server)

Jack Audio Connection Kid (htmlpJACK is a low-latency audio server.
It can connect a number of different applications to an audio device, as
well as allowing them to share audio between themselves./ppJACK was
designed from the ground up for professional audio work, and its design
focuses on two key areas: synchronous execution of all clients, and low
latency operation./p/html)

Esound (ESD) (xine audio output plugin using esound)

I don't know if this is a problem with the demo, or if some of the audio
devices are abusing the description field. The KDE 4 Multimedia - System
Settings dialog only lists the name (e.g. Jack Audio Connection Kit)
and uses the description for a tooltip, and I like that.

Sincerely,

Torbjörn Andersson




--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#512000: marked as done (kdelibs-bin: kded4 crashes on update of packages to 4.1.4)

2009-07-12 Thread Debian Bug Tracking System

Your message dated Sun, 12 Jul 2009 12:07:48 +0200
with message-id 200907121207.48866.deb...@pusling.com
and subject line kdelibs-bin: kded4 crashes on update of packages to 4.1.4
has caused the Debian Bug report #512000,
regarding kdelibs-bin: kded4 crashes on update of packages to 4.1.4
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 ow...@bugs.debian.org
immediately.)


-- 
512000: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512000
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kdelibs-bin
Version: 4:4.1.4-1
Severity: minor

kded4 crashes during installing the 4.1.4 packages but seems to be resumed
later on.
Maybe the kde4 packages could handle this gracefully.

Stack trace:
Application: KDE Daemon (kded4), signal SIGSEGV

Thread 1 (Thread 0xb60ef8d0 (LWP 3690)):
[KCrash Handler]
#6  0xb7385f65 in QString::operator== (this=0x91c8a58, oth...@0xbfd2d63c) at
# ../../include/QtCore/../../src/corelib/tools/qstring.h:100
#7  0xb7c15256 in KDirWatchPrivate::inotifyEventReceived (this=0x90e62b8) at
# /tmp/buildd/kde4libs-4.1.4/kio/kio/kdirwatch.cpp:288
#8  0xb7c1552b in KDirWatchPrivate::qt_metacall (this=0x90e62b8,
# _c=QMetaObject::InvokeMetaMethod, _id=2, _a=0xbfd2d77c) at
# /tmp/buildd/kde4libs-4.1.4/obj-i486-linux-gnu/kio/kdirwatch_p.moc:74
#9  0xb7448be0 in QMetaObject::activate (sender=0x9150830,
# from_signal_index=4, to_signal_index=4, argv=0xbfd2d77c) at
# kernel/qobject.cpp:3031
#10 0xb7449962 in QMetaObject::activate (sender=0x9150830, m=0xb7517070,
# local_signal_index=0, argv=0xbfd2d77c) at kernel/qobject.cpp:3101
#11 0xb74836f3 in QSocketNotifier::activated (this=0x9150830, _t1=9) at
# .moc/release-shared/moc_qsocketnotifier.cpp:81
#12 0xb744e7b7 in QSocketNotifier::event (this=0x9150830, e=0xbfd2db40) at
# kernel/qsocketnotifier.cpp:320
#13 0xb6a3979c in QApplicationPrivate::notify_helper (this=0x90d5580,
# receiver=0x9150830, e=0xbfd2db40) at kernel/qapplication.cpp:3803
#14 0xb6a4161e in QApplication::notify (this=0xbfd2de74, receiver=0x9150830,
# e=0xbfd2db40) at kernel/qapplication.cpp:3393
#15 0xb796e2bd in KApplication::notify (this=0xbfd2de74, receiver=0x9150830,
# event=0xbfd2db40) at
# /tmp/buildd/kde4libs-4.1.4/kdeui/kernel/kapplication.cpp:311
#16 0xb74340e1 in QCoreApplication::notifyInternal (this=0xbfd2de74,
# receiver=0x9150830, event=0xbfd2db40) at kernel/qcoreapplication.cpp:587
#17 0xb745e87a in socketNotifierSourceDispatch (source=0x90d9680) at
# ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:209
#18 0xb64721b8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#19 0xb6475853 in ?? () from /usr/lib/libglib-2.0.so.0
#20 0x090d8c98 in ?? ()
#21 0x in ?? ()

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdelibs-bin depends on:
ii  kdelibs5   4:4.1.4-1 core libraries for all KDE 4 appli
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libqt4-dbus4.4.3-2   Qt 4 D-Bus module
ii  libqt4-xml 4.4.3-2   Qt 4 XML module
ii  libqtcore4 4.4.3-2   Qt 4 core module
ii  libqtgui4  4.4.3-2   Qt 4 GUI module
ii  libsoprano42.1.1+dfsg.1-1libraries for the Soprano RDF fram
ii  libstdc++6 4.3.2-2   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libxml2-utils  2.6.32.dfsg-5 XML utilities
ii  libxslt1.1 1.1.24-2  XSLT processing library - runtime 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

kdelibs-bin recommends no packages.

kdelibs-bin suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Version: 4:4.2.0-3

Several crashes in kded4 on upgrade was fixed in 4.2.0-3

/Sune
-- 
I cannot log in a connection, how does it work?

You must digit from a computer to telnet on the provider to a virus.


---End Message---


Bug#525402: kdelibs5: No support for HTTP protocol

2009-07-12 Thread Sune Vuorela
On Sunday 12 July 2009 13:30:35 Nicos Gollan wrote:
 I forgot about the bug report. It took me quite some time to fix it.

 Ultimately, I had to manually remove all packages related to KDE and
 then manually delete all remaining KDE stuff under /usr/lib and
 /usr/share to fix the issue.

Installing to /usr without doing it with your package manager is bound to give 
you issues sooner or later, so please don't.

/Sune
-- 
How to install the attachment?

You should cancel the fan of a 3D editor to a RW IDE wordprocessor for booting 
from the display on the digital ISDN virus.



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


Bug#525402: kdelibs5: No support for HTTP protocol

2009-07-12 Thread Nicos Gollan

Sune Vuorela schrieb:

On Sunday 12 July 2009 13:30:35 Nicos Gollan wrote:
  

I forgot about the bug report. It took me quite some time to fix it.

Ultimately, I had to manually remove all packages related to KDE and
then manually delete all remaining KDE stuff under /usr/lib and
/usr/share to fix the issue.



Installing to /usr without doing it with your package manager is bound to give 
you issues sooner or later, so please don't.


/Sune
  


I had been using the very unofficial/unsupported pre-packages of KDE 
4, but never installed any manually built packages (as I found KDE to be 
a bit of a pain to build and install anyway). At some point, one of the 
core packages must have left behind e.g. a configuration file that 
subsequently broke the HTTP kioslave. It must have been something in the 
/usr hierarchy, since I didn't touch anything else.


So to clarify, I uninstalled packages related to KDE until the kde4 
structure in /usr/share didn't contain any more files recognized by dpkg 
-S, and then deleted the rest. After reinstallation, everything was back 
to normal.




--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#530538: marked as done (webcam cannot be sent or requested)

2009-07-12 Thread Debian Bug Tracking System

Your message dated Sun, 12 Jul 2009 13:57:28 -0300
with message-id 200907121357.35837.perezme...@gmail.com
and subject line Closing because of no response from submitter
has caused the Debian Bug report #530538,
regarding webcam cannot be sent or requested
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 ow...@bugs.debian.org
immediately.)


-- 
530538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530538
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kopete
Severity: important



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: x86_64

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Dear maintainers,

it seems, the functions for requesting of webcam and offer for webcam
are not activated.

This is regardless, which drivers are used (one partner is using gspca, the
other uvcvideo). And it is regardless, which one does the invitation or the
offering the webcam.

I looked at stdout, but somehow these functions seem to be complete dead.
Pressing the button do nothing. Maybe they were deactivated and compiling?


Please feel free to ask for further information, I will be pleased to help
any way I can.


Best regards

Hans-J. Ullrich


---End Message---
---BeginMessage---
Hello! I am closing this bug because the submitter didn't answered the 
moreinfo email request. So I am closing this bug.


Please feel free to reopen it if you can provide more info.

Regards, Lisandro.


-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Processed: bug 531064 is forwarded to https://bugs.kde.org/show_bug.cgi?id=167884

2009-07-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 531064 https://bugs.kde.org/show_bug.cgi?id=167884
Bug#531064: kopete: implement IRC support in the new verstion
Noted your statement that Bug has been forwarded to 
https://bugs.kde.org/show_bug.cgi?id=167884.


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 debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#491357: marked as done (linux-image-2.6.25-2-amd64: No sound after upgrade)

2009-07-12 Thread Debian Bug Tracking System

Your message dated Sun, 12 Jul 2009 14:17:20 -0300
with message-id 200907121417.21109.perezme...@gmail.com
and subject line Solved
has caused the Debian Bug report #491357,
regarding linux-image-2.6.25-2-amd64: No sound after upgrade
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 ow...@bugs.debian.org
immediately.)


-- 
491357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491357
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.25-2-amd64
Version: 2.6.25-6
Severity: normal

Since my upgrade to linux-image-2.6.25-2-amd64, the sound doesn't work !
The same installation with linux-image-2.6.24-1-amd64 have no problem.

First, the system have a kernel panic : I resolve this by option large-memory 
in lilo.conf or by MODULES=dep in 
/etc/initramfs-tools/initramfs.conf (instead of most).
So with this option and 2.6.25-2, my system started normally but without any 
sound (under Gnome or KDE).

Please ask me for more details !

Thanks,

-- Package-specific info:

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

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

Versions of packages linux-image-2.6.25-2-amd64 depends on:
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92e  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

linux-image-2.6.25-2-amd64 recommends no packages.

-- debconf information:
  linux-image-2.6.25-2-amd64/preinst/abort-overwrite-2.6.25-2-amd64:
  linux-image-2.6.25-2-amd64/postinst/create-kimage-link-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/preinst/failed-to-move-modules-2.6.25-2-amd64:
  linux-image-2.6.25-2-amd64/postinst/depmod-error-2.6.25-2-amd64: false
  linux-image-2.6.25-2-amd64/postinst/bootloader-test-error-2.6.25-2-amd64:
  linux-image-2.6.25-2-amd64/prerm/would-invalidate-boot-loader-2.6.25-2-amd64: 
true
  linux-image-2.6.25-2-amd64/postinst/old-dir-initrd-link-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.25-2-amd64/preinst/bootloader-initrd-2.6.25-2-amd64: true
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.25-2-amd64/prerm/removing-running-kernel-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/postinst/old-initrd-link-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/preinst/abort-install-2.6.25-2-amd64:
  linux-image-2.6.25-2-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.25-2-amd64/postinst/old-system-map-link-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/preinst/overwriting-modules-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/postinst/depmod-error-initrd-2.6.25-2-amd64: false
  linux-image-2.6.25-2-amd64/preinst/elilo-initrd-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/postinst/bootloader-error-2.6.25-2-amd64:
  linux-image-2.6.25-2-amd64/preinst/lilo-initrd-2.6.25-2-amd64: true
  linux-image-2.6.25-2-amd64/preinst/initrd-2.6.25-2-amd64:


---End Message---
---BeginMessage---
The user solved the bug therefore I am closing it.

Reagrds, Lisandro.

-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Bug#529425: marked as done (kgpg: crashes when refreshing keys from keyserver)

2009-07-12 Thread Debian Bug Tracking System

Your message dated Sun, 12 Jul 2009 14:22:00 -0300
with message-id 200907121422.00764.perezme...@gmail.com
and subject line Not reproducible
has caused the Debian Bug report #529425,
regarding kgpg: crashes when refreshing keys from keyserver
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 ow...@bugs.debian.org
immediately.)


-- 
529425: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529425
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kgpg
Version: 4:4.2.2-1
Severity: important

Steps to reproduce:
Start kgpg
Right click on any key
Select Refresh key from keyserver
Crash!

Attached is the kcrashhandler backtrace.

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

Kernel: Linux 2.6.29-2-amd64 (SMP w/2 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 kgpg depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 appli
ii  kdepimlibs5   4:4.2.2-1  core libraries for KDE PIM 4 appli
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libqt4-dbus   4.5.1-2Qt 4 D-Bus module
ii  libqtcore44.5.1-2Qt 4 core module
ii  libqtgui4 4.5.1-2Qt 4 GUI module
ii  libstdc++64.4.0-5The GNU Standard C++ Library v3

kgpg recommends no packages.

kgpg suggests no packages.

-- no debconf information
Application: KGpg (kgpg), signal SIGSEGV
0x7f2662952831 in nanosleep () from /lib/libc.so.6
[Current thread is 0 (LWP 9015)]

Thread 2 (Thread 0x7f2658a1f950 (LWP 9016)):
#0  0x7f266297baf2 in select () from /lib/libc.so.6
#1  0x7f2663049936 in QProcessManager::run (this=0x20aacd0) at 
io/qprocess_unix.cpp:305
#2  0x7f2662f82742 in QThreadPrivate::start (arg=0x20aacd0) at 
thread/qthread_unix.cpp:189
#3  0x7f265eccbfaa in start_thread (arg=value optimized out) at 
pthread_create.c:300
#4  0x7f266298229d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#5  0x in ?? ()

Thread 1 (Thread 0x7f26656e9760 (LWP 9015)):
[KCrash Handler]
#5  0x004363c7 in _start ()

---End Message---
---BeginMessage---
tag 529425 unreproducible moreinfo
thanks

This bug is not reproducible anymore with kgpg 4:4.2.4-1. While I know that 
upstream has been fixing this kind of bugs in Kgpg, I cannot find the correct 
svn commit to solve it, therefore I cannot guarantee that it is solved. 

I have tried myself and works pretty fine. Could you please check it too in 
order to be on the safe side when closing it?

Regards, Lisandro.

-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Bug#502420: marked as done (kgpg: Enter statt Passwort kann das System unbenutzbar machen)

2009-07-12 Thread Debian Bug Tracking System

Your message dated Sun, 12 Jul 2009 14:25:02 -0300
with message-id 200907121425.02364.perezme...@gmail.com
and subject line Closing because of no response from submitter
has caused the Debian Bug report #502420,
regarding kgpg: Enter statt Passwort kann das System unbenutzbar machen
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 ow...@bugs.debian.org
immediately.)


-- 
502420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kgpg
Version: 4:3.5.9-2
Severity: normal


Probiere folgendes auf ein 1G RAM-System mit 2G dm-crypt Swap:

$ du -m ~/Size_1,2G_.dat
1135~/Size_1,2G_.dat

$ gpg --symmetric -v -o ~/ktest.gpg ~/Size_1,2G_.dat
(pinentry: beliebige Passphrase)
gpg: benutze Cipher CAST5
gpg: Schreiben nach '~/ktest.gpg'

$ kgpg ~/ktest.gpg
(pinentry: *Keine* Passphrase - nur Enter)
kgpg: „Entschlüsselung läuft“ (!)

Ergebnis: Die Datei wird ohne Passwort dennoch von kgpg
eingelesen(!), RAM und Swap laufen voll, das System ist kaum noch zu
bedienen (ein sehr beschwerlicher weg zu kill -9 kgpg). Kgpg geht
hier offensichtlich andere Wege als gpg.


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-proposed-updates'), (500, 
'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages kgpg depends on:
ii  gnupg   1.4.9-3  GNU privacy guard - a free PGP rep
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  libc6   2.7-13   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1GCC support 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

kgpg recommends no packages.

Versions of packages kgpg suggests:
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-5 help center for KDE

-- no debconf information


---End Message---
---BeginMessage---
Hello! I am closing this bug because the submitter didn't respond the moreinfo 
mail. 

Please feel free to reopen it if you can provide more info about it.

Regards, Lisandro.


-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Bug#466930: marked as done (hkp search+import fails on keyids of more than 4 bytes)

2009-07-12 Thread Debian Bug Tracking System

Your message dated Sun, 12 Jul 2009 14:23:28 -0300
with message-id 200907121423.28383.perezme...@gmail.com
and subject line Closing
has caused the Debian Bug report #466930,
regarding hkp search+import fails on keyids of more than 4 bytes
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 ow...@bugs.debian.org
immediately.)


-- 
466930: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466930
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kgpg
Version: 4:3.5.8-1
Severity: normal

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

When working with e.g. the keyserver onak 0.3.5-1 available in Debian,
kgpg fails to parse the keyids of a search because onak returns
40-nibble keyids instead of the more usual 8-nibble keyids.

Kgpg then extracts the 8 *first* nibbles of the long keyid
instead of either leaving the long keyid as such or (less preferable)
to extract the 8 *last* nibbles of the long keyid.

Note that other keyservers could return a 16-nibble keyid as it's also
a valid value for a keyid for gpg.

I guess the best patch is to leave the full keyid as returned
by the keyserver

Example:
onak returns this string:
1024 bit DSA key 440A3A9E56E9D90E99D763A87A135F579AD7E3DB, created:
2002-05-05
while e.g. wwwkeys.pgp.net returns
1024 bit DSA key 9AD7E3DB, created: 2002-05-05

The problem is that kgpg considers in the first case that
the keyid is 440A3A9E instead of 9AD7E3DB

The faulty code is the following:

kservers.cpp line 317:
QString kid=subkey.section( key ,1,1);
kid=kid.stripWhiteSpace();
=  kid=kid.left(8);
kitem-setText(3,kid);
QString creation=subkey.section(created,1,1);

I'm sorry but I don't master qt or c++ so I cannot provide a patch
but in regex we need:
/^([a-zA-Z0-9]{8})+/
or if you really want to get only 8, 16 and 40-nibble keyids
(but which server would return other values??):
/^(([a-zA-Z0-9]{24})?[a-zA-Z0-9]{8})?[a-zA-Z0-9]{8}/

Phil

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-vserver-686

Debian Release: lenny/sid
  990 testing ftp.kulnet.kuleuven.ac.be
  500 unstableftp.kulnet.kuleuven.ac.be

--- Package information. ---
Depends  (Version) | Installed
==-+-===
kdelibs4c2a (= 4:3.5.7-1) | 4:3.5.8.dfsg.1-7
libc6 (= 2.6.1-1) | 2.7-6
libgcc1   (= 1:4.2.1) | 1:4.3-20080202-1
libqt3-mt (= 3:3.3.7) | 3:3.3.7-9
libstdc++6  (= 4.2.1) | 4.3-20080202-1
gnupg  | 1.4.6-2+b1



---End Message---
---BeginMessage---
The user says the bugs seems fixed in 4.2.2-1, so I am closing this bug.

Regards, Lisandro.
-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Bug#530538: closed by Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com (Closing because of no response from submitter)

2009-07-12 Thread Lisandro Damián Nicanor Pérez Meyer
reopen 530538 =
severity 530538 wishlist
tag 530538 upstream
thanks

On Sunday 12 July 2009 14:19:34 Hans-J. Ullrich wrote:
[snip]

 Sorry, I did not recognize, the more-info request was aiming for me.

No problem :-)

 Just to answer the questions:

 1. It is kopete 4.2.2 and 4.2.4

 2. It is related not to a special protocol, but to an event (click on the
 send-button), which is doing nothing.

 3. additionally there is another bug related to kopete, but has nothing to
 do with THIS bug: The yahoo protocol is no more working.

 Maybe you should reopen this bug, or shall I do?

I'm reopening it, but also setting it's severity as wishlist, as it's an 
unimplemented feature in Kopete 4.2.x as I could learn.
I'm also marking this bug as upstream.

Thank you for providing more info :-)

Regards, Lisandro.

-- 

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/



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


Processed: Re: Bug#530538 closed by Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com (Closing because of no response from submitter)

2009-07-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 530538 =
Bug#530538: webcam cannot be sent or requested
Bug reopened, originator not changed.

 severity 530538 wishlist
Bug#530538: webcam cannot be sent or requested
Severity set to `wishlist' from `important'

 tag 530538 upstream
Bug#530538: webcam cannot be sent or requested
Tags were: moreinfo
Tags added: upstream

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



kdelibs-experimental_4.2.95+svn991035-1_multi.changes ACCEPTED

2009-07-12 Thread Archive Administrator

Accepted:
kdelibs-experimental_4.2.95+svn991035-1.diff.gz
  to 
pool/main/k/kdelibs-experimental/kdelibs-experimental_4.2.95+svn991035-1.diff.gz
kdelibs-experimental_4.2.95+svn991035-1.dsc
  to 
pool/main/k/kdelibs-experimental/kdelibs-experimental_4.2.95+svn991035-1.dsc
kdelibs-experimental_4.2.95+svn991035.orig.tar.gz
  to 
pool/main/k/kdelibs-experimental/kdelibs-experimental_4.2.95+svn991035.orig.tar.gz
libknotificationitem-1-1_4.2.95+svn991035-1_amd64.deb
  to 
pool/main/k/kdelibs-experimental/libknotificationitem-1-1_4.2.95+svn991035-1_amd64.deb
libknotificationitem-1-1_4.2.95+svn991035-1_i386.deb
  to 
pool/main/k/kdelibs-experimental/libknotificationitem-1-1_4.2.95+svn991035-1_i386.deb
libknotificationitem-1-dbg_4.2.95+svn991035-1_amd64.deb
  to 
pool/main/k/kdelibs-experimental/libknotificationitem-1-dbg_4.2.95+svn991035-1_amd64.deb
libknotificationitem-1-dbg_4.2.95+svn991035-1_i386.deb
  to 
pool/main/k/kdelibs-experimental/libknotificationitem-1-dbg_4.2.95+svn991035-1_i386.deb
libknotificationitem-1-dev_4.2.95+svn991035-1_amd64.deb
  to 
pool/main/k/kdelibs-experimental/libknotificationitem-1-dev_4.2.95+svn991035-1_amd64.deb
libknotificationitem-1-dev_4.2.95+svn991035-1_i386.deb
  to 
pool/main/k/kdelibs-experimental/libknotificationitem-1-dev_4.2.95+svn991035-1_i386.deb


Override entries for your package:
kdelibs-experimental_4.2.95+svn991035-1.dsc - optional libs
libknotificationitem-1-1_4.2.95+svn991035-1_amd64.deb - optional libs
libknotificationitem-1-1_4.2.95+svn991035-1_i386.deb - optional libs
libknotificationitem-1-dbg_4.2.95+svn991035-1_amd64.deb - extra debug
libknotificationitem-1-dbg_4.2.95+svn991035-1_i386.deb - extra debug
libknotificationitem-1-dev_4.2.95+svn991035-1_amd64.deb - optional libdevel
libknotificationitem-1-dev_4.2.95+svn991035-1_i386.deb - optional libdevel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



oxygen-icons_4.2.95-1_amd64.changes ACCEPTED

2009-07-12 Thread Archive Administrator

Accepted:
kde-icons-oxygen_4.2.95-1_all.deb
  to pool/main/o/oxygen-icons/kde-icons-oxygen_4.2.95-1_all.deb
oxygen-icon-theme_4.2.95-1_all.deb
  to pool/main/o/oxygen-icons/oxygen-icon-theme_4.2.95-1_all.deb
oxygen-icons_4.2.95-1.diff.gz
  to pool/main/o/oxygen-icons/oxygen-icons_4.2.95-1.diff.gz
oxygen-icons_4.2.95-1.dsc
  to pool/main/o/oxygen-icons/oxygen-icons_4.2.95-1.dsc
oxygen-icons_4.2.95.orig.tar.gz
  to pool/main/o/oxygen-icons/oxygen-icons_4.2.95.orig.tar.gz


Override entries for your package:
kde-icons-oxygen_4.2.95-1_all.deb - optional kde
oxygen-icon-theme_4.2.95-1_all.deb - optional x11
oxygen-icons_4.2.95-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



qtcreator_1.2.0-1_amd64.changes ACCEPTED

2009-07-12 Thread Archive Administrator

Accepted:
qtcreator-doc_1.2.0-1_all.deb
  to pool/main/q/qtcreator/qtcreator-doc_1.2.0-1_all.deb
qtcreator_1.2.0-1.diff.gz
  to pool/main/q/qtcreator/qtcreator_1.2.0-1.diff.gz
qtcreator_1.2.0-1.dsc
  to pool/main/q/qtcreator/qtcreator_1.2.0-1.dsc
qtcreator_1.2.0-1_amd64.deb
  to pool/main/q/qtcreator/qtcreator_1.2.0-1_amd64.deb
qtcreator_1.2.0.orig.tar.gz
  to pool/main/q/qtcreator/qtcreator_1.2.0.orig.tar.gz


Override entries for your package:
qtcreator-doc_1.2.0-1_all.deb - optional doc
qtcreator_1.2.0-1.dsc - source devel
qtcreator_1.2.0-1_amd64.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#535702: Faulty encoding/decoding of filenames

2009-07-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 535702 https://bugs.kde.org/show_bug.cgi?id=165044
Bug#535702: Faulty encoding/decoding of filenames
Noted your statement that Bug has been forwarded to 
https://bugs.kde.org/show_bug.cgi?id=165044.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org