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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2428768.NtT5azF0u7@obiwan



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0my28s-1ouudi3gae-00v...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0lcvm6-1oinuc3ni6-00j...@mrelayeu.kundenserver.de



Re: Qt3 removal

2010-11-22 Thread Eckhart Wörner
Hi Artur,

Am Montag, 22. November 2010, 13:44:51 schrieb Artur R. Czechowski:
 I would like to ask you if the process of submiting wishlist bugs about
 preparation to Qt3 removal is comleted.

Until one minute ago, I considered the process completed, yes.

 For example, I know one package which depends on Qt3 and has no bug
 submitted. The package is complearn-gui.

I used the lists at http://wiki.debian.org/kdelibs4c2aRemoval and 
http://wiki.debian.org/qt3-x11-freeRemoval to file the wishes, complearn-gui 
was not on that list.

Thanks for the notice,

Eckhart


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0lris4-1ojqpk0lbw-013...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0lyh3d-1ouaas03c3-015...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0lhiwz-1okjek2x57-00m...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0mb5gp-1p01om0avv-00k...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20101024230333.15219.33319.report...@yoda.wnet



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0ldbog-1ono3n48dm-00i...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0mmyl0-1p57oa23fq-007...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0m4tee-1ooshp2huo-00y...@mrelayeu.kundenserver.de



Bug#590626: (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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0lqpow-1oxnlt38tu-00d...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0lzna3-1ogivm3kx9-014...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0mcdn8-1orm643xzy-008...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0mnhbg-1p6lew024q-007...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/0m1kwe-1okk710cby-00t...@mrelayeu.kundenserver.de



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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201008160239.20359.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201005172035.30316.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004251816.07226.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201004040234.33161.ewoer...@kde.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-kde@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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003282134.24719.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003241931.44536.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003232212.32202.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003240353.22688.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003221716.35060.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003220238.01145.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003181250.28429.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003181300.39636.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003181451.01622.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003171239.43600.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003171534.08212.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003171923.17743.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003171934.35565.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003172219.43688.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003172230.05279.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003172323.54970.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003180217.06264.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003180257.05720.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003180313.03706.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003170033.33396.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003170209.29362.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003141524.48678.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003141718.31649.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003141725.10802.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003141830.14983.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003142104.13024.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003140124.14226.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003140358.47598.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003130026.29098.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003130128.04445.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003130252.44165.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003130300.04174.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003130339.44456.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003111908.54052.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003101832.33538.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003100224.29906.ewoer...@kde.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-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003030312.20013.ewoer...@kde.org



Bug#512340: kdepim: appointments (calendar) sent by ms exchange servers do not provide the right time due to timezone calculation problems

2010-02-27 Thread Eckhart Wörner
tags 512340 moreinfo
severity 512340 minor
thanks

Hi,

can you please check whether the bug you reported at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512340
can be fixed using the advice in the KDE bugzilla at
https://bugs.kde.org/show_bug.cgi?id=103857#c5 ?

Thank you,
Eckhart



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002280025.50285.ewoer...@kde.org



Bug#511176: (no subject)

2010-02-26 Thread Eckhart Wörner
tags 511176 upstream fixed-upstream fixed-in-experimental

This bug has been fixed with KOffice 2.0



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002262103.56097.ewoer...@kde.org



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

2010-02-26 Thread Eckhart Wörner
tags 569595 moreinfo
thanks

Hi,

it looks like your problem described at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569595
is a duplicate of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569549

Could you please tell whether your installed mysql version is from unstable?

Thank you,
Eckhart Wörner



--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002262155.49767.ewoer...@kde.org



Bug#569595: (no subject)

2010-02-26 Thread Eckhart Wörner
This mail has been accidentally sent to the wrong bug address first:

Hi,

it looks like your problem described at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569595
is a duplicate of
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569549

Could you please tell whether your installed mysql version is from unstable?

Thank you,
Eckhart Wörner



--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002262231.09099.ewoer...@kde.org



Bug#569549: akonadi incompatible with mysql 5.1.43

2010-02-26 Thread Eckhart Wörner
retitle 569549 init_available_charsets uses double checked locking
reassign 569549 mysql-server-5.1 5.1.43-1
forwarded 569549 http://bugs.mysql.com/bug.php?id=45058
affects 569549 + libakonadiprivate1 korganizer kaddressbook
thanks

According to KDE bugzilla[1] the reported bug is a problem with MySQL handling 
of multiple mysql_library_init() and mysql_library_end() calls, already 
reported upstream with MySQL[2] and patch pending.

[1] https://bugs.kde.org/show_bug.cgi?id=226960
[2] http://bugs.mysql.com/bug.php?id=45058



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002262220.37652.ewoer...@kde.org



Bug#538298: dolphin: Dolphin freezes loading folder with many large files

2010-02-24 Thread Eckhart Wörner
reopen 538298 =
notforwarded 538298
thanks

Sorry for accidentally closing this bug report.



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002250111.15818.ewoer...@kde.org



Bug#569706: ktimetracker: Can't delete task when Track Active Applications is checked

2010-02-21 Thread Eckhart Wörner
Hi Stefano,

can you please test whether the patch at 
https://bugs.kde.org/show_bug.cgi?id=227746#c2 works for you?

Thank you!



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002211642.39887.ewoer...@kde.org



Bug#526159: konqueror: Piwik dashboard items collapsed

2010-02-19 Thread Eckhart Wörner
tags 526159 + moreinfo unreproducible
thanks

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



Bug#562955: (no subject)

2010-02-19 Thread Eckhart Wörner
tags 562955 - patch
thanks

You have tagged Debian bug 562955 with patch, however, your bug report does 
not contain any patch. I've therefore removed that tag from the bug. If you do 
have a patch for this bug, please attach it to the bug report at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=562955

Thank you!



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002200305.19893.ewoer...@kde.org



Bug#532412: (no subject)

2010-02-18 Thread Eckhart Wörner
severity 532412 wishlist
retitle 532412 Right-click menus on tabs titles, for quick access to functions
forwarded 532412 https://bugs.kde.org/show_bug.cgi?id=153376
thanks

Please don't report more than one issue per bug report.

Also, the bugs you reported are KDE bugs. Please report them via
Help - Report bug... menu item of the respective application
or by visiting https://bugs.kde.org/ and following instructions
to report a new bug.

Debian Qt/KDE maintainers do not have resources to deal with
non Debian-specific bugs and therefore it is unlikely that
your bugs will be solved if you do not report them to KDE developers
directly (unless they have/had been reported by somebody else).



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002182232.48103.ewoer...@kde.org



Bug#565978: (no subject)

2010-02-17 Thread Eckhart Wörner
retitle 565978 kommander does not recognize --stdin option
tags 565978 + upstream
thanks

Note that the kommander executable does not allow you to create kommander 
scripts, just to run them (see kommander --help for details). Running 
kommander without any additional arguments is therefore of no use.
However, you're right in that kommander does not recognize the --stdin option, 
which is indeed a bug.



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002171949.06626.ewoer...@kde.org



Bug#535490: (no subject)

2010-02-17 Thread Eckhart Wörner
There is an option Lock screen on resume in the power management (system 
settings, advanced). Is that option activated?



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002172216.39027.ewoer...@kde.org



Bug#535102: (no subject)

2010-02-17 Thread Eckhart Wörner
notforwarded 535102
reopen 535102 =
thanks

Sorry for closing that report, missed the last comment.



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002172243.18666.ewoer...@kde.org



Bug#501986: (no subject)

2010-02-17 Thread Eckhart Wörner
tags 501986 + wontfix
thanks

This is not a bug in KDE, but a bug with the wallpaper provider (kde-
look.org).



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201002180157.38148.ewoer...@kde.org



Bug#460815: kde-l10n-de: Should conflict with gwenview-i18n

2008-01-14 Thread Eckhart Wörner
Package: kde-l10n-de
Version: 4:4.0.0-1
Severity: normal

Package tries to overwrite /usr/share/locale/de/LC_MESSAGES/gwenview.mo, which 
is also in 
gwenview-i18n

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

Kernel: Linux 2.6.24-rc5-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 kde-l10n-de depends on:
ii  kdelibs5  4:4.0.0-1  core libraries for all KDE 4 appli

kde-l10n-de recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#452434: (no subject)

2008-01-01 Thread Eckhart Wörner
Looks like this has been fixed in 4:3.98.0~svn753247-1, at least it works for 
me now.

-- 
Eckhart Wörner
GPG Fingerprint: 409F 6C94 4850 B947 AE04 F776 505A BA9A 400F 8876


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


Bug#395868: krita: Krita keeps producing windows when using Text tool with a tablet stylus

2006-10-28 Thread Eckhart Wörner
Package: krita
Version: 1:1.6.0-2
Severity: critical
Justification: causes serious data loss

Krita keeps producing windows when using Text tool with a tablet stylus. This 
causes the X server to freeze (unless you kill Krita 
very soon). X server can only be killed by using remote shell 
(CTRL+ALT+BACKSPACE does not respond anymore), therefore likely causes 
data loss in X applications.

The bug does not appear in Krita 1.5.2 (but has already appeared in earlier 
versions).

See also http://bugs.kde.org/136151

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (600, 'unstable'), (600, 'testing'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages krita depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-2 core libraries and binaries for al
ii  koffice-libs   1:1.6.0-2 common libraries and binaries for 
ii  krita-data 1:1.6.0-2 data files for Krita painting prog
ii  libbz2-1.0 1.0.3-6   high-quality block-sorting file co
ii  libc6  2.3.6.ds1-7   GNU C Library: Shared libraries
ii  libexif12  0.6.13-4  library to parse EXIF files
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-18GCC support library
ii  libgl1-mesa-glx [libgl 6.5.1-0.2 A free implementation of the OpenG
ii  libglu1-mesa [libglu1] 6.5.1-0.2 The OpenGL utility library (GLU)
ii  libgraphicsmagick1 1.1.7-9   format-independent image processin
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjasper-1.701-1  1.701.0-2 The JasPer JPEG-2000 runtime libra
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  liblcms1   1.15-1Color management library
ii  libopenexr2c2a 1.2.2-4.3 runtime files for the OpenEXR imag
ii  libpng12-0 1.2.8rel-7PNG library - runtime
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-18  The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-6   Tag Image File Format (TIFF) libra
ii  libwmf0.2-70.2.8.4-2 Windows metafile conversion librar
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3-13compression library - runtime

krita recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#393634: krita: Krita should depend on dcraw

2006-10-17 Thread Eckhart Wörner
Package: krita
Version: 1:1.5.2-2+b1
Severity: normal

Without dcraw, Krita is missing functionality, i.e. it can not import raw 
images.
As this a quite common usecase for an application like Krita, it should at 
least recommend it in the dependencies.
At the moment, there is no hint at all what to install to get raw image support.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (300, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages krita depends on:
ii  kdelibs4c2a   4:3.5.5a-1 core libraries and binaries for al
ii  koffice-libs  1:1.5.2-2+b1   common libraries and binaries for 
ii  krita-data1:1.5.2-2  data files for Krita painting prog
ii  libbz2-1.01.0.3-6high-quality block-sorting file co
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libexif12 0.6.13-4   library to parse EXIF files
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.1.1-13 GCC support library
ii  libgl1-mesa-glx [ 6.5.0.cvs.20060524-1.1 A free implementation of the OpenG
ii  libglu1-mesa [lib 6.5.0.cvs.20060524-1.1 The OpenGL utility library (GLU)
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjasper-1.701-1 1.701.0-2  The JasPer JPEG-2000 runtime libra
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  liblcms1  1.15-1 Color management library
ii  libmagick97:6.2.4.5.dfsg1-0.10   Image manipulation library
ii  libopenexr2c2a1.2.2-4.3  runtime files for the OpenEXR imag
ii  libpng12-01.2.8rel-5.2   PNG library - runtime
ii  libqt3-mt 3:3.3.6-4  Qt GUI Library (Threaded runtime v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-13   The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-6Tag Image File Format (TIFF) libra
ii  libx11-6  2:1.0.0-9  X11 client-side library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxi61:1.0.1-3  X11 Input extension library
ii  libxml2   2.6.26.dfsg-4  GNOME XML library
ii  zlib1g1:1.2.3-13 compression library - runtime

krita recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#382874: kopete: Please package new version of Kopete

2006-08-13 Thread Eckhart Wörner
Package: kopete
Version: 4:3.5.4-2
Severity: wishlist

Kopete 0.12 branch (0.12.2 atm) contains great improvements over 0.11 branch, 
like better jabber support.

It would be great to see these improvements also in Debian. ;-)

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]