Bug#1036442: kmail: TLS error message when receiving mail.
Package: kmail Version: 4:22.12.3-1 Severity: important Dear Maintainer, * What led up to the situation? Installed a new bookworm with KDE an an N100 NUC. * What exactly did you do (or not do) that was effective (or ineffective)? Configured exactly the same email server that I have on another machine with the same settings. Note that these settings work on a machine running bookworm that was upgraded from bullseye. Initially kmail downloaded my mailboxes but on subsequent logins it gives an error message on startup and whenever I check mail. Korganizer works fine. * What was the outcome of this action? Erorr notifcation saying: Resource b...@haucks.org is broken. You requested TLS/SSL to connect to mail.haucks.org, but your system does not seem to be set up for that. * What outcome did you expect instead? Receiving mmail. -- System Information: Debian Release: 12.0 APT prefers testing-security APT policy: (500, 'testing-security'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-9-amd64 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages kmail depends on: ii akonadi-server 4:22.12.3-1 ii kdepim-runtime 4:22.12.3-1 ii kio 5.103.0-1 ii libc62.36-9 ii libgcc-s112.2.0-14 ii libgpgmepp6 1.18.0-3+b1 ii libkf5akonadiagentbase5 [libkf5akonadiagentbase5-22 4:22.12.3-1 .12] ii libkf5akonadicontact5 [libkf5akonadicontact5-22.12] 4:22.12.3-1 ii libkf5akonadicore5abi2 [libkf5akonadicore5-22.12]4:22.12.3-1 ii libkf5akonadimime5 [libkf5akonadimime5-22.12]4:22.12.3-1 ii libkf5akonadisearch-bin 4:22.12.3-1 ii libkf5akonadisearch-plugins 4:22.12.3-1 ii libkf5akonadisearchdebug5 [libkf5akonadisearchdebug 4:22.12.3-1 5-22.12] ii libkf5akonadisearchpim5 [libkf5akonadisearchpim5-22 4:22.12.3-1 .12] ii libkf5akonadiwidgets5abi1 [libkf5akonadiwidgets5-22 4:22.12.3-1 .12] ii libkf5bookmarks5 5.103.0-1 ii libkf5calendarcore5abi2 5:5.103.0-1 ii libkf5calendarutils5 [libkf5calendarutils5-22.12]4:22.12.3-1 ii libkf5codecs55.103.0-1 ii libkf5completion55.103.0-1 ii libkf5configcore55.103.0-2 ii libkf5configgui5 5.103.0-2 ii libkf5configwidgets5 5.103.0-1 ii libkf5contacts5 5:5.103.0-1 ii libkf5coreaddons55.103.0-1 ii libkf5crash5 5.103.0-1 ii libkf5dbusaddons55.103.0-1 ii libkf5grantleetheme-plugins 22.12.3-1 ii libkf5gravatar5abi2 [libkf5gravatar5-22.12] 4:22.12.3-1 ii libkf5guiaddons5 5.103.0-1 ii libkf5i18n5 5.103.0-1 ii libkf5iconthemes55.103.0-1 ii libkf5identitymanagement5 [libkf5identitymanagement 22.12.3-1 5-22.12] ii libkf5identitymanagementwidgets5 [libkf5identityman 22.12.3-1 agementwidgets5-22.12] ii libkf5itemmodels55.103.0-1 ii libkf5itemviews5 5.103.0-1 ii libkf5jobwidgets55.103.0-1 ii libkf5kcmutils5 5.103.0-3 ii libkf5kiocore5 5.103.0-1 ii libkf5kiofilewidgets55.103.0-1 ii libkf5kiogui55.103.0-1 ii libkf5kiowidgets55.103.0-1 ii libkf5kontactinterface5 [libkf5kontactinterface5-22 22.12.3-1 .12] ii libkf5ksieveui5 [libkf5ksieveui5-22.12] 4:22.12.3-1 ii libkf5ldap5abi1 [libkf5ldap5-22.12] 22.12.3-1 ii libkf5libkdepim5 [libkf5libkdepim5-22.12]4:22.12.3-1 ii libkf5libkleo5 [libkf5libkleo5-22.12]4:22.12.3-1 ii libkf5mailcommon5abi2 [libkf5mailcommon5-22.12] 4:22.12.3-1 ii libkf5mailtransport5 [libkf5mailtransport5-22.12]22.12.3-1 ii libkf5mailtransportakonadi5 [libkf5mailtransportako 22.12.3-1 nadi5-22.12] ii libkf5messagecomposer5abi1 [libkf5messagecomposer5- 4:22.12.3-1 22.12] ii libkf5messagecore5abi1 [
Bug#1036442: Additional Information
I am also seeing this error in the journal when I check mail in kmail: kalendarac[20390]: org.kde.pim.imapresource: Crypto not supported! That traces back to kdepim-runtime-22.12.3/resources/imap/sessionpool.cpp: if (m_account->encryptionMode() != KIMAP::LoginJob::Unencrypted && !QSslSocket::su pportsSsl()) { qCWarning(IMAPRESOURCE_LOG) << "Crypto not supported!"; Q_EMIT connectDone(EncryptionError, i18n("You requested TLS/SSL to connect to %1, but your " "system does not seem to be set up for that.", m_account->server())); disconnect(); return; } So I guess somehow Qt is thinking I don't have SSL installed, but I do. ii libssl3:amd64 3.0.8-1 amd64 Secure Sockets Layer toolkit - shared libraries ii libxmlsec1-openssl:amd64 1.2.37-2 amd64 Openssl engine for the XML security library ii openssl 3.0.8-1 amd64 Secure Sockets Layer toolkit - cryptographic utility Again, this is a fresh install using the RC3 netinstall ISO. I selected "KDE Desktop" in the task list. -- Sent from my private email server!
Bug#631573: plasma-widgets-workspace: Forces removal of xfce4-notifyd
Package: plasma-widgets-workspace Version: 4:4.6.4-1 Severity: normal This package provides notification-daemon. So does xfce4-notifyd. The problem is that this package does not work in xfce4. So there is no way to get any on-screen notifications in xfce4 if you also have kde installed. -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.39-2-486 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 plasma-widgets-workspace depends on: ii libc6 2.13-7 Embedded GNU C Library: Shared lib ii libgcc1 1:4.6.0-14 GCC support library ii libkcmutils4 4:4.6.4-1 utility classes for using KCM modu ii libkdecore5 4:4.6.4-1 KDE Platform Core Library ii libkdeui5 4:4.6.4-1 KDE Platform User Interface Librar ii libkdewebkit5 4:4.6.4-1 KDE WebKit Library ii libkio5 4:4.6.4-1 Network-enabled File Management Li ii libkunitconversion4 4:4.6.4-1 Unit Conversion library for the KD ii libkworkspace44:4.6.4-1 library for the kdebase workspace ii libplasma34:4.6.4-1 Plasma Library for the KDE Platfor ii libplasmaclock4abi1 4:4.6.4-1 library for Plasma clocks ii libqt4-dbus 4:4.7.3-2 Qt 4 D-Bus module ii libqt4-network4:4.7.3-2 Qt 4 network module ii libqt4-xml4:4.7.3-2 Qt 4 XML module ii libqtcore44:4.7.3-2 Qt 4 core module ii libqtgui4 4:4.7.3-2 Qt 4 GUI module ii libqtwebkit4 2.1.0~2011week13-2 Web content engine library for Qt ii libsolid4 4:4.6.4-1 Solid Library for KDE Platform ii libstdc++64.6.0-14 GNU Standard C++ Library v3 ii libx11-6 2:1.4.3-2 X11 client-side library ii libxcomposite11:0.4.3-2 X11 Composite extension library ii libxdamage1 1:1.1.3-2 X11 damaged region extension libra ii libxfixes31:5.0-4X11 miscellaneous 'fixes' extensio ii libxrender1 1:0.9.6-2 X Rendering Extension client libra ii plasma-dataengines-wo 4:4.6.4-1 KDE Plasma data engines plasma-widgets-workspace recommends no packages. plasma-widgets-workspace suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20110624231102.29081.69181.report...@robin.haucks.org
Bug#253076: Translucency is broken
I also have this problem. Where menus overlap they seem to invert the color and the rest of the menu is blue or green depending on who knows what. Whatever it is doing is very ugly. I normally use the Plastik style but Keramik also exhibits the same problem. Non-translucent menus are fine. Selecting KControl->Style->Effects and setting the translucency type to XRender Blend instead of Software Blend or Software Tint makes the colors work right but then there seems to be some "ghosting" of the menus on my system when sliding across a menu bar with the mouse. The preview in KControl->Style shows the same defects as the actual menus (except for the "ghosting"). I'm running an S3 Savage in an IBM Thinkpad T22. OS is Sid last updated on 2004.06.10. The problem seems to have started with that update but I didn't make a list of what was updated (didn't notice the problem right away). -- -| Bob Hauck -| To Whom You Are Speaking -| http://www.haucks.org/
Bug#280974: mpeglib: Old bug #245192 never got fixed.
Package: mpeglib Version: 4:3.2.2-1 Severity: normal Bug #245192 reported distortion when playing MP3's through artsd. The problem was actually with mpeglib. The resolution was that version 3.2.3 was going into Sid and hence into Sarge, but that version never made it into Sarge and the problem still exists. Apparently mpeglib must be built with -O0. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.7-adeos Locale: LANG=en_US, LC_CTYPE=en_US Versions of packages mpeglib depends on: ii kdelibs4 4:3.2.3-2 KDE core libraries ii libc6 2.3.2.ds1-18 GNU C Library: Shared libraries an ii libcdparanoia03a9.8-11 Shared libraries for cdparanoia (r ii libgcc1 1:3.4.2-2 GCC support library ii libogg0 1.1.0-1Ogg Bitstream Library ii libstdc++51:3.3.4-13 The GNU Standard C++ Library v3 ii libvorbis0a 1.0.1-1The Vorbis General Audio Compressi ii libvorbisfile31.0.1-1The Vorbis General Audio Compressi ii libx11-6 4.3.0.dfsg.1-8 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-8 X Window System miscellaneous exte ii libxv14.3.0.dfsg.1-8 X Window System video extension li ii xlibs 4.3.0.dfsg.1-8 X Window System client libraries m -- no debconf information
Bug#289079: libarts1: Notifications don't work because can't play OGG files
Package: libarts1 Version: 1.3.2-2 Severity: normal After a dist-upgrade tonight my KDE system notifications stopped working. I soon discovered that OGG files would not play at all with kaboodle or artsplay. Tried downgrading to the previous version with no change. Artsd would emit a message saying it couldn't load the OGG file. Using strace revealed that artsd was looking for libFLAC.so.4, but there is no such file on my system any more, although there is on a recently-upgraded Sarge bos. I do have libFLAC.so.6 and symlinking that to libFLAC.so.4 fixed the problem. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.9-1-686 Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages libarts1 depends on: ii libartsc01.3.2-2 aRts Sound system C support librar ii libasound2 1.0.7-4 ALSA library ii libaudio21.7-2 The Network Audio System (NAS). (s ii libaudiofile00.2.6-5 Open-source version of SGI's audio ii libc62.3.2.ds1-20GNU C Library: Shared libraries an ii libesd0 0.2.35-2Enlightened Sound Daemon - Shared ii libgcc1 1:3.4.3-6 GCC support library ii libglib2.0-0 2.4.8-1 The GLib library of C routines ii libice6 4.3.0.dfsg.1-10 Inter-Client Exchange library ii libjack0.80.0-0 0.99.0-2JACK Audio Connection Kit (librari ii libmad0 0.15.1b-1 MPEG audio decoder library ii libogg0 1.1.0-1 Ogg Bitstream Library ii libpng12-0 1.2.8rel-1 PNG library - runtime ii libqt3c102-mt3:3.3.3-7 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-10 X Window System Session Management ii libstdc++5 1:3.3.5-5 The GNU Standard C++ Library v3 ii libvorbis0a 1.0.1-1 The Vorbis General Audio Compressi ii libvorbisenc21.0.1-1 The Vorbis General Audio Compressi ii libvorbisfile3 1.0.1-1 The Vorbis General Audio Compressi ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-10 X Window System miscellaneous exte ii libxt6 4.3.0.dfsg.1-10 X Toolkit Intrinsics ii xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information