Bug#243270: kppp: fails to find SmartLink modem
Package: kppp Version: 4:3.2.1-1 Severity: normal The SmartLink softmodem is supported by sl-modem-source and sl-modem-daemon. The daemon creates a temporary device, /dev/ttySL0, that serves as a modem. kppp doesn't see it -- my attempt to reset the name of the device to one that isn't listed didn't seem to work. I use wvdial with no problems, but it would be nice to be able to use kppp! -- System Information: Debian Release: testing/unstable Architecture: i386 (i686) Kernel: Linux 2.6.5 Locale: LANG=C, LC_CTYPE=C Versions of packages kppp depends on: ii kdelibs44:3.2.2-1KDE core libraries ii libart-2.0-22.3.16-1 Library of functions for 2D graphi ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libfam0c102 2.6.10-6 client library to control the FAM hi libgcc1 1:3.3.3-1GCC support library ii libice6 4.3.0-5 Inter-Client Exchange library ii libpng12-0 1.2.5.0-4PNG library - runtime ii libqt3c102-mt 3:3.2.3-2Qt GUI Library (Threaded runtime v ii libsm6 4.3.0-5 X Window System Session Management hi libstdc++5 1:3.3.3-1The GNU Standard C++ Library v3 ii libx11-64.3.0-5 X Window System protocol client li ii libxext64.3.0-5 X Window System miscellaneous exte ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibs 4.3.0-5 X Window System client libraries m ii zlib1g 1:1.2.1-4compression library - runtime -- no debconf information
Processing of kdeadmin_3.2.2-1_i386.changes
kdeadmin_3.2.2-1_i386.changes uploaded successfully to localhost along with the files: kdeadmin_3.2.2-1.dsc kdeadmin_3.2.2.orig.tar.gz kdeadmin_3.2.2-1.diff.gz kcmlinuz_3.2.2-1_i386.deb kcron_3.2.2-1_i386.deb kdat_3.2.2-1_i386.deb kdeadmin-kfile-plugins_3.2.2-1_i386.deb kpackage_3.2.2-1_i386.deb ksysv_3.2.2-1_i386.deb kuser_3.2.2-1_i386.deb lilo-config_3.2.2-1_i386.deb secpolicy_3.2.2-1_i386.deb kdeadmin_3.2.2-1_all.deb Greetings, Your Debian queue daemon
kdeadmin_3.2.2-1_i386.changes ACCEPTED
Accepted: kcmlinuz_3.2.2-1_i386.deb to pool/main/k/kdeadmin/kcmlinuz_3.2.2-1_i386.deb kcron_3.2.2-1_i386.deb to pool/main/k/kdeadmin/kcron_3.2.2-1_i386.deb kdat_3.2.2-1_i386.deb to pool/main/k/kdeadmin/kdat_3.2.2-1_i386.deb kdeadmin-kfile-plugins_3.2.2-1_i386.deb to pool/main/k/kdeadmin/kdeadmin-kfile-plugins_3.2.2-1_i386.deb kdeadmin_3.2.2-1.diff.gz to pool/main/k/kdeadmin/kdeadmin_3.2.2-1.diff.gz kdeadmin_3.2.2-1.dsc to pool/main/k/kdeadmin/kdeadmin_3.2.2-1.dsc kdeadmin_3.2.2-1_all.deb to pool/main/k/kdeadmin/kdeadmin_3.2.2-1_all.deb kdeadmin_3.2.2.orig.tar.gz to pool/main/k/kdeadmin/kdeadmin_3.2.2.orig.tar.gz kpackage_3.2.2-1_i386.deb to pool/main/k/kdeadmin/kpackage_3.2.2-1_i386.deb ksysv_3.2.2-1_i386.deb to pool/main/k/kdeadmin/ksysv_3.2.2-1_i386.deb kuser_3.2.2-1_i386.deb to pool/main/k/kdeadmin/kuser_3.2.2-1_i386.deb lilo-config_3.2.2-1_i386.deb to pool/main/k/kdeadmin/lilo-config_3.2.2-1_i386.deb secpolicy_3.2.2-1_i386.deb to pool/main/k/kdeadmin/secpolicy_3.2.2-1_i386.deb Announcing to debian-devel-changes@lists.debian.org Thank you for your contribution to Debian.
Bug#242946: kdelibs4: patch for preinst
Package: kdelibs4 Version: 4:3.2.2-1 Severity: normal Followup-For: Bug #242946 --- kdelibs4.preinst2004-04-12 17:55:49.0 +1000 +++ kdelibs4.preinst2004-04-12 17:56:57.0 +1000 @@ -20,11 +20,11 @@ if [ "$1" = "upgrade" ] then # Debian 3.0 (Woody) files -rm /etc/kderc >& /dev/null || true - rm /etc/pam.d/kde >& /dev/null || true + rm /etc/kderc >/dev/null 2>&1 || true + rm /etc/pam.d/kde >/dev/null 2>&1 || true # Debian testing (Sarge) files - rm /etc/kde3/system.kdeglobals >& /dev/null || true - rm /etc/kderc >& /dev/null || true + rm /etc/kde3/system.kdeglobals >/dev/null 2>&1 || true + rm /etc/kderc >/dev/null 2>&1 || true fi ;;
KDE_3_2_BRANCH: kdebindings/debian
CVS commit by domi: remove obsolete file Rdirs 1.3
KDE_3_2_BRANCH: kdebindings/debian
CVS commit by domi: update for the removal of the dirs file M +6 -0 changelog 1.5.2.12 --- kdebindings/debian/changelog #1.5.2.11:1.5.2.12 @@ -1,2 +1,8 @@ +kdebindings (4:3.2.3-1); urgency=low + + * debian/dirs: remove, no longer necessary. + + -- + kdebindings (4:3.2.2-2) unstable; urgency=low
Bug#242946: rm -rf
I think just using "rm -f /foo/bar" would be better. That doesn't require you to hide stdout or strerr or to use "|| true". -- David Pashley [EMAIL PROTECTED] Nihil curo de ista tua stulta superstitione. signature.asc Description: Digital signature
pkg-kde: commit - rev 101 - in trunk/packages/kdebindings/debian: . local patches
Author: domi-guest Date: 2004-04-12 03:26:50 -0600 (Mon, 12 Apr 2004) New Revision: 101 Added: trunk/packages/kdebindings/debian/changelog trunk/packages/kdebindings/debian/control trunk/packages/kdebindings/debian/copyright trunk/packages/kdebindings/debian/juic.install trunk/packages/kdebindings/debian/juic.manpages trunk/packages/kdebindings/debian/kjscmd.install trunk/packages/kdebindings/debian/kjscmd.manpages trunk/packages/kdebindings/debian/kjscmd.menu trunk/packages/kdebindings/debian/libdcop3-java-dev.install trunk/packages/kdebindings/debian/libdcop3-java-dev.manpages trunk/packages/kdebindings/debian/libdcop3-java.install trunk/packages/kdebindings/debian/libdcop3-jni.install trunk/packages/kdebindings/debian/libkde3-java.README.Debian trunk/packages/kdebindings/debian/libkde3-java.docs trunk/packages/kdebindings/debian/libkde3-java.examples trunk/packages/kdebindings/debian/libkde3-java.install trunk/packages/kdebindings/debian/libkde3-jni.install trunk/packages/kdebindings/debian/libkdec1.docs trunk/packages/kdebindings/debian/libkdec1.install trunk/packages/kdebindings/debian/libkjsembed-dev.install trunk/packages/kdebindings/debian/libkjsembed1.install trunk/packages/kdebindings/debian/libqt3-java.README.Debian trunk/packages/kdebindings/debian/libqt3-java.examples trunk/packages/kdebindings/debian/libqt3-java.install trunk/packages/kdebindings/debian/libqt3-jni.install trunk/packages/kdebindings/debian/libqtc1.install trunk/packages/kdebindings/debian/libsmokeqt-dev.install trunk/packages/kdebindings/debian/libsmokeqt1.install trunk/packages/kdebindings/debian/local/ trunk/packages/kdebindings/debian/local/dcopidl2java.1 trunk/packages/kdebindings/debian/local/juic.1 trunk/packages/kdebindings/debian/local/kjscmd.1 trunk/packages/kdebindings/debian/patches/ trunk/packages/kdebindings/debian/patches/002-am-maintainer-mode.diff trunk/packages/kdebindings/debian/patches/011-kdejava_koala_org_kde_koala_Makefile.am-encoding.diff trunk/packages/kdebindings/debian/patches/012-dcoppython_lib_Makefile.am-sitepackages.diff trunk/packages/kdebindings/debian/patches/013-qtc_clib_qtc_Makefile.am-noqaccessible.diff trunk/packages/kdebindings/debian/patches/017-install-jnilibs-in-lib-jni.diff trunk/packages/kdebindings/debian/patches/018-juic-uixsldir.diff trunk/packages/kdebindings/debian/patches/019-libqtjavasupport_la.diff trunk/packages/kdebindings/debian/patches/020-cleanjarfiles.diff trunk/packages/kdebindings/debian/python-dcop.docs trunk/packages/kdebindings/debian/python-dcop.install trunk/packages/kdebindings/debian/rules Log: checkin current version of the kdebindings packaging Added: trunk/packages/kdebindings/debian/changelog === --- trunk/packages/kdebindings/debian/changelog 2004-04-09 05:03:32 UTC (rev 100) +++ trunk/packages/kdebindings/debian/changelog 2004-04-12 09:26:50 UTC (rev 101) @@ -0,0 +1,161 @@ +kdebindings (4:3.2.3-1); urgency=low + + * debian/dirs: remove, no longer necessary. + + -- + +kdebindings (4:3.2.2-2) unstable; urgency=low + + * Added a lot of documentation and examples about the use of the kde and +qt java bindings. + * Removed the python-dcop overrides file. + + -- Dominique Devriese <[EMAIL PROTECTED]> Fri, 9 Apr 2004 03:15:36 +0200 + +kdebindings (4:3.2.2-1) unstable; urgency=low + + * New upstream release. + * debian/rules: stopped running make in the disabled dcopperl directory. + * debian/rules: explicitly disabled all the directories that aren't +packaged. + + -- Dominique Devriese <[EMAIL PROTECTED]> Thu, 8 Apr 2004 21:43:08 +0200 + +kdebindings (4:3.2.1-5) unstable; urgency=low + + * Added a patch that makes sure the .jar files are cleaned properly on +debian/rules clean. + * debian/rules: make the clean target run "make distclean" in all +directories that the build target ran "make" in. + + -- Dominique Devriese <[EMAIL PROTECTED]> Tue, 6 Apr 2004 22:16:02 +0200 + +kdebindings (4:3.2.1-4) unstable; urgency=low + + * Added a manual page for kjscmd ( from CVS HEAD ). + * Moved manpages into debian/local. + * Disable libdcop-perl, it's not usable atm. + * debian/kjscmd.menu: removed obsolete kderemove tag. + * debian/local/juic.1, debian/juic.manpages: added a manpage for the +juic program. + * debian/rules: fix lintian postinst-has-useless-call-to-ldconfig +warnings. + * debian/patches/019-libqtjavasupport_la.diff: Added a library +libqtjavasupport.la, and made both libqtjava and libkdejava link +against it, to remove the dependency of libkdejava on libqtjava, and +the accompanying rpathing problem. + * debian/control: Added a Build-Depends on libqt3-compat-headers after a +chroot test. + + -- Dominique Devriese <[EMAIL PROTECTED]> Tue, 6 Apr 2004 19:59:28 +0200 + +kdebindings (4:3.2.1-3) unstabl
Bug#243241: knode: attachment save names wrong
package knode severity 243241 normal tags 243241 +upstream thanks Christophe Devriese writes: > Package: knode Version: 4:3.2.1-1 Severity: important Tags: sid > If you save multiple attachments, the name filled into the save as > dialog box is always the name of the first attachment, so if you > just click "save" everywhere it overwrites the first attachment. > Very annoying. 1 How is this an important bug ? 2 As a KDE developer it did not occur to you that this might be an upstream issue, and it would be better filed upstream ? :p /me kicks his brother around :) cheers domi
Processed: Re: Bug#243241: knode: attachment save names wrong
Processing commands for [EMAIL PROTECTED]: > package knode Ignoring bugs not assigned to: knode > severity 243241 normal Bug#243241: knode: attachment save names wrong Severity set to `normal'. > tags 243241 +upstream Bug#243241: knode: attachment save names wrong Tags were: sid Tags added: upstream > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#243344: libarts1: most manpages are dummies
Package: libarts1 Version: 1.2.2-1 Severity: normal Hello KDE maintainers, Most manpages in this packages are dummy, at least artsd artsdsp artsplay artsrec artsshell artswrapper They look like ARTSD(1) ARTSD(1) NAME artsd -- fixme SYNOPSIS artsd [-A] [-a audioiomethod] [-b bits] [-D devicename] [-d] [-F fragments] [-f] [-h] [-l level] [-m appName] [-N] [-n] [-p port] [-r samplingrate] [-S size] [-s seconds] [-u] [-v] [-w n] DESCRIPTION This manual page documents briefly the artsd command. artsd fixme. OPTIONS This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -Afixme which is not incredible useful. Cheers, -- Bill. <[EMAIL PROTECTED]> Imagine a large red swirl here. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.25 Locale: LANG=fr_FR, LC_CTYPE=fr_FR Versions of packages libarts1 depends on: ii libartsc0 1.2.2-1 aRts Sound system C support librar ii libasound2 1.0.3b-1 Advanced Linux Sound Architecture ii libaudio2 1.6c-3 The Network Audio System (NAS). (s ii libaudiofile0 0.2.6-3 Open-source version of SGI's audio ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libesd0 0.2.29-1 Enlightened Sound Daemon - Shared ii libgcc1 1:3.3.3-6GCC support library ii libglib2.0-02.2.3-1 The GLib library of C routines ii libice6 4.3.0-7 Inter-Client Exchange library ii libmad0 0.15.0b-3MPEG audio decoder library ii libogg0 1.1.0-1 Ogg Bitstream Library ii libpng12-0 1.2.5.0-5PNG library - runtime ii libqt3c102-mt 3:3.2.3-2Qt GUI Library (Threaded runtime v ii libsm6 4.3.0-7 X Window System Session Management ii libstdc++5 1:3.3.3-6The GNU Standard C++ Library v3 ii libvorbis0a 1.0.1-1 The Vorbis General Audio Compressi ii libvorbisfile3 1.0.1-1 The Vorbis General Audio Compressi ii libx11-64.3.0-7 X Window System protocol client li ii libxext64.3.0-7 X Window System miscellaneous exte ii libxt6 4.3.0-7 X Toolkit Intrinsics ii xlibs 4.3.0-7 X Window System client libraries m ii zlib1g 1:1.2.1-5compression library - runtime -- no debconf information
Processed: Re: Bug#243341: Menu file breaks
Processing commands for [EMAIL PROTECTED]: > reassign 243341 kdelibs-bin Bug#243341: Menu file breaks Bug reassigned from package `menu' to `kdelibs-bin'. > tags 243341 fixed Bug#243341: Menu file breaks There were no tags set. Tags added: fixed > quit Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#237990: Fixed in 3.3.
Hi, As you can read in the upstream bug report, the idn library is dlopen'd, and for this to be possible, libidn.so and .la need to be there. These are in the libidn11-dev package, and I guess we'll need to make kdelibs depend on this. According to Stephan Kulow, this problem is fixed upstream for KDE 3.3, where I assume, kdelibs will link at compile time to libidn. cheers domi
Bug#239944: KDE applications uses lynx as browser instead konqueror
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I finally fixed it by deleting those files and directories in every user that had used kde before: ~/.kde/share/applnk ~/.kde/share/mimelnk ~/.mime.types Now all the kde applications seems to be working right. All modules on the kconfig are displayed and the mime types have been restored. The menu seems to be ok now, but the Debian menus inside each category and most of the applications they contained disappeared. Maybe with the next update-menus run this will be fixed. On Divendres 09 Abril 2004 09:21, you wrote: > This bug sounds like it might be the same issue with kcontrol not > depending on kdebase-data. Please install kdebase-data and try again. > > Thanks, > > Chris - -- David ("Vokimon") García Garzón (Work) dgarcia at iua dot upf anotherdot es (Home) vokimon at telefonica adot net http://www.salleurl.edu/~is04069 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAettCAZlZIrnDW2ERAqOhAJ9OYqciW2zBQxThcZxwoCwRWpMzNwCgj4td YTzTW95dPDXfY+PrV7YKIB0= =TWIl -END PGP SIGNATURE-
Bug#243375: kdelibs-bin: menu-method freedesktop should set the Generic Name Field to longtitle instead of title
Package: kdelibs-bin Version: 4:3.2.2-1 Severity: important Tags: patch Hi, while building the new Knoppix KDE CVS I noticed I forgot in my post to debian-devel to add the change I made to freedesktop-desktop-entry-spec-apps. We have the longtitle field and we should use it and I think the comment field is not so good for longtitle as it does not get displayed (from the desktop-entry-spec: only in tooltip). However what would work is to use the Generic Name field as also many KDE-Applications have a comment _or_ a generic name on the package. As most menu items are not self-explanatory (what is slrn?) it would be helpful to add this comments by the package. slrn (Newsreader) Following patch does that: --- /mnt/hda3/etc/menu-methods/freedesktop-desktop-entry-spec-apps 2004-04-12 11:32:42.0 +0200 +++ freedesktop-desktop-entry-spec-apps 2004-04-12 17:35:43.0 +0200 @@ -13,7 +13,7 @@ "Type=Application\n" "Encoding=UTF-8\n" "Name=" title() "\n" - "GenericName=" title() "\n" + "GenericName=" ifnempty($longtitle,replace($longtitle,title() ":", "")) "\n" "Comment=" ifnempty($longtitle,$longtitle) "\n" "Icon=" icon() "\n" "Exec=" $command "\n" The replace is for applications, which repeat the title in the longtitle field, like xeyes. Please think about it :-). cu Fabian PS: Severity set to important as this can be a huge usability issue.
Bug#237990: Fixing before 3.3?
Hi Why not just remove the dlopen and link at compile time? Here is a patch that do just that. Build-dep on libidn11-dev and run "make -f Makefile.cvs" before building. Regards Martin diff -Nrua kdelibs-3.2.2/kdecore/kidna.cpp kdelibs-patched/kdecore/kidna.cpp --- kdelibs-3.2.2/kdecore/kidna.cpp 2004-02-04 12:43:34.0 +0100 +++ kdelibs-patched/kdecore/kidna.cpp 2004-04-12 16:56:30.0 +0200 @@ -1,6 +1,7 @@ /* This file is part of the KDE libraries +Copyright (c) 2004 Martin Juhlin <[EMAIL PROTECTED]> Copyright (c) 2003 Waldo Bastian <[EMAIL PROTECTED]> This library is free software; you can redistribute it and/or @@ -17,169 +18,99 @@ along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +Modifications: +2004-04-12 martin: Removed dynamic linking. */ #include "kidna.h" - -#include - -#include "ltdl.h" +#include #include -#define IDNA_SUCCESS 0 - -static lt_dlhandle KIDNA_lib; // = 0 -static bool KIDNA_lib_load_failed; // = false - -typedef int (*KIDNA_utf8_to_ace_t)(const char *, char **, int); -typedef int (*KIDNA_utf8ace_to_utf8_t)(const char *, char **, int); - -static KIDNA_utf8_to_ace_t KIDNA_utf8_to_ace; // = 0 -static KIDNA_utf8ace_to_utf8_t KIDNA_utf8ace_to_utf8; // = 0 - -static void KIDNA_load_lib() -{ - KIDNA_lib_load_failed = true; // Unless proven otherwise - KIDNA_lib = lt_dlopen("/usr/local/lib/libidn.la"); - if (!KIDNA_lib) - { - KIDNA_lib = lt_dlopen("/usr/lib/libidn.la"); - } - - if (!KIDNA_lib) - return; // Error - - KIDNA_utf8_to_ace = (KIDNA_utf8_to_ace_t) lt_dlsym(KIDNA_lib, "idna_to_ascii_8z"); - if (!KIDNA_utf8_to_ace) - { - kdWarning() << "Symbol idna_utf8_to_ace not found." << endl; - return; // Error - } - - KIDNA_utf8ace_to_utf8 = (KIDNA_utf8ace_to_utf8_t) lt_dlsym(KIDNA_lib, "idna_to_unicode_8z8z"); - if (!KIDNA_utf8ace_to_utf8) - { - kdWarning() << "Symbol idna_utf8ace_to_utf8 not found." << endl; - return; // Error - } - KIDNA_lib_load_failed = false; // Succes -} - QCString KIDNA::toAsciiCString(const QString &idna) { - int l = idna.length(); - const QChar *u = idna.unicode(); - bool needConversion = false; - for(;l--;) - { - if ((*u++).unicode() > 127) - { - needConversion = true; - break; - } - } - if (!needConversion) - return idna.lower().latin1(); - - if (!KIDNA_lib && !KIDNA_lib_load_failed) - { - KIDNA_load_lib(); - } - - if (KIDNA_lib_load_failed) - { - return 0; // Can't convert - } - else - { - // Also handle names that start with "." even though libidn - // doesn't like those - bool bStartsWithDot = (idna[0] == '.'); - char *pOutput; - if ((*KIDNA_utf8_to_ace)(idna.utf8().data()+(bStartsWithDot ? 1: 0), &pOutput, 0) == IDNA_SUCCESS) - { - QCString result = pOutput; - free(pOutput); - if (bStartsWithDot) -return "."+result; - return result; - } - else - { - return 0; // Can't convert - } - } +int l = idna.length(); +const QChar *u = idna.unicode(); +bool needConversion = false; +for(;l--;) +{ +if ((*u++).unicode() > 127) +{ +needConversion = true; +break; +} +} +if (!needConversion) +return idna.lower().latin1(); + +// Also handle names that start with "." even though libidn +// doesn't like those +bool bStartsWithDot = (idna[0] == '.'); +char *pOutput; + +if (idna_to_ascii_8z(idna.utf8().data() + (bStartsWithDot ? 1 : 0), &pOutput, 0) == IDNA_SUCCESS) +{ +QCString result = pOutput; +free(pOutput); +if (bStartsWithDot) +return "." + result; +return result; +} +else +{ +// Can't convert +return 0; +} } QString KIDNA::toAscii(const QString &idna) { - int l = idna.length(); - const QChar *u = idna.unicode(); - bool needConversion = false; - for(;l--;) - { - if ((*u++).unicode() > 127) - { - needConversion = true; - break; - } - } - if (!needConversion) - return idna.lower(); - - if (!KIDNA_lib && !KIDNA_lib_load_failed) - { - KIDNA_load_lib(); - } - - if (KIDNA_lib_load_failed) - { - return QString::null; // Can't convert - } - else - { - // Also handle names that start with "." even though libidn - // doesn't like those - bool bStartsWithDot = (idna[0] == '.'); - char *pOutput; - if ((*KIDNA_utf8_to_ace)(idna.utf8().data()+(bStartsWithDot ? 1: 0), &pOutput, 0) == IDNA_SUCCESS) - { - QString result(pOutput); - free(pOutput); - if (bStartsWithDot) -return "."+result; - return result;
Bug#243375: kdelibs-bin: menu-method freedesktop should set the Generic Name Field to longtitle instead of title
On Mon, Apr 12, 2004 at 08:41:23PM +0200, Fabian Franz wrote: > Package: kdelibs-bin > Version: 4:3.2.2-1 > Severity: important > Tags: patch > > Hi, > > while building the new Knoppix KDE CVS I noticed I forgot in my post to > debian-devel to add the change I made to freedesktop-desktop-entry-spec-apps. > > We have the longtitle field and we should use it and I think the comment > field is not so good for longtitle as it does not get displayed (from > the desktop-entry-spec: only in tooltip). > > However what would work is to use the Generic Name field as also many > KDE-Applications have a comment _or_ a generic name on the package. > > As most menu items are not self-explanatory (what is slrn?) it would be > helpful to add this comments by the package. > > slrn (Newsreader) > > Following patch does that: > > --- /mnt/hda3/etc/menu-methods/freedesktop-desktop-entry-spec-apps > 2004-04-12 11:32:42.0 +0200 > +++ freedesktop-desktop-entry-spec-apps 2004-04-12 17:35:43.0 +0200 > @@ -13,7 +13,7 @@ > "Type=Application\n" > "Encoding=UTF-8\n" > "Name=" title() "\n" > - "GenericName=" title() "\n" > + "GenericName=" ifnempty($longtitle,replace($longtitle,title() ":", > "")) "\n" > "Comment=" ifnempty($longtitle,$longtitle) "\n" > "Icon=" icon() "\n" > "Exec=" $command "\n" > > The replace is for applications, which repeat the title in the longtitle > field, like xeyes. > > Please think about it :-). > > cu > > Fabian > > PS: Severity set to important as this can be a huge usability issue. I had previously forgotten to remove the GenericName entry from the menu-methods which caused the bad looking GenericName (Name) display duplication. I had enabled it only for testing and forgot to remove it. However, I believe misusing GenericName = longtitle() is a usability issue as well. GenericName is supposed to be Generic, not a really long description of the program. Here is an example debian .menu file I saw on my system: ?package(xbase-clients):\ needs=x11\ section=Apps/Tools\ hints="Screenshot"\ longtitle="X Window Snapshot: take snapshot of any X window (xwd|xwud)"\ title="X Window Snapshot"\ command="xwd | xwud" With GenericName misused as above the default KDE setup would display: X Window Snapshot: take snapshot of any X window (xwd|xwud) (X Window Snapshot) That is 79 chars wide! That probably won't even fit on the screen width of many systems. I am not sure what happens in that case, whether it just wraps the text of displays part of it off the side of the screen. There are two real bugs here that you have touched on though. 1. Debian menu has no real concept of GenericName 2. KDE menu doesn't display comments as tooltips (Gnome does this nicely) If both of those bugs were fixed it would work much better. We could have GenericName = generictitle() and Comment = longtitle() or something similiar to that. I look forward to the time when Debian will convert to the freedesktop menu standards so that the integration will be much smoother. :) Note that of course Knoppix is free to modify the scripts how they see fit I just don't think its a good idea to make GenericName = longtitle() Chris signature.asc Description: Digital signature
Bug#243375: kdelibs-bin: menu-method freedesktop should set the Generic Name Field to longtitle instead of title
> I had previously forgotten to remove the GenericName entry from the > menu-methods which caused the bad looking GenericName (Name) display > duplication. I had enabled it only for testing and forgot to remove it. > However, I believe misusing GenericName = longtitle() is a usability > issue as well. GenericName is supposed to be Generic, not a really long > description of the program. > > Here is an example debian .menu file I saw on my system: > > ?package(xbase-clients):\ > needs=x11\ > section=Apps/Tools\ > hints="Screenshot"\ > longtitle="X Window Snapshot: take snapshot of any X window (xwd|xwud)"\ > title="X Window Snapshot"\ > command="xwd | xwud" > > With GenericName misused as above the default KDE setup would display: > > X Window Snapshot: take snapshot of any X window (xwd|xwud) (X Window > Snapshot) Yes, but at least KDE does then display: X Window Snapshot (take snapshot of any ...) So it "wraps" it nicely. (But dunno about gnome) > > There are two real bugs here that you have touched on though. > 1. Debian menu has no real concept of GenericName > 2. KDE menu doesn't display comments as tooltips (Gnome does this nicely) Yes. I didn't knew that Gnome supported that. > > If both of those bugs were fixed it would work much better. We could > have GenericName = generictitle() and Comment = longtitle() or something > similiar to that. I look forward to the time when Debian will convert to > the freedesktop menu standards so that the integration will be much > smoother. :) :-) cu Fabian
Bug#243341: marked as done (Menu file breaks)
Your message dated Mon, 12 Apr 2004 16:09:42 -0500 with message-id <[EMAIL PROTECTED]> and subject line Menu file breaks has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 12 Apr 2004 15:06:34 + >From [EMAIL PROTECTED] Mon Apr 12 08:06:33 2004 Return-path: <[EMAIL PROTECTED]> Received: from chiapa.terra.com.br [200.154.55.224] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BD317-0006f1-00; Mon, 12 Apr 2004 08:06:33 -0700 Received: from rosario.terra.com.br (rosario.terra.com.br [200.154.55.129]) by chiapa.terra.com.br (Postfix) with ESMTP id 26FBEED2F5 for <[EMAIL PROTECTED]>; Mon, 12 Apr 2004 12:06:32 -0300 (BRT) Received: from debian (unknown [200.165.175.83]) (authenticated user savio.debian) by rosario.terra.com.br (Postfix) with ESMTP id 8C3003C06C for <[EMAIL PROTECTED]>; Mon, 12 Apr 2004 12:06:31 -0300 (BRT) Date: Mon, 12 Apr 2004 12:05:48 -0300 From: Savio Ramos <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Menu file breaks Message-Id: <[EMAIL PROTECTED]> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 Package: menu2.1.10-1 dpkg-reconfigure pppoeconf return error: # dpkg-reconfigure pppoeconf Erro desconhecido, mensagem =3D replacewith($string, $replace, $with): $rep= lace and $with must have the same length. install-menu: /etc/menu-methods/freedesktop-desktop-entry-spec-apps: aborta= ndo update-menus[1008]: Script /etc/menu-methods/freedesktop-desktop-entry-spec= -apps retornou status de erro 1. Erro desconhecido, mensagem =3D replacewith($string, $replace, $with): $rep= lace and $with must have the same length. install-menu: /etc/menu-methods/freedesktop-desktop-entry-spec-dirs: aborta= ndo update-menus[1008]: Script /etc/menu-methods/freedesktop-desktop-entry-spec= -dirs retornou status de erro 1. Perl: perl 5.8.3-3=20 Kernel: 2.4.18bf24 Release: unstable --=20 Savio Martins Ramos - Arquiteto Rio de Janeiro ICQ 174972645 Pirataria n=E3o, seja livre: Linux http://www.debian.org --- Received: (at 243341-done) by bugs.debian.org; 12 Apr 2004 21:10:01 + >From [EMAIL PROTECTED] Mon Apr 12 14:10:01 2004 Return-path: <[EMAIL PROTECTED]> Received: from pico.surpasshosting.com [66.194.152.191] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BD8gr-ik-00; Mon, 12 Apr 2004 14:10:01 -0700 Received: from conr-adsl-cheney.txucom.net ([207.70.165.48] helo=calc) by pico.surpasshosting.com with esmtp (TLSv1:RC4-SHA:128) (Exim 4.24) id 1BD8gl-0005jv-MK for [EMAIL PROTECTED]; Mon, 12 Apr 2004 17:09:55 -0400 Received: from ccheney by calc with local (Exim 4.31) id 1BD8gY-0002vp-RY for [EMAIL PROTECTED]; Mon, 12 Apr 2004 16:09:42 -0500 Date: Mon, 12 Apr 2004 16:09:42 -0500 From: Chris Cheney <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Menu file breaks Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="orO6xySwJI16pVnm" Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - pico.surpasshosting.com X-AntiAbuse: Original Domain - bugs.debian.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - cheney.cx Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: X-CrossAssassin-Score: 1 --orO6xySwJI16pVnm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline This bug has already been fixed in the kdelibs 3.2.2-1 upload to sid. Thanks, Chris --orO6xySwJI16pVnm Content-Ty
Bug#239843: marked as done (kdeadmin_4:3.2.1-1(hppa/unstable): FTBFS: g++ errors)
Your message dated Mon, 12 Apr 2004 16:11:09 -0500 with message-id <[EMAIL PROTECTED]> and subject line kdeadmin_4:3.2.1-1(hppa/unstable): FTBFS: g++ errors has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 24 Mar 2004 15:25:17 + >From [EMAIL PROTECTED] Wed Mar 24 07:25:17 2004 Return-path: <[EMAIL PROTECTED]> Received: from mmjgroup.com [192.34.35.33] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1B6AFp-00065l-00; Wed, 24 Mar 2004 07:25:17 -0800 Received: by mmjgroup.com (Postfix, from userid 105) id AFA6C16EDA; Wed, 24 Mar 2004 08:25:16 -0700 (MST) Received: from mix.mmjgroup.com (mix.mmjgroup.com [192.34.35.48]) by mmjgroup.com (Postfix) with ESMTP id D5B4116ECC for <[EMAIL PROTECTED]>; Wed, 24 Mar 2004 08:25:15 -0700 (MST) Received: by mix.mmjgroup.com (Postfix, from userid 1000) id C483223826; Wed, 24 Mar 2004 08:25:15 -0700 (MST) Date: Wed, 24 Mar 2004 08:25:14 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: kdeadmin_4:3.2.1-1(hppa/unstable): FTBFS: g++ errors Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.5 required=4.0 tests=BAYES_00,HAS_PACKAGE, NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_12 X-Spam-Level: Package: kdeadmin Version: 4:3.2.1-1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of kdeadmin_4:3.2.1-1 on sarti by sbuild/hppa 1.170.5 > Build started at 20040324-1346 [...] > ** Using build dependencies supplied by package: > Build-Depends: automake1.8, debhelper (>> 4.2.0), docbook-to-man, gawk, > gettext, kdelibs4-dev (>> 4:3.2.1), libbz2-dev, libpam0g-dev, lilo [i386], > rpm, sharutils, texinfo [...] >at /usr/include/kde/kaccel.h:359) > ../../kcron/ktapp.cpp: In member function `virtual void >KTApp::resizeEvent(QResizeEvent*)': > ../../kcron/ktapp.cpp:530: warning: unused parameter `QResizeEvent*event' > In file included from kcron.all_cpp.cpp:20: > ../../kcron/ktprint.cpp: In member function `void >KTPrint::createColumns(unsigned int)': > ../../kcron/ktprint.cpp:59: warning: unused variable `int start' > make[3]: *** [kcron.all_cpp.o] Error 1 > make[3]: Leaving directory `/build/buildd/kdeadmin-3.2.1/obj-hppa-linux/kcron' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/build/buildd/kdeadmin-3.2.1/obj-hppa-linux' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/build/buildd/kdeadmin-3.2.1/obj-hppa-linux' > make: *** [build-arch-stamp] Error 2 A full build log can be found at: http://buildd.debian.org/build.php?arch=hppa&pkg=kdeadmin&ver=4:3.2.1-1 --- Received: (at 239843-done) by bugs.debian.org; 12 Apr 2004 21:11:23 + >From [EMAIL PROTECTED] Mon Apr 12 14:11:23 2004 Return-path: <[EMAIL PROTECTED]> Received: from pico.surpasshosting.com [66.194.152.191] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1BD8iB-kh-00; Mon, 12 Apr 2004 14:11:23 -0700 Received: from conr-adsl-cheney.txucom.net ([207.70.165.48] helo=calc) by pico.surpasshosting.com with esmtp (TLSv1:RC4-SHA:128) (Exim 4.24) id 1BD8iA-0005qX-Hq for [EMAIL PROTECTED]; Mon, 12 Apr 2004 17:11:22 -0400 Received: from ccheney by calc with local (Exim 4.31) id 1BD8hx-00031a-Ku for [EMAIL PROTECTED]; Mon, 12 Apr 2004 16:11:09 -0500 Date: Mon, 12 Apr 2004 16:11:09 -0500 From: Chris Cheney <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: kdeadmin_4:3.2.1-1(hppa/unstable): FTBFS: g++ errors Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Mjqg7Yu+0hL22rav" Content-Disposition: inline User-Agent: Mutt/1.5.5.1+cvs20040105i X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - pico.surpasshosting.com X-AntiAbuse: Original Domain - bugs.debian.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - cheney.cx Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_200
Bug#237184: deleting knotes files doesn't fix Display/Actions spawning bug
I also tried deleting .kde/share/apps/knotes. Upon next login, knotes still spawned a new [Display] note (but only one, instead of dozens). Changing the preferences as to default width and text font doesn't have an effect, either; I can see the correct changes are saved to .kde/config/knotesrc, but they aren't being used when creating new notes. This bug renders the package unusable, and has been fixed in upstream for a month. Can someone /please/ rebuild the package?
Bug#235035: marked as done (Ksysv Crashes)
Your message dated Mon, 12 Apr 2004 16:15:28 -0500 with message-id <[EMAIL PROTECTED]> and subject line Ksysv Crashes has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 27 Feb 2004 03:09:17 + >From [EMAIL PROTECTED] Thu Feb 26 19:09:17 2004 Return-path: <[EMAIL PROTECTED]> Received: from falcon.mail.pas.earthlink.net [207.217.120.74] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1AwYNJ-uH-00; Thu, 26 Feb 2004 19:09:17 -0800 Received: from sdn-ap-002neomahp0343.dialsprint.net ([63.186.9.89]) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1AwYNH-UB-00 for [EMAIL PROTECTED]; Thu, 26 Feb 2004 19:09:15 -0800 From: Craig Hempenius <[EMAIL PROTECTED]> Organization: Craig's Place To: [EMAIL PROTECTED] Subject: Ksysv Crashes Date: Thu, 26 Feb 2004 21:09:12 -0600 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_02_22 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_02_22 X-Spam-Level: Package: ksysv Version: ii ksysv 3.1.5-1 KDE SysV-style init configuration editor Severity: grave Invoking ksysv at command line causes error. Using icon with mouse produces= =20 nothing; ksysv will not start. [EMAIL PROTECTED]:~$ ksysv SysV-Init Editor 1.3.8 Developer Version Copyright =A9 1997-2000 Peter Putz= er. All rights reserved. Released under the GNU General Public License (GPL). ERROR: Communication problem with ksysv, it probably crashed. KDE Debug Message: (no debugging symbols found)...(no debugging symbols found)...(no debugging= =20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...(no debugging symbols found)...(no debugging symbols found)...(no= =20 debugging symbols found)...(no debugging symbols found)...(no debugging=20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...(no debugging symbols found)...(no debugging symbols found)...(no= =20 debugging symbols found)...(no debugging symbols found)...(no debugging=20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...(no debugging symbols found)...(no debugging symbols found)...(no= =20 debugging symbols found)...(no debugging symbols found)...(no debugging=20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...[New Thread 16384 (LWP 5580)] (no debugging symbols found)...(no debugging symbols found)...(no debugging= =20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...(no debugging symbols found)...(no debugging symbols found)...(no= =20 debugging symbols found)...(no debugging symbols found)...(no debugging=20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...(no debugging symbols found)...(no debugging symbols found)...(no= =20 debugging symbols found)...(no debugging symbols found)...(no debugging=20 symbols found)...(no debugging symbols found)...(no debugging symbols=20 found)...(no debugging symbols found)...(no debugging symbols found)...(no= =20 debugging symbols found)...0x410dbbd8 in waitpid () from /lib/libpthread.so= =2E0 #0 0x410dbbd8 in waitpid () from /lib/libpthread.so.0 #1 0x40796cb0 in ?? () from /usr/lib/libkdecore.so.4 #2 0x406f611c in KCrash::defaultCrashHandler(int) () from /usr/lib/libkdecore.so.4 Packages which ksysv depends on: Depends: kdelibs4 (>=3D 4:3.1.5), libart-2.0-2 (>=3D 2.3.8), libaudio2, lib= c6 (>=3D=20 2.3.2.ds1-4), libfam0c102, libfontconfig1 (>=3D 2.2.1), libfreetype6 (>=3D= =20 2.1.5-1), libgcc1 (>=3D 1:3.3.2-1), libpng12-0 (>=3D 1.2.5.0-4), libqt3c102= =2Dmt=20 (>=3D 3:3.2.3), libstdc++5 (>=3D 1:3.3.2-1), libxcursor1, libxft2 (>> 2.1.1= ),=20 libxrender1, xlibmesa3-gl | libgl1, xlibs (>> 4.1.0), zlib1g (>=3D 1:1.2.1) Running Sid: kernel: 2.4.21-3-686 libc library: libc-2.3.2 =2D--- Craig Hempenius --- Received: (at 235035-done) by bugs.debian.org; 12 Apr 2004 21:15:47 + >From [EMAIL PROTECTED] Mon Apr 12 14:15:47 2004 Return-path: <[EMAIL PROTECTED]> Received: from pico.surpasshosting.com [66.194.152.191]
Bug#243427: kpackage: Can't install packages
Package: kpackage Version: 4:3.1.5-1 Severity: important I marked 58 packages for installation. When I choose "install marked" it opens a new (rather large) window. When I click "install" in that dialogue, it reports "exec failed: No suh file or directory." Two problems here: 1. THe install fails. 2. Insufficient information to do anything to rectify the problem: if I knew what program it expected and where it hoped to find it, I might be able to rectify it, either by installing something or by creating a symlink. This is a new Sarge, fully up to date as of about a week ago (when I last refreshed testing). A not-entirely-related matter: it would be nice to be able to save the package selections, whether to be able to rectify problem such as this & rerun kpackage, or to download the packages elsewhere, akin to a use of --print-uris. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.25-1-386 Locale: LANG=C, LC_CTYPE=C Versions of packages kpackage depends on: ii kdelibs44:3.1.5-1KDE core libraries ii libart-2.0-22.3.16-3 Library of functions for 2D graphi ii libaudio2 1.6c-3 The Network Audio System (NAS). (s ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an ii libfam0c102 2.7.0-5 client library to control the FAM ii libfontconfig1 2.2.2-1 generic font configuration library ii libfreetype62.1.7-2 FreeType 2 font engine, shared lib ii libgcc1 1:3.3.3-6GCC support library ii libpng12-0 1.2.5.0-5PNG library - runtime ii libqt3c102-mt 3:3.2.3-2Qt GUI Library (Threaded runtime v ii libstdc++5 1:3.3.3-6The GNU Standard C++ Library v3 ii libxcursor1 1.0.2-5 X Cursor management library ii libxft2 2.1.2-6 FreeType-based font drawing librar ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibmesa-gl [libgl1]4.3.0-7 Mesa 3D graphics library [XFree86] ii xlibs 4.3.0-7 X Window System client libraries m ii zlib1g 1:1.2.1-5compression library - runtime -- no debconf information