Bug#703628: Drop recommendation of protobuf-compiler

2013-03-21 Thread Eckhart Wörner
Package: libprotobuf-java
Version: 2.4.1-3

libprotobuf-java should not recommend protobuf-compiler (neither suggest it), 
since protoc is used only as a development tool (according to description) and 
does not provide any benefit to the end user.


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



Bug#703635: Wrong dependency on ant?

2013-03-21 Thread Eckhart Wörner
Package: osmosis
Version: 0.40.1+ds1-7

The binary package osmosis currently depends on ant. However, ant is a build 
tool and therefore most likely not required for running osmosis, therefore the 
dependency is probably wrong and should be removed.


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



Bug#687965: osm2pgsql not fit for release

2012-09-20 Thread Eckhart Wörner
Hi David,

Am Donnerstag, 20. September 2012, 16:23:25 schrieb David Paleino:
  The osm2pgsql version packaged in testing does not support 64-bit node ids. 
 
 It seems like it does (at least partially), but wasn't enabled at build-time. 
 I
 looked through the upstream repository, and backported a patch (taken from a
 couple commits).
 
 Do you know how to test it against 64-bit osm IDs? And if that support is
 supposed to be enabled on 32-bit machines? (I have no idea).

64-bit ID mode should work fine on 32-bit machines (it will run slower though).

The main differences between 32-bit mode and 64-bit mode are:
* osm2pgsql internally stores an ID as int32_t (32-bit mode) or int64_t (64-bit 
mode)
* the PostgreSQL database stores an ID as int4 (32-bit mode) or int8 (64-bit 
mode)

Therefore, 32-bit mode and 64-bit mode are not compatible, one needs to 
re-create the database tables.

Eckhart


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



Bug#687965: osm2pgsql not fit for release

2012-09-17 Thread Eckhart Wörner
Package: osm2pgsql
Version: 0.80.0+r27899-1+b1
Severity: grave

The osm2pgsql version packaged in testing does not support 64-bit node ids. 
However, predictions using linear interpolation indicate that 64-bit node id 
support will become necessary February 2013 at latest, therefore most likely 
before the Wheezy release. This means that osm2pgsql will become unusable for 
(almost) all purposes (which justifies grave).

The only options that I can see for Wheezy:
1. evaluate whether a 64-bit snapshot can make it into already frozen testing
2. drop osm2pgsql from testing


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



Bug#644429: gpsd: Should not depend on netbase

2012-01-15 Thread Eckhart Wörner
Hi Bernd,

Am Sonntag, 15. Januar 2012, 11:48:06 schrieb Bernd Zeimetz:
  you're right, in a non-systemd world, the loopback interface depends on
  networking.
  Would Depends: netbase | systemd-sysv be an acceptable solution for you?
 
 please paste the header of the systemd-sysv initscript.

The systemd-sysv package doesn't provide an initscript, but changes the boot 
system to systemd permanently (and also uninstalls sysvinit).

Eckhart



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



Bug#644429: gpsd: Should not depend on netbase

2012-01-14 Thread Eckhart Wörner
Hi Bernd,

Am Samstag, 5. November 2011, 17:52:08 schrieb Bernd Zeimetz:

  gpsd works just fine without netbase being installed and should therefore
  not depend on netbase.
 the gpsd init script requires $network to be started before gpsd starts, so
 I think this dependency is right. Feel free to prove that I'm wrong :)

you're right, in a non-systemd world, the loopback interface depends on 
networking.
Would Depends: netbase | systemd-sysv be an acceptable solution for you?

Eckhart



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



Bug#655504: Missing Requires in gpsd.service

2012-01-11 Thread Eckhart Wörner
Package: gpsd
Version: 3.3-1

Attached patch attempts to fix permissions on /var/run/gpsd.sock--- gpsd.socket	2012-01-11 19:41:06.409758019 +0100
+++ gpsd.socket	2012-01-11 19:41:21.825758229 +0100
@@ -4,6 +4,7 @@
 [Socket]
 ListenStream=/var/run/gpsd.sock
 ListenStream=127.0.0.1:2947
+SocketMode=0600
 
 [Install]
 WantedBy=sockets.target


Bug#655349: Missing Requires in gpsd.service

2012-01-10 Thread Eckhart Wörner
Package: gpsd
Version: 3.3-1

Attached patch attempts to fix a missing dependency between gpsd.service and 
gpsd.socket.3.3-1--- gpsd.service	2012-01-10 15:39:36.835191826 +0100
+++ gpsd.service	2012-01-10 15:39:51.479191056 +0100
@@ -1,5 +1,6 @@
 [Unit]
 Description=GPS (Global Positioning System) Daemon
+Requires=gpsd.socket
 
 [Service]
 ExecStart=/usr/sbin/gpsd -N


Bug#648504: kdebase-workspace: fails to build against libgps-dev from gpsd 3

2011-11-12 Thread Eckhart Wörner
tags 648504 + upstream fixed-upstream
thanks

Has been fixed in a3009dd9 (4.7.0 + master).



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



Bug#647152: openntpd: does not start if netbase is not installed

2011-10-30 Thread Eckhart Wörner
Package: openntpd
Version: 3.9p1+debian-8+b1
Severity: serious
Justification: Policy 7.2

If netbase is not installed openntpd does not start, but fails with:
fatal: getservbyname: No such file or directory
This is caused by the file /etc/services not being available and can be fixed by
* either depending on netbase
* or (preferred) hardcoding port 123 in openntpd

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages openntpd depends on:
ii  adduser  3.113   
ii  libc62.13-21 
ii  libssl1.0.0  1.0.0e-2

openntpd recommends no packages.

openntpd suggests no packages.

-- no debconf information



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



Bug#647152: openntpd: does not start if netbase is not installed

2011-10-30 Thread Eckhart Wörner
[For documentation, forgot to CC the bug in my reply in the first place]

Hi Dererk,

Am Sonntag, 30. Oktober 2011, 20:39:19 schrieben Sie:
 Although _I am_ interested about this issue, I'm really curious in
 knowing how you reached a system without having netbase first.
 
 Was this the effect of a manually purged/pruned system pkgs?  Was this
 the result of a quite minimal fresh installation? If yes, using which
 media/how?
 
 This would help me deciding if this situation is ideal or just a mere
 situation anyone could arrive too.

I purged netbase while investigating unnecessary packages in a NetworkManager 
based installation. These include ifupdown, which pulls in netbase via a 
recommends.
So no, at the moment you cannot get into this situation with a standard Debian 
installation.

Eckhart



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



Bug#644429: gpsd: Should not depend on netbase

2011-10-05 Thread Eckhart Wörner
Package: gpsd
Version: 2.95-13.1
Severity: normal

gpsd works just fine without netbase being installed and should therefore not 
depend on netbase.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpsd depends on:
ii  debconf [debconf-2.0]  1.5.41   
ii  libc6  2.13-21  
ii  libdbus-1-31.4.16-1 
ii  libgps19   2.95-13.1
ii  lsb-base   3.2-28   
ii  netbase4.46 

Versions of packages gpsd recommends:
ii  python  2.7.2-7
ii  udev172-1  

Versions of packages gpsd suggests:
pn  dbus  1.5.4-2
pn  gpsd-clients  none 

-- debconf information excluded



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



Bug#642961: systemd: debian-fixup.service goes berserk in /run, breaks boot

2011-09-25 Thread Eckhart Wörner
Package: systemd
Version: 36-1
Severity: grave
Justification: renders package unusable

The debian-fixup script uses:
if [ ! -L /var/run ]; then
rm -rf /var/run
ln -s /run /var/run
fi
However, this seems to break on /var/run already being bind-mounted on /run. 
The condition holds, and therefore /run (aka /var/run) is wiped out, breaking 
the boot process.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages systemd depends on:
ii  initscripts 2.88dsf-13.11
ii  libacl1 2.2.51-3 
ii  libaudit0   1.7.18-1 
ii  libc6   2.13-21  
ii  libcap2 1:2.22-1 
ii  libcryptsetup1  2:1.3.0-3
ii  libdbus-1-3 1.4.16-1 
ii  libpam0g1.1.3-3  
ii  libselinux1 2.1.0-1  
ii  libsystemd-daemon0  36-1 
ii  libsystemd-login0   36-1 
ii  libudev0172-1
ii  libwrap07.6.q-21 
ii  udev172-1
ii  util-linux  2.19.1-5 

Versions of packages systemd recommends:
ii  libpam-systemd  36-1

Versions of packages systemd suggests:
pn  python   2.6.7-3
pn  systemd-gui  none 

-- no debconf information



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



Bug#640642: gpsd: Please include systemd init in new upload

2011-09-05 Thread Eckhart Wörner
Package: gpsd
Version: 2.95-13.1
Severity: wishlist
Tags: patch

systemd socket activation allows to start gpsd only on demand, making it way 
more resource-friendly. Version 3.x of gpsd is systemd ready.

This needs the following changes:

- Configure scons with systemd=yes

- Ship /lib/systemd/system/gpsd.service:
[Unit]
Description=GPS (Global Positioning System) Daemon

[Service]
type=simple
ExecStart=/usr/bin/gpsd -N

[Install]
Also=gpsd.socket

- Ship /lib/systemd/system/gpsd.socket:
[Unit]
Description=GPS (Global Positioning System) Daemon Sockets

[Socket]
ListenStream=/var/run/gpsd.sock
ListenStream=127.0.0.1:2947

[Install]
WantedBy=sockets.target



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



Bug#639853: openjdk-6-jre = 6b23~pre8-2 breaks josm

2011-08-31 Thread Eckhart Wörner
Hi David,

On Mittwoch, 31. August 2011 21:35:00 David Paleino wrote:
 I just pushed a commit which should fix this, would you please test it? (I
 can't currently upgrade my JRE)
 
 http://anonscm.debian.org/gitweb/?p=pkg-osm/josm.git;a=commitdiff;h=d82a17ae
 039cc7c8d453b650d58dca8714445d2b#patch2

Fix works fine for me.

Eckhart



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



Bug#639853: openjdk-6-jre = 6b23~pre8-2 breaks josm

2011-08-30 Thread Eckhart Wörner
Package: josm
Version: 0.0.svn4064-3
Severity: grave
Justification: renders package unusable

The latest version of openjdk-6-jre is multiarch aware, which means the path of 
the jre has changed. This breaks /usr/bin/josm:

+ set -e
++ readlink -n -f /etc/alternatives/java
+ ALTERNATIVE_JDK=/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java
+ dpkg --get-selections openjdk-6-jre
+ grep 'install$'
+ JAVA_CMDS='/bin/java /usr/lib/jvm/java-6-openjdk/bin/java 
/usr/lib/jvm/java-6-sun/bin/java'
+ JAVA_OPTS=' -Djava.net.preferIPv4Stack=true -Djava.net.useSystemProxies=true'
+ for jcmd in '$JAVA_CMDS'
++ readlink -n -f /bin/java
+ '[' z/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java = z/bin/java ']'
+ for jcmd in '$JAVA_CMDS'
++ readlink -n -f /usr/lib/jvm/java-6-openjdk/bin/java
+ '[' z/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java = z ']'
+ for jcmd in '$JAVA_CMDS'
++ readlink -n -f /usr/lib/jvm/java-6-sun/bin/java
+ '[' z/usr/lib/jvm/java-6-openjdk-i386/jre/bin/java = z ']'
+ for jcmd in '$JAVA_CMDS'
+ '[' -x /bin/java -a -z '' ']'
+ for jcmd in '$JAVA_CMDS'
+ '[' -x /usr/lib/jvm/java-6-openjdk/bin/java -a -z '' ']'
+ for jcmd in '$JAVA_CMDS'
+ '[' -x /usr/lib/jvm/java-6-sun/bin/java -a -z '' ']'
+ '[' '' ']'
+ echo 'No valid JVM found to run JOSM.'
+ exit 1


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages josm depends on:
ii  libgettext-commons-java 0.9.6-2  Java classes for internationalizat
ii  libmetadata-extractor-j 2.3.1+dfsg-2 JPEG metadata extraction framework
ii  liboauth-signpost-java  1.2.1.1-1simple OAuth message signing for J
ii  openjdk-6-jre   6b23~pre8-2  OpenJDK Java runtime, using Hotspo
ii  openstreetmap-map-icons 1:0.0.svn23763-1 Collection of map icons (classic s

Versions of packages josm recommends:
ii  josm-plugins  0.0.svn25935-1 Plugins for JOSM
ii  webkit-image-gtk  0.0.svn25399-2 generate images from webpages - GT

josm suggests no packages.

-- no debconf information



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



Bug#623603: openbmap-logger: The name org.freesmartphone.ogpsd was not provided by any .service files

2011-04-21 Thread Eckhart Wörner
Package: openbmap-logger
Version: 0.4.0-5
Severity: important

Installed openbmap-logger out of curiosity, and tried to run it:

$ openBmapGTK 
Main directory does not exists, creating '/home/eckhart/.openBmap'
Try loading /usr/share/openBmap/Main.glade glade file.
Traceback (most recent call last):
  File /usr/bin/openBmapGTK, line 356, in module
hwg = openBmapGTK()
  File /usr/bin/openBmapGTK, line 130, in __init__
self._obmlogger = openbmap.logger.ObmLogger()
  File /usr/lib/pymodules/python2.6/openbmap/logger.py, line 826, in __init__
self._gps = Gps()
  File /usr/lib/pymodules/python2.6/openbmap/logger.py, line 763, in __init__
self._dbusobj = dbus.SystemBus().get_object('org.freesmartphone.ogpsd', 
'/org/freedesktop/Gypsy')
  File /usr/lib/pymodules/python2.6/dbus/bus.py, line 244, in get_object
follow_name_owner_changes=follow_name_owner_changes)
  File /usr/lib/pymodules/python2.6/dbus/proxies.py, line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
  File /usr/lib/pymodules/python2.6/dbus/bus.py, line 183, in 
activate_name_owner
self.start_service_by_name(bus_name)
  File /usr/lib/pymodules/python2.6/dbus/bus.py, line 281, in 
start_service_by_name
'su', (bus_name, flags)))
  File /usr/lib/pymodules/python2.6/dbus/connection.py, line 630, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The 
name org.freesmartphone.ogpsd was not provided by any .service files

I wasn't able to identify anything that even remotely looked like it could 
provide the org.freesmartphone.ogpsd service

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages openbmap-logger depends on:
ii  fso-frameworkd   0.8.5.1-1   freesmartphone.org Framework Daemo
ii  python   2.6.6-14interactive high-level object-orie
ii  python-glade22.17.0-4+b2 GTK+ bindings: Glade support
ii  python-gtk2  2.17.0-4+b2 Python bindings for the GTK+ widge
ii  python-support   1.0.13  automated rebuilding support for P

openbmap-logger recommends no packages.

openbmap-logger suggests no packages.

-- no debconf information



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



Bug#610726: docbook-xsl shouldn't recommend docbook-xsl-doc

2011-04-17 Thread Eckhart Wörner
Package: docbook-xsl
Version: 1.76.0~RC1+dfsg-1
Followup-For: Bug #610726

The dependency of kdoctools on docbook-xsl in combination with this bug leads 
to the installation of a non-graphical web browser on all KDE Desktop 
installations:

i A kdoctoolsDependsdocbook-xsl
i A docbook-xsl  Recommends docbook-xsl-doc-html | docbook-xsl-doc-pdf 
| docbook-xsl-doc-text | docbook-xsl-doc
i A docbook-xsl-doc-html Recommends lynx | www-browser
i A w3m  Provides   www-browser

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages docbook-xsl depends on:
ii  xml-core  0.13   XML infrastructure and XML catalog

Versions of packages docbook-xsl recommends:
ii  docbook-xml 4.5-7standard XML documentation system 
ii  docbook-xsl-doc-html [docbo 1.76.0~RC1-1 stylesheets for processing DocBook

Versions of packages docbook-xsl suggests:
pn  dbtoepub  none (no description available)
pn  docbook-xsl-saxon none (no description available)
pn  fop   none (no description available)
pn  libsaxon-java none (no description available)
pn  libxalan2-javanone (no description available)
pn  libxslthl-javanone (no description available)
pn  xalan none (no description available)

-- no debconf information



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



Bug#623170: maxima: Please consider dropping Recommends on wish

2011-04-17 Thread Eckhart Wörner
Package: maxima
Version: 5.22.1-9+b1
Severity: wishlist

The KDE Edu program Cantor provides a graphical frontend for maxima with the 
cantor-backend-maxima package. However, maxima pulls in wish (provided by 
tk8.6, tk8.5 or tk8.4), which is not needed when maxima is used as backend for 
Cantor.

Since tk8.6 is over 3MB in size, please consider lowering the Recommends to a 
Suggests.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages maxima depends on:
ii  gnuplot-x11   4.4.0-1.1+b1   A command-line driven interactive 
ii  libc6 2.13-0exp5 Embedded GNU C Library: Shared lib
ii  libgmp3c2 2:4.3.2+dfsg-2 Multiprecision arithmetic library
ii  libncurses5   5.9-1  shared libraries for terminal hand
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libx11-6  2:1.4.3-1  X11 client-side library

Versions of packages maxima recommends:
ii  maxima-share  5.22.1-9   A computer algebra system -- extra
pn  wish  none (no description available)

Versions of packages maxima suggests:
pn  maxima-docnone (no description available)
pn  maxima-emacs  none (no description available)
pn  texmacs   none (no description available)
pn  xmaxima   none (no description available)

-- no debconf information



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



Bug#622904: quassel-client: Should not recommend quassel-core

2011-04-15 Thread Eckhart Wörner
Package: quassel-client
Version: 0.7.1-4
Severity: normal

Due to the distributed nature of quassel, it is quite unlikely (though not 
impossible) that the core runs on the same machine as the client. Therefore 
the Recommends on quassel-core does not fulfill the requirements of the 
Debian Policy Manual, section 7.2, the Recommends field should list packages 
that would be found together with this one in all but unusual installations
and should therefore be lowered to a Suggests.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages quassel-client depends on:
ii  dbus-x111.4.6-1  simple interprocess messaging syst
ii  gawk1:3.1.7.dfsg-5   GNU awk, a pattern scanning and pr
ii  libc6   2.13-0exp5   Embedded GNU C Library: Shared lib
ii  libdbusmenu-qt2 0.8.0-1  Qt implementation of DBusMenu prot
ii  libgcc1 1:4.6.0-2GCC support library
ii  libindicate-qt1 0.2.5.91-1   Qt bindings for libindicate
ii  libphonon4  4:4.6.0really4.5.0-2 multimedia framework from KDE - co
ii  libqt4-dbus 4:4.7.2-3Qt 4 D-Bus module
ii  libqt4-network  4:4.7.2-3Qt 4 network module
ii  libqt4-xmlpatterns  4:4.7.2-3Qt 4 XML patterns module
ii  libqtcore4  4:4.7.2-3Qt 4 core module
ii  libqtgui4   4:4.7.2-3Qt 4 GUI module
ii  libqtwebkit42.1.0~2011week13-1   Web content engine library for Qt
ii  libstdc++6  4.6.0-2  The GNU Standard C++ Library v3
ii  phonon  4:4.6.0really4.5.0-2 multimedia framework from KDE - me
ii  quassel-data0.7.1-4  distributed IRC client - shared da

Versions of packages quassel-client recommends:
pn  quassel-core  none (no description available)

quassel-client suggests no packages.

-- no debconf information



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



Bug#595651: GStreamer packages should not depend on gconf, nor recommend gvfs

2011-04-14 Thread Eckhart Wörner
reopen 595651
thanks

gstreamer0.10-plugins-base still recommends gvfs, therefore reopen.

Since gstreamer0.10-plugins-base is an integral part of the KDE desktop 
experience, the recommend on gvfs does not fulfill the requirements of the 
Debian Policy Manual, chapter 7.2: the Recommends field should list packages 
that would be found together with this one in all but unusual installations



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



Bug#622400: udev: Upgrade fails if using systemd

2011-04-13 Thread Eckhart Wörner
The problem probably lies within restart_udevd() in postinst:

start-stop-daemon --stop --name udevd [...] will fail, since systemd ships a 
native udev.service file which doesn't use start-stop-daemon at all.
Therefore udevd is still running, and udevd --daemon will fail with error: 
binding udev control socket

Eckhart



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



Bug#595651: GStreamer packages should not depend on gconf, nor recommend gvfs

2011-03-27 Thread Eckhart Wörner
Hi,

note that KDE upstream recommends gstreamer as the default backend for phonon. 
Since phonon-backend-gstreamer depends on gstreamer0.10-plugins-base this bug 
affects quite a lot of users.

Eckhart Wörner



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



Bug#604337: Preparations for the removal of the KDE3 and Qt3 libraries

2011-03-02 Thread Eckhart Wörner
Hi,

looking into the reverse dependencies of python-kde3 I found that python-kde3 
is basically a leaf package already (there's only a suggests in panflute-
daemon left). Is it therefore okay to ask for removal of src:python-kde3 (and 
its binary packages)?

Eckhart



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



Bug#615137: libexiv2-9: Library should not recommend exiv2

2011-02-25 Thread Eckhart Wörner
Package: libexiv2-9
Version: 0.20-2
Severity: normal

Being a library, libexiv2-9 should not recommend exiv2, only suggest.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages libexiv2-9 depends on:
ii  libc6   2.13-0exp1   Embedded GNU C Library: Shared lib
ii  libexpat1   2.0.1-7  XML parsing C library - runtime li
ii  libgcc1 1:4.6-20110216-1 GCC support library
ii  libstdc++6  4.6-20110216-1   The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.5.dfsg-1   compression library - runtime

Versions of packages libexiv2-9 recommends:
ii  exiv2 0.21-1 EXIF/IPTC metadata manipulation to

libexiv2-9 suggests no packages.

-- no debconf information



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



Bug#394144: Fwd: Bug#394144 closed by Eckhart Wörner ewoer...@kde.org ()

2010-12-06 Thread Eckhart Wörner
Hi Raphael,

On Sunday, 05. December 2010 21:32:29 Raphael Geissert wrote:
  No response from the submitter for 4 weeks, closing.
 
 That's not the right way to go. The reproducer is attached to my
 original report, if you can open it and see the formulas then it's all
 fixed.

the Debian Qt/KDE maintainers have to take care of ~1100 open bugs. The burden 
of managing that many bugs gets a bit lighter if the submitters actively help 
with that. As a Debian Developer you should know that.

In your case I had no idea what was wrong at all. I can't read Spanish, so I 
cannot conclude from the context that something is missing. Only a close 
inspection of the maindoc.xml inside the .kwd archive just revealed the 
problematic formulae.

(Also, with the 2 series of KOffice, KWord has adopted .odt as its main format, 
making .kwd a legacy format.)

Eckhart



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



Bug#605789: kopete-jabber: a message could be lost if account disconnected

2010-12-03 Thread Eckhart Wörner
severity 605789 minor
thanks

On Friday, 03. December 2010 16:54:06 Vsevolod wrote:
 Result: Please connect first message appears.
 Text you have typed is lost without any trace and cannot be recovered by any
 way!

This is not entirely true, ctrl+up/ctrl+down allows you to switch through 
previous sent messages, including the message that you couldn't send.

Eckhart



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



Bug#603480: kdebase-workspace: qguiplatformplugin fileDialogSetVisible segs if object is hidden before it's made visible

2010-11-20 Thread Eckhart Wörner
tags 603480 + patch
thanks

The proposed patch looks good.

EckhartIndex: qguiplatformplugin_kde.cpp
===
--- qguiplatformplugin_kde.cpp	(Revision 1199220)
+++ qguiplatformplugin_kde.cpp	(Arbeitskopie)
@@ -246,7 +246,9 @@
 kdefd-setConfirmOverwrite(qfd-confirmOverwrite());
 kdefd-setSelection(qfd-selectedFiles().value(0));
 }
-kdefd-setVisible(visible);
+if (kdefd) {
+kdefd-setVisible(visible);
+}
 return true;
 }
 virtual QDialog::DialogCode fileDialogResultCode(QFileDialog *qfd)


Bug#383952: kdevelop: New Project Dialog doesn't have maximize button under Gnome

2010-11-11 Thread Eckhart Wörner
tags 383952 - moreinfo + confirmed
reassign 383952 metacity 1:2.30.1-3
thanks

Found the time to check for myself; this is apparently a problem with metacity 
not interpreting the maximize hint for dialog windows, reassigning.

Eckhart



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



Bug#599825: kttsd: It is not possible, to choose any language

2010-11-07 Thread Eckhart Wörner
Hi,

Am Sonntag, 07. November 2010, 19:21:55 schrieb Hans-J. Ullrich:
 thanks for the reading. Due to reportbug, there are no dependencies related
 to kttsd. However, I have installed any (maybe) necessary packages to
 kttsd, like speech-dispatcher, festival, espeak and so on.

The command
 reportbug --template kttsd
doesn't show the versions of packages kttsd depends on or recommends?

Eckhart



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



Bug#399292: mplayer: MPlayer rc1 can't be properly scaled by WM on start

2010-11-05 Thread Eckhart Wörner
Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399292 some time 
ago, writing:
 I have my window manager (kwin) set up to automatically maximise
 mplayer-xv windows. This worked great up to mplayer1.0pre8. I installed
 mplayer-rc1 and now the resizing doesn't work -- the window snaps back to
 the movie size. What might have caused this? I can still resize the
 window manually afterward.

Does the window snaps back mean that it first maximizes (as it's supposed to 
do) and only then switches to video size?

Eckhart



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



Bug#601296: cantor: Cantor should recommend latex/texlive installation

2010-10-24 Thread Eckhart Wörner
Package: cantor
Version: 4:4.4.5-2
Severity: important

Cantor by default uses LaTeX to render formula, without LaTeX being installed 
it just shows the raw TeX code which is unreadable. (There's also a plain text 
mode, but it's not default and not that easy to find.)



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



Bug#599697: [plasma-widgets-workspace] Activity selection bar cannot be deleted from panel

2010-10-10 Thread Eckhart Wörner
tags 599697 + moreinfo
thanks

Hi,

Am Sonntag, 10. Oktober 2010, 11:33:11 schrieb Antonio Marcos López Alonso:
 Adding the activity selection bar widget on a panel cannot be undone as
 there is no contextual menu (thus no delete this item button) when
 right-clicking upon it.

you can open the panel configuration bar by clicking on the panel's cashew, 
with the configuration bar open you can delete every widget, even those that 
don't bring their own context menu. Does that solve the problem for you?

Eckhart



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



Bug#599677: Please consider splitting into openvpn-core and openvpn

2010-10-10 Thread Eckhart Wörner
Hi,

Am Sonntag, 10. Oktober 2010, 20:44:07 schrieben Sie:
 If  a split should be done, I believe these are better packaging names:
 * openvpn package instead of proposed 'openvpn-core' that contains
 only the 'openvpn' binary;
 * openvpn-server package which will depend on 'openvpn' to contain all
 the other stuff, most important being the script from /etc/init.d.

The reason I chose those names was because the transition will probably be 
smoother with them. But of course you're free to choose any package names you 
like. :-)

Eckhart



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



Bug#599677: Please consider splitting into openvpn-core and openvpn

2010-10-10 Thread Eckhart Wörner
Am Sonntag, 10. Oktober 2010, 21:38:12 schrieb Teodor MICU:
 On Sun, Oct 10, 2010 at 9:11 PM, Eckhart Wörner ewoer...@kde.org wrote:
  The reason I chose those names was because the transition will probably
  be smoother with them. But of course you're free to choose any package
  names you like. :-)
 
 I don't see how adding two new packages will be smoother than only one
 new package. However, this is not for me to decide since I'm not the
 maintainer. ;-)

I suggested one new package, not two, unless I'm totally wrong.
With my suggestion installing the openvpn package installs everything it 
already installs nowadays (assuming the dependency on openvpn-core). Any 
depends, recommends, suggests of other packages on the openvpn package are 
therefore unchanged.
In a second step those packages that only need the binary (like network-
manager-openvpn) could then relax their openvpn dependency to an openvpn-core 
dependency. (btw: this two-step transition happened with mysql-server(-
core)-5.1, that's why I mentioned it)

Eckhart



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



Bug#599677: Please consider splitting into openvpn-core and openvpn

2010-10-10 Thread Eckhart Wörner
Hi,

Am Sonntag, 10. Oktober 2010, 21:04:23 schrieb Alberto Gonzalez Iniesta:
 And the maintainer is not really sure about the benefits of this split.
 Mainly because it makes not sense to have a 'openvpn' package containing
 nothing useful (examples, docs, and the init.d script) and a package with
 just the binary (no init.d, no /etc/openvpn/,...).

Just because the openvpn package does not contain anything useful *on its 
own*, as long as the package depends on the right things it still isn't 
useless. (In my proposal I implied a dependency of openvpn on openvpn-core)

 The init script does
 nothing if you/NetworkManager don't feed /etc/openvpn, and it exits with
 a warning, not an error, so who/whatever monitors that, should be able
 to tell the difference :)

the init script exits with a non-zero exit status, which was the main reason 
why this wish has been written. Using systemd as init system openvpn shows up 
in systemctl:
 openvpn.serviceloadedfailedfailedLSB: Openvpn VPN service

(I'm not informed enough to judge whether the fault is with the openvpn init 
script, or systemd, or the LSB specification.)

Eckhart



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



Bug#599677: Please consider splitting into openvpn-core and openvpn

2010-10-09 Thread Eckhart Wörner
Package: openvpn
Version: 2.1.3-1
Severity: wishlist

The idea is to split the openvpn package into a openvpn-core package 
(essentially the openvpn binary) and an openvpn package (the remaining parts).
Rationale is that often only the openvpn binary is needed in an installation, 
primary example would be the network-manager-openvpn package, which could then 
depend on openvpn-core.
The example files don't work with the NetworkManager plugin, the init file 
isn't needed (and even shows up in systemctl as failed, because of the non-zero 
exit status when unused), the headers aren't needed.

This type of split is quite common, see e.g. the split of mysql-server-5.1 into 
mysql-server-core-5.1 and mysql-server-5.1, where mysql-server-core-5.1 only 
contains the binary.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages openvpn depends on:
ii  debconf [debconf-2.0] 1.5.36 Debian configuration management sy
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  liblzo2-2 2.03-2 data compression library
ii  libpam0g  1.1.1-6Pluggable Authentication Modules l
ii  libpkcs11-helper1 1.07-1 library that simplifies the intera
ii  libssl0.9.8   0.9.8o-2   SSL shared libraries
ii  net-tools 1.60-23The NET-3 networking toolkit
ii  openssl-blacklist 0.5-2  list of blacklisted OpenSSL RSA ke
ii  openvpn-blacklist 0.4list of blacklisted OpenVPN RSA sh

openvpn recommends no packages.

Versions of packages openvpn suggests:
ii  openssl   0.9.8o-2   Secure Socket Layer (SSL) binary a
pn  resolvconfnone (no description available)

-- debconf information excluded



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



Bug#598975: QPainter Errors in ~/.xsession-errors

2010-10-06 Thread Eckhart Wörner
reassign libkhtml5 4:4.4.5-1
forwarded 598975 https://bugs.kde.org/show_bug.cgi?id=227697
tags 598975 + upstream
thanks

Am Dienstag, 05. Oktober 2010, 22:35:39 schrieb Thilo Six:
 https://bugs.kde.org/show_bug.cgi?id=227697
 *** This bug has been confirmed by popular vote. ***
 cough. and now what?

We have to wait until upstream fixes that.
Thank you for looking up the upstream bug report. :-)

Eckhart



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



Bug#598819: Reassign to xserver-xorg-video-nouveau

2010-10-05 Thread Eckhart Wörner
reassign 598819 xserver-xorg-video-nouveau
thanks

Reassigned as requested from the submitter of the bug report, also most likely 
not a KDE problem.



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



Bug#524751: (no subject)

2010-10-05 Thread Eckhart Wörner
reassign 597699 kdm
reassign 583312 kdm
forcemerge 590626 583336 597699 583312
retitle 590626 KDM timeout is not sufficient for parallel boot
tags 597699 + pending
thanks

KDM timeout will be increased in the next upload of kdebase-workspace.



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



Bug#520726: Merge with synaptic bug

2010-10-05 Thread Eckhart Wörner
reassign 525763 synaptic
tags 525763 - moreinfo
forcemerge 520726 525763
thanks

Merging with the bug filed against synaptic. According to comments this has 
been fixed in dpkg though, too tired to investigate right now...



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



Bug#598975: QPainter Errors in ~/.xsession-errors

2010-10-04 Thread Eckhart Wörner
tags 598975 + moreinfo
thanks

Am Sonntag, 03. Oktober 2010, 18:02:12 schrieb Thilo Six:
 After 6 hours uptime ~/.xsession-errors is now 5MB large.
 $ grep ^QPainter ~/.xsession-errors | wc -l
 119030
 
 It is difficult to stay aware of real problems with this mass messages.

Those messages *do* indicate real problems. Can you please try to pinpoint it 
to a specific application?

Eckhart



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



Bug#598443: kate: Kate reuses instances even without the -u option.

2010-09-28 Thread Eckhart Wörner
Hi,

Am Dienstag, 28. September 2010, 16:09:58 schrieb Andrew Greenberg:
 I need to run multiple Kate instances from the command line. I expect
 `kate file1` followed by `kate file2` to open two separate kate
 instances since those commands NOT include the `-u` flag. However, it
 *always* opens up in the already open instance even without that flag.
 
 Perhaps I'm missing something? Or there's some kind of alias somewhere
 on my system that replaces `kate` with `kate -u`? I certainly can't find
 it, if so.

The default behaviour of kate seems to have changed between 4.3 and 4.4. Have 
a look at kate --help:

   -n, --new Force start of a new kate instance (is
   ignored if start is used and another kate instance already has the
   given session opened), forced if no parameters and no URLs are given
   at all
 
 [...]
 
   -u, --use Reuse existing Kate instance; default, only
   for compatibility

So kate starts a new instance, kate somefile reuses an existing instance, 
kate -n somefile forces start of a new kate instance. As documented, -u is 
default behaviour, the option is only left for compatibility reasons.

Does that answer your question?

Eckhart



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



Bug#597692: Reassign to xserver-xorg-video-radeon

2010-09-28 Thread Eckhart Wörner
reassign 597692 xserver-xorg-video-radeon
tags 597692 - moreinfo
thanks

Reassigning as suggested on #debian-x.



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



Bug#598443: kate: Kate reuses instances even without the -u option.

2010-09-28 Thread Eckhart Wörner
severity 598443 minor
retitle 598443 kate: update man page wrt instance creation defaults
tags 598443 - d-i
thanks

Am Dienstag, 28. September 2010, 16:55:00 schrieb Andrew Greenberg:
 Yes, thank you. Should I submit a bug to update the man page?

Not necessary.

Eckhart



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



Bug#597789: osynctool unconditionally uses vi as editor

2010-09-22 Thread Eckhart Wörner
Package: osynctool
Version: 0.39-1
Severity: serious
Justification: Policy 11.4

osynctool --configure seems to have vi hardcoded.

Section 11.4 of the Debian Policy Manual states that every program that 
launches an editor or pager must use the EDITOR or PAGER environment variable 
to determine the editor or pager the user wishes to use. If these variables are 
not set, the programs /usr/bin/editor and /usr/bin/pager should be used, 
respectively.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages osynctool depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.24.2-1   The GLib library of C routines
ii  libopensync1exp7  0.39-4 Synchronisation framework for emai

osynctool recommends no packages.

osynctool suggests no packages.

-- no debconf information



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



Bug#597796: libopensync1exp7-dev: Inclusion of opensync.h causes build errors with gcc 4.4

2010-09-22 Thread Eckhart Wörner
Package: libopensync1exp7-dev
Version: 0.39-4
Severity: important
Tags: patch

gcc 4.4 preprocessor is more strict about the #elif directive, see 
http://www.cyrius.com/journal/gcc/gcc-4.4-preprocessor-errors for details.

This causes programs which include opensync.h header file (either directly or 
indirectly) to not build using gcc 4.4

The attached patch fixes those build errors.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

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

Versions of packages libopensync1exp7-dev depends on:
ii  libglib2.0-dev  2.24.2-1 Development files for the GLib lib
ii  libopensync1exp70.39-4   Synchronisation framework for emai
ii  libsqlite3-dev  3.7.2-1  SQLite 3 development files
ii  libxml2-dev 2.7.7.dfsg-4 Development files for the GNOME XM

libopensync1exp7-dev recommends no packages.

libopensync1exp7-dev suggests no packages.

-- no debconf information
--- opensync.h.backup	2010-09-23 02:58:55.0 +0200
+++ opensync.h	2010-09-23 02:59:51.0 +0200
@@ -45,11 +45,11 @@
 #define __func__ __FUNCTION__
 #define OSYNC_EXPORT __declspec(dllexport)
 
-#elif __GNUC__ 
+#elif defined(__GNUC__)
 #include unistd.h
 #define OSYNC_EXPORT __attribute__ ((visibility(default)))
 
-#elif __sun 
+#elif defined(__sun)
 #include unistd.h
 #define OSYNC_EXPORT __global 
 


Bug#595827: initramfs-tools: Add hid-cherry and hid-logitech to initramfs

2010-09-06 Thread Eckhart Wörner
Package: initramfs-tools
Version: 0.98.1
Severity: important
Tags: patch

Both a Cherry and a Logitech keyboard I own cannot be used at early boot time 
unless one also adds the hid-cherry / the hid-logitech module to the initramfs. 
The attached patch adds those two modules to hook-functions.

For the Cherry keyboard, kernels up to 2.6.32-3 are not affected, from 2.6.32-5 
(squeeze default) onwards all tested kernels were affected. Didn't do detailed 
checks for the Logitech keyboard.

The used devices that exhibit this problem are:
ID 046d:c30a Logitech, Inc. iTouch Composite
ID 046a:0023 Cherry GmbH CyMotion Master Linux Keyboard

Severity level important, since this makes booting with encrypted root 
partition impossible using those keyboards.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'lucid'), (400, 'experimental'), (400, 
'unstable')
Architecture: i386 (i686)

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

Versions of packages initramfs-tools depends on:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
ii  findutils 4.4.2-1utilities for finding files--find,
ii  klibc-utils   1.5.20-1   small utilities built with klibc f
ii  module-init-tools 3.12-1 tools for managing Linux kernel mo
ii  udev  161-1  /dev/ and hotplug management daemo

Versions of packages initramfs-tools recommends:
ii  busybox   1:1.17.1-4 Tiny utilities for small and embed

Versions of packages initramfs-tools suggests:
ii  bash-completion   1:1.2-2programmable completion for the ba

-- no debconf information
diff --git a/hook-functions b/hook-functions
index 9d63d58..0684296 100644
--- a/hook-functions
+++ b/hook-functions
@@ -394,7 +394,7 @@ auto_add_modules()
 	case ${1:-} in
 	base)
 		for x in ehci-hcd ohci-hcd uhci-hcd usbhid xhci hid-apple \
-		hid-microsoft \
+		hid-cherry hid-logitech hid-microsoft \
 		btrfs ext2 ext3 ext4 ext4dev isofs jfs nfs reiserfs udf xfs \
 		af_packet atkbd i8042 virtio_pci; do
 			manual_add_modules ${x}


Bug#595198: mobile-broadband-provider-info: Add 11 (German provider) to list

2010-09-01 Thread Eckhart Wörner
Package: mobile-broadband-provider-info
Version: 20100824-1
Severity: wishlist
Tags: patch

The attached patch adds the 11 APN to the list. Feel free to forward as 
appropriate.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (500, 'lucid'), (400, 'experimental'), (400, 
'unstable')
Architecture: i386 (i686)

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

-- no debconf information
diff --git a/serviceproviders.xml b/serviceproviders.xml
index 4430756..51536a7 100644
--- a/serviceproviders.xml
+++ b/serviceproviders.xml
@@ -1382,6 +1382,19 @@ conceived.
 !-- Germany --
 country code=de
 	provider
+		name1amp;1/name
+		gsm
+			!-- Vodafone (D2) network --
+			network-id mcc=262 mnc=02/
+			network-id mcc=262 mnc=04/
+			network-id mcc=262 mnc=09/
+
+			apn value=mail.partner.de
+!-- http://hilfe-center.1und1.de/mobilfunk/allgemein/wap_gprs_umts_hsdpa/5.html --
+			/apn
+		/gsm
+	/provider
+	provider
 		nameAldiTalk/MedionMobile/name
 		gsm
 			network-id mcc=262 mnc=03/


Bug#589699: Reassign to nvidia-glx

2010-08-15 Thread Eckhart Wörner
reassign 589699 nvidia-glx
thanks

Bug has been identified to be an issue with the nvidia binary driver, see e.g. 
https://bugs.kde.org/show_bug.cgi?id=198410

Eckhart



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



Bug#383952: kdevelop: New Project Dialog doesn't have maximize button under Gnome

2010-05-17 Thread Eckhart Wörner
 The point is that the workload of verifying hundreds of bugs can be
 distributed to the reporters.

Exactly.

 Furthermore there is the slight possibility that you have some special
 case and the thing wasn't reproducable for others due to different
 conditions. In that case you would not want to see reports closed only
 because others cannot reproduce the issues. Therefor it is good to ask the
 reporter if the issue still exists.

Most bugs are of that type because otherwise developers would probably notice 
them as well and fix them.

 Lastly, who has GNOME installed anyway. :D

I for myself don't have GNOME installed, and downloading it on a UMTS 
connection takes a very long time.

Therefore please check whether the bug is still present.

Eckhart



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



Bug#494585: closed by Eckhart Wörner ewoer...@kde.org ()

2010-04-25 Thread Eckhart Wörner
reopen 494585
thanks

Hi,

 I do not recall any request for response on my part. Sorry if I missed
 something.

As you can see at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494585 a 
mail has been sent to you on Monday, 22 March 2010 02:48:07 GMT.

 This is still a bug.

Can you please specify which version?

Eckhart



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



Bug#561762: kde4libs: many webkit vulnerabilities

2010-04-25 Thread Eckhart Wörner
Hi Moritz,

 Since you're writing with a @kde.org address: My mail to secur...@kde.org
 was left unanswered. Do you have a suggestion who to contact instead?

secur...@kde.org is the right place and several people have probably read your 
mail, however, there has been some problem in March with a mail left 
unanswered, discussed on kde-core-devel: 
http://thread.gmane.org/gmane.comp.kde.devel.core/64220
I suggest you either ping security again or ask at kde-core-de...@kde.org 
about the status.

Eckhart



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



Bug#561762: kde4libs: many webkit vulnerabilities

2010-04-03 Thread Eckhart Wörner
  CVE-2009-1703[25]:
  | WebKit in Apple Safari before 4.0 does not prevent references to file:
  | URLs within (1) audio and (2) video elements, which allows remote
  | attackers to determine the existence of arbitrary files via a crafted
  | HTML document.
 
 This doesn't affect kde4libs (and even if, the impact is negligable)

Konqueror loads local videos from an http context here.



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



Bug#531004: oxygen: Duplicate files could be linked

2010-03-30 Thread Eckhart Wörner
tags 531004 + patch
thanks

Hi,

the attached patch is a first attempt to symlink duplicate icons during the 
oxygen-icons build.

Eckhart
Index: debian/control
===
--- debian/control	(Revision 17552)
+++ debian/control	(Arbeitskopie)
@@ -4,7 +4,7 @@
 Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
 Uploaders: Sune Vuorela deb...@pusling.com, Fathi Boudra f...@debian.org,
  Armin Berres armin+deb...@space-based.de, Modestas Vainius mo...@debian.org
-Build-Depends: debhelper (= 7), cdbs, cmake
+Build-Depends: debhelper (= 7), cdbs, cmake, fdupes
 Standards-Version: 3.8.4
 Homepage: http://www.kde.org/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/oxygen-icons/#_trunk_packages_oxygen-icons_
Index: debian/rules
===
--- debian/rules	(Revision 17552)
+++ debian/rules	(Arbeitskopie)
@@ -5,3 +5,4 @@
 
 binary-predeb/oxygen-icon-theme::
 	find $(CURDIR)/debian/oxygen-icon-theme -type d -print0 |xargs -0 rmdir --ignore-fail-on-non-empty 
+	sh $(CURDIR)/debian/symlink_duplicates.sh $(CURDIR)/debian/oxygen-icon-theme/usr/share/icons
Index: debian/symlink_duplicates.sh
===
--- debian/symlink_duplicates.sh	(Revision 0)
+++ debian/symlink_duplicates.sh	(Revision 0)
@@ -0,0 +1,50 @@
+#!/bin/sh
+
+# Identifies duplicate files and symlinks them
+# Argument: the root directory for the search
+
+relativePath() {
+	local targetDir=`dirname $1`
+	local targetBase=`basename $1`
+	local relativeToDir=`dirname $2`
+
+	# Remove common path prefix
+	while [ -n $targetDir ]  [ `echo $targetDir | cut -d / -f 1` = `echo $relativeToDir | cut -d / -f 1` ]; do
+		targetDir=`echo $targetDir | cut -s -d / -f 2-`
+		relativeToDir=`echo $relativeToDir | cut -s -d / -f 2-`
+	done
+
+	local result=
+
+	# Climb up relativeToDir
+	while [ -n $relativeToDir ]; do
+		relativeToDir=`echo $relativeToDir | cut -s -d / -f 2-`
+		result=$result../
+	done
+
+	# Climb down targetDir
+	if [ -n $targetDir ]; then
+		result=$result$targetDir/
+	fi
+
+	echo $result$targetBase
+}
+
+
+echo Symlinking duplicate files, this may take some time...
+
+target=
+fdupes -r $1 | while read line; do
+	if [ -z $line ]; then
+		# New group of duplicate files begins
+		target=
+	elif [ -z $target ]; then
+		# Setting a new target for symlinking
+		target=$line
+	else
+		# Symlink duplicate
+		ln -sf `relativePath $target $line` $line
+	fi
+done
+
+echo ...finished


Bug#494971: karm: KArm doesn't honor the 'detect idle after XX minutes' setting

2010-03-28 Thread Eckhart Wörner
tags 494971 + fixed-upstream
thanks

This has been fixed in the 3.5 branch with revision 785995 (there has indeed 
been some seconds vs. minutes mess)



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



Bug#464729: /etc/kde3/kdm/XSession fails to detect some shells

2010-03-24 Thread Eckhart Wörner
tags 464729 - moreinfo

This should probably get solved via
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501968



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



Bug#575120: kdebase-runtime: dependency on libxine1?

2010-03-23 Thread Eckhart Wörner
The xine configuration module in systemsettings uses xine functions, therefore 
the dependency in kdebase-runtime.

Eckhart



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



Bug#555474: Reassign to openchrome driver

2010-03-23 Thread Eckhart Wörner
forwarded 555474 http://www.openchrome.org/trac/ticket/340
reassign 555474 xserver-xorg-video-openchrome
affects 555474 + kdebase-workspace
thanks

 Sorry to have filed this under the wrong package. I guess it should
 be under xserver-xorg-video-openchrome.

Advice appears to be plausible.



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



Bug#575184: shared-mime-info: Outdated description

2010-03-23 Thread Eckhart Wörner
Package: shared-mime-info
Version: 0.71-1
Severity: minor

Current description contains:

At this time ROX and GNOME use this database. KDE is expected to follow soon,
 and hopefully others too.

KDE already followed with the SC 4.0 release. :-)


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

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

Versions of packages shared-mime-info depends on:
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library

shared-mime-info recommends no packages.

shared-mime-info suggests no packages.

-- no debconf information



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



Bug#575187: shared-mime-info: Wrong mime type for rar archives?

2010-03-23 Thread Eckhart Wörner
Package: shared-mime-info
Version: 0.71-1
Severity: normal

shared-mime-info specifies application/x-rar for rar archives.
Apache, Wikipedia and KDE 3 specify application/x-rar-compressed for rar 
archives.
Who's right?


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (600, 'testing'), (400, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

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

Versions of packages shared-mime-info depends on:
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libglib2.0-0 2.22.4-1The GLib library of C routines
ii  libxml2  2.7.6.dfsg-2+b1 GNOME XML library

shared-mime-info recommends no packages.

shared-mime-info suggests no packages.

-- no debconf information



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



Bug#432598: Font sizes are not right when first starting kdm

2010-03-22 Thread Eckhart Wörner
forwarded 432598 https://bugs.freedesktop.org/show_bug.cgi?id=12219
reassign 432598 xorg
thanks



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



Bug#398983: kdm: Keyboard failure in kde after autologon

2010-03-21 Thread Eckhart Wörner
forwarded 398983 http://bugs.freedesktop.org/show_bug.cgi?id=13675
reassign 398983 xorg
thanks

The bug has been identified by KDE upstream to be an xorg problem long time 
ago, therefore reassigning.
Bug has probably been fixed at xorg already.



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



Bug#527121: printer-applet: error message client-error-bad-request pops up on every startup

2010-03-21 Thread Eckhart Wörner
 i cannot update to python-sip4 4.10 because dependency on python-kde4
 4.3.4-1+b1 that depends on
 python-sip4 (  none+~ )  AND
 python-sip4 ( = none)  (NOT AVAILABLE)

That's http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574815 - it seems I'm 
out of luck with the real bug report for now. :-(

Thank you for your help so far. :-)

Eckhart



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



Bug#460619: stalls (or hangs if called externally) opening encrypted '.zip' file.

2010-03-18 Thread Eckhart Wörner
 Package: ark
 Version: 4:4.2.4-1

Hi,

current version of ark is 4:4.3.4-1 - can you please upgrade and then try 
again?

Eckhart



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



Bug#527121: printer-applet: error message client-error-bad-request pops up on every startup

2010-03-18 Thread Eckhart Wörner
Hi,

 every time i am logging in or starting printer-applet manually from console
 it crashes with signal 11 (segmentation fault)

you probably got bitten by http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=554878

Eckhart



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



Bug#526848: Died with sigseg

2010-03-18 Thread Eckhart Wörner
tags 526848 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526848 some time 
ago. Since then, libspectre had several releases. Can you please verify 
whether the bug you reported is still present with libspectre 0.2.4-1 or 
later? Can you also please specify whether this happens with all postscript 
documents or just a specific one, for the latter, can you please attach that 
document (if possible)?

Eckhart



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



Bug#519212: kget: hogs audio device for no good reason

2010-03-17 Thread Eckhart Wörner
tags 519212 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519212 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current 
version?

Eckhart



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



Bug#525108: /usr/bin/lancelot: Lancelot crashes unexpectedly

2010-03-17 Thread Eckhart Wörner
Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525108 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current 
version?
The debug package for plasma-widget-lancelot is kdeplasma-addons-dbg.

Eckhart



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



Bug#460619: 'ark' stalls (or hangs if called externally) opening encrypted '.zip' file

2010-03-17 Thread Eckhart Wörner
tags 460619 + unreproducible moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=460619 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current 
version?

Eckhart



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



Bug#511337: kwikdisk doesn't show the size of smbshare and mounted pendrive

2010-03-17 Thread Eckhart Wörner
tags 511337 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=511337 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current version 
(and - if yes - specify which version)?

Eckhart



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



Bug#527121: printer-applet: error message client-error-bad-request pops up on every startup

2010-03-17 Thread Eckhart Wörner
tags 527121 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527121 some time 
ago. If the bug was caused by the error in hplip locale handling it should 
have gone away with versions ≥ 3.9.2. Can you please test this is indeed the 
case?

Eckhart



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



Bug#527121: printer-applet: error message client-error-bad-request pops up on every startup

2010-03-17 Thread Eckhart Wörner
tags 527121 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527121 some time 
ago. If the bug was caused by the error in hplip locale handling it should 
have gone away with versions ≥ 3.9.2. Can you please test this is indeed the 
case?

Eckhart



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



Bug#559458: kgpg: default selection is considered weak

2010-03-17 Thread Eckhart Wörner
reassign 559458 gnupg
thanks

Hi,

 As sha1 will be used by default to sign messages when a key is created,
 kgpg is continuing to use what is now considered a weak/not as strong
 method of signing. A key should use perhaps SHA2 to sign messages (by
 default).

kgpg doesn't set its own default but just uses whatever gpg serves, therefore 
reassigning to gnupg.

Eckhart



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



Bug#569211: printer-applet: AttributeError: 'JobManager' object has no attribute 'printer_uri_index'

2010-03-17 Thread Eckhart Wörner
tags 569211 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569211 some time 
ago. The bug you reported is probably due to changes in the python-cups 
package. Can you please check whether the bug still appears with python-cups 
version 1.9.48-1 (which is currently in testing) or later?

Eckhart



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



Bug#568060: korganizer: Import of CSV from outlook calendar not present and working very unfortunately

2010-03-17 Thread Eckhart Wörner
tags 568060 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=568060 recently. 
Can you please check whether it's the same bug as 
https://bugs.kde.org/show_bug.cgi?id=209043 ?

Eckhart



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



Bug#491508: (no subject)

2010-03-17 Thread Eckhart Wörner
tags 491508 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491508 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current version 
(and - if yes - specify which version)?

Eckhart



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



Bug#454586: (no subject)

2010-03-17 Thread Eckhart Wörner
forwarded 454586 https://bugs.kde.org/show_bug.cgi?id=165841
found 454586 4:4.2.0-1
thanks

This bug is tracked upstream:
- https://bugs.kde.org/show_bug.cgi?id=150790 for KDE 3
- https://bugs.kde.org/show_bug.cgi?id=165841 for KDE SC 4



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



Bug#495599: kdrc does not support non-us-keyboards

2010-03-16 Thread Eckhart Wörner
tags 495599 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495599 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current 
version? If yes, can you also please specify the type of remote connection 
you're using (vnc, rdp, ...)?

Eckhart



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



Bug#525225: (no subject)

2010-03-16 Thread Eckhart Wörner
tags 525225 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525225 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in a more current 
version? Can you also please try whether you can reproduce that bug using 
rdesktop, or whether you can solve the problem by applying the steps outlined 
in http://brennan.offwhite.net/blog/2007/01/18/fixing-copypaste-for-remote-
desktop-sessions/ ?

Eckhart



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



Bug#494926: knetwalk crash when puzzle completed

2010-03-15 Thread Eckhart Wörner
tags 494926 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494926 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present in KDE SC 4.x?

Eckhart



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



Bug#532177: kdebase-runtime: mouse cursor invisible

2010-03-14 Thread Eckhart Wörner
tags 532177 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532177 some time 
ago. Can you please verify whether the bug you reported is still present? Can 
you also please check if your bug is related to one of those:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550671
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549375
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559010

Eckhart



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



Bug#547801: [krdc] Lost sync

2010-03-14 Thread Eckhart Wörner
tags 547801 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=547801 some time 
ago. Since then, krdc had new releases. Can you please verify whether the bug 
you reported is still present? Please also provide information on the type of 
your remote connection (vnc, rdp, ...) and check whether your problem is the 
same as mentioned in https://bugs.kde.org/show_bug.cgi?id=171924

Eckhart



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



Bug#250743: krfb: server disconnects with first action after entering password.

2010-03-14 Thread Eckhart Wörner
tags 250743 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=250743 some time 
ago. Since then, krfb had new releases. Can you please verify whether the bug 
you reported is still present?

Eckhart



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



Bug#529896: Can't re-size ksystemlog small enough to fit on screen

2010-03-14 Thread Eckhart Wörner
tags 529896 + unreproducible moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529896 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present?

Eckhart



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



Bug#484312: kdm: logging out fails

2010-03-14 Thread Eckhart Wörner
reassign 484312 xserver-xorg
affects 484312 + kdm
thanks

According to the kdm maintainer (see 
https://bugs.kde.org/show_bug.cgi?id=202629#c12 ) this is a bug in the X 
server, therefore reassigning.



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



Bug#484312: kdm: logging out fails

2010-03-14 Thread Eckhart Wörner
Hi,

  According to the kdm maintainer (see
  https://bugs.kde.org/show_bug.cgi?id=202629#c12 ) this is a bug in the X
  server, therefore reassigning.
 
 I'm not sure what leads you to that conclusion, considering that this
 bug report (#484312) is in german, and contains 0 information about the
 issue.  I suppose it could be a bug in the graphics driver, but there's
 no way to tell...

When reassigning I mainly followed the close message of the linked-to KDE bug 
report which contains most of the relevant information.
The bug is reported to appear at least with intel and nvidia drivers, so at 
least it cannot be isolated to a single graphics driver.

Eckhart



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



Bug#484312: kdm: logging out fails

2010-03-14 Thread Eckhart Wörner
Hi Julien,

 I can't see any evidence that that kde bug has anything to do with
 484312, what's the link you're talking about?  In any case we'd probably
 have to see X logs from the submitter.

okay, I then misunderstood your first response (thought you questionned the 
linking of the KDE bug report to X), my fault.
As for the Debian bug report, the decision is mostly based on the timing of 
the report (I couldn't see any major related changes in kdm which could cause 
breakage at the KDE 3.5.9 release, I'm no expert though), and is of course 
partially based on suspicion.

 Alex, are you still having issues logging out from kdm as you did in
 2008 when you filed http://bugs.debian.org/484312 ?

Same question goes to Karsten Hilbert, he reported the same problem.

Eckhart



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



Bug#503985: error loading the module Embeddable Image Viewer

2010-03-13 Thread Eckhart Wörner
tags 503985 + unreproducible moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=503985 some time 
ago. Since then, KDE Software Compilation had several releases. Can you please 
verify whether the bug you reported is still present?

Eckhart



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



Bug#518101: excessive flickering using kubrick

2010-03-13 Thread Eckhart Wörner
tags 518101 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518101 some time 
ago. Since then, kubrick had several releases. Can you please verify whether 
the bug you reported is still present? If yes, please tell whether this also 
happens with other applications using OpenGL - e.g. compositing in kwin.

Eckhart



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



Bug#508589: ppp: USB Modem removal after PPP exits kills keyboard

2010-03-12 Thread Eckhart Wörner
tags 508589 + moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508589 some time 
ago. Since then, kppp had several releases. Can you please verify whether the 
bug you reported is still present and, if yes, give detailed information on 
how to reproduce it?

Eckhart



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



Bug#561762: kde4libs: many webkit vulnerabilities

2010-03-12 Thread Eckhart Wörner
block 561762 by 537931
thanks

The bug report mentions CVE-2009-1692 which has its konqueror/khtml 
counterpart at CVE-2009-2537, tracked at http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=537931



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



Bug#526159: konqueror: Piwik dashboard items collapsed

2010-03-12 Thread Eckhart Wörner
Regarding http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526159

I was unable to reproduce the described bug with konqueror from KDE SC 4.3.4. 
If this bug still occurs to you with a current version of konqueror, please 
provide a screen shot of the rendering misbehavior.



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



Bug#388341: Drop pmount recommends for KDE4

2010-03-12 Thread Eckhart Wörner
pmount is still referenced in code in KDE SC 4.4



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



Bug#217337: (no subject)

2010-03-12 Thread Eckhart Wörner
tags 217337 + moreinfo
thanks

Hi,

while looking through old KDE bug reports I came across your report at 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=217337
I don't actually understand where you want animated gif support. Can you 
please clarify this? Can you also please check whether your report is still 
valid?

Eckhart



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



Bug#353347: umbrello: crashes on delete

2010-03-11 Thread Eckhart Wörner
tags 353347 + unreproducible moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=353347 some time 
ago. Since then, Umbrello had several releases with lots of changes. Can you 
please verify whether the bug you reported is still present and, if yes, give 
detailed information on how to reproduce it. If Umbrello crashes, please 
provide a useful backtrace (by installing kdesdk-dbg).

Eckhart



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



Bug#499528: kate: some Vietnamese characters not displayed when utf-8 encoding is selected

2010-03-10 Thread Eckhart Wörner
tags 499528 + unreproducible moreinfo
thanks

Hi,

you reported http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=499528 some time 
ago, however, I wasn't able to reproduce the problem and therefore need some 
additional information.
Can you please tell me what font you use in kate? Your problem looks like it's 
related to the used font (a square normally tells that the font does not 
contain the letter).
Also, if you have a newer version of kate at hand (especially from KDE SC 
4.x), I'd appreciate if you verify the bug is still present.

Eckhart



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



Bug#528369: is last security patch in kdegraphics correct?

2010-03-09 Thread Eckhart Wörner
Hi,

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528369 looks like it has been 
answered some time ago. Can this bug be closed?

Eckhart



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



Bug#570714: kdelibs5: Icons for GNOME applications .desktop-files are not displayed

2010-03-02 Thread Eckhart Wörner
Hi,

the freedesktop.org icon theme specification [1] states:
In order to have a place for third party applications to install their icons 
there should always exist a theme called hicolor. [...] Implementations are 
required to look in the hicolor theme if an icon was not found in the 
current theme.

Therefore, for an application icon to be shown correctly in KDE, there has to 
be a corresponding icon in the hicolor theme (*not* in the gnome theme).

I just had a look at the four desktop files you mention:

(1) gnome-about-me.desktop references an icon user-info, however, there is 
no file /usr/share/icons/hicolor/*/apps/user-info.* in Debian.

(2) gnomecc.desktop references an icon gnome-control-center, however, there 
is no file /usr/share/icons/hicolor/*/apps/gnome-control-center.* in Debian.

(3) gmenu-simple-editor.desktop references an icon gnome-main-menu, however, 
there is no file /usr/share/icons/hicolor/*/apps/gnome-main-menu.* in Debian.

(4) ntfs-config.desktop references an icon gnome-dev-harddisk, however, there 
is no file /usr/share/icons/hicolor/*/apps/gnome-dev-harddisk.* in Debian.

Since those icon names are no standard application names according to the icon 
naming specification [2], and since none of these icons (including all their 
proper prefixes) exist in the hicolor theme, this has to be fixed in the 
packages capplets-data (for 1 and 2), gnome-menus (for 3) and ntfs-config (for 
4).

Eckhart

[1] http://standards.freedesktop.org/icon-theme-spec/latest/ar01s03.html
[2] http://standards.freedesktop.org/icon-naming-spec/latest/ar01s04.html



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



Bug#569595: korganizer: Calendar ceased synchronizing with remote iCal file via ftp

2010-02-27 Thread Eckhart Wörner
reassign 569595 mysql-server-5.1
forcemerge 569549 569595
thanks

Hi,

downgrading the following packages back to testing should help then:
mysql-client-5.1
mysql-server-5.1
libmysqlclient16

(oh, and I managed to use the wrong bug number last time; the correct bug 
number of your bug report is 569595, sorry for the mess)

Eckhart



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



  1   2   >