Bug#338554: ITP: kde-windeco-powder -- A window decoration for kde
Package: wnpp Severity: wishlist Owner: Sune Vuorela <[EMAIL PROTECTED]> * Package name: kde-windeco-powder Version : 0.6 Upstream Author : Remi Villatel * URL : http://www.kde-look.org/content/show.php?content=29935 * License : GPL Description : A window decoration for kde A plasmoid inspired window decoration for kde with 'glowing' buttons. With larger borders for easy size-changin. optionally changing menu-button with a button matches the window-buttons. .. This is not a style, but a window decoration. -- Sune -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#344520: ITP: comixcursors -- X11 mouse theme with a comics feeling
Package: wnpp Severity: wishlist Owner: Sune Vuorela <[EMAIL PROTECTED]> * Package name: comixcursors Version : 0.3.2 Upstream Author : Jens Luetkens * URL : http://kde-look.org/content/show.php?content=32627 * License : GPL Description : X11 mouse theme with a comics feeling Package comes with 32 different mouse themes for X11. 5 colors (black, blue, green, orange and white) 3 different sizes (small, regular and large) 2 different weights (slim and normal) .. and one for christmas and one with ghost -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.2 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#286205: reowning
reopen 286205 ! retitle 286205 ITP: kde-style-comix -- Comix flat style for KDE thanks bts Asked Marcin some weeks ago wether he still was interested in this. I got answer today that I could take over packaging of this, so I will do. /Sune -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345833: kwin-baghira: baghira sidebar should use remote:/ or depend on lisa
Package: kwin-baghira Version: 0.7a-1+b1 Severity: normal The network button in the baghira sidebar tries to use the lan:/ kio_slave which is part of the lisa package. Lisa is not recommenden for kwin-baghira. That could be one approach to solve this. Another approach could be let the network button use the remote:/ kio-slave, which is part of kdebase-kio-plugins /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.2 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages kwin-baghira depends on: ii kdelibs4c2a 4:3.5.0-1 core libraries for all KDE applica ii konqueror 4:3.5.0-1 KDE's advanced file manager, web b ii kwin 4:3.5.0-1 the KDE window manager ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-3 The Network Audio System (NAS). (s ii libc6 2.3.5-9GNU C Library: Shared libraries an ii libfam0 2.7.0-8client library to control the FAM ii libfontconfig12.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.2-5 GCC support library ii libice6 6.9.0.dfsg.1-1 Inter-Client Exchange library ii libidn11 0.5.18-1 GNU libidn library, implementation ii libjpeg62 6b-11 The Independent JPEG Group's JPEG ii libpng12-01.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libsm66.9.0.dfsg.1-1 X Window System Session Management ii libstdc++64.0.2-5The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-1 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.9.0.dfsg.1-1 X Window System miscellaneous exte ii libxft2 2.1.7-1FreeType-based font drawing librar ii libxi66.9.0.dfsg.1-1 X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-1 X Window System multi-head display ii libxrandr26.9.0.dfsg.1-1 X Window System Resize, Rotate and ii libxrender1 1:0.9.0.2-1X Rendering Extension client libra ii libxt66.9.0.dfsg.1-1 X Toolkit Intrinsics ii libxtst6 6.9.0.dfsg.1-1 X Window System event recording an ii zlib1g1:1.2.3-9 compression library - runtime kwin-baghira recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345833: patch
tag 345833 + patch thanks I just patched my sidebar. It was not that complex ;) It works at least for me. I think the remote:/ is a better solution than depending on lisa, because 1) remote:/ gives access to smb:/ and lan:/ if installed 2) remote:/ is in kdebase-kio-plugins which is unavoidable for a working konqueror anyway /Sune patch: (or just replace "lan:/localhost" with "remote:/" one place in sidebar/dndlistbox.cpp) --- baghira-0.7a.orig/sidebar/dndlistbox.cpp +++ baghira-0.7a/sidebar/dndlistbox.cpp @@ -99,7 +99,7 @@ insertItem(new ListBoxDevice("network", size_, i18n("Network"), "remote:/", "", "", TRUE, FALSE, FALSE)); #else insertItem(new ListBoxDevice("system", size_, i18n("My Computer"), "media:/", "", "", TRUE, FALSE, FALSE)); - insertItem(new ListBoxDevice("network", size_, i18n("Network"), "lan:/localhost", "", "", TRUE, FALSE, FALSE)); + insertItem(new ListBoxDevice("network", size_, i18n("Network"), "remote:/", "", "", TRUE, FALSE, FALSE)); #endif insertItem(new ListBoxDevice("hdd_mount", size_, i18n("Startvolume"), QDir::rootDirPath(), "", "", TRUE, FALSE, FALSE)); client = KApplication::dcopClient(); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#345872: kwin-baghira: Sidebar not buildable on kde3.5
Package: kwin-baghira Version: 0.7a-1 Severity: wishlist Tags: experimental patch The configure script checks if it is building against kde3.4 or not. It mostly looks like a bad way to avoid building the sidebar on a kde3.3 I tried to hack the check to also accept kde3.5 and everything seems to work. But I don't think this might be a little hack. Changes to configure attached. /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.2 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages kwin-baghira depends on: ii kdelibs4c2a 4:3.5.0-1 core libraries for all KDE applica ii konqueror 4:3.5.0-1 KDE's advanced file manager, web b ii kwin 4:3.5.0-1 the KDE window manager ii libacl1 2.2.34-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.25-1 Extended attribute shared library ii libaudio2 1.7-3 The Network Audio System (NAS). (s ii libc6 2.3.5-9GNU C Library: Shared libraries an ii libfam0 2.7.0-8client library to control the FAM ii libfontconfig12.3.2-1.1 generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.2-5 GCC support library ii libice6 6.9.0.dfsg.1-1 Inter-Client Exchange library ii libidn11 0.5.18-1 GNU libidn library, implementation ii libjpeg62 6b-11 The Independent JPEG Group's JPEG ii libpng12-01.2.8rel-5 PNG library - runtime ii libqt3-mt 3:3.3.5-3 Qt GUI Library (Threaded runtime v ii libsm66.9.0.dfsg.1-1 X Window System Session Management ii libstdc++64.0.2-5The GNU Standard C++ Library v3 ii libx11-6 6.9.0.dfsg.1-1 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.9.0.dfsg.1-1 X Window System miscellaneous exte ii libxft2 2.1.7-1FreeType-based font drawing librar ii libxi66.9.0.dfsg.1-1 X Window System Input extension li ii libxinerama1 6.9.0.dfsg.1-1 X Window System multi-head display ii libxrandr26.9.0.dfsg.1-1 X Window System Resize, Rotate and ii libxrender1 1:0.9.0.2-1X Rendering Extension client libra ii libxt66.9.0.dfsg.1-1 X Toolkit Intrinsics ii libxtst6 6.9.0.dfsg.1-1 X Window System event recording an ii zlib1g1:1.2.3-9 compression library - runtime kwin-baghira recommends no packages. -- no debconf information baghira-build-kde3.5.diff.gz Description: Binary data
Bug#336607: ITP: kommando -- A wheel menu for kde
Package: wnpp Severity: wishlist Owner: Sune Vuorela <[EMAIL PROTECTED]> * Package name: kommando Version : 0.2 Upstream Author : Daniel Stoeckel * URL : http://www.kde-look.org/content/show.php?content=29514 * License : GPL Description : A wheel menu for kde It allows rapid access to user defined applications and shell commands and is of course a nice toy to show off with ;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#312003: xscreensaver: /usr/dict/words is needed for webcollage. Missing symlink maybe.
Package: xscreensaver Version: 4.21-3 Severity: normal I try to use WebCollage, but xscreensaver complaints about a missing /usr/dict/words I manually set up a symlink to /usr/share/dict/words and now stuff works. Perhaps the postinst should set it up? sudo ln -s /usr/share/dict/words /usr/dict/words and webcollage needs a wordlist, either from wordlist or from miscfiles, but they are only in 'recommends': Recommends: xli | xloadimage, netpbm, libjpeg-progs, perl5, miscfiles | wordlist -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11.11 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages xscreensaver depends on: ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit ii libc62.3.2.ds1-22GNU C Library: Shared libraries an ii libglade2-0 1:2.4.2-2 library to load .glade files at ru ii libglib2.0-0 2.6.4-1 The GLib library of C routines ii libgtk2.0-0 2.6.4-3 The GTK+ graphical user interface ii libice6 4.3.0.dfsg.1-14 Inter-Client Exchange library ii libjpeg626b-10 The Independent JPEG Group's JPEG ii libpam0g 0.76-22 Pluggable Authentication Modules l ii libpango1.0-01.8.1-1 Layout and rendering of internatio ii libsm6 4.3.0.dfsg.1-14 X Window System Session Management ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte ii libxml2 2.6.16-7GNOME XML library ii libxmu6 4.3.0.dfsg.1-14 X Window System miscellaneous util ii libxpm4 4.3.0.dfsg.1-14 X pixmap library ii libxrandr2 4.3.0.dfsg.1-14 X Window System Resize, Rotate and ii libxrender1 1:0.8.3-1 X Rendering Extension client libra ii libxt6 4.3.0.dfsg.1-14 X Toolkit Intrinsics ii xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#312003: xscreensaver: /usr/dict/words is needed for webcollage. Missing symlink maybe.
On Saturday 04 June 2005 21:26, you wrote: > Webcollage looks for any of "/usr/dict/words", "/usr/share/dict/words", > or "/usr/share/lib/dict/words"; there is no need for a symlink. well.. My installation didn't work until I manually made the symlink. Something must be wrong. -- Sune -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#306440: kvim-python: kvim will be removed when upgrading vim
Package: kvim-python Version: 1:6.3-067+2 Severity: normal the newest vim-package in sarge is 6.3-068+4 - and kvim-python depends on 6.3-067+2. This will remove kvim-python on apt-get dist-upgrade: [EMAIL PROTECTED]:~$ sudo apt-get dist-upgrade Reading Package Lists... Done Building Dependency Tree... Done Calculating Upgrade... Done The following packages will be REMOVED: kdeaddons kvim-python vimpart The following packages will be upgraded: vim vim-common -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (600, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.10 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages kvim-python depends on: ii kdelibs4 4:3.3.2-4.0.2 KDE core libraries ii libc62.3.2.ds1-20GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-12 GCC support library ii libgpmg1 1.19.6-19 General Purpose Mouse - shared lib ii libice6 4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library ii libncurses5 5.4-4 Shared libraries for terminal hand ii libqt3c102-mt3:3.3.4-3 Qt GUI Library (Threaded runtime v ii libsm6 4.3.0.dfsg.1-12.0.1 X Window System Session Management ii libstdc++5 1:3.3.5-8 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li ii libxt6 4.3.0.dfsg.1-12.0.1 X Toolkit Intrinsics ii python2.32.3.5-1 An interactive high-level object-o ii vim 1:6.3-067+2 Vi IMproved - enhanced vi editor ii xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#330994: kopete: Segfaulting when trying to send icq messages
Package: kopete Version: 4:3.4.2-3 Severity: important When trying to send a icq message to some persons, kopete disconnects me from icq and then crashes:Segmentation Fault. The backtrace are here: (no debugging symbols found) Using host libthread_db library "/lib/tls/libthread_db.so.1". (no debugging symbols found) `system-supplied DSO at 0xe000' has disappeared; keeping its symbols. (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 -1240778016 (LWP 3097)] (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] #3 0x0041 in ?? () #4 0xb59661d8 in Task::go () from /usr/lib/libkopete_oscar.so.2 #5 0xb5966581 in Client::sendTyping () from /usr/lib/libkopete_oscar.so.2 #6 0xb595817b in OscarContact::slotTyping () from /usr/lib/libkopete_oscar.so.2 #7 0xb5958269 in OscarContact::qt_invoke () from /usr/lib/libkopete_oscar.so.2 #8 0xb59c983c in ICQContact::qt_invoke () from /usr/lib/kde3/kopete_icq.so #9 0xb68cec5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #10 0xb68cefe6 in QObject::activate_signal_bool () from /usr/lib/libqt-mt.so.3 #11 0xb7e3b9f4 in Kopete::ChatSession::myselfTyping () from /usr/lib/libkopete.so.1 #12 0xb7e3ba22 in Kopete::ChatSession::typing () from /usr/lib/libkopete.so.1 #13 0xb7e792a2 in Kopete::ChatSession::qt_invoke () from /usr/lib/libkopete.so.1 #14 0xb68cec5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #15 0xb68cefe6 in QObject::activate_signal_bool () from /usr/lib/libqt-mt.so.3 #16 0xb409ff82 in ChatTextEditPart::typing () from /usr/lib/kde3/kopete_chatwindow.so #17 0xb409ffbd in ChatTextEditPart::slotStoppedTypingTimer () from /usr/lib/kde3/kopete_chatwindow.so #18 0xb40b021b in ChatTextEditPart::qt_invoke () from /usr/lib/kde3/kopete_chatwindow.so #19 0xb68cec5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #20 0xb68cf743 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #21 0xb6c612b5 in QTimer::timeout () from /usr/lib/libqt-mt.so.3 #22 0xb68f41a4 in QTimer::event () from /usr/lib/libqt-mt.so.3 #23 0xb6864778 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #24 0xb6864996 in QApplication::notify () from /usr/lib/libqt-mt.so.3 #25 0xb6fdd9fc in KApplication::notify () from /usr/lib/libkdecore.so.4 #26 0xb67f4665 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3 #27 0xb6855a44 in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3 #28 0xb68083f8 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #29 0xb687cea2 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #30 0xb6863335 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3 #31 0xb6a83fb6 in QDialog::exec () from /usr/lib/libqt-mt.so.3 #32 0xb72036e6 in KDialogQueue::slotShowQueuedDialog () from /usr/lib/libkdeui.so.4 #33 0xb72037fe in KDialogQueue::qt_invoke () from /usr/lib/libkdeui.so.4 #34 0xb68cec5f in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #35 0xb6c5f5a5 in QSignal::signal () fr
Bug#301274: ksynaptics: #301274 does also apply for i386 sid after transition
Package: ksynaptics Version: 0.2.0-1 Followup-For: Bug #301274 The same problem (and solution) does apply to ksynaptics in sid after the c++-transition. right now, in sid, ksynaptics is uninstallable and unbuildable. /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12.2 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages ksynaptics depends on: ii kdelibs4c24:3.4.2-3 core libraries for all KDE applica ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.7-3 The Network Audio System (NAS). (s ii libc6 2.3.5-6GNU C Library: Shared libraries an ii libfontconfig12.3.2-1generic font configuration library ii libfreetype6 2.1.10-1 FreeType 2 font engine, shared lib ii libgcc1 1:4.0.1-6 GCC support library ii libice6 6.8.2.dfsg.1-6 Inter-Client Exchange library ii libidn11 0.5.18-1 GNU libidn library, implementation ii libpng12-01.2.8rel-1 PNG library - runtime ii libqt3-mt 3:3.3.4-7 Qt GUI Library (Threaded runtime v ii libsm66.8.2.dfsg.1-6 X Window System Session Management ii libstdc++64.0.1-6The GNU Standard C++ Library v3 ii libx11-6 6.8.2.dfsg.1-6 X Window System protocol client li ii libxcursor1 1.1.3-1X cursor management library ii libxext6 6.8.2.dfsg.1-6 X Window System miscellaneous exte ii libxft2 2.1.7-1FreeType-based font drawing librar ii libxinerama1 6.8.2.dfsg.1-6 X Window System multi-head display ii libxrandr26.8.2.dfsg.1-6 X Window System Resize, Rotate and ii libxrender1 1:0.9.0-2 X Rendering Extension client libra ii libxt66.8.2.dfsg.1-6 X Toolkit Intrinsics ii xlibs 6.8.2.dfsg.1-6 X Window System client libraries m ii zlib1g1:1.2.3-4 compression library - runtime ksynaptics recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#399059: Fwd: rev 5171 - trunk/packages/kdebase/debian
tag 399059 +pending thanks -- Forwarded Message -- Subject: rev 5171 - trunk/packages/kdebase/debian Date: Thursday 21 December 2006 19:31 From: Sune Vuorela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Author: pusling-guest Date: 2006-12-21 19:31:10 +0100 (Thu, 21 Dec 2006) New Revision: 5171 Modified: trunk/packages/kdebase/debian/changelog trunk/packages/kdebase/debian/control Log: Make stuff work for hurd/kfreebsd Modified: trunk/packages/kdebase/debian/changelog === --- trunk/packages/kdebase/debian/changelog 2006-12-21 01:04:39 UTC (rev 5170) +++ trunk/packages/kdebase/debian/changelog 2006-12-21 18:31:10 UTC (rev 5171) @@ -1,3 +1,11 @@ +kdebase (4:3.5.5a.dfsg.1-5) UNRELEASED; urgency=low + + +++ Changes by Sune Vuorela: + * Add | kfreebsd-gnu | hurd as dependencies to help installability on +non-linux archs (Closes: 399059) + + -- Debian Qt/KDE Maintainers Thu, 21 Dec 2006 19:26:42 +0100 + kdebase (4:3.5.5a.dfsg.1-4) unstable; urgency=low +++ Changes by Sune Vuorela: Modified: trunk/packages/kdebase/debian/control === --- trunk/packages/kdebase/debian/control 2006-12-21 01:04:39 UTC (rev 5170) +++ trunk/packages/kdebase/debian/control 2006-12-21 18:31:10 UTC (rev 5171) @@ -11,7 +11,7 @@ Package: kdebase Section: kde Architecture: all -Depends: kappfinder (>= ${Source-Version}), kate (>= ${Source-Version}), kcontrol (>= ${Source-Version}), kdebase-bin (>= ${Source-Version}), kdebase-data (>= ${Source-Version}), kdebase-kio-plugins (>= ${Source-Version}), kdepasswd (>= ${Source-Version}), kdeprint (>= ${Source-Version}), kdesktop (>= ${Source-Version}), kfind (>= ${Source-Version}), khelpcenter (>= ${Source-Version}), kicker (>= ${Source-Version}), klipper (>= ${Source-Version}), kmenuedit (>= ${Source-Version}), konqueror-nsplugins (>= ${Source-Version}), konqueror (>= ${Source-Version}), konsole (>= ${Source-Version}), kpager (>= ${Source-Version}), kpersonalizer (>= ${Source-Version}), ksmserver (>= ${Source-Version}), ksplash (>= ${Source-Version}), ksysguard (>= ${Source-Version}), ktip (>= ${Source-Version}), kwin (>= ${Source-Version}), libkonq4 (>= ${Source-Version}), hal, pmount +Depends: kappfinder (>= ${Source-Version}), kate (>= ${Source-Version}), kcontrol (>= ${Source-Version}), kdebase-bin (>= ${Source-Version}), kdebase-data (>= ${Source-Version}), kdebase-kio-plugins (>= ${Source-Version}), kdepasswd (>= ${Source-Version}), kdeprint (>= ${Source-Version}), kdesktop (>= ${Source-Version}), kfind (>= ${Source-Version}), khelpcenter (>= ${Source-Version}), kicker (>= ${Source-Version}), klipper (>= ${Source-Version}), kmenuedit (>= ${Source-Version}), konqueror-nsplugins (>= ${Source-Version}), konqueror (>= ${Source-Version}), konsole (>= ${Source-Version}), kpager (>= ${Source-Version}), kpersonalizer (>= ${Source-Version}), ksmserver (>= ${Source-Version}), ksplash (>= ${Source-Version}), ksysguard (>= ${Source-Version}), ktip (>= ${Source-Version}), kwin (>= ${Source-Version}), libkonq4 (>= ${Source-Version}), hal | kfreebsd-gnu | hurd, pmount | kfreebsd-gnu | hurd Recommends: kdm (>= ${Source-Version}) Suggests: kdebase-doc-html (>= ${Source-Version}) Description: base components from the official KDE release -- http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-commits --- -- Man, how might I do for overclocking the kernel? The point is that from MacOS NT you must doubleclick with the head to a connection for debugging the coaxial DVD window. pgpxF7keNdP9g.pgp Description: PGP signature
Bug#399235: Fwd: rev 5172 - trunk/packages/kdeedu/debian
tag 399235 +pending thanks -- Forwarded Message -- Subject: rev 5172 - trunk/packages/kdeedu/debian Date: Thursday 21 December 2006 19:37 From: Sune Vuorela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Author: pusling-guest Date: 2006-12-21 19:37:01 +0100 (Thu, 21 Dec 2006) New Revision: 5172 Added: trunk/packages/kdeedu/debian/indi.install.kfreebsd-amd64 Modified: trunk/packages/kdeedu/debian/changelog trunk/packages/kdeedu/debian/indi.install.kfreebsd-i386 Log: Fix kfreebsd stuff Modified: trunk/packages/kdeedu/debian/changelog === --- trunk/packages/kdeedu/debian/changelog 2006-12-21 18:31:10 UTC (rev 5171) +++ trunk/packages/kdeedu/debian/changelog 2006-12-21 18:37:01 UTC (rev 5172) @@ -9,8 +9,11 @@ * Make kdeedu-dbg depend on kdelibs-dbg to get useful backtraces when debugging. - -- Debian Qt/KDE Maintainers Wed, 22 Nov 2006 09:35:09 -0500 + +++ Changes by Sune Vuorela: + * Update kfreebsd install files (Closes: 399235) + -- Debian Qt/KDE Maintainers Thu, 21 Dec 2006 19:34:51 +0100 + kdeedu (4:3.5.5-1) unstable; urgency=low * New upstream release. Copied: trunk/packages/kdeedu/debian/indi.install.kfreebsd-amd64 (from rev 5171, trunk/packages/kdeedu/debian/indi.install.kfreebsd-i386) === --- trunk/packages/kdeedu/debian/indi.install.kfreebsd-i386 2006-12-21 18:31:10 UTC (rev 5171) +++ trunk/packages/kdeedu/debian/indi.install.kfreebsd-amd64 2006-12-21 18:37:01 UTC (rev 5172) @@ -0,0 +1,13 @@ +usr/bin/apmount +usr/bin/celestrongps +usr/bin/fliccd +usr/bin/fliwheel +usr/bin/indiserver +usr/bin/lx200_16 +usr/bin/lx200autostar +usr/bin/lx200basic +usr/bin/lx200classic +usr/bin/lx200generic +usr/bin/lx200gps +usr/bin/skycommander +usr/bin/temma Modified: trunk/packages/kdeedu/debian/indi.install.kfreebsd-i386 === --- trunk/packages/kdeedu/debian/indi.install.kfreebsd-i386 2006-12-21 18:31:10 UTC (rev 5171) +++ trunk/packages/kdeedu/debian/indi.install.kfreebsd-i3862006-12-21 18:37:01 UTC (rev 5172) @@ -1,5 +1,4 @@ usr/bin/apmount -usr/bin/apogee_ppi usr/bin/celestrongps usr/bin/fliccd usr/bin/fliwheel @@ -10,7 +9,5 @@ usr/bin/lx200classic usr/bin/lx200generic usr/bin/lx200gps -usr/bin/meade_lpi -usr/bin/sbigccd usr/bin/skycommander usr/bin/temma -- http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-commits --- -- How can I load to the software? The point is that you should cancel the computer to a editor of the analogic periferic of a editor to boot the graphic 2D forward. pgpddze6qH7X4.pgp Description: PGP signature
Bug#403741: Fwd: rev 5173 - trunk/packages/kdeaccessibility/debian
tag 403741 +pending thanks -- Forwarded Message -- Subject: rev 5173 - trunk/packages/kdeaccessibility/debian Date: Thursday 21 December 2006 19:41 From: Sune Vuorela <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Author: pusling-guest Date: 2006-12-21 19:41:53 +0100 (Thu, 21 Dec 2006) New Revision: 5173 Added: trunk/packages/kdeaccessibility/debian/kttsd.install.kfreebsd-amd64 trunk/packages/kdeaccessibility/debian/kttsd.install.kfreebsd-i386 Modified: trunk/packages/kdeaccessibility/debian/changelog Log: fix kfreebsd stuff Modified: trunk/packages/kdeaccessibility/debian/changelog === --- trunk/packages/kdeaccessibility/debian/changelog2006-12-21 18:37:01 UTC (rev 5172) +++ trunk/packages/kdeaccessibility/debian/changelog 2006-12-21 18:41:53 UTC (rev 5173) @@ -1,3 +1,11 @@ +kdeaccessibility (4:3.5.5-3) UNRELEASED; urgency=low + + +++ Changes by Sune Vuorela: + * Fix some kfreebsd related problems: don't expect alsa stuff to be +installed. (Closes: 403741) + + -- Debian Qt/KDE Maintainers Thu, 21 Dec 2006 19:41:08 +0100 + kdeaccessibility (4:3.5.5-2) unstable; urgency=low ++ Changes by Josh Metzler: Added: trunk/packages/kdeaccessibility/debian/kttsd.install.kfreebsd-amd64 === --- trunk/packages/kdeaccessibility/debian/kttsd.install.kfreebsd-amd642006-12- 21 18:37:01 UTC (rev 5172) +++ trunk/packages/kdeaccessibility/debian/kttsd.install.kfreebsd-amd642006-12- 21 18:41:53 UTC (rev 5173) @@ -0,0 +1,91 @@ +debian/tmp/usr/bin/kttsd +debian/tmp/usr/bin/kttsmgr +debian/tmp/usr/lib/kde3/kcm_kttsd.la +debian/tmp/usr/lib/kde3/kcm_kttsd.so +debian/tmp/usr/lib/kde3/ktexteditor_kttsd.la +debian/tmp/usr/lib/kde3/ktexteditor_kttsd.so +debian/tmp/usr/lib/kde3/libkttsd_akodeplugin.la +debian/tmp/usr/lib/kde3/libkttsd_akodeplugin.so +debian/tmp/usr/lib/kde3/libkttsd_artsplugin.la +debian/tmp/usr/lib/kde3/libkttsd_artsplugin.so +debian/tmp/usr/lib/kde3/libkttsd_commandplugin.la +debian/tmp/usr/lib/kde3/libkttsd_commandplugin.so +debian/tmp/usr/lib/kde3/libkttsd_eposplugin.la +debian/tmp/usr/lib/kde3/libkttsd_eposplugin.so +debian/tmp/usr/lib/kde3/libkttsd_festivalintplugin.la +debian/tmp/usr/lib/kde3/libkttsd_festivalintplugin.so +debian/tmp/usr/lib/kde3/libkttsd_fliteplugin.la +debian/tmp/usr/lib/kde3/libkttsd_fliteplugin.so +debian/tmp/usr/lib/kde3/libkttsd_gstplugin.la +debian/tmp/usr/lib/kde3/libkttsd_gstplugin.so +debian/tmp/usr/lib/kde3/libkttsd_sbdplugin.la +debian/tmp/usr/lib/kde3/libkttsd_sbdplugin.so +debian/tmp/usr/lib/kde3/libkttsd_stringreplacerplugin.la +debian/tmp/usr/lib/kde3/libkttsd_stringreplacerplugin.so +debian/tmp/usr/lib/kde3/libkttsd_talkerchooserplugin.la +debian/tmp/usr/lib/kde3/libkttsd_talkerchooserplugin.so +debian/tmp/usr/lib/kde3/libkttsd_xmltransformerplugin.la +debian/tmp/usr/lib/kde3/libkttsd_xmltransformerplugin.so +debian/tmp/usr/lib/kde3/libkttsjobmgrpart.la +debian/tmp/usr/lib/kde3/libkttsjobmgrpart.so +debian/tmp/usr/lib/libkttsd.la +debian/tmp/usr/lib/libkttsd.so +debian/tmp/usr/lib/libkttsd.so.1 +debian/tmp/usr/lib/libkttsd.so.1.0.0 +debian/tmp/usr/share/applications/kde/kcmkttsd.desktop +debian/tmp/usr/share/applications/kde/kttsmgr.desktop +debian/tmp/usr/share/apps/ktexteditor_kttsd/ktexteditor_kttsdui.rc +debian/tmp/usr/share/apps/kttsd/festivalint/sabletowave.scm +debian/tmp/usr/share/apps/kttsd/festivalint/voices +debian/tmp/usr/share/apps/kttsd/festivalint/xslt/SSMLtoSable.xsl +debian/tmp/usr/share/apps/kttsd/kcmkttsd_testmessage.desktop +debian/tmp/usr/share/apps/kttsd/sbd/polish_festival_sbdrc +debian/tmp/usr/share/apps/kttsd/sbd/standard_sbdrc +debian/tmp/usr/share/apps/kttsd/stringreplacer/abbreviations.xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/chat.xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/chat-de.xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/emoticons.xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xm l +debian/tmp/usr/share/apps/kttsd/stringreplacer/kmail.xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/polish_festival_fixes.xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/polish_festival_unspeakables. xml +debian/tmp/usr/share/apps/kttsd/stringreplacer/qt2plaintext.xml +debian/tmp/usr/share/apps/kttsd/talkerchooser/female_notifications_rc +debian/tmp/usr/share/apps/kttsd/xmltransformer/xhtml2ssml.xsl +debian/tmp/usr/share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl +debian/tmp/usr/share/apps/kttsd/xslt/SSMLtoPlainText.xsl +debian/tmp/usr/share/doc/kde/HTML/en/kttsd/addtalker.png +debian/tmp/usr/share/doc/kde/HTML/en/kttsd/audio.png +debian/tmp/usr/share/doc/kde/HTML/en/kttsd/common +debian/tmp/usr/share/doc/kde/HTML/en/kttsd/festivalintconf.png +debian/tmp/usr/share/doc/kde/HTML/en/kttsd/filters.png +debian/tmp/usr/share/doc/kde/HTML/en/kttsd/general.png +debian/tmp/usr/share/doc/kde/HT
Bug#403884: Bug#403885: kmail crashes
On Thursday 21 December 2006 14:15, [EMAIL PROTECTED] wrote: > The problem of kmail crashing when trying to save a message with 3 or more > big attachments to the drafts folder always happens. With the latest > available version of the kmail (kdepim) Debian package - 4:3.5.5.dfsg.1-2. Please tell more about your setup and configuration. I have just saved drafts with 3 11mb files attached. I have also sent emails with 2 11 mb files attached. My kmail is still running. /Sune -- I'm not able to rename the bus, how does it work? From Excel NT and from the panel menu within Photoshop you neither must open the CPU on a back-end over a parallel periferic, nor have to send to the board. pgpkmHDSa4gEW.pgp Description: PGP signature
Bug#404157: FTBFS: detect-autoconf.pl can't find autom4te, causes "./admin/cvs.sh: line 33: --version: command not found"
On Friday 22 December 2006 05:07, Adam Porter wrote: > Package: kdepim > Version: 4:3.5.5.dfsg.1-4 > Severity: serious > Justification: no longer builds from source I can't reproduce it - and none of the autobuilders have been able to reproduce it. > ~/Temp/src/temp/kdepim-3.5.5.dfsg.1/admin$ perl detect-autoconf.pl > # Unable to find autom4te!! hmm.. This look weird (and tihs is where something is wrong) $ perl admin/detect-autoconf.pl AUTOCONF="/usr/bin/autoconf" AUTOHEADER="/usr/bin/autoheader" AUTOM4TE="/usr/bin/autom4te" AUTOMAKE="/usr/bin/automake" ACLOCAL="/usr/bin/aclocal" WHICH="which" export AUTOCONF AUTOHEADER AUTOM4TE AUTOMAKE ACLOCAL WHICH is the expected output How is your perl? Do you have autoconf2.13 installed? /Sune -- Man, do you know how to install a utility of the cache over the controller? You neither should ever unmount the mousepad, nor must cancel the Ultra connector, so that from MkLinuxPPC XP you cannot disable the level-8 application of a LCD SCSI icon to a DLL program in order to open a tool. pgps0xt2fBwaX.pgp Description: PGP signature
Bug#404157: FTBFS: detect-autoconf.pl can't find autom4te, causes "./admin/cvs.sh: line 33: --version: command not found"
On Friday 22 December 2006 09:50, Adam Porter wrote: > On Friday 22 December 2006 02:33, Sune Vuorela wrote: > > How is your perl? > > Do you have autoconf2.13 installed? > $ acp autoconf2.13 > autoconf2.13: > Installed: 2.13-58 > Candidate: 2.13-58 > Version table: > *** 2.13-58 0 > 900 http://ftp.us.debian.org testing/main Packages > 800 http://ftp.us.debian.org unstable/main Packages > 100 /var/lib/dpkg/status > I don't have a clue what could be causing this. Thanks for your help. I have found it. it is autoconf2.13. try uninstalling that and you will see it builds. I am currently checking up if a missing build-conflict on autoconf2.13 is RC or not. I have committed a fix to the packaging svn directory, so it will be fixed in next uploads. /Sune -- How can I turn off a jumper? You cannot get access over the GPU of the Fast pointer to boot the BIOS. pgpPTyDqe7qOX.pgp Description: PGP signature
Bug#404851: Invalid mms:/ url crashs konqueror
On Thursday 28 December 2006 20:20, Patrick Matthäi wrote: > Hm, first it crashed, now it asked again and again if it should add > these extensions and I think after 1-2 clicks, that should be enough. Hi! I don't furlly understand what you are saying here. You can't get it crash any more or ? /Sune -- I cannot log on the tool from ICQ 92 and from the preferences menu inside Word, how does it work? You should ping to a analogic driver to open the controller. pgpwE6wfwZbOQ.pgp Description: PGP signature
Bug#404905: akregator: Patch for custom article list colors
tag 404905 +wontfix thanks > Attached is a patch from Frank Osterfeld <[EMAIL PROTECTED]> that lets > the user choose custom colors for the article list widget. This is very > helpful when using a light-on-dark color scheme, because the default red > and blue can be hard to read on a dark background. I just built Akregator > with the patch and it works great. Frank said that KDE 3.5.6 is already > frozen, but could Debian please add this patch to 3.5.6 when it's uploaded? > (It works fine with 3.5.5 also, but I know that Etch is frozen.) Introducing extra functionality is not something we do, as we need to maintain it afterwards. if it gets applied upstream, we might reconsider. - although the patch don't look very intrusive. /Sune -- Genius, I cannot click a hard disk from AutoCAD NT and from the control tools inside ICQ, how does it work? You never need to forward to the e-mail for overclocking a SIMM over a folder. pgppdzP06FTd2.pgp Description: PGP signature
Bug#405084: libqt3-mt: Crash in QApplication::internalNotify
On Sunday 31 December 2006 01:02, Robert Gomułka wrote: Hi! > *** Please type your report below this line *** > I have noticed this bug for the first time today, after upgrading to > 3.3.7-2, however I don't know if it is related. I run java applet from > www.kurnik.pl games website. I clicked on a link (java was not in action > then, possibly), then Konqueror crashed. Callstack is printed below > (important part, I think). For now, I am not sure if I will be able to > reproduce it - if so, I will drop a note for sure. I have now tried playing some games on kurnik (while clicking around somewhere else on kurnik webpage). I won a game reversi, but didn't manage to get anything crash. I don't think it is related to the update to qt 3.3.7-2, it is more like a more or less random crash. The backtrace as it is now is pretty useless. If you install kdebase-dbg (which should pull in kdelibs-dbg and qt-x11-free-dbg), and try to reproduce to get a better backtrace. (or just keep the packages around and keep playing). That should provide a better backtrace. If you manage to reproduce it, please provide a good backtrace and a detailed description on how to reproduce it. if no more info given in some weeks, we will close this bug. /Sune -- Man, how can I cancel a gadget from iMac NT and from the control tools menu within iMac? You should never close the Fast LCD mousepad, so that therefore from the preferences inside Explorer XP you must ping a desktop but you either have not to rename the 24X ethernet device, or cannot send the line to disconnect to a jumper over the IRC operating system on a analogic POP3mail CPU to the 3Dfx icon of a connection of a parallel tool to the connection of the level-3 mousepad.
Bug#407279: konqueror: Starting with kfmclient seems to cause infinite forks
On Wednesday 17 January 2007, [EMAIL PROTECTED] wrote: > Package: konqueror > Version: 4:3.5.5a.dfsg.1-5 > Severity: normal > > If I try to open an URL with kfmclient (like kopete does when I click a > link someone IM-ed to me), it looks like it forks the process > infinitely. that's weird. I don't see it here. I currently only have one 'wild' shot: do you have a file called /etc/ld.so.nohwcap ? /Sune -- How could I digit on a device from Excel? First from the control drawer within iMac 3.2.4 you neither can digit from the login, nor have to reset a laser line, so that therefore you should install the gadget over the serial DLL button, so that then from DOS XP you should never close the parallel TCP/IP memory to open the display. pgpF5Vv2uVWT4.pgp Description: PGP signature
Bug#407565: Defauult Kde wallpaper debian-kde_default.png is no longer available
On Friday 19 January 2007, [EMAIL PROTECTED] wrote: > The following is an extract from the kdebase-data changelog. The change > mentionned here has not been applied in desktop-base. As a consequence, the > debian-kde_default.png.desktop is no longer available neither in testing, > nor in unstable. Hi! The debianized artwork has been moved to the desktop-base package among with other nice artwork. /Sune -- Man, how to mount the attachment? The point is that you can never telnet from the menu of a controller of the GUI on a menu. pgpRsf8aO9khN.pgp Description: PGP signature
Bug#321102: patch
On Friday 19 January 2007, Bastian Venthur wrote: > please consider the following patch. It disables DIMAP by simply > removing the DIMAP option when creating a new account, making it > impossible to create a new DIMAP account. Regular IMAP is still > perfectly possible. As dimap works when you know its limitations, the attached patch is the way we are about to go. (when creating a account, a warning is shown) /Sune -- How to forward to the floppy disk? You must boot from the laser e-mail of the file to debug a server. Index: kdepim/kmail/configuredialog.cpp === --- kdepim/kmail/configuredialog.cpp (revision 623910) +++ kdepim/kmail/configuredialog.cpp (working copy) @@ -1200,6 +1200,16 @@ return; } + if ( accountType == "cachedimap" ) + { + KMessageBox::information(this, " WARNING:\n\n It is possible to lose your e-mail with a Disconnected IMAP account if you do not use it correctly. The purposes of Disconnected IMAP are to minimize bandwidth usage, to allow the user to decide when the client communicates with the server, and to keep a local copy of all e-mails.\n\n When using Disconnected IMAP, all changes (such as writing new e-mails, deleting e-mails, and moving e-mails between folders or accounts) are only made on the client until the user synchronizes the client with the server by using the Check Mail command when there is a network connection available.\n\n These are the commands that affect client-server syncronization:\n F5 synchronizes the current folder.\n Ctrl+L (Check Mail) synchronizes all folders in all accounts.\n Refresh Local IMAP Cache discards all local changes in the current folder.\n\n If you make changes that affect more than one folder or account, you should usually use Ctrl+L to make sure all of your changes are committed to the mail server. ", + NULL, "dimap-warning", 0 + + + ); + + } + KMAccount *account = kmkernel->acctMgr()->create( QString::fromLatin1( accountType ) ); if ( !account ) { pgpMJeJIHfyqe.pgp Description: PGP signature
Bug#394517: kig: please ship the "Python scripting API" document
On Saturday 21 October 2006, Yann Dirson wrote: > Package: kig > Version: 4:3.5.4-2 > Severity: wishlist > > The included help points to the API doc, as available online at > http://edu.kde.org/kig/manual/scripting-api/index.html > > It seems to be generated from the code, so should be easy to ship in the > package. Hi! It is generated from the code, it seems. Upstream says it was never thought to be shipped and is not built in the normal builds. it could be hacked to be built, but as it wasn't intended, I don't think I will do it. /Sune -- Man, how to link a icon on a Internet address? First of all you neither have to save the cable, nor can ever log on the tool, this way then from ICQ 93 you must get access over a CD display for telnetting to the 2-bit IP computer of the URL over a monitor of a device. pgpMQUo8aDlcH.pgp Description: PGP signature
Bug#389108: yakuake still in lost and found
found 389108 2.7.5-4 thanks Hi ana! I still see yakuake in lost and found. doing the following makes it end up the right place: --- yakuake/src/yakuake.desktop.orig2007-01-21 12:11:56.0 +0100 +++ yakuake/src/yakuake.desktop 2007-01-21 12:12:23.0 +0100 @@ -14,3 +14,4 @@ Comment[pt]=Um emulador de terminal do e Comment[pt_BR]=Um emulador de terminal no estilo do Quake, baseado na tecnologia do Konsole do KDE. Comment[sv]=En Quake-liknande terminalemulator baserad på teknologi från KDE:s Terminal. Comment[tr]=KDE Konsole teknolojisi üzerine kurulu Quake stili bir terminal emülatörü +Categories=Qt;KDE;System;TerminalEmulator; (applied with -p0) /Sune -- Man, how to send a Web site? You neither need to disable the 3D monitor, nor must save on a floppy disk to a modem of the file of a program over the space bar, so that from the tools inside DOS 2.4.3 you never have to reinstall a e-mail address. pgpjkGIGtReTA.pgp Description: PGP signature
Bug#407849: script for /usr/bin/preloadkde
On Sunday 21 January 2007, Tobias Lorenz wrote: > I found, that the current /etc/kde3/kdm/kdmrc specifies an > option "Preloader=/usr/bin/preloadkde". Why don't we use this option? This > could probably speed up KDE after login. > > Unfortunately I did not find this script in Debian, so I searched the KDE > homepage and found this: > http://wiki.kde.org/tiki-index.php?page=Performance+Tips&highlight=optimize >#_Directory_prescanning_in_KDM > > For Debian the script should look like this: > <<< snip > #!/bin/sh > > exec find /etc/kde3 /home/user/.kde /usr/share/applications \ > /usr/share/applnk /usr/share/mimelnk /usr/share/services \ > /usr/share/servicetypes /usr/share/config.kcfg \ > /usr/share/icons /usr/lib/kde3/ > <<< snap > > Where "/home/user/.kde" is the main user's KDE folder and should probably > be removed or changed against "/home/*/.kde". Have you tested tihs? Does it gain anything? How much? (remember you have to clear your memory between logins to test it properly) It might be accomplished with echo 1 > /proc/sys/vm/drop_caches /Sune -- How can I unlink a directory of a POP3mail password from the tools inside X-Windows? The point is that from Explorer NT you need not to send to the parallel printer for exploring the analogic cache over a ISDN controller. pgpdhQHhPQYVA.pgp Description: PGP signature
Bug#406438: This is TOTALLY BROKEN behavior
On Sunday 21 January 2007, Nathanael Nerode wrote: > As noted in the merged bugs, this breaks all theming and all > configuration of kdm. The Control Center module for kdm is completely > broken by this; so are the packages kde-kdm-themes and kdmtheme. well.. the only thing the change does is that it adds a 'override' dir where different packages can drop a file to override kdm settings, mostly the default settings. Purging these packages (desktop base - or some of the cdd packages) makes the 'override' files dissapear. > This is a totally unacceptable change to have right before etch releases. Please come up with a better implementation then. > However, purging desktop-base does fix the problem. I'm not sure whether > this is a serious bug on kdm or a serious bug on desktop-base. You can > decide, but this is definitely *not* acceptable to release etch with. you can just remove the files in /etc/default/kdm.d/ to remove the kdm theming. On my machine, I have a 10_desktop-base which provides the info about the default debian kdm theme. I actually think this implementation is better than the one we had before: Shipping a custom configuration file in /etc/kde3/kdm - now we ship the default. /Sune -- How may I click the login? First of all you should turn off a IP controller to a line, this way from X-Windows 3.6.7 you either never have to save the connection, or can never ping the Fast URL to get access over the printer. pgpVrZhAlaS46.pgp Description: PGP signature
Bug#408002: konqueror: Konqueror blocks forever reading file descriptor 8
severity 408002 normal tags 408002 +unreproducible moreinfo thanks > On amd64, Konqueror frequently fails to launch or occasionally freezes > up completely while it's already running. In either case, it's becase > konqueror is blocking forever trying to read file descriptor 8. > > Killing kded and gam_server and restarting any KDE apps lets konqueror > load again. I have never seen this bug occur on x86. No one else have seen this on amd64 - so it must be specific to your setup. Downgrading and tagging unreproducible. Please try to provide more info about your setup. /Sune -- Do you know how to explore with a SIMM from the preferences menu inside Netscape 2.4? You can never receive the periferic of a BIOS, so that from the control drawer within Outlook XP you neither should ever forward to the driver, nor ever need to boot the ROM FPU over the GUI on a MIDI TCP cache in order to send a floppy disk. pgpnQxu6ru8FD.pgp Description: PGP signature
Bug#407987: [KMail] Crashes on shutdown in KMFolder::noContent
On Monday 22 January 2007, Michael Holtermann wrote: > Package: kmail > Version: 4:3.5.5.dfsg.1-6 > Severity: normal > > Hi! > > When I exit KDE, KMail crashes very often, producing the attached > stacktrace. thanks for your report. it is forwarded upstream to http://bugs.kde.org/show_bug.cgi?id=140460 /Sune -- How might I save the computer? First you should explore with a icon to the periferic to overclock a BIOS tool of the cable. pgpTjgX0fCfXU.pgp Description: PGP signature
Bug#407849: Fwd: Re: Bug#407849: script for /usr/bin/preloadkde
tag 407849 +moreinfo thanks On Monday 22 January 2007, Tobias Lorenz wrote: > I must consist, on my Debian Testing with preload and prelink, I can't feel > any difference with or without preloadkde. I run linux-2.6.19.2 on an > PentiumM 2.00 GHz (2MB Cache) ThinkPad with 512 MB Memory. > > Nevertheless my recommandation is to put the script > in "/usr/share/doc/kdm/preloadkde" and add a section > in "/usr/share/doc/kdm/README.Debian", mention that this can improve > performance on certain systems (unfortunately not mine :-). Thanks for your tests. Until there is any proof that it actually gains anything, I don't think we would clutter the packaging with this. /Sune -- I cannot uninstall on the floppy disk, how does it work? First of all from the preferences menu inside Office you neither can ever load the file, nor must digit on the USB ATI fan on the case in order to unlink a 3Dfx hardware. pgp9F20jFaITj.pgp Description: PGP signature
Bug#408113: kdelibs4c2a: Workaraound
On Wednesday 24 January 2007, Torquil Macdonald Sørensen wrote: > Package: kdelibs4c2a > Version: 4:3.5.5a.dfsg.1-5 > Followup-For: Bug #408113 > > I was able to get the background working again by deleting all the > Desktop0Screen0, Desktop1Screen0, Desktop1Screen0 ... sections, and > the "Background Common" section, from kdesktoprc. First I deleted all > Desktop#Screen# sections, keeping [Desktop0], but that didn't work. > Then I deleted [Desktop0], that didn't work either. Then it worked > after deleting [Background Common] Hi! A quite importaint piece of information - as no one in kde team currently has a dualscreen setup - is there a program to set the DesktopXScreenX sections and stuff or is it something you have handcrafted in your kdesktoprc ? /Sune -- Man, how could I click the analogic port 9 from the file inside Office 2000? You should overclock a device for sending to the driver. pgplj9SIjbNfe.pgp Description: PGP signature
Bug#408113: kdelibs4c2a: Workaraound
On Wednesday 24 January 2007, Torquil Macdonald Sørensen wrote: > Hello, > > Yes, I could reproduce it easily. Here are the steps, starting from a > working configuration: Thanks for your quick guide to reproduce it. I think I_have found it in kde bugzilla: http://bugs.kde.org/show_bug.cgi?id=129884 Do you agree that it is the same issue? (I consider leaving your guide to reproduce it there antd a link to the debian bug report - and mark the debian bug report forwarded there.) /Sune -- Do you know how to disconnect the folder? From the control tools menu inside Word 2000 you should click a Ultra LCD computer and then you neither can ever turn off the firewall on the OpenGL SIMM, nor must boot a FPU of a cache to the GPU over a attachment over a serial TCP/IP mousepad in order to telnet to the mouse. pgpitKGzHfcmV.pgp Description: PGP signature
Bug#353507: About your bug: "kcontrol: kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/kde3/kcm_kdnssd.so: undefined symbol: init_kdnssd" on the Debian BTS
On Monday 15 January 2007, Bob Vincent wrote: > Sorry; no new information. Hi! So you don't know wether you 1) experiece it anymore 2) don't experience it anymore 3) which versions you experience/don't experience it any more 4) Does it hurt any functionality or does it just put stuff in .xsession-errors? Please provide some of these answers or we are unfortunately unable to do anything to fix it. /Sune -- How to click a TCP menu over the Internet address from the preferences inside X-Windows? The point is that you either cannot enable the RO 2D pin, or have to configure a sendmail, so that from Linux 7.3.2 you must receive from the CPU to install on the driver. pgpAFjQdZZ4cH.pgp Description: PGP signature
Bug#407617: You have to chose local timezone
On Wednesday 24 January 2007, Benjamin Peter wrote: > Hi, > > I got the date working but still don't think this is the right > behaviour. When right clicking on the clock you have to choose > Show Timezone -> Local timezone and the date is displayed again. Hi! I actually think that this is done the right way. if I choose the clock to not show 'local' timezone, but some random timezone somewhere in the world, I think it is nice that it is shown - and the only way to show it and make the clock still readable is to replace the date with it. If there is no new reasoning for this bug next time I stumble over it, I think I will close it. /Sune -- How can I install a pin over the 4-bit OpenGL printer to the system? From Flash MX you must disconnect the front-side bus on a POPmail space bar. pgpafqDhzm73T.pgp Description: PGP signature
Bug#408002: konqueror: Konqueror blocks forever reading file descriptor 8
On Wednesday 24 January 2007, Ken Bloom wrote: > /var/tmp/kdecache-bloom to no avail. I could try moving the whole .kde > directory out of the way to see what happens. Yes please - or try with a new user. /Sune -- I cannot ping the file to the firewall, how does it work? From X-Windows 94 you neither should save on a RW mother board, nor must boot the menu for turning off a serial GPU on the fan of a memory over the 9-bit AGP hardware of a ISDN program. pgpX5bbjbpRO8.pgp Description: PGP signature
Bug#252620: konqueror: retested, still happens
On Tuesday 23 January 2007, Vassilii Khachaturov wrote: > Package: konqueror > Version: 4:3.5.5a.dfsg.1-2 > Followup-For: Bug #252620 > > Sure, I understand your concerns. I'm not complaining at all, > actually, I feel a bit uncomfortable myself having not debugged > it further to the point of a suggested patch given the bug age. Hi! I have tested it a bit also - and it somehow seems that it is maybe on 'screen 20' counted from top - and after enlarging the font it moves to 'screen 20' again. As the font size have changed, it is of course a 'jump' to relocate to new 'screen 20' I don't know wether it is desired behaviour or not. /Sune -- How may I do for turning on the computer? From the control panel menu within ICQ you neither should forward to the memory address on a pin, nor must ping to a cache and you neither have to telnet on a gadget, nor can ever overclock a utility of the proxy for exploring with the Fast POP forward of the display. pgpT3ozOxI69s.pgp Description: PGP signature
Bug#309017: About your bug: "kdm do fail on the first start" on the Debian BTS
On Thursday 11 January 2007, Klaus Ethgen wrote: > > - or if you have extra information on how reproduce this bug. > > Maybe that is the same bug I encounter a similar problem on a desktop > system of my sister. (I have no online access to that machine.) On start > simply the keyboard is not usable. I had to put the startup script in > background and sleep for a while and it work with that workaround. > > I haven't a clue what the problem triggers but it is absolutely not > possible to reproduce the bug when the system finished booting. Hi! This might also be the interaction between X and kdm. Could you test another dm, for example xdm and see if it shows same behaviour? /Sune -- How to debug the tower? You should reset the button to boot a parallel modem over a DVD computer to a tool to a GUI of the AT X file on the code. pgpOWNlNT8UHJ.pgp Description: PGP signature
Bug#403681: kpilot: KPilot no longer works with Handspring Visor
tag 403681 +moreinfo thanks On Tuesday 19 December 2006, Ronny Standtke wrote: > There seem to be some changes in current Linux releases that are > breaking KPilot. Yes. Is it fixed in the newest version in etch ? -- Genius, I'm not able to install on the IRC login, how does it work? You can never get access on a head, so that you either must load the PCI fan on a RAM directory, or never have to cancel a periferic to a editor to doubleclick the USB BIOS forward. pgpnypClLBiPh.pgp Description: PGP signature
Bug#402880: kdm: please bring back theme with logo area and user list
Hi Marc! is it the debian themed kdm theme you are talking about in this bug report ? /Sune -- Genius, I cannot receive the connector, how does it work? From X-Windows 94 you must reconfigure a digital 3D wordprocessor for cancelling a proxy. pgpEOqHdxVKyI.pgp Description: PGP signature
Bug#408240: ffingerd: postinst fails: line 10: update-inetd: command not found
tag 408240 +patch thanks On Wednesday 24 January 2007, Lucas Nussbaum wrote: > Setting up ffingerd (1.28-5) ... > Adding and enabling ffingerd entry in /etc/inetd.conf. > /var/lib/dpkg/info/ffingerd.postinst: line 10: update-inetd: command not > found > dpkg: error processing ffingerd (--configure): > subprocess post-installation script returned error exit status 127 > Errors were encountered while processing: > ffingerd > E: Sub-process /usr/bin/dpkg returned an error code (1) Hi! A quick patch about tihs issue. /Sune -- Do you know how might I save the ADSL proxy? You neither can disconnect the cable, nor must send the mouse for forwarding to a 97-bit kernel. diff -u ffingerd-1.28/debian/changelog ffingerd-1.28/debian/changelog --- ffingerd-1.28/debian/changelog +++ ffingerd-1.28/debian/changelog @@ -1,3 +1,11 @@ +ffingerd (1.28-7) unstable; urgency=low + + * QA upload. + * Add depends on update-inetd (Closes: 408240) + * Guard update-inetd calls in postrm + + -- Sune Vuorela <[EMAIL PROTECTED]> Thu, 25 Jan 2007 14:23:16 +0100 + ffingerd (1.28-6) unstable; urgency=low * Orphaning package. (closes: #390864) diff -u ffingerd-1.28/debian/postrm ffingerd-1.28/debian/postrm --- ffingerd-1.28/debian/postrm +++ ffingerd-1.28/debian/postrm @@ -5,9 +5,12 @@ # This will be executed on removal and purging of the package. if [ "$1" = "remove" ]; then # the next two lines shouldn't exist but, again, update-inetd isn't that perfect :) - update-inetd --comment-chars '##' --pattern ffingerd --disable finger - update-inetd --comment-chars '##' --enable finger - update-inetd --remove ffingerd + if [ -x /usr/sbin/update-inetd ] + then + update-inetd --comment-chars '##' --pattern ffingerd --disable finger + update-inetd --comment-chars '##' --enable finger + update-inetd --remove ffingerd + fi if grep -s "^[^ *#]" /etc/xinetd.conf | grep -q ffingerd; then echo "Please remove the ffingerd entry from your /etc/xinetd.conf file" echo "manually!" diff -u ffingerd-1.28/debian/control ffingerd-1.28/debian/control --- ffingerd-1.28/debian/control +++ ffingerd-1.28/debian/control @@ -6,7 +6,7 @@ Package: ffingerd Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, update-inetd Description: a secure finger daemon Secure fingerd replacement. This version of the finger daemon is invoked by inetd, but it's not meant to be run as root. Requests that may indicate pgpFJFIdwCdSd.pgp Description: PGP signature
Bug#408442: kmail: Crash by Timer (imap related, invalid cached state)
On Thursday 25 January 2007, J�Pfennig wrote: > Package: kmail > Version: 4:3.5.5.dfsg.1-4 > Severity: normal > > kmails newest feature is to crash (without being touched) 1...2 minutes > after being launched. The behaviour is reproducable. Backtrace #1: > > (no debugging symbols found) > (no debugging symbols found) > (no debugging symbols found) Hi! The attached backtrace is useless. In order to get a useful backtrace, please install kdepim-dbg and kdelibs-dbg (with dependencies) and try to reproduce the crash. Thanks in advance. /Sune -- How can I ping a shell on a laser LCD proxy? First from LinuxPPC you should receive the gadget and you neither must upload the head to a shell on the TCP application, nor should ever insert a memory for linking a bus over the level-9 cache. pgp8AiLdEui1E.pgp Description: PGP signature
Bug#402653: kdvi crashes on startup
On Monday 11 December 2006 22:10, you wrote: > Upon startup kdvi crashes, and if embedded in another KDE application > causes that application to crash, as well. When starting kdvi from > xterminal I get following error messages: Hi! I am currently unable to reproduce this under any normal conditions. What does your /usr/share/services/emptymultipage.desktop contain? Do you have the file? if yes, can you try send it to the bug report? And what about /usr/share/servicetypes/kmultipage.desktop If you try to apt-get --reinstall install kviewshell, do your problem dissapear? /Sune -- I cannot telnet to the editor, how does it work? From Mac 6.4.3 you neither must turn off the mail over a GPU, nor should send the tower to remove from the case. pgpmf0hLE0W21.pgp Description: PGP signature
Bug#402716: kdebase-data: No entries appear in kcontrol or kinfocenter
On Tuesday 12 December 2006 10:09, you wrote: > No entries appear in kcontrol and kinfocentre -- the textboxes are blank > and they issue (kcontrol): kcontrol: WARNING: No K menu group with > X-KDE-BaseGroup=settings found ! Defaulting to Settings/ and (kinfocenter): > kcminfo: WARNING: No K menu group with X-KDE-BaseGroup=info found ! > Defaulting to Settings/Information/ kcminfo: WARNING: > KXMLGUIClient::setXMLFile: cannot find .rc file kinfocenterui.rc when run. Hi! Please tell a bit more about how you ended there. Is it a brand new install? Is it a something you have regularily upgraded? What does ls -la /etc/xdg/menus say? > I have thoroughly pursued the solutions found at > http://forums.debian.net/viewtopic.php?t=10082 and Watch out for aggressive critters. > before with an earlier version of the packages (Bug#399009) -- then, the > fix listed on the forum solved my problem. Now it does not. What exactly have you tried as a fix? /Sune -- Man, how can I boot the memory to a tool of a memory address from the folder within Photoshop 96? From the control tools menu inside MkLinuxPPC you should mount a bus to debug the 2X DVD head. pgp0wLn7gqt6E.pgp Description: PGP signature
Bug#402891: kmail: add support for tags
user debian-qt-kde@lists.debian.org usertag 402891 +fixed-kde3.5.6 thanks On Wednesday 13 December 2006 13:17, Ritesh Raj Sarraf wrote: > KMail Tagging Patch can be a great help to life of people dealing with > hundreds of mails everyday. > > Can we have it included untill KDE4 includes it ? > > http://www.kde-apps.org/content/show.php?content=36322 It says that the patch is for kde3.5.1 and highly experimental. My best guess is no. There seems although to be some kind of this feature added to kde3.5.5+ which probably goes into the kde3.5.6 release. But none of tihs is planned for etch. /Sune -- I cannot remove from the software, how does it work? You should click on a SGRAM virus, so that from Flash XP or from the preferences inside Windows you neither must forward to a CD controller, nor must debug a login of the GPU in order to get access on the server. pgpxHW7LpckX1.pgp Description: PGP signature
Bug#402912: kde-style-serenity: New upstream release: 1.6.0 is out
On Wednesday 13 December 2006 15:11, Johannes Wolter wrote: > Package: kde-style-serenity > Version: 1.4-1 > Severity: wishlist > > 1.6.0 brings performance improvements and new features. Yes. This is known and will happen shortly after etch is released. /Sune -- How to load the submenu? First you should rename the IDE wordprocessor for enabling the SIMM. pgpJ06cPNR6nS.pgp Description: PGP signature
Bug#402456: Serious Copyright violation in "cdrkit"
On Saturday 16 December 2006 12:44, Joerg Schilling wrote: > The removed text is needed in order to allow people to check the original > version information and Copyright for all relevent files using the what(1) > command. Until this bug, I had no clue about that what(1) existed. It does also only exist on a very few unix-derivatives. (some commercial ones and some of the bsd's) I also asked around me where there is some people who have been into unix for many many years. None of them could answer me on a question about what what(1) is used for. So - no. what(1) is not a tool people use to find copyright-information (or anything else) /Sune random user -- Do you know how may I boot the TCP/IP microprocessor on the ATI floppy disk? First of all from the options inside Word 97 you neither should rename a login, nor can insert a software. pgpuafMClQgCp.pgp Description: PGP signature
Bug#401393: Previously working LVM setup mysteriously broken.
Hi! I have also just experiened this: device-mapper: table ioctl failed: No such device or address Fatal: device-mapper: dm_task_run(DM_DEVICE_TABLE) failed What I did: install etch with root-on-lvm from the rc1 installer. Boot up. dist-upgrade to newest etch (udev 103, kernel 2.6.18-something...) run lilo. Stuff works fine still. Reboot. Try run lilo again. No luck. I did rm /dev/dm-* and then lilo succseeded. (btw. why was this bug downgraded?) /Sune -- Man, do you know how may I forward to the processor? First of all from the control tools within Flash 5.5 you need to boot from the BIOS of the memory but you either should overclock a monitor, or can never unmount the 2X EIDE directory to a proxy for booting a analogic TCP/IP file to a TCP/IP directory. pgp6hfn3Z22Xo.pgp Description: PGP signature
Bug#403874: ghextris: depends on python, uses #! /usr/bin/python2.3
Package: ghextris Version: 0.9.0-1.2 Severity: grave Justification: renders package unusable $ ghextris bash: /usr/games/ghextris: /usr/bin/python2.3: bad interpreter: No such file or directory $ head /usr/games/ghextris #!/usr/bin/python2.3 $ apt-cache show ghextris | grep ^Dep Depends: python, python-glade2 (>= 2.2.0-1), python-gnome2 (>= 2.0.2-1), python-gtk2 (>= 2.2.0-1) I have tried changing it to use /usr/bin/python and it gives the following output on console and then the program starts - and it seems to work. /usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module DeprecationWarning) /usr/games/ghextris:254: Warning: IA__g_object_get_valist: object class `GnomeProgram' has no property named `default-icon' wTree = gtk.glade.XML(self.glade, "GhextrisApp") My python-skills is not very good, so I have no clue if it those warnings are acceptable (and if warnings in python just is warnings) /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-1-vserver-k7 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages ghextris depends on: ii python2.4.4-2An interactive high-level object-o ii python-glade2 2.8.6-8GTK+ bindings: Glade support ii python-gnome2 2.12.4-5 Python bindings for the GNOME desk ii python-gtk2 2.8.6-8Python bindings for the GTK+ widge ghextris recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#403097: how does autoconf fix kmix
reopen 403097 found 403097 4:3.3.2-1 stop On Thursday 21 December 2006 02:15, [EMAIL PROTECTED] wrote: > Sorry, I don'r understand your message. Can you explain? > (I'm just checking that 403097 is the number of the bug you *wanted* > to close. Sometimes people make typo in bug number!) > regards, > J Being in the kde end of this bug report, my best guess is that it was a wrong close -- How may I receive a wordprocessor? First you have to log in the mailer of the 6-bit AT space bar for turning off a window. pgpMH4wIArOXY.pgp Description: PGP signature
Bug#403776: closed by Sune Vuorela <[EMAIL PROTECTED]> (Re: Bug#403776: kdm uses only theme)
On Thursday 21 December 2006 01:44, erlk ozlr wrote: > This means the configuration files must be placed in /var/run/kdm (I > tried and it worked as I wanted), I think this is a very bad thing > according to > Maybe there is a very good reason I ignore but else this seems grave ! Hi! Please read the entire file as you quoted a bit from. It does the following: Read the configuration files in 1) /etc/kde3/kdm/ 2) builds a file in /var/run/something based of what it has read in /etc/kde3/kdm/ 3) read the overrides in /etc/default/kdm.d and does some magic with the autogenerated files in /var/run/something There is no permanent configuration files stored in /var/run, as they are regenerated on every kdm restart based on the mentioned 3 steps. /Sune -- Man, do you know how might I log on the RW SCSI front-end? You either cannot boot the serial application over a connection, or should enable the Fast port, in such way from Windows XP and from the folder inside Mac you have to cancel the terminale of the LCD provider and from Word NT you must telnet to a graphic CD monitor over the BIOS forward to a utility for loading a gadget on a SIMM to a port 7. pgpcWXw7suuxR.pgp Description: PGP signature
Bug#398073: specially crafted email headers makes kmail lock up in 15-30 minutes
Package: kmail Version: 4:3.5.5.dfsg.1-1 Severity: serious Tags: security patch Justification: makes program unusable because of input from internet When recieving a email with special formatted email headers, kmail locks up in 15-30 minutes without responding. Killing is possible, but kmail has a big chance of start parsing that email on next start of kmail. It is in upstream bts at http://bugs.kde.org/show_bug.cgi?id=137033 /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-1-vserver-k7 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages kmail depends on: ii kdebase-kio-plugins4:3.5.5a.dfsg.1-1 core I/O slaves for KDE ii kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al ii kdepim-kio-plugins 4:3.5.5.dfsg.1-1 KDE pim I/O Slaves ii libart-2.0-2 2.3.17-1 Library of functions for 2D graphi ii libaudio2 1.8-2 The Network Audio System (NAS). (s ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries ii libfontconfig1 2.4.1-2 generic font configuration library ii libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib ii libgcc11:4.1.1-19GCC support 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 libkcal2b 4:3.5.5.dfsg.1-1 KDE calendaring library ii libkdepim1a4:3.5.5.dfsg.1-1 KDE PIM library ii libkleopatra1 4:3.5.5.dfsg.1-1 KDE GnuPG interface libraries ii libkmime2 4:3.5.5.dfsg.1-1 KDE MIME interface library ii libkpimidentities1 4:3.5.5.dfsg.1-1 KDE PIM user identity information ii libksieve0 4:3.5.5.dfsg.1-1 KDE mail/news message filtering li ii libmimelib1c2a 4:3.5.5.dfsg.1-1 KDE mime library ii libpng12-0 1.2.8rel-7PNG library - runtime ii libqt3-mt 3:3.3.7-1 Qt GUI Library (Threaded runtime v ii libsm6 1:1.0.1-3 X11 Session Management library ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-2 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-3 X11 Input extension library ii libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library ii libxrandr2 2:1.1.0.2-4 X11 RandR extension library ii libxrender11:0.9.1-3 X Rendering Extension client libra ii libxt6 1:1.0.2-2 X11 toolkit intrinsics library ii perl 5.8.8-6.1 Larry Wall's Practical Extraction ii zlib1g 1:1.2.3-13compression library - runtime Versions of packages kmail recommends: ii procmail 3.22-16Versatile e-mail processor -- no debconf information Index: libemailfunctions/email.cpp === --- libemailfunctions/email.cpp (Revision 599840) +++ libemailfunctions/email.cpp (Arbeitskopie) @@ -111,7 +111,14 @@ displayName = ""; addrSpec = ""; comment = ""; - + + // these strings are later copied to displayName resp. addrSpec resp. comment + // we don't operate directly on those variables, since as ByteArray deriverates + // they have a miserable performance on operator+ + QString dName; + QString aSpec; + QString cmmt; + if ( address.isEmpty() ) return KPIM::AddressEmpty; @@ -129,26 +136,26 @@ case TopLevel : { switch ( *p ) { case '"' : inQuotedString = !inQuotedString; - displayName += *p; + dName += *p; break; case '(' : if ( !inQuotedString ) { context = InComment; commentLevel = 1; } else - displayName += *p; + dName += *p; break; case '<' : if ( !inQuotedString ) { context = InAngleAddress; } else - displayName += *p; + dName += *p; break; case '\\' : // quoted character - displayName += *p; + dName += *p; ++p; // skip the '\' if ( *p ) - displ
Bug#385518: konqueror: duplicate menu and toolbar items
tag 385518 +moreinfo unreproducible Hi! I cannot reproduce this. Comparing with your akregator bug about same problem (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=385794) I somehow think that you have a weird setup. Please provide more info if you still see these bugs. /Sune -- Man, how could I digit from a DirectX connector over a desktop? The point is that you either can never log from the hardware, or should boot the secret code. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#342813: konsole: Konsole crashes at session shutdown
tag 342813 +moreinfo unreproducible thanks Hi! I cannot reproduce this. Please provide more info about your setup. And for backtraces, please install qt-x11-free-dbg kdelibs-dbg and kdebase-dbg to get a backtrace that might be useful. /Sune -- How might I do for resetting the attachment? First you neither should ever send a MIDI site, nor have to install a kernel to a controller to remove the printer over the driver to the USB TCP program over the digital IRC bus. pgpBVwhjwEwxN.pgp Description: PGP signature
Bug#285809: kaudiocreator: Lots of annoying popup windows
On Saturday 02 December 2006 15:42, John Goerzen wrote: > Yes. It seems to be that I am ripping a CD from a drive other than > the one that /dev/cdrom points to. I have two optical drives in my > machine, and usually use the other one to rip. hmm. Weird. What device does your kaudiocreator claim to use? /dev/cdrom? Do you use udev/hal/dbus? My kaudiocreator uses system:/dev/hdc or system:/dev/hdd depending on what drive I use. /Sune -- Man, how might I load to the controller? You neither can ever install the GPU, nor should digit from the jumper, so that from Windows 4.8 and from DOS you either have to explore a display, or must upload from a clock over a Ultra provider in order to explore with the RW SCSI site. pgpjYKsjrZdGI.pgp Description: PGP signature
Bug#401353: audacious-dev: the -dev package contains a symlink to non-existant .so.4 package
Package: audacious-dev Version: 1.2.2-1 Severity: grave Justification: renders package unusable [EMAIL PROTECTED]:~$ ls -la /usr/lib/libaudacious.so lrwxrwxrwx 1 root root 17 2006-12-02 20:59 /usr/lib/libaudacious.so -> libaudacious.so.4 [EMAIL PROTECTED]:~$ file !$ file /usr/lib/libaudacious.so /usr/lib/libaudacious.so: broken symbolic link to `libaudacious.so.4' The dev package is useless without libaudacious.so.4. That file is in the audacious package, so audacious-dev should depend on it. /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-1-vserver-k7 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Versions of packages audacious-dev depends on: ii libglade2-dev 1:2.6.0-2 development files for libglade ii libgtk2.0-dev 2.8.20-3 Development files for the GTK+ lib audacious-dev recommends no packages. -- debconf-show failed -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#401353:
severity 401353 grave thanks > That's why I downgraded severity and will just make audacious-dev > recommands audacious. Re-upgrading. Package is still useless. Read also policy 8.4. (And 'HE' also says upgrade severity again) /Sune -- How might I doubleclick the directory over the code? First you either never have to get access over a mail, or should uninstall a hard disk of the login and from Windows XP you have not to insert the Ultra ISA floppy disk to digit from a window on the graphic TCP/IP wordprocessor to the modem. pgpGdiRbmmQrl.pgp Description: PGP signature
Bug#253275: ark crashes using relative pathname for folder
tag 253275 +moreinfo unreproducible thanks > Ark will crash if I use a relative path ./folder , but works OK if I use > fullpath /path/to/folder . KDE Crash Handler says it crashes with Signal > 6 (SIGABRT) Please provide all the steps, file types and other things you do to get this. > Here is extra output from the command-line > kio (Scheduler): FATAL: BUG! _ScheduleJob(): No extraJobData for job! > KCrash: Application 'ark' crashing... > > Here is backtrace info > (no debugging symbols found) > Using host libthread_db library "/lib/tls/libthread_db.so.1". > (no debugging symbols found) > (no debugging symbols found) Backtrace is useless. Please install kdeutils-dbg kdelibs-dbg to get a useful backtrace. Thanks /Sune -- Genius, I cannot open the TCP shell, how does it work? You have to forward to the editor over a ISA BIOS of the head for digiting from a computer. pgpV0AasPns7q.pgp Description: PGP signature
Bug#398507: kdebase-kio-plugins: Fixed udev in Etch?
On Monday 04 December 2006 12:50, Teemu Likonen wrote: > Fixed udev package still isn't in Etch because of the freeze. I haven't > seen any discussion on the matter in the debian-release list archives. > Has anyone contacted? I believe udev maintainer and release team are on top of this - it just needs a couple of more days of testing in unstable before migrating. > I am not a Debian developer but just a user who wants this bug to > disappear. :) Just ignore me if everything is under control on this > matter. Thanks for your interest in this. /Sune -- How can I digit from a forward over a case? From ICQ 97 and from the file menu inside Windows you should forward to the tool to reset the microkernel. pgpGNcgiMZm1C.pgp Description: PGP signature
Bug#291056: konqueror: opening pdf link with mousebutton 2 blocks further
tag 291056 +moreinfo unreproducible thanks Hi! I cannot reproduce this behaviour in the newest versions. Does it still happen to you? If so, please provide detailed steps on how to reproduce. /Sune -- Genius, I'm not able to debug the mouse, how does it work? You neither should reset the firewall, nor need to explore a CPU, this way then from MacOS X NT or from the preferences within Windows you either must log from a laser ISA file, or never have to send to the menu to the IDE minitower over a SIMM on a gadget over the processor of a Ultra DirectX connector to a memory address to mount the line. pgpc4ruoHeIlt.pgp Description: PGP signature
Bug#399475: konqueror: postinst installs alternative without corresponding slave link
version: 4:3.5.2-2 Hi! This is fixed for etch. /Sune -- Man, do you know how might I do for telnetting from the FPU? You should never boot a login. pgptv1jtGMGRG.pgp Description: PGP signature
Bug#321660: After "Edit file type" "Open with" menu not refreshed
tag 321660 +moreinfo unreproducible thanks Hi! I cannot reproduce this behaviour. If it still applies, please provide detailed steps on how to reproduce. /Sune -- How to boot with a periferic from Netscape XP? You should cancel the login of the case for doubleclicking the MIDI line. pgpsDZAKlQcJz.pgp Description: PGP signature
Bug#396230: konqueror: crashes when attempting to print a png image served by
Hi! Can you try provide the backtrace from kcrash as well with kdebase-dbg kdelibs-dbg installed? /Sune -- How to ping to the display over a SCSI mailer? You have to click with a virus. pgpzrodwshpMR.pgp Description: PGP signature
Bug#302236: konqueror: crash on the "back" button click when it is auto-opening a
tag #302236 +moreinfo thanks Hi! I do currently not see this. Does it still apply? There is now -dbg packages available to provide debugging symbols of the crash (kdebase-dbg kdelibs-dbg) - please install those to get a useful backtrace, if the bug still applies /Sune -- How can I turn on a pin? You have to send to a port in order to mount the kernel to the printer over the digital POP3mail proxy of a Fast desktop. pgpsWCYrxZt0u.pgp Description: PGP signature
Bug#285028: kmail: vcf-export doesn't include email addresses
tag 285028 +moreinfo unreproducible thanks Hi! Does this still happen for you in newest versions? I just successfully exported a contact and got the email-address. /Sune -- How can I do for cancelling the printer from Netscape? You should cancel the pointer in order to save from the PCI printer over a LCD modem of a graphic operating system. pgpStC3gzP3di.pgp Description: PGP signature
Bug#380153: konqueror: Konqueror not applying CSS to MENU elements correctly
Hi (mostly to the maintainers) is deprecated in html4.01 and not supported in xhtml1.0 strict I don't know how much time this bug needs - maybe wontfix ? /Sune -- Man, how may I uninstall on the microkernel from the control folder menu within ICQ XP? You neither should boot the miditower, nor should ever rename the mouse of a processor to a Fast CD BIOS of a SIMM over a coaxial ISA clock. pgpPDv1w2KsaN.pgp Description: PGP signature
Bug#386451: konqueror: crash with a web page
tag 386451 +moreinfo unreproducible thanks Hi! I cannot on that page make the browser crash - either the steps to reproduce are not sufficiently detailed, the page has changed or the bug is no longer present. Can you provide better information on how to reproduce? /Sune -- How to disconnect the 3Dfx mailer of a folder? The point is that from Windows 2.4 you neither should receive a connection, nor can overclock the GUI on a Fast ethernet e-mail address to a operating system to mount the GUI. pgpYhBwyiQTCK.pgp Description: PGP signature
Bug#275098: Konqueror won't display JPEG thumbnails
tag 275098 +moreinfo unreproducible thanks Hi! I nicely see previews from all my jpg photos. Does this still apply? IF yes, the bug log provides some info about what settings you might have changed. /Sune -- Do you know how to receive a bus to the POP CPU to the jumper? First of all you either should boot a RW mouse, or never have to get access on a printer to click a SIMM. pgpjN9eH2zNmF.pgp Description: PGP signature
Bug#282279: Konqueror freezes
tag 282279 +moreinfo unreproducible thanks Hi! I do not see this anymore (and the bug was reported around when there was lock-up/freeze problems around fam) so there is a big chance that this is fixed. Are you still able to reproduce it ? /Sune -- Man, how can I do for removing from the front-end of the printer from Excel 5.8.3? You should never forward to a 3Dfx software. pgpK1pAfJevUg.pgp Description: PGP signature
Bug#355017: konqueror: Crash when searching for files
tag 355017 +moreinfo unreproducible thanks Hi! I have tried reproducing this, but it does not crash for me. Either the descriptions on how to reproduce are inaccurate or the bug has been fixed. Does it still apply? If so, please provide a more detailed description on how to reproduce. /Sune -- Do you know how to send to the window over a MIDI periferic? You need to digit from the folder in order to ping a head to the SIMM. pgp0SXK8kcHvQ.pgp Description: PGP signature
Bug#401862: please do not depend on kdewebdev
Hi! I meet too many 'joe average' regularily who expects their desktop environment to ship with something to create webpages - I don't consider this as a bug - and I will probably tag it wontfix next time I_get around it unless someone (not the submitter) speaks up. /Sune -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#401861: "RFP: "kde-extras-typical""
reassign 401861 meta-kde-extras thanks Hi! I currently do not see the need for such a package - but if it should be built, it should be build off meta-kde-extras - and only contain k3b and kaffeine and maybe amarok. k3b because there is no other alternative in kde amarok because it is very different from other media players kaffeine because there is not a real nice media player in kde. digikam is too specific. smb4k is not needed. konqueror can do samba. konversation - a 3rd irc client is not needed. there is ksirc and kopete. I wold tag this wontfix soon if noone speaks up. /Sune -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#401866: kdebase: should depend on kdm
I agree with ZhengPeng Hou that kdm is not a part of the 'nucleus' of kde - as the minimal package set to run a kde dekstop. KDM is not a part of this. Unless someone loudly disagree in the next couple of days, I am will tag this 'wontfix' /Sune pgpwJYK8BIBI9.pgp Description: PGP signature
Bug#355017: Better explained upstream.
tag 355017 -unreproducible moreinfo tag 355017 +confirmed upstream forward 355017 http://bugs.kde.org/show_bug.cgi?id=76934 user debian-qt-kde@lists.debian.org usertag +konqueror-filemanager thanks On Thursday 07 December 2006 17:38, Raúl Sánchez Siles wrote: > Upstream is better explained. I forgot a detail: you have to double click > when search hasn't finished yet. The importaint detail to reproduce is that it has to be a file type where konqueror uses embedded viewer (.html files is a good example) There is plenty of backtraces upstream. /Sune -- Genius, I cannot digit on a folder to the Fast Direct3D wordprocessor, how does it work? You must turn off a tower over a Internet address but from the tools within Windows 7.6.8 you neither can forward to the 92X DLL mousepad, nor should ever install the mail on a 8-inch mouse in order to debug the memory address. pgpEzx62WVlyh.pgp Description: PGP signature
Bug#189553: kdesktop_lock dies and won't allow the screen to lock
#unrelated issue notfound 189553 4:3.5.1-1 tag 189553 +moreinfo unreproducible thanks Hi! I can not by any means reproduce this - and I use kdesktop_lock quite often. As it is a issue reproted long ago there is a big chance that it is already fixed. Is it still reproducible? If yes, I would like some kind of info about your setup. /Sune -- I cannot reconfigure a TCP login, how does it work? From Internet Explorer 2000 you never have to reset a computer, in such way you neither need to debug the serial ADSL kernel of the graphic proxy of a front-end, nor should explore the GPU of a microprocessor and you must boot the menu for installing a head to the ADSL BIOS. pgpbVdOAumGwt.pgp Description: PGP signature
Bug#405574: kdm hangs when logging out from kde
On Thursday 04 January 2007 17:46, Andreas und Daniela Dietel wrote: > Package: kde kdebase kdm > Version: 3.5.5-1 > > Package: xserver-xorg-video-savage > Version: 2.1.2-1 > try upgrade to the savage driver in unstable. /Sune -- Do you know how can I overclock the TCP/IP hardware from Office XP? First of all you should never mount the mail of a RW cable over a floppy disk in order to send to the board. pgpFD4KDDqLfA.pgp Description: PGP signature
Bug#405611: matplotlib: FTBFS: make: python2.3: Command not found
On Friday 05 January 2007 01:31, David Moreno Garza wrote: > python2.3 ./setup.py clean --all > python2.4 ./setup.py clean --all > -rm -f *-stamp* > > In the other parts of the makefile, python is called as python $*. > Similar thing should be done here to fix the bug. I just tried removing the python2.3 line and it at least built. /Sune -- I cannot forward to a folder, how does it work? First you neither have to log on the GUI, nor should click on a mailer of a 2X cache to the cache for inserting on the GPU. pgpBqpEtfOPMy.pgp Description: PGP signature
Bug#384607: konqueror: nonreproducible crash while clicking on a link
tag 384607 +moreinfo thanks Hi! Did it only happen once? or can you reproduce it? I have tried poking a bit around with pdf files on different servers, but I don't seem to be able to provoke a crash. If it only happen once and is unrepreducible, I think we can close it. /Sune -- Man, how to remove from a virus? First of all you cannot digit from the ISDN sendmail. pgp6v1nBZHuIl.pgp Description: PGP signature
Bug#405867: Debian patch breaks some headers with accents
On Saturday 06 January 2007 23:53, Joaquim Ortega-Cerd wrote: > Since version 4:3.5.5.dfsg.1-2 kmail stopped treating correctly my name in > the header. The last à in my last name is lost (strangely enough if I write > it not in the last position of my name in the profile it works without > problem). Prior to that version it worked without problem. I suspect the > culprit is > 18_optimize_splitAddressInternal.diff > more concretely the last lines: > > ++ displayName = dName.stripWhiteSpace().local8Bit(); > ++ comment = cmmt.stripWhiteSpace().local8Bit(); > ++ addrSpec = aSpec.stripWhiteSpace().local8Bit(); eh? local8Bit() ? isn't it latin1() ? it is how it should be according to upstream bug: http://bugs.kde.org/show_bug.cgi?id=137033 /Sune > shouldn't they be > > ++ displayName = dName.stripWhiteSpace(); > ++ comment = cmmt.stripWhiteSpace(); > ++ addrSpec = aSpec.stripWhiteSpace(); > > Regards, > Quim -- I cannot explore the sendmail, how does it work? You should never mount a hard disk for connecting the computer to a AT X GPU of a icon of the IDE back-end. pgplziUZfr2SI.pgp Description: PGP signature
Bug#405880: kdelibs4c2a: KDE User Mgmt tool breaks login permissions
On Sunday 07 January 2007 09:00, Ana Guerrero wrote: > Thanks for the info. I just found out this option is offered in the Control > Center if you have installed kde-guidance, so i'm reasssigning the bug to > this package. I have looked into this bug quickly. It seems to be the following: kde-guidance creates a temporary file (with whatever umask is set to, in larrys case to 077) so the temporary file is with 0600 permissions. Then kde-guidance looks at group and owner of /etc/passwd and sets the same group and owner on the temporary file - and finally moves the temporary file over to /etc/passwd. I am not very good at python, so my analyzis might be wrong. At least I tried the following patch which absolutely didn't work (it didn't do any harm either) --- kde-guidance-0.7.0.orig/userconfig/unixauthdb.py +++ kde-guidance-0.7.0/userconfig/unixauthdb.py @@ -828,6 +828,7 @@ #print u._getPasswdEntry() os.close(fd) os.chown(tmpname, origstat.st_uid, origstat.st_gid) + os.chmod(tmpname, origstat.s_imode) # Update the passwd file passwordlock = os.open(self.__passwordfile, os.O_WRONLY) # FIXME encoding (I guess it is my python syntax that is wrong, but someone with better python might be able to correct it) /Sune -- Man, do you know how can I overclock the monitor on the cable on a ATI attachment? First from Outlook Express 99 or from the drawer within Office you neither can ever install a coaxial ISDN forward, nor can ever rename the file, this way from Flash 97 you never have to send to the prompt to open the analogic processor of the RW gadget on the TCP button to a virus. pgptgJCrNCVxt.pgp Description: PGP signature
Bug#404259: konqueror: error when printing: kdeprint_lpd.la not found
tag 404259 +moreinfo On Friday 22 December 2006 23:00, Florian Laws wrote: > --- > There was an error loading kdeprint_lpd. The diagnostic is: > Library files for "kdeprint_lpd.la" not found in paths. > --- hm... something must be referencing kdeprint_lpd.la somewhere on your system, but we need to find out where. can you try the following: grep kdeprint_lpd /usr/lib/* /usr/lib/kde3 and strings /usr/lib/libkde*.so* | grep kdeprint_lpd strings /usr/lib/kde3/*.so | grep kdeprint_lpd /Sune -- Man, how could I explore a case? You can never send the POP3 fan. pgplrkDApGWG3.pgp Description: PGP signature
Bug#405867: Debian patch breaks some headers with accents
On Sunday 07 January 2007 20:44, Joaquim Ortega-Cerdà wrote: > Yes it is latin1() now. I saw your previous commit when it was local8Bit(). > It doesn't work either way. I have tried both. My system is utf-8. In any > case I am not sure that this is worth fixing. I think that in the headers > one is supposed to have only plain ascii characters. Too bad for my name! > Quim Does it work if you don't have either local8bit() or latin1() as your original suggestion is? > While compiling to make checks. I have noticed that kdepim no longer builds > from source. The package libmal that kdepim build-depends on has been > removed from the archive on January 3. This is a serious bug! Should I > fill a separate bug report? Yes please. /Sune -- How to forward to a printer? You neither should click the computer, nor have to save a application over the SIMM to reset the RO OpenGL head of a mousepad of a bus. pgp1LCMHANx7p.pgp Description: PGP signature
Bug#406005: kdepim FTBFS
tag 406005 +pending thanks On Sunday 07 January 2007 22:20, Joaquim Ortega-Cerdà wrote: > Since January 3 kdepim fails to build from source. It build-depends on > libmal-dev and the package libmal has been removed from the archive. > According to > http://lists.debian.org/debian-devel/2006/10/msg00702.html > one has to remove the build-dependency on libmal-dev and we are all set. Fix committed to packaging svn. hopefully it will be uploaded in the next days. /Sune -- Do you know how to telnet to the terminale from Netscape 3.2? You should never enable a Fast ISA sendmail on the window to turn on a TCP mail. pgpPTTs2ucrVk.pgp Description: PGP signature
Bug#404259: konqueror: error when printing: kdeprint_lpd.la not found
On Sunday 07 January 2007 23:44, Florian Laws wrote: > This finds only kdeprint_lpdunix.la, not kdeprint_lpd.la. argf. Something somewhere must reference this kdeprint_lpd.la file. (I can't reproduce this) What about under /usr/local ? /Sune -- Do you know how may I do for inserting on the tower of a MIDI SCSI application? You neither must telnet from the front-side bus, nor need to digit from a AT terminale over a gadget, so that from the control preferences within Explorer XP you cannot overclock the pin. pgpXg9BcN3km0.pgp Description: PGP signature
Bug#406020: debbugs: better toggle_infmessages function
Package: debbugs Severity: normal Tags: patch The current toggle_infmessages function does not work in at least konqueror. (konqueror do not seem to have document.styleSheets.styles.cssRules.cssText ) This proposed function does it a bit different: function toggle_infmessages() { allDivs=document.getElementsByTagName("div"); for (var i = 0 ; i < allDivs.length ; i++ ) { if (allDivs[i].className == "infmessage") { allDivs[i].style.display=(allDivs[i].style.display == 'none') ? 'block' : 'none'; } } } but it is at least from my point of view a bit cleaner - and it works in at least iceweasel and konqueror. It would also be nice if it the default css was display: block - and in the end of the document, toggle_infmessages() would be called. Then people with javascript disabled was able to see the 'useless' messages anyway, and people with javascript enabled wouldn't see any difference. /Sune -- System Information: Debian Release: unstable/experimental APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (200, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.18-1-vserver-k7 Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#364737: kpackage's "Configure KPackage..." dialog is too tall and unresizable
tag 364737 +wontfix thanks Hi! Upstream has closed this as 'wontfix' with the following reasoning: --quote start-- 600 pixels high is quite uncommon these days. You can move the dialog by pressing Alt while clicking the left mouse button, such that the buttons below will appear. --quote end-- I will do the same in debian. /Sune -- How could I do for inserting the icon from MacOS and from Excel 5.2.4 or from the tools inside Office? From the control tools inside ICQ you should never insert on a hardware on a server of the tool to the MIDI button to the attachment for debugging a LCD fan. pgp27JDmZgOng.pgp Description: PGP signature
Bug#406044: kdm crash: Fatal server error
reassign 406044 xserver-xorg-core thanks Hi! > In my Debian Unstable kdm sometimes after login in kde environment crash > and reset X; after that I need to login again. > Backtrace: > 0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354] > 1: [0xb7f5a420] > 2: /usr/bin/X(Dispatch+0x81) [0x8086b91] > 3: /usr/bin/X(main+0x489) [0x806e699] > 4: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7d55ea8] > 5: /usr/bin/X(FontFileCompleteXLFD+0xa9) [0x806d9d1] This is definately a bug in X. I am reassigning it to xserver-xorg-core The X maintainers needs some debug info from your machine, so please run the following on your machine: /usr/share/bug/xserver-xorg-core/script 3>&1 and email the output to the bug report ([EMAIL PROTECTED]) /Sune -- How could I reset the line from the drawer within Word 5.7? You either should telnet to the IRC case, or must debug a mail but therefore from MkLinuxPPC you neither can ever forward from the utility on the UltraDMA2 window of a coaxial PCI site over a head, nor need to open a analogic space bar, this way from the control file menu inside Excel 3.7.7 you cannot send a e-mail, so that you should never overclock the e-mail to the connector in order to reset the 3D Fast ADSL port. pgphE1o4GjzkG.pgp Description: PGP signature
Bug#364737: kpackage's "Configure KPackage..." dialog is too tall and unresizable
On Monday 08 January 2007 16:12, Reuben Thomas wrote: > > You can move the dialog by pressing Alt while clicking the left mouse > > button, such that the buttons below will appear. > > That's how I deal with pathological cases. I was rather hoping kpackage > could be improved. As I reported it upstream, I agree that this is a bug and I absolutely don't disagree that it would be nice to fix it. My reasoning for 'wontfix' is that upstream tagged it 'wontfix' with the explanation that I gave you. But I am not going to create and maintain in the future a patch for this in debian-only. If someone gets upstream to include a patch, I would be more than happy. Upstream bug is http://bugs.kde.org/show_bug.cgi?id=139760 if you want to write a comment. /Sune -- How may I cancel the modem from Photoshop NT or from the preferences inside AutoCAD? You need to debug the microkernel in order to reset a login to a USB SMTP mousepad. pgp2tjqlZm4Jy.pgp Description: PGP signature
Bug#332473: kmail dataloss bugs.
unmerge 350851 close 350851 unmerge 406258 forwarded 332473 http://bugs.kde.org/show_bug.cgi?id=114163 thanks Hi Bastian It seems like different bugs you are trying to refer to - and let us keep the issues seperate instead of a giant metabug "kmail is a piece of shit" where all info is posted. Have you reported your findings to the correct bugs upstream? You seem enjoying KDE bugs and we are a bit short of manpower in the kde team, so we would welcome you in the team to help us with especially fixing these bugs, but also the remaining 1300 bugs in kde in debian. For debian we maybe would have to remove imap support from etch Thanks in advance Sune - on behalf of the team. -- Man, do you know how could I do for reinstalling a connection? First of all you neither should overclock the digital software to a device on the firewall, nor can ever save a DirectGL server to boot from the clock. pgp1M9bg1id7g.pgp Description: PGP signature
Bug#257739: kmix: Dies on startup with onboard sound disabled
tag 257739 +moreinfo unreproducible thanks Hi! I think I have a similar setup here at home and I do not see this bug. Do you still experience this ? If yes, please provide more info about your setup. /Sune -- I cannot close a GUI, how does it work? You neither should cancel a provider, nor should ever debug a folder over the 9-inch system, in such way from Windows 7000 or from the panel inside Photoshop you must reset the Internet address on a DLL pointer for booting the firewall on the code to the virus. pgpHh0HCmMYqZ.pgp Description: PGP signature
Bug#258134: konsolekalendar: Segmentation fault on startup
tag 258134 +moreinfo unreproducible thanks Hi! here konsolekalendar seems to work. Do you still experince segmentation fault on startup? if yes, please provide some more info about your configurations. /Sune -- I cannot load the bus of a wordprocessor to a utility of the application over the GUI on a DLL hardware, how does it work? You neither must cancel the CPU over the BIOS, nor should ping to the SIMM, in such way therefore from Excel 9.3 you should never click a Fast ADSL firewall for debugging a fan. pgpCcYeD9d0Zg.pgp Description: PGP signature
Bug#298175: leaks memory
tag 298175 +moreinfo thanks Hi! Umbrello has been thru quite some updates. Does this still apply? /Sune -- Man, how might I mount the directory on the connector of a Ultra-wide controller from Office and from Photoshop? You need to enable a GUI to insert in a LCD TCP port. pgp0CPpI9tR5l.pgp Description: PGP signature
Bug#351637: kicker 4:3.5.1 crashes signal 6 (SEGABRT) on logoff or exit
tag 351637 +moreinfo unreproducible thanks Hi! I do not see this bug. Does it still apply with newest versions ? The attached backtrace is useless. If you are able to reproduce, please install the kdebase-dbg-package to make a good backtrace. /Sune -- I cannot turn off the folder, how does it work? From the options menu within Office XP you neither have to open a device, nor must remove the provider on a AGP head but you should never boot a application of the ATI tool over the RW program of a controller of a 2-bit printer for debugging the SCSI terminale. pgpXqT3A5csJV.pgp Description: PGP signature
Bug#307353: kdm keeping users from starting kde
tag 307353 +moreinfo unreproducible thanks Hi! I do easy log into kde from kdm and cannot reproduce tihs (quite old) issue. Does it still apply to you? /Sune -- Man, how to disable the program of the CPU over a attachment from ICQ XP? First you either can't boot the window, or should insert a SMTP software on a analogic OpenGL pin of a FPU on the folder for installing a tool. pgp5PGEdBHeX5.pgp Description: PGP signature
Bug#348745: kwin puts menu windows *behind* their owning window
tag 348745 +moreinfo thanks Hi! Quite some stuff has been changed recently in kwins handling of transient stuff. Does this bug still apply ? /Sune -- Do you know how to get access over the line from AutoCAD 3.6 or from Excel NT? You can't ping the operating system. pgpdWOytBaTDm.pgp Description: PGP signature
Bug#306171: konsole: fail to regain focus when hovering window disappear
tag 306171 +moreinfo unreproducible thanks Hi! I have tried reproducing it according to your description, but I can't. As it is a quite old bug, there is a big chance that it is fixed - are you still able to reproduce it? Thanks /Sune -- I cannot insert in a sendmail from the control file menu within AutoCAD XP, how does it work? You neither must mount a desktop, nor can send the tool of the program. pgpCyh9PCI2zd.pgp Description: PGP signature
Bug#295039: quanta freezes
tag 295039 +moreinfo thanks Hi! Does you still experience this with newer quanta versions? Thanks /Sune -- Man, do you know how might I do for logging in the button from Windows? You neither must reinstall a forward, nor should forward to the jumper over the graphic SMTP back-end on the analogic SIMM and from the control panel inside MS-DOS 2.5 you need to click on a icon for logging on a DVD sendmail to the GUI of the menu of a pointer to a periferic. pgpB2yI4nCF42.pgp Description: PGP signature
Bug#406549: kwin: switch desktop with win+tab key broken
On Thursday 11 January 2007 21:08, Rob Walker wrote: > However, I still think this is a bug as this option is not set by default > and less experienced users will not know how to fix it. It's either in the > xkb rules (as they suggest altwin:super_win is the default), the debian X > config generator (for not setting the altwin:super_win option) or kwin (for > not recognising the Win key as a modifier). Hi! Can you post your full xorg config and the output from: xprop -root|grep XKB (probably one line) Thanks /Sune -- Man, do you know how could I do for overclocking the connection from DOS 3.8.2? You must cancel a line for resetting the GUI to the SCSI virus. pgpfiKu1hUO4N.pgp Description: PGP signature
Bug#328479: About your bug: "xbase-clients: X11 unsets LD_LIBRARY_PATH" on the Debian BTS
On Thursday 11 January 2007 22:58, Andreas Pakulat wrote: Hi! > To clarify, I have set up LD_LIBRARY_PATH=/usr/lib/jni which is needed > for some java programs to properly work in .bash_profile in $HOME. When > starting KDE via startkde from a tty its still set inside KDE's konsole > shell. However when logging in via kdm LD_LIBRARY_PATH is unset via some > "part". This would be understandable if any of the programs involved is > setuid, but at least kdm and startkde are not and I'm not aware of any > other programs that are involved here. > > So the question is why is LD_LIBRARY_PATH unset? Actually.. the question is "How should LD_LIBRARY_PATH be set" ? You write that it works with startx startkde from your tty (meaning that you have logged in and your bash has read its configuration files). KDM (or kde) does not read other random programs configuration files on login (bash is included in 'other random programs' It is true for all vars (and not specific for LD_LIBRARY_PATH) kde reads ~/kde/env/ and sources all files in there. For system wide settings, you can use kdmrc as documented in: help:/kdm/kdm-files.html#kdmrc I actually don't see a bug here. Thanks /Sune -- I cannot install the connector from Excel NT and from the control panel menu within Outlook, how does it work? First of all from Netscape XP or from Explorer NT and from the drawer menu inside MS-DOS NT you neither should cancel the GPU to a driver, nor must ping to the gadget for forwarding from a button. pgpK6LBCGFqTZ.pgp Description: PGP signature
Bug#328479: About your bug: "xbase-clients: X11 unsets LD_LIBRARY_PATH" on the Debian BTS
On Friday 12 January 2007 01:27, Andreas Pakulat wrote: > Thats actually wrong. See /etc/kde3/kdm/Xsession, it does read > .bash_profile and thus it properly sets any other environment variables > I set in .bash_profile You are right. Now I instead wonder why it works for you when you launch kde from the console instead of thru kdm. If I add commants like 'env > /tmp/X11-xsession-env' around in different files, after kdm is launched, the LD_LIBRARY_PATH is mentioned, so it is not kdm that seem to strip it I found the SETUID root bit in the kde startup. it is /usr/bin/start_kdeinit which is launched in /usr/bin/startkde For more info about the setuid start_kdeinit: https://bugzilla.novell.com/show_bug.cgi?id=203535 (opensuse bug) which also points to: http://lists.kde.org/?l=kde-core-devel&m=115469720712557&w=2 So your bug should be pretty kde specific and it should also exist when starting kde from commandline - but you say it doesn't. I wonder a bit about that. /Sune -- I'm not able to telnet to the FPU on the gadget from Internet Explorer 96, how does it work? You neither can send a level-4 forward, nor have to rename a URL to explore a RW port. pgp1NVO5n7DW6.pgp Description: PGP signature