Bug#674446: dolphin: Application starting very long time.

2012-08-04 Thread GrzeĊ› Andruszkiewicz
David, do you have your Linux partition aligned to a 4kb sector on
your SSD? This might be the case as well (I have had to do it on my
HDD).

On 4 August 2012 06:09, David Smith sidic...@gmail.com wrote:
 Yes, I'm also having this problem...

 Dolphin sometimes takes 2+ minutes to open on a Sandy Brige quad-core CPU
 with Intel SSD (no swap partition).   Some applications such as kwrite also
 takes 2+ minutes to open..  All other apps open instantly, including
 LibreOffice.

 On my 6+ year old laptop, both these applications (Dolphin and Kwrite) open
 within a few seconds so the problem is a strange one indeed.. As the
 software between the two PCs is identical as far as I can tell.

 It *MIGHT* have something to do with NTFS partitions on the local machine.
 That's my only guess.. Or the fact that there is no swap partition on that
 PC. Does anybody else have NTFS partitions on the local machine and finding
 that Dolphin or kwrite takes several minutes to open every time? Or somebody
 who don't have swap partitions finding it takes minutes to open dolphin or
 kwrite?






-- 
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/CACzszyFJ=kHQGHp19WfZiCcz=ebqhqq+2j5kxy8wzecccwo...@mail.gmail.com



Bug#674446: dolphin: Application starting very long time.

2012-08-04 Thread dE .

On 08/04/12 10:39, David Smith wrote:

Yes, I'm also having this problem...

Dolphin sometimes takes 2+ minutes to open on a Sandy Brige quad-core 
CPU with Intel SSD (no swap partition).   Some applications such as 
kwrite also takes 2+ minutes to open..  All other apps open instantly, 
including LibreOffice.


On my 6+ year old laptop, both these applications (Dolphin and Kwrite) 
open within a few seconds so the problem is a strange one indeed.. As 
the software between the two PCs is identical as far as I can tell.


It *MIGHT* have something to do with NTFS partitions on the local 
machine.  That's my only guess.. Or the fact that there is no swap 
partition on that PC. Does anybody else have NTFS partitions on the 
local machine and finding that Dolphin or kwrite takes several minutes 
to open every time? Or somebody who don't have swap partitions finding 
it takes minutes to open dolphin or kwrite?







Situations are a bit different here; loading to KDE environment takes 
too long (a lot of I/O), but on other systems (Debian for instances), 
this's not so even with the same version of KDE.


After that lancelot also takes a lot of time for the 1st opening.


--
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/501d05cc.1090...@gmail.com



Processed: [PATCH] debian-qt-kde.mk: Use xz compression by default

2012-08-04 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 + patch
Bug #657243 [pkg-kde-tools] please consider using xz compression for KDE SC 
packages
Added tag(s) patch.

-- 
657243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657243
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.b657243.134408131020476.transcr...@bugs.debian.org



Bug#657243: [PATCH] debian-qt-kde.mk: Use xz compression by default

2012-08-04 Thread Ansgar Burchardt
Control: tag -1 + patch

I have attached a patch to change to compression for packages using
pkg-kde-tools' qt-kde-team/2/debian-qt-kde.mk (thanks to Modestas
Vainius).

Please consider applying it for wheezy.  We can then wait for 4.8.5 or
later prepare uploads should that not make it to wheezy.

Ansgar
From 44bde31a8807b3acbe53c78d4ba3ad07d8a2e235 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt ans...@debian.org
Date: Sat, 4 Aug 2012 13:39:47 +0200
Subject: [PATCH] debian-qt-kde.mk: Use xz compression by default. (Closes:
 #657243)

---
 qt-kde-team/2/debian-qt-kde.mk |3 +++
 1 file changed, 3 insertions(+)

diff --git a/qt-kde-team/2/debian-qt-kde.mk b/qt-kde-team/2/debian-qt-kde.mk
index d4feac9..d976b62 100644
--- a/qt-kde-team/2/debian-qt-kde.mk
+++ b/qt-kde-team/2/debian-qt-kde.mk
@@ -27,6 +27,9 @@ include $(dqk_dir)list-missing.mk
 # KDE packages are parallel safe. Add --parallel to dh_auto_% commands
 $(call set_command_options,dh_auto_%, += --parallel)
 
+# Use xz compression by default
+$(call set_command_options,dh_builddeb, += -u-Zxz)
+
 # Link with --as-needed by default
 # (subject to be moved to kde dh addon/debhelper buildsystem)
 dqk_link_with_as_needed ?= yes
-- 
1.7.10.4



Re: How to proceed with switching packages on first CDs to xz?

2012-08-04 Thread Ansgar Burchardt
Ansgar Burchardt ans...@debian.org writes:
 My suggestion is to now switch the default compression for GNOME and KDE
 packages to xz using gnome-pkg-tools (pkg-kde-tools) and then either
 schedule binNMUs (only arch:any packages) or no-changes uploads (for
 arch:all or Multi-Arch).  I would help with the latter if you agree me
 doing +build1 uploads that are not recorded in the VCS.

I prepared patches for cdbs (gnome.mk)[1] and pkg-kde-tools[2] to use xz
compression by default.  This affects 286 (GNOME[3]) resp. 204 (KDE[4])
source packages; all binaries are Priority: optional or extra.

  [1] http://bugs.debian.org/683819
  [2] http://bugs.debian.org/657243
  [3] 
http://people.debian.org/~ansgar/wheezy-cd-with-xz/sources-using-gnome.mk.txt
  [4] 
http://people.debian.org/~ansgar/wheezy-cd-with-xz/sources-using-pkg-kde-tools.txt

Not all packages will be rebuilt before the release, so some might
change compression should they be updated later.  As this does only
affect a subset of packages, I hope the release team is okay with this.

Once the patches are applied, I would like to start rebuilding a few
packages taken from the top of my earlier list:

  GNOME:
brasero 1320
empathy 1574
eog 821
epiphany-browser 1175
evince 3308
evolution-data-server 1283
gconf 965
gnome-control-center 2036
gnome-keyring 861
gnome-panel 1444
gnome-settings-daemon 889
gnome-terminal 1653
gnome-user-docs 2885
gtk+3.0 3642
libgweather 1827
metacity 823
nautilus 2223
totem 1147

  KDE:
kde4libs 718
kde-runtime 1360
kde-workspace 2352
kdenetwork 1844
kdepim 7259
qt4-x11 2195
qtwebkit 2697
  
  OTHER (file bug report, upload to DELAYED/5):
app-install-data 1489
geoip-database 1323
gnome-disk-utility 1212
gnome-packagekit 1211
gtk+2.0 3721
icu 3309
iso-codes 1871
libav 600
mutt 739
mysql-5.5 2283
nss 844
oxygencursors 3326
pulseaudio 559
samba 558
vlc 3970
webkit 2644
xkb-data 559

I have indicated the space savings in kB, but they are mostly only for a
single binary built from the named source.  The space savings are about
50 MB for the GNOME CD and over 32 MB for the KDE CD (more as each
source produces many binaries).

As mentioned I plan to do no-changes source uploads for arch:all and
Multi-Arch packages; arch:any should get a binNMU.

Once this first round of uploads is complete, we can take a look if we
need a bit more space or if this is already enough.

Ansgar


-- 
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/87wr1eahs1@deep-thought.43-1.org



Processed: user ans...@debian.org, usertagging 683819, severity of 683819 is important, usertagging 657243 ...

2012-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 user ans...@debian.org
Setting user to ans...@debian.org (was ans...@debian.org).
 usertags 683819 + xz-for-wheezy
There were no usertags set.
Usertags are now: xz-for-wheezy.
 severity 683819 important
Bug #683819 [cdbs] cdbs: gnome.mk: Use xz compression by default
Severity set to 'important' from 'normal'
 usertags 657243 + xz-for-wheezy
There were no usertags set.
Usertags are now: xz-for-wheezy.
 severity 657243 important
Bug #657243 [pkg-kde-tools] please consider using xz compression for KDE SC 
packages
Severity set to 'important' from 'wishlist'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
657243: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=657243
683819: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.13441042921689.transcr...@bugs.debian.org



Processed: [bts-link] source package marble

2012-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package marble
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #663373 (http://bugs.debian.org/663373)
 # Bug title: [marble] directions should indicate roundabouts and exits
 #  * http://bugs.kde.org/show_bug.cgi?id=303243
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 663373 + fixed-upstream
Bug #663373 [marble] [marble] directions should indicate roundabouts and exits
Added tag(s) fixed-upstream.
 usertags 663373 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
663373: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663373
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.134410969628239.transcr...@bugs.debian.org



Processed: [bts-link] source package kde4libs

2012-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package kde4libs
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #535702 (http://bugs.debian.org/535702)
 # Bug title: Faulty encoding/decoding of filenames
 #  * http://bugs.kde.org/show_bug.cgi?id=165044
 #  * remote resolution changed: WONTFIX - UPSTREAM
 #  * closed upstream
 tags 535702 + fixed-upstream
Bug #535702 [kdelibs5] Faulty encoding/decoding of filenames
Bug #538988 [kdelibs5] dolphin: I can't rename files in other character 
codification
Bug #549322 [kdelibs5] [kdelibs5] Refuse to open or rename a file with special 
character (may be a qt bug)
Added tag(s) fixed-upstream.
Added tag(s) fixed-upstream.
Added tag(s) fixed-upstream.
 usertags 535702 - resolution-WONTFIX
Usertags were: resolution-WONTFIX status-RESOLVED.
Usertags are now: status-RESOLVED.
 usertags 535702 + resolution-UPSTREAM
Usertags were: status-RESOLVED.
Usertags are now: status-RESOLVED resolution-UPSTREAM.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
535702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535702
538988: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538988
549322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549322
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.134410971428429.transcr...@bugs.debian.org



[bts-link] source package kde4libs

2012-08-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package kde4libs
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #535702 (http://bugs.debian.org/535702)
# Bug title: Faulty encoding/decoding of filenames
#  * http://bugs.kde.org/show_bug.cgi?id=165044
#  * remote resolution changed: WONTFIX - UPSTREAM
#  * closed upstream
tags 535702 + fixed-upstream
usertags 535702 - resolution-WONTFIX
usertags 535702 + resolution-UPSTREAM

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/20120804193104.16314.51978.btsl...@sonntag.debian.org



[bts-link] source package kde-baseapps

2012-08-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package kde-baseapps
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #609995 (http://bugs.debian.org/609995)
# Bug title: konqueror: SIGSEGV in auto completion of local path in address line
#  * http://bugs.kde.org/show_bug.cgi?id=262752
#  * remote status changed: UNCONFIRMED - RESOLVED
#  * remote resolution changed: (?) - WORKSFORME
#  * closed upstream
tags 609995 + fixed-upstream
usertags 609995 - status-UNCONFIRMED
usertags 609995 + status-RESOLVED resolution-WORKSFORME

# remote status report for #429016 (http://bugs.debian.org/429016)
# Bug title: properties of a file are not updated in an already opened 
konqueror window when changed from outside kde
#  * http://bugs.kde.org/show_bug.cgi?id=173733
#  * remote status changed: RESOLVED - NEW
#  * remote resolution changed: UNMAINTAINED - (?)
#  * reopen upstream
forwarded 429016 http://bugs.kde.org/show_bug.cgi?id=118136, merged-upstream: 
http://bugs.kde.org/show_bug.cgi?id=173733
tags 429016 - fixed-upstream
usertags 429016 - status-RESOLVED resolution-UNMAINTAINED
usertags 429016 + status-NEW

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/20120804193102.16314.68323.btsl...@sonntag.debian.org



[bts-link] source package kdesdk

2012-08-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package kdesdk
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #645667 (http://bugs.debian.org/645667)
# Bug title: [umbrello] can't export on XHTML : failed to load HTTP resource
#  * http://bugs.kde.org/show_bug.cgi?id=212723
#  * remote status changed: UNCONFIRMED - NEW
usertags 645667 - status-UNCONFIRMED
usertags 645667 + status-NEW

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/20120804193103.16314.10944.btsl...@sonntag.debian.org



Bug#673268: Re: Bug#673268: libqtwebkit4: utterly incorrect debian/copyright

2012-08-04 Thread Tobias Hansen
Am 10.07.2012 18:10, schrieb Elena ``of Valhalla'':
 I'm converting to machine readable debian/copyright because otherwise 
 I didn't see any sensible way to keep track of the different licenses / 
 copyright owners.

 Attached is a very partial debian/copyright file, up to
 Source/JavaScriptCore (plus Tools and WebKitLibraries); 
 any comment on the format before I continue?

Hi,

the file looks good so far. Maybe you can make your life a bit easier by
merging some file paragraphs. If all files in a directory have the same
licence, but different copyright lines, you can make one Files: dir/*
paragraph and list all the copyright lines in that one field. Most
packages also have a Files: * paragraph for the most common licence at
the beginning and overwrite that subsequently with the following paragraphs.

Best regards,
Tobias Hansen


-- 
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/501d8308.8030...@gmx.de



Bug#683855: incorrect extrema for second derivative - shows zero crossings

2012-08-04 Thread james
Package: kmplot
Version: 4:4.8.4-2

Severity: normal

Release: Unstable

For a Cartesian plot, enabling Show 2nd derivative under the Derivatives
tab, then selecting the Advanced button _for_the_second_derivative_, and
then checking the box for Show extrema (minimum/maximum points), the feature
fails, showing instead the zero crossings, not the minima and maxima.

KDE 4.8 is now obsolete, though the latest release from debian, so maybe not
much sympathy from the KDE developers.


James


-- 
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/e1sxkpl-0002h3...@jasper.nurealm.net



Bug#683856: kajongg: Unable to start local game

2012-08-04 Thread Eloi Notario
Package: kajongg
Version: 4:4.8.4-1
Severity: important

When starting kajongg for the first time, a connection error is shown 
to the user, apparently because the database files do not exist yet. 
These files should be created at first run before showing the UI, not 
after closing the game.

However, at second and following runs another error pops up: variant 
type None not implemented for field max(id).

In both cases these errors do not allow the user to start a local game. 
I didn't tried a network game, I have no other computer available to
connect to.

Severity important because they block (at least) local play.

entfe001@portatil2:~/.kde/share/apps$ ls kajongg
ls: cannot access kajongg: No such file or directory
entfe001@portatil2:~/.kde/share/apps$ kajongg
started the local kajongg server: pid=17889 kajonggserver --local 
--db=/home/entfe001/.kde/share/apps/kajongg/local.db
local server listening on UNIX socket /home/entfe001/.kajonggserver/socket
Wrong username: entfe001
Unhandled Error
Traceback (most recent call last):
Failure: twisted.cred.error.UnauthorizedLogin: SERVERWrong username: 
%1SERVERentfe001
local server terminates. Reason: last client disconnected
calling kajongg server on UNIX socket /home/entfe001/.kajonggserver/socket: 
Connection to the other side was lost in a non-clean fashion.
kajongg(17888)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
entfe001@portatil2:~/.kde/share/apps$ ls kajongg
kajongg.db  local.db
entfe001@portatil2:~/.kde/share/apps$ kajongg
started the local kajongg server: pid=17897 kajonggserver --local 
--db=/home/entfe001/.kde/share/apps/kajongg/local.db
local server listening on UNIX socket /home/entfe001/.kajonggserver/socket
calling kajongg server on UNIX socket /home/entfe001/.kajonggserver/socket: 
Query: variant type None not implemented for field max(id) 
kajongg(17896)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
local server terminates. Reason: last client disconnected
entfe001@portatil2:~/.kde/share/apps$ 


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

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

Versions of packages kajongg depends on:
ii  kdegames-mahjongg-data  4:4.8.4-1
ii  libqt4-sql-sqlite   4:4.8.2-1
ii  libsqlite3-03.7.13-1
ii  python  2.7.3~rc2-1
ii  python-kde4 4:4.8.4-1
ii  python-qt4-sql  4.9.3-4
ii  python-twisted-core 12.0.0-1
ii  vorbis-tools1.4.0-1

kajongg recommends no packages.

kajongg suggests no packages.

-- no debconf information


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



Processed: Re: Bug#683856: kajongg: Unable to start local game

2012-08-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 683856 + pending
Bug #683856 [kajongg] kajongg: Unable to start local game
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
683856: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.134411613530629.transcr...@bugs.debian.org



Bug#683856: kajongg: Unable to start local game

2012-08-04 Thread Pino Toscano
tag 683856 + pending
thanks

Hi,

the problem has been discovered few weeks ago and fixed already in the 
packaging VCS with backports of a couple of commits from upstream.

Thanks for your report,
-- 
Pino Toscano


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