Bug#604429: Please provide an https self signed feed to test

2011-11-29 Thread Maximiliano Curia
Hi,

I was trying to reproduce this bug, but I couldn't find a self signed https
feed. Could you please provide a link to test this issue?

Thanks,
-- 
A computer scientist is someone who, when told to Go to Hell,
sees the go to, rather than the destination, as harmful.
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#604429: Please provide an https self signed feed to test

2011-12-06 Thread Maximiliano Curia
Hola Mikko Tuumanen!

El 05/12/2011 a las 22:56 escribiste:
  I was trying to reproduce this bug, but I couldn't find a self signed https
  feed. Could you please provide a link to test this issue?
 
 I've set up a self signed redmine with an atom feed here:
 https://k2c42.dyndns.org/redmine/news

 I hope that helps.

I tried to help with this bug, but I could not reproduce it with the newer
versions of akregator/libkdepim/kde4libs. Reading the code that processes the
feeds, I found that it ends up calling kde4libs's KIO::get, so if the bug is
still present it should probably be reported to the libkio5 package.

The relevant package versions in my system are:
akregator  4:4.4.11.1+l10n-1
libkdepim4 4:4.4.11.1+l10n-1
libkio54:4.6.5-2+b1

If possible, could you try to reproduce the issue using those versions?

Thanks,
-- 
Always code as if the person who ends up maintaining your code is a violent
psychopath who knows where you live.
-- John Woods
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#700121: kdm: second login on static server makes kwin freeze

2013-02-11 Thread Maximiliano Curia
Hi,

I'm using kdm in a number of machines and I could not reproduce the problem.
However, I suspect the problem might be related to the composite manager
startup (the second time) due to a video driver glitch.

Can you please provide the hardware info of the video card you are using?

Can you test the problem using Xrender as the composing type?
(System Settings - Workspace Appearance and Behavior - Desktop Effects -
Advanced - Compositing type)

Also, the steps to reproduce the problem are somewhat eclectic, please, could
you provide a series of steps to reproduce the problem in a clean machine.

Thanks,
-- 
If the code and the comments disagree, then both are probable wrong.
-- Norm Schryer
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#629123: libqca2-plugin-ossl: Kopete cannot connect to a self-signed TLS jabber server

2013-02-11 Thread Maximiliano Curia
Hi,

I'm tried to reproduce this bug using the opensecurity.org xmpp server, as
reported in the backlog but it seems that the public registration is not 
working.

So I made a local installation of prosody, configured a self-signed key with:
openssl req -new -x509 -days 365 -nodes -out prosody.crt -keyout prosody.key

Kopete complained about the self signed TLS server but it worked fine.

Also, the archlinux bug tracker claims the bug was fixed with kopete 4.8.3.

So I'm inclined to closing this bug.

I'm testing it with libqca2-plugin-ossl 2.0.0~beta3-2 on a amd64 system, which
seems to have some unrelated changes. And the current version of kopete is:
4:4.8.4-1+b1.

Please, if you can still reproduce the problem, it would need access to a xmpp
server were the error presents itself.

Thanks,
-- 
If a pickpocket meets a saint, he sees only his pockets.
-- Kegley's Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#700121: kdm: second login on static server makes kwin freeze

2013-02-11 Thread Maximiliano Curia
¡Hola Shai!

El 2013-02-12 a las 02:41 +0200, Shai Berger escribió:
 It seems you were right:

Ok, so, we should probably reassign this bug to nvidia-glx. But before that it
might be useful to test the double composite manager initialization with
another composite manager such as compiz.

On the personal level, I've heard that the current nvidia drivers have number
of issues and that the version 295, while not error free, seem to work better.

You can find older nvidia drivers here:
http://snapshot.debian.org/package/nvidia-graphics-drivers

So, if you can test those they might add some information to the nvidia
developers.

-- 
If a pickpocket meets a saint, he sees only his pockets.
-- Kegley's Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#672554: konsole: vertically misaligned/cut off characters

2013-02-15 Thread Maximiliano Curia
retitle 672554 konsole: vertically misaligned/cut off characters
tags 672554 + patch
thanks

Hello,

This bug seems to be caused by a problem in the qt's painter::drawText
method handling monospace fonts with different attributes (bold, inverted and
such), that end up with slightly different positions.

The konsole developers applied two patches to handle this problem, the first
one increased the text linespacing so that the misalignment
doesn't end up with cut off characters. (affecting src/TerminalDisplay.h
setBidiEnabled function).

The second patch adds a flag to the drawText to align the text (this shouldn't
be needed in a monospace font), the result hides the problem in almost every
case (affecting src/TerminalDisplay.cpp drawCharacters function).

Both patches are applied only to the unidirectional text rendering, but after
a few releases the bidirectional text rendering became the default, thus making
this bug noticeable again. Although as the bidirectional renderer draws the
whole line, the misplacement won't make the terminal useless as the
unidirectional renderer used to cause; it's just annoying.

The misplacement is not always the same, it depends on the font you are using,
some fonts seem to be particularly prone to misplacement. Currently, I'm using
the Anonymous Pro font; before, I used the Terminus font and it was displaced
more heavily in presence of unicode chars, while the TrueType fonts seem to be
displaced with the change of attributes.

To test this bug, I use the manpage of fonts.conf, close to the end of the
manpage, the line that starts with conf.d, the text is sligthly misplaced.
Selecting a word causes the line to get redrawn in a slightly different
position. This misplacement is very subtle, some texts produce a more serious
misplacement, but this is the one I found when I was tracking the problem.

I'm attaching two patches that modify the patches made by upstream, the first
one adds the alignBottom flag to the bidirectional renderer. This patch hides
part of the misplacement in the bidirectional renderer.

The second patch reverts the added linespacing for the unidirectional
renderer, making the lines in konsole of the same height than in any other
program, while using the same font (this can be tested using a gnome-terminal
or similar with transparency on top of konsole).

As mentioned before, these patches only reduce the effect of the problem, but
the error is somewhere in the execution produced by drawText. So far, I
haven't found the culprit.

-- 
If you are in a hole, stop digging. -- The First Rule of Excavation
Saludos /\/\ /\  `/
Index: konsole/src/TerminalDisplay.cpp
===
--- konsole.orig/src/TerminalDisplay.cpp	2013-02-15 13:56:21.342032187 +0100
+++ konsole/src/TerminalDisplay.cpp	2013-02-15 14:37:06.932813212 +0100
@@ -701,6 +701,13 @@
 if (isLineCharString(text)) {
 drawLineCharString(painter, rect.x(), rect.y(), text, style);
 } else {
+		// Avoid fonts vertical displacement.
+
+		// See bug 280896 for more info
+		int flags = 0;
+#if QT_VERSION = 0x040800
+		flags |= Qt::AlignBottom;
+#endif
 // Force using LTR as the document layout for the terminal area, because
 // there is no use cases for RTL emulator and RTL terminal application.
 //
@@ -715,14 +722,9 @@
 //
 // This was discussed in: http://lists.kde.org/?t=12055222362r=1w=2
 if (_bidiEnabled) {
-painter.drawText(rect, 0, text);
+painter.drawText(rect, flags, text);
 } else {
-// See bug 280896 for more info
-#if QT_VERSION = 0x040800
-painter.drawText(rect, Qt::AlignBottom, LTR_OVERRIDE_CHAR + text);
-#else
-painter.drawText(rect, 0, LTR_OVERRIDE_CHAR + text);
-#endif
+painter.drawText(rect, flags, LTR_OVERRIDE_CHAR + text);
 }
 }
 }
Index: konsole/src/TerminalDisplay.h
===
--- konsole.orig/src/TerminalDisplay.h	2013-02-15 13:56:21.342032187 +0100
+++ konsole/src/TerminalDisplay.h	2013-02-15 15:19:43.391806071 +0100
@@ -384,7 +384,7 @@
 if (_bidiEnabled) {
 setLineSpacing(0);
 } else {
-setLineSpacing(2);
+setLineSpacing(0);
 }
 #endif
 }


signature.asc
Description: Digital signature


Bug#698297: (no subject)

2013-02-20 Thread Maximiliano Curia
tag 698297 unreproducible moreinfo
thanks

Hi,

I could not reproduce this issue. It might be useful if you could try to
reproduce the problem with a new user in your system and decribe the required
steps.

Thanks,
-- 
If I ask another professor what he teaches in the introductory programming
course, whether he answers proudly Pascal or diffidently FORTRAN, I know
that he is teaching a grammar, a set of semantic rules, and some finished
algorithms, leaving the students to discover, on their own, some process of
design.
-- Robert W. Floyd
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#586030: konsole fallbacks to $HOME, pcmanfm: opens Terminal in wrong folder

2013-02-20 Thread Maximiliano Curia
tag 586030 patch
thanks

Hi,

Upstream fixed this behaviour in konsole 4.9.3, the wheezy version requires
the attached patch to honour the current working directory of the caller.

Thanks,
-- 
Programs must be written for people to read, and only incidentally for
machines to execute.
-― Hal Abelson, Structure and Interpretation of Computer Programs
Saludos /\/\ /\  `/
Author: Jekyll Wu adap...@gmail.com
Date:   Wed Oct 3 16:45:55 2012 +0800

Remove the hack of resetting working directory to $HOME

That hack is added due to the the single process model used by konsole.
However, That hack seems to make the thing more confusing as reflected in bug
302903

So here is a known issue: if you set konsole as the terminal emulator
used in pcmanfm, pressing F4 twice in different folder will open two
konsole window in the same folder.

Index: konsole/src/Session.cpp
===
--- konsole.orig/src/Session.cpp	2013-02-20 16:05:22.075301582 +0100
+++ konsole/src/Session.cpp	2013-02-20 16:07:14.862690867 +0100
@@ -470,7 +470,7 @@
 if (!_initialWorkingDir.isEmpty())
 _shellProcess-setInitialWorkingDirectory(_initialWorkingDir);
 else
-_shellProcess-setInitialWorkingDirectory(QDir::homePath());
+_shellProcess-setInitialWorkingDirectory(QDir::currentPath());
 
 _shellProcess-setFlowControlEnabled(_flowControl);
 _shellProcess-setEraseChar(_emulation-eraseChar());


signature.asc
Description: Digital signature


Bug#705444: ITP: picmi -- Number logic game

2013-04-15 Thread Maximiliano Curia
Package: wnpp
Severity: wishlist
Owner: Maximiliano Curia m...@debian.org

* Package name: picmi
  Version : 4.10.2
  Upstream Author : Jakob Gruber jakob.gru...@gmail.com
* URL : http://games.kde.org/game.php?game=picmi/
* License : GPL-2+ (program) and GFDL-1.2+ (documentation)
  Programming Lang: C++
  Description : Number logic game
 Picmi is a number logic game in which cells in a grid have to be colored or
 left blank according to numbers given at the side of the grid to reveal a
 hidden picture.
 .
 This package is part of the KDE games module.


-- 
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/20130415064219.27266.91403.report...@amadeus.maxy.com.ar



qyoto: Files under Qt Preview licenses

2013-04-22 Thread Maximiliano Curia
¡Hola!

Packaging qyoto for Debian we have found a number of files that have a
Qt Preview licenses agreement disclaimer and no reference to a LGPL license 
option. Making those files non-free, so they would have to be removed from the 
debian packages.

Which is kind of sad, knowing that the software which is based on have had 
diffrent licenses over the time.

The files are mostly uic related, and it would be great if we could port the 
changes made to a LGPL released version of uic. Would you consider that 
feasible?

The license disclaimer is:
/
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the tools applications of the Qt Toolkit.
**
** Licensees holding valid Qt Preview licenses may use this file in
** accordance with the Qt Preview License Agreement provided with the
** Software.
**
** See http://www.trolltech.com/pricing.html or email sa...@trolltech.com for
** information about Qt Commercial License Agreements.
**
** Contact i...@trolltech.com if any conditions of this licensing are
** not clear to you.
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
**
/

The files affected are:

tools/uics/option.h
tools/uics/validator.h
tools/uics/uic.cpp
tools/uics/utils.h
tools/uics/globaldefs.h
tools/uics/validator.cpp
tools/uics/uic.h
tools/uics/customwidgetsinfo.h
tools/uics/driver.h
tools/uics/customwidgetsinfo.cpp
tools/uics/databaseinfo.cpp
tools/uics/cs/cswriteiconinitialization.h
tools/uics/cs/cswriteinitialization.h
tools/uics/cs/cswriteiconinitialization.cpp
tools/uics/cs/cswriteinitialization.cpp
tools/uics/cs/cswriteicondeclaration.h
tools/uics/cs/cswriteicondata.cpp
tools/uics/cs/cswritedeclaration.cpp
tools/uics/cs/cswriteincludes.h
tools/uics/cs/cswriteincludes.cpp
tools/uics/cs/cswriteicondeclaration.cpp
tools/uics/cs/cswriteicondata.h
tools/uics/cs/cswritedeclaration.h
tools/uics/main.cpp
tools/uics/driver.cpp
tools/uics/databaseinfo.h

examples/tutorial/t12/main.cs
examples/tutorial/t13/main.cs
examples/tutorial/t11/lcdrange.cs
examples/tutorial/t11/main.cs
examples/tutorial/t11/cannonfield.cs
examples/tutorial/t14/main.cs


Thanks and happy hacking,
-- 
UNIX is basically a simple operating system, but you have to be a genius to
understand the simplicity.
-- Dennis Ritchie
Saludos /\/\ /\  `/


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


Bug#611554: Ark no longer allows to Open with a suitable application

2013-04-25 Thread Maximiliano Curia
Hi!

Ldten K wrote:
 Package: ark
 Version: 4:4.8.4-2

 I can confirm that the bug still exists in wheezy. It also appears that a
 patch has been suggested to Ark/KDE developers by one of the users but KDE
 developers are not responsive.

 This bug has been open for five(!) years and it doesn't look like it's going
 to be fixed any time soon by KDE. Maybe Debian could apply the path to its
 internal sources without waiting for KDE? Thanks

That functionality is currently available in dolphin, setting Open archives as 
folder in the Navigation section of the settings window. Also, the patch was 
reviewed [1] by upstream developers and pointed out a number of issues.

I don't think it's a good idea to apply this patch for Debian, as long as 
upstream developers don't accept it. On the other hand, please, if you have 
the time to check the issues that upstream pointed out it would be a great 
improvement to ark.

[1]: https://git.reviewboard.kde.org/r/103690/
-- 
If programmers deserve to be rewarded for creating innovative programs, by
the same token they deserve to be punished if they restrict the use of these
programs.
-- Richard M. Stallman
Saludos /\/\ /\  `/


-- 
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/20130425072949.8bf515e4...@freak.gnuservers.com.ar



Bug#648521: kdelibs-bin: Login fails once from two times in alternance

2013-05-10 Thread Maximiliano Curia
tag 648521 + unreproducible moreinfo
severity 648521 normal
thanks

Hi,

We could not reproduce the issue, and the codebase has changed so much that
the issue might have been fixed in the meantime.

So, I'm downgrading the bug severity and would close the issue if no extra info 
is added.

Please, if you still can reproduce the problem let us know, if possible,
explain the steps needed to reproduce it.

Thanks,
-- 
If I ask another professor what he teaches in the introductory programming
course, whether he answers proudly Pascal or diffidently FORTRAN, I know
that he is teaching a grammar, a set of semantic rules, and some finished
algorithms, leaving the students to discover, on their own, some process of
design.
-- Robert W. Floyd
Saludos /\/\ /\  `/



signature.asc
Description: Digital signature


Bug#699468: okular: CTL issue: copy persian words (right-to-left) to clipboard results in wrong order of the letters

2013-05-27 Thread Maximiliano Curia
Hi,

I would like to test the this problem, could you publish some pdf were the
issue show itself?

Thanks,
-- 
It is not the task of the University to offer what society asks for, but to
give what society needs.
-- Edsger W. Dijkstra
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


About gpgme1.0 (1.4.1-0.1) and libpth-dev

2013-05-27 Thread Maximiliano Curia
¡Hola!

In your upload of gpgme1.0, you dropped the libpth-dev build-dep which 
means that libgpgme-pth.so is not generated. This causes a FTBFS for 
kdepimlibs, and also breaks the current libgpgme++2 in unstable and testing. 

This is not the expected way to handle libraries and transitions. Please, 
whenever you deal with libraries you need to have extra care not to mess up 
with the packages that depend on it.

Is there any reason for the drop? If not, please add it again.

Happy hacking,
-- 
The sooner you start to code, the longer the program will take. -- Roy Carlson
Saludos /\/\ /\  `/



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


Re: [Fwd: About gpgme1.0 (1.4.1-0.1) and libpth-dev]

2013-05-28 Thread Maximiliano Curia
¡Hola Daniel!

El Tuesday, May 28, 2013 a las 08:06 escribiste:
 The build-time dependency on libpth-dev has been dropped in upstream
 release 1.3.2. Check out the NEWS file.

Ok, great.
 
 Do the mentioned packages really depend on libgpgme-pth.so or do they just
 need a binNMU? I'll investigate further in the evening.

I think a binNMU would be enough, but I've only checked the amd64 binaries 
that depend on libgpgme++.

-- 
Any change looks terrible at first. -- Principle of Design Inertia
Saludos /\/\ /\  `/



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


Bug#602676: missing manpage for /usr/games/palapeli

2013-06-05 Thread Maximiliano Curia
¡Hola!

There is a manpage already submitted in the git repository of the debian 
package, 
sadly we haven't released that version, yet.

For future efforts, whenever you submit something with a copyright claim you 
need to 
add the respective license, if not its considered non-free, which is no good 
for us.

Also, if you are interested in this kind of issues, after creating a bunch of 
simple 
manpages I was told that the KDE developers (upstream) prefer the docbook 
format, 
so it might be a worthy effort to convert the manpages in the debian packages 
from 
groff to docbook and submit them upstream.

Thanks,
-- 
By definition, when you are investigating the unknown, you do not know what
you will find
-- The Ultimate Principle
Saludos /\/\ /\  `/



Bug#710215: Compressed JavaScript library

2013-06-27 Thread Maximiliano Curia
Control: severity -1 normal

¡Hola Luca!

The file you refer to is part of an example included in the source package
that we aren't shipping in any binary package. The file is also free software,
and you can find a newer and uncompressed version of that file in the
libjs-jquery package. I see no point in repackaging the upstream tarball to
remove it.

I'll add this information to the copyright file.

-- 
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning.
-- Rich Cook
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#709972: kppp doesn't need to run suid

2013-06-28 Thread Maximiliano Curia
Control: tag -1 + help

Hi,

As far as I can see, the kppp binary is only usable by users in the dip group
(which is the group that allows users to run pppd), so it should be alright to
remove the setuid of the kppp binary. But I don't have any modem available to
test this, so I'm tagging this bug as help needed.

If you have a modem, please remove the setuid of the /usr/bin/kppp file, test
it and inform us the result of your tests.

Thanks,
-- 
Fighting patents one by one will never eliminate the danger of software
patents, any more than swatting mosquitoes will eliminate malaria.
-- Richard M. Stallman
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#520901: And in 2013...

2013-07-09 Thread Maximiliano Curia
David, Erwan wrote:
 Still no news...

This kind of comments are not productive. If you want to help, please, provide 
a patch to the package.

Happy hacking,
-- 
Always code as if the person who ends up maintaining your code is a violent
psychopath who knows where you live.
-- John Woods
Saludos /\/\ /\  `/


-- 
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/20130709115416.decc95e4...@freak.gnuservers.com.ar



Bug#647207: kget ignores bandwidth limits

2013-07-16 Thread Maximiliano Curia
Control: forwarded -1 http://bugs.kde.org/show_bug.cgi?id=210694
Control: tags -1 + upstream

¡Hola!

The bandwidth limit are disabled for http/ftp since they migrated to kio, 
there are two patches in the upstream bugtracker that can solve this issue:
https://git.reviewboard.kde.org/r/102267/
https://git.reviewboard.kde.org/r/102307/

That would need to be updated to the current versions and followed up to get 
them applied.

Happy hacking,
-- 
Don't let what you cannot do interfere with what you can do.
-- Wooden's Rule
Saludos /\/\ /\  `/


--
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/1657365.0fIu55g4FL@amadeus



Bug#729088: printer-applet crashes on launch

2013-11-13 Thread Maximiliano Curia
In article 
20131108214431.6637.78243.reportbug__32416.8423926041$1383947307$gmane$o...@eddie.tee-jay.homeip.net
 you wrote:
 Package: printer-applet
 Version: 4:4.8.4-1
 Severity: grave
 Justification: renders package unusable

 Dear Maintainer,
 printer-applet crashes on launch for all users on both systems I've tested on.
 Trace from command-line execution:

 $ printer-applet
 KCrash: Application 'printer-applet' crashing...
 KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
 sock_file=/home/my_username/.kde/socket-my_hostname/kdeinit4__0
 $
 Problem appears to be a SIGSEGV while attempting to write to an already 
 closed and previously O_RDONLY file descriptor for the user's 
 .kde/share/config/kdeglobals

The printer-applet systray was replaced with a plasmoid in the package
print-manager in the kde-sc 4.10, so there is currently no upstream support
for the printer-applet source. So if possible, I recommend you to
switch to print-manager, as we would remove the printer-applet for jessie.

Anyway, the problem seems to be solved with the new version of python-kde4,
currently in unstable.

Thanks,
-- 
Can you imagine what I would do if I could do all I can? -- Sun Tzu
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729348: kbreakout should depend on package kde-games-core-declarative

2013-11-13 Thread Maximiliano Curia
Control: tags -1 + pending

In article 
20131112043700.14028.71187.reportbug__43646.1832644001$1384231167$gmane$org@dev.researchut.local
 you wrote:
 Package: kbreakout
 Version: 4:4.11.3-1
 Severity: normal

 Without being dependent on kde-games-core-declarative, kbreakout when
 launched, give your a blank screen, and the following debug messages:

Thanks for the report, I added the dependency in the package repository.

-- 
When explaining a command, or language feature, or hardware widget, first
describe the problem it is designed to solve.
-- David Martin
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#728183: Proposed workaround

2013-11-13 Thread Maximiliano Curia
In article 
527CB983.8040901__29266.5923982442$1383905906$gmane$o...@ipna.csic.es you 
wrote:
 This bug has been reported upstream as 324000. Following some hints
 there I succeeded to workaround it. Just:

 rm ~/.kde/share/config/plasma-desktop-appletsrc

 and restart session after.

 I haven't deal deeper with that to identify the buggy stanza in there
 though.

Were you using plasma-widget-veromix as reported in the upstream bug or
printer-applet (#729088) by any chance?

Thanks for the report,
-- 
Any sufficiently advanced technology is indistinguishable from magic.
-- Clarke's Third Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729501: RM: printer-applet -- ROM; deprecated in favour of print-manager

2013-11-13 Thread Maximiliano Curia
Package: ftp.debian.org
Severity: normal

Hi,

This package was part of KDE, and deprecated in 4.10. Upstream no longer
maintains it, as it was replaced by the print-manager plasmoid. So, we think
this package should be removed from unstable.

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/20131113155943.5913.90100.report...@amadeus.maxy.com.ar



Bug#725818: akonadi-backend-sqlite: Akonadi does not start, when no mysql-backend is installed

2013-11-14 Thread Maximiliano Curia
Control: severity -1 normal
Control: tags -1 wontfix

In article 
20131008181632.11688.98454.reportbug__33918.3388663971$1381256486$gmane$o...@nemesis.laxu.de
 you wrote:
 Package: akonadi-backend-sqlite
 Version: 1.7.2-3
 Severity: important

 I installed akonadi-backend-sqlite and uninstalled
 akonadi-backend-mysql, which was possible. Now akonadi does not start.
 If there is a implicit dependency, that the mysql backend at least needs
 to be installed, its no package dependency of akonadi-server,
 akonadi-backend-sqlite or any of the akonadi clients.
 So either its a bug, that the sqlite backend cannot be used, or there is
 a missing dependency, which is needed to use the sqlite backend.

akonadi-backend-mysql is the default backend, if you want to setup a
postgresql or sqlite backend you need to manually change akonadi configuration
to use that connection.

This is documented in:
/usr/share/doc/akonadi-backend-sqlite/README.Debian.gz

Also sqlite and postgres are considered experimental backends, this is only
fixed in akonadi 1.10.2.

-- 
There are two major products that come out of Berkeley: LSD and BSD.
We don't believe this to be a coincidence.
-- Jeremy S. Anderson
Saludos /\/\ /\  `/


-- 
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/20131114124050.ga8...@gnuservers.com.ar



Bug#725782: systemsettings: Screen Settings not saved

2013-11-14 Thread Maximiliano Curia
In article 
20131008095721.7597.38365.reportbug__47244.0800666392$1381226607$gmane$org@inline-tu.localnet
 you wrote:
 Package: kde
 Version: 5:66
 Severity: normal

 I have a notebook (lenovo x201) and 2nd screen. AOC 201S. Everytime I
 login to kde i have to readjust my screen-settings, because it's always
 back to default, which is:

 - Notebook integrated display has wrong resolution(black bars at left and 
 right
 side)
 - Multiheadmode is clone. I want one big work area.

 - if i reboot my notebook the settings are gone.

 - I'd like if the settings are just saved and kept.

Lisandro already ask you to send the request upstream I just wanted to add
some extra info.

There is a button save as default below the Identify output in the
Size  Orientation section of the Display and Monitor part of
system settings.

The apply only changes the setup for the current session, I'm not sure I
agree, but I think it's because you normally want to change the setup for
a projector and then you want it back as it was.

Also detecting that a monitor is disconnected, off or in stand by is tricky,
which can end up in a desktop where you can't access half of the running apps.

-- 
I decry the current tendency to seek patents on algorithms. There are better
ways to earn a living than to prevent other people from making use of one's
contributions to computer science.
-- Donald Knuth
Saludos /\/\ /\  `/


-- 
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/20131114125811.ga9...@gnuservers.com.ar



Bug#725674: kmail: Unable to delete messages 'inbox' folder. (POP3)

2013-11-14 Thread Maximiliano Curia
In article caecvwznfb6t6hd0fai96k0kp0_u4xrf8q3plubwrz01rg9z...@mail.gmail.com 
you wrote:
 Package: kmail
 Version: 4:4.10.5-2
 Severity: normal

 There is duplicate messages in 'inbox' folder in my POP3 account.

 1. Run kontact form Gnome: dbus-launch kontact
 2. Switch to mail and press Check Mail button for POP3 account.
 3. Exit form 'kontact' via menu File-Quit
 4. Run kontact form Gnome: dbus-launch kontact
 5. Since the moment it's unable to delete any new incoming message.

 If I yield command '$killall -g akonadi_control' between steps 3 and 4, all
 works fine.

tags 725674 upstream
thanks

Hello,

the bug you reported is a KDE bug. Please report it 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 bug will be solved if you do not report it to KDE developers
directly (unless it is/has been reported by somebody else).

Whenever you open a bug report on the KDE bug tracking system, or
you find that the bug has been already reported on it, you can couple
both this Debian bug and the KDE bug together by sending the mail with
the text below to cont...@bugs.debian.org (replace KDE-BUG-URL with
the address of the bug report on https://bugs.kde.org/)

[ copy this ]
forwarded 725200 KDE-BUG-URL
thanks
[ copy this ]

Thank you,
-- 
Las computadoras son inútiles, solo pueden darte respuestas. -- Pablo Picasso
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#724889: [kde-window-manager] kwin: color correction does not work

2013-11-14 Thread Maximiliano Curia
In article 
6368466.y1ZnnG6Aa4__28328.2348224477$1380452964$gmane$org@sven-desktop you 
wrote:
 Package: kde-window-manager
 Version: 4:4.10.5-3
 Severity: normal

 The kwin settings have an option (advanced desktop effects) to enable color
 correction. But it seems not to work as expected. Also the programs described
 in http://userbase.kde.org/Color_Management cannot be found on Debian but 
 they 
 seem to be essential.

The problem with this kind of features is that most users (including me)
won't notice them, but they require a complex setup anyway.

So, if you make it work for you and you are willing to maintain it in Debian,
please join us in #debian-qt-kde on irc.debian.org.

-- 
Nothing ever goes away. -- Commoner's Law of Ecology
Saludos /\/\ /\  `/


-- 
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/20131114140354.ga10...@gnuservers.com.ar



Bug#724889: [kde-window-manager] kwin: color correction does not work

2013-11-14 Thread Maximiliano Curia
In article 2246154.HT48Pj6pfC@bentobox you wrote:
 An alternative would be to remove this option from the UI, right?

How would that benefit anyone?

In any case, that would be an upstream configuration option on package build,
please if you are willing to do the patch send it to upstream, via
bugs.kde.org, and add a forward tag on this bug, sending a message to
cont...@bugs.debian.org filling the following template.

[ copy this ]
forwarded 725200 KDE-BUG-URL
thanks
[ copy this ]

Thanks,
-- 
C makes it easy to shoot yourself in the foot; C++ makes it harder,
but when you do it blows your whole leg off.
-- Bjarne Stroustrup
Saludos /\/\ /\  `/


-- 
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/20131114161823.ga12...@gnuservers.com.ar



Bug#728183: Proposed workaround

2013-11-15 Thread Maximiliano Curia
Control: reassign -1 python-kde4
Control: fixed -1 4:4.11.3-1

¡Hola Elmar!

El 2013-11-15 a las 10:49 +0100, Elmar Dolgener escribió:
 Am 13.11.2013 22:22, schrieb Maximiliano Curia:
 Try removing the printer-applet package (it was replaced with 
 print-manager
 anyway), and check if you can remove python-kde4 (which is currently 
 having
 some issues in testing), and printer-applet and plasma-widget-veromix are
 both python-kde4 dependant packages.

 Yes, this workaround has been successful, at least in restoring 
 plasma-desktop!

Good. I think that the problem is that python-kde4 is currently broken in
testing, which would be solved soon.

 However, the definitions of 19 activities, are gone (i.e. don't work anymore),
 even though there are at least 4 files that still contains information about
 them.

 ~/.kde/share/apps/activitymanager/resources/database
 ~/.kde/share/apps/activitymanager/activityranking/database
 ~/.kde/share/config/activitymanager-pluginsrc
 ~/.kde/share/config/activitymanagerrc

This is upgrading from 4.8.4 to 4.10.5?

We would need to fix that for jessie.

Could you open another bug about this?

We could use also some minimal configuration ~/.kde before and after the
upgrade.

 Surely somewhere there is even more related stuff; therefore it seems quite
 inappropriate to create new activities on top of that.

 It would be nice if there was a way to selectively reset ALL configuration
 concerning activities (without having to delete ~/.kde as whole).

 It would be evern nicer, if there was a way to script ones own customizations
 (definitions of activities, shortcuts and so on) in order to apply them to a
 freshly installed system.

You could drop js files in /usr/share/kde4/apps/plasma-desktop/updates/
which is documented here:
http://techbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting

Or use /etc/skel for simple config file.

Thanks,
-- 
“Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are–by
definition–not smart enough to debug it.”
-- Brian Kernighan
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#723050: can't log in

2013-11-15 Thread Maximiliano Curia
Hi,

In article 52433f8a.3040...@gmail.com you wrote:
 Thanks for your feedback.

 It may have been the case the very first day, but now that I had reboot
 many times, and still the problem is the same, what could it be?

 (sorry for replying late: I did not received your message)

I was trying to follow the code, and it looks like
/usr/lib/kde4/libexec/kcheckpass uses the kdm pam service, which
imports the common services and adds some normal pam stuff. ::

auth   required pam_nologin.so
auth   required pam_env.so readenv=1
auth   required pam_env.so readenv=1 envfile=/etc/default/locale
@include common-auth
# SELinux needs to be the first session rule. This ensures that any
# lingering context has been cleared. Without out this it is possible
# that a module could execute code in the wrong domain.
session[success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so close
sessionrequired pam_limits.so
sessionrequired pam_loginuid.so
@include common-session
# SELinux needs to intervene at login time to ensure that the process
# starts in the proper default security context. Only sessions which are
# intended to run in the user's context should be run after this.
session[success=ok ignore=ignore module_unknown=ignore default=bad] 
pam_selinux.so open
@include common-account
@include common-password

Which is fine for a starting session.

But, this is different from what xscreensaver uses, which is only the
common-auth and common-account. ::

@include common-auth
@include common-account

Also, you could be using KDE without having kdm installed, which would load
the other pam service file. ::

@include common-auth
@include common-account
@include common-password
@include common-session

So, I'm still not sure if this could be the cause of this issue, but I'll need
to know what pam modules you have enabled.
And if you replace kscreensaver with xscreensaver (run xscreensaver, settings,
restart daemon, lock screen) if you can unlock you session or not.

Thanks,
-- 
Porque no respeta el orden natural en el que se leen las cosas
 ¿Por qué contestar al principio del mensaje es malo?
Saludos /\/\ /\  `/


-- 
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/20131115140250.ga30...@gnuservers.com.ar



Bug#674692: Library search in wrong locations

2013-11-16 Thread Maximiliano Curia
In article 
1383605.NgASVaWNWA__46126.5035476119$1378995686$gmane$org@pc-benjamin you 
wrote:
 I see the same error message. When looking at strace nepomukservicestub
 nepomukstorage, I saw that the library virtodbc_r.so is searched in the
 following locations:

 /usr/lib/x86_64-linux-gnu/qt4/plugins/virtuoso/plugins/virtodbc_r.so
 /usr/lib/x86_64-linux-gnu/qt4/plugins/odbc/virtodbc_r.so
 /usr/lib/x86_64-linux-gnu/qt4/plugins/virtodbc_r.so
 /usr/lib/qt4/plugins/virtuoso/plugins/virtodbc_r.so
 /usr/lib/qt4/plugins/odbc/virtodbc_r.so
 /usr/lib/qt4/plugins/virtodbc_r.so
 /usr/lib/kde4/plugins/virtuoso/plugins/virtodbc_r.so
 /usr/lib/kde4/plugins/odbc/virtodbc_r.so
 /usr/lib/kde4/plugins/virtodbc_r.so
 /usr/bin/virtuoso/plugins/virtodbc_r.so
 /usr/bin/odbc/virtodbc_r.so
 /usr/bin/virtodbc_r.so
 /usr/lib/virtuoso/plugins/virtodbc_r.so
 /usr/lib/odbc/virtodbc_r.so
 /usr/lib/virtodbc_r.so
 /usr/lib/virtuoso/plugins/virtodbc_r.so
 /usr/lib/odbc/virtodbc_r.so
 /usr/lib/virtodbc_r.so
 /usr/local/lib/virtuoso/plugins/virtodbc_r.so
 /usr/local/lib/odbc/virtodbc_r.so
 /usr/local/lib/virtodbc_r.so
 /usr/lib/x86_64-linux-gnu/qt4/plugins/virtuoso/plugins/libvirtodbc_r.so
 /usr/lib/x86_64-linux-gnu/qt4/plugins/odbc/libvirtodbc_r.so
 /usr/lib/x86_64-linux-gnu/qt4/plugins/libvirtodbc_r.so
 /usr/lib/qt4/plugins/virtuoso/plugins/libvirtodbc_r.so
 /usr/lib/qt4/plugins/odbc/libvirtodbc_r.so
 /usr/lib/qt4/plugins/libvirtodbc_r.so
 /usr/lib/kde4/plugins/virtuoso/plugins/libvirtodbc_r.so
 /usr/lib/kde4/plugins/odbc/libvirtodbc_r.so
 /usr/lib/kde4/plugins/libvirtodbc_r.so
 /usr/bin/virtuoso/plugins/libvirtodbc_r.so
 /usr/bin/odbc/libvirtodbc_r.so
 /usr/bin/libvirtodbc_r.so
 /usr/lib/virtuoso/plugins/libvirtodbc_r.so
 /usr/lib/odbc/libvirtodbc_r.so
 /usr/lib/libvirtodbc_r.so
 /usr/lib/virtuoso/plugins/libvirtodbc_r.so
 /usr/lib/odbc/libvirtodbc_r.so
 /usr/lib/libvirtodbc_r.so
 /usr/local/lib/virtuoso/plugins/libvirtodbc_r.so
 /usr/local/lib/odbc/libvirtodbc_r.so
 /usr/local/lib/libvirtodbc_r.so

 The package libvirtodbc0 in version 6.1.6+dfsg-2 contains the library in 
 /usr/lib/x86_64-linux-gnu/odbc/virtodbc_r.so. The file is not searched in 
 this location. When I start nepomuk with LD_LIBRARY_PATH=/usr/lib/x86_64-
 linux-gnu/odbc nepomukservicestub nepomukstorage, the error message does not 
 appear and nepomuk works.

I fail to see the relation between this problem and the bug reported in
#674692. The the part that searchs the virtodbc_r.so file is in soprano
which adds the /usr/lib/x86_64-linux-gnu/odbc as a search path in the version
2.9.4+dfsg-1, previous that it was in the experimental version (together with
libvirtodbc0 6.1.6+dfsg-2).

Please open a new about this, which I think its still missing a Breaks
Conflicts in libvirtodbc0 against previous versions of libsoprano4.

-- 
If the code and the comments disagree, then both are probable wrong.
-- Norm Schryer
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#708086: Same situation after update Squeeze to Wheezy

2013-11-16 Thread Maximiliano Curia
In article 528767E1.8070907__7417.09048529646$1384605922$gmane$o...@lhanke.de 
you wrote:
 I see the same situation here. Just updated from Squeeze to Wheezy.

 Any progress on this since May?

Sadly we don't have enough developers to solve this issue, but even if we
could I'm not sure we could push the fix to wheezy.

If you manage to produce a patch I'm willing to test it and ask for a
proposed-update on it.

In the mean time, an ics file to be able to test this problem could be useful.

Thanks,
-- 
If a thing is done wrong often enough, it becomes right -- Leahy's Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729615: Bug#729296: Please binNMU kde-style packages against libkdecorations4abi2

2013-11-16 Thread Maximiliano Curia
¡Hola Adam!

El 2013-11-14 a las 15:26 +, Adam D. Barratt escribió:
 Great; thanks. I've taken the liberty of repurposing this bug
 slightly to track the transition as a whole, as it means we've got a
 central point which reflects the overall status. There's a tracker
 at http://release.debian.org/transitions/html/kde4.11.html ; I
 suspect a lot of the unknown is accounted for by packages which
 depend on parts of kde-workspace that haven't changed their package
 name.

I would like to upload a new upstream release of akonadi (1.10.3-1), which
closes #729615 (grave) and #716922 (important).

It's a bugfix release, no abi changes involved, I checked the symbols and the
code changes, this upload doesn't require a transition but I would prefer a
green light anyway as there is a kde4.11 on going transition.

The package can be obtained from:
http://maxy.com.ar/debian/pool/main/a/akonadi/akonadi_1.10.3-1.dsc

Thanks,
-- 
It is not the task of the University to offer what society asks for, but to
give what society needs.
-- Edsger W. Dijkstra
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#722453: kmail: Imap server (accounts) ask for kwallet password before kmail is started

2013-11-16 Thread Maximiliano Curia
Control: forward -1 https://bugs.kde.org/show_bug.cgi?id=297615

In article 1927231.rIdamGzdDv@ipht-ia-004976 you wrote:
 Just for info, a similar bug report exists on bugs.kde, with some hints on 
 how to fix the annoying behavior:
 
 https://bugs.kde.org/show_bug.cgi?id=292544

The upstream bug #292544 was closed as invalid, please add more information in
the upstream bug:
https://bugs.kde.org/show_bug.cgi?id=297615

Thanks,
-- 
When explaining a command, or language feature, or hardware widget, first
describe the problem it is designed to solve.
-- David Martin
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729742: blinken: Fails to produce sounds

2013-11-17 Thread Maximiliano Curia
In article 
20131116154451.15618.18723.reportbug__5226.69050046733$1384616730$gmane$o...@emil.lan
 you wrote:
 Package: blinken
 Version: 4:4.8.4-1
 Severity: important

 I just installed blinken for my daughter and it mostly doesn't produce
 sounds. When I press one of the four buttons, it generally remains
 silent, but sometimes it produces half a sound (like it would start a
 sound but then it's cut in the middle).

 I didn't really find any hint on where the problem might lie, but here
 some info:

 1. Started from the console, the only output is:
 [0x11462a8] main services discovery error: no suitable services discovery 
 module

 2. ~/.xsession-errors doesn't contain anything suspicious (just the
 start of blinken is registered).

 3. Blinken is the only application impacted, everything else works (e.g.
 Skype).

 4. Testing sound in the KDE Audio Setup / Phonon KDE Controle Module
 works as well.

 5. I am the opinion that on the same machine, but with Debian 32 bits,
 the sound did work (but it's already a while ago that I reinstalled in
 64 bits).

 Let me know if I can do something to help find the issue.

Some sound cards enter in powersave mode if they have no sound input activity
and it might take them a while to switch modes, this can be tested hearing a
song while playing.

The sounds in blinken are plain wav files at 44.1 khz, which most sound cards
can receive almost directly, but if your sound card is set to 48khz, it might
need some conversion, which shouldn't take a lot of resources but it's an
extra step that could be failing.

Also, a standard installation would enable pulseaudio, which should work fine,
but you could try to remove it to reduce the extra layer (lossing the
pulseaudio feature of controlling the sound level of each sound source).

Hope this help you to find the root of the problem.

Have fun,
-- 
The most important thing in the programming language is the name. A language
will not succeed without a good name. I have recently invented a very good
name and now I am looking for a suitable language.
-- Donald Knuth
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729799: ark: Ark forget directory structure when extracting archives

2013-11-18 Thread Maximiliano Curia
In article 20131117134703.13451.36619.reportbug@calamity-jane you wrote:
 Package: ark
 Version: 4:4.11.3-1
 Severity: important

   * What led up to the situation?
 When opening an archive (tested with zip or tar.gz) and I want to extract it 
 to
 a directory.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 Click on extract button, choose a target directory then click ok...

   * What was the outcome of this action?
 Extraction does work but without the directory structure !

   * What outcome did you expect instead?
 Correctly extract the archive !

 As a workaround, after the first directory selection (and flat extraction), 
 the
 history ca be used to extract archive correctly !

 Please take care of it, this is an old bug from the 4.10 or before !

I don't see that behavior. Please note that there is a checkbox in the
extraction window that says: Preserve paths when extracting

If that's not checked ark won't preserve the directory structure.

-- 
recursividad 95, 154, 156, 201, 224, 293
-- El Lenguaje de Programacion C, pag. 293 (Kernighan  Ritchie)
Saludos /\/\ /\  `/


--
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/20131118121708.ga12...@gnuservers.com.ar



Bug#729615: Bug#729296: Please binNMU kde-style packages against libkdecorations4abi2

2013-11-22 Thread Maximiliano Curia
¡Hola Adam!

El 2013-11-21 a las 23:20 +, Adam D. Barratt escribió:
 Some parts of KDE 4.11 have transitioned (those using the new
 libanalitza*). The old libraries there are still in testing, as it looks
 like cantor and kalgebra need to migrate together; I've added a hint for
 that.

 The biggest issue afaik is that kdepimlibs FTBFS on ia64, due to what
 looks like #718047.

I'm not sure what can I do about this bug, also shouldn't the binutils bug be
marked as grave?

I tried to build the package kdepimlibs in an ia64 porterbox (merulo) and it
failed in a different place:

[ 67%] Building CXX object
akonadi/kabc/CMakeFiles/akonadi-kabc.dir/contactparts.o
cd akonadi/kabc  /usr/bin/c++   -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=10
-DKDE_DEFAULT_DEBUG_AREA=5250 -DKDE_DEPRECATED_WARNINGS
-DMAKE_AKONADI_KABC_LIB -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_A
SCII -DQT_NO_STL -DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS
-D_BSD_SOURCE -D_REENTRANT -D_XOPEN_SOURCE=500 -g -O2 -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2 -D_FORTIFY_
SOURCE=2  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align
-Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -fno-exceptions
-DQT_NO_EXCEPTIONS -fno-check-new -fno-common -Wo
verloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
-Werror=return-type -fvisibility-inlines-hidden -fexceptions
-UQT_NO_EXCEPTIONS -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII -fe
xceptions -UQT_NO_EXCEPTIONS -DNDEBUG -DQT_NO_DEBUG -fPIC -I.
-I../../../akonadi/kabc -I../../.. -I../.. -I/usr/include/KDE
-I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns -I/usr/i
nclude/qt4/QtXml -I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest
-I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtSql
-I/usr/include/qt4/QtScriptTools -I/usr/include/qt4/QtScript -I/usr/i
nclude/qt4/QtNetwork -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtDesigner
-I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4-D_GNU_SOURCE
-D_LARGEFILE64_SOURCE -o CMakeFiles/akonadi-kabc.dir/contactparts.o -c ../
../../akonadi/kabc/contactparts.cpp
Linking CXX shared library ../../lib/libakonadi-kabc.so
cd akonadi/kabc  /usr/bin/cmake -E cmake_link_script
CMakeFiles/akonadi-kabc.dir/link.txt --verbose=1
/usr/bin/c++  -fPIC -g -O2 -Wformat -Werror=format-security
-D_FORTIFY_SOURCE=2 -D_FORTIFY_SOURCE=2  -Wnon-virtual-dtor -Wno-long-long
-Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointe
r-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new
-fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden
-Werror=return-type -fvisibility-inlin
es-hidden -fexceptions -UQT_NO_EXCEPTIONS -DQT_NO_CAST_FROM_ASCII
-DQT_NO_CAST_TO_ASCII -fexceptions -UQT_NO_EXCEPTIONS -DNDEBUG -DQT_NO_DEBUG
-Wl,--enable-new-dtags -Wl,--fatal-warnings -Wl,
--no-undefined -lc   -Wl,--as-needed -Wl,--no-undefined -shared
-Wl,-soname,libakonadi-kabc.so.4 -o ../../lib/libakonadi-kabc.so.4.11.3
CMakeFiles/akonadi-kabc.dir/akonadi-kabc_automoc.o CMak
eFiles/akonadi-kabc.dir/contactparts.o ../../lib/libakonadi-kde.so.4.11.3
/usr/lib/ia64-linux-gnu/libQtGui.so /usr/lib/libkdecore.so.5.11.3
/usr/lib/libkdeui.so.5.11.3 /usr/lib/ia64-linux-gnu
/libQtGui.so /usr/lib/libkdecore.so.5.11.3 /usr/lib/ia64-linux-gnu/libQtSvg.so
/usr/lib/ia64-linux-gnu/libQtDBus.so /usr/lib/ia64-linux-gnu/libQtCore.so
-Wl,-rpath,/home/maxy/kdepimlibs-4.11.
3/obj-ia64-linux-gnu/lib: 
collect2: ld terminated with signal 11 [Segmentation fault]
make[4]: *** [lib/libakonadi-kabc.so.4.11.3] Error 1 ]

Which still looks like a bug in binutils.

Thanks,
-- 
Confucius say: He who play in root, eventually kill tree.
Saludos /\/\ /\  `/


-- 
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/20131122112505.gh17...@gnuservers.com.ar



Bug#730389: soprano: can't satisfy build dependencies

2013-11-24 Thread Maximiliano Curia
Control: clone -1 -2
Control: ressign -2 librdf0-dev 1.0.16-2
Control: affects -2 soprano

In article 
20131124162149.10521.90250.reportbug__5011.16617019779$1385310445$gmane$org@hoothoot
 you wrote:
 The problem seems to be that soprano build depends on libiodbc2-dev and
 librdf0-dev while librdf0-dev also depends on unixodbc-dev which
 conflicts with libiodbc2-dev.

 This problem seems to be introduced with librdf0-dev 1.0.16-2 which has:
 Depends: librdf0 (= 1.0.16-2), libraptor2-dev (= 2.0.10), librasqal3-dev
 (= 0.9.30), libdb-dev, libmysqlclient-dev, libsqlite3-dev, libpq-dev,
 unixodbc-dev

 While librdf0-dev 1.0.16-1 has:
 Depends: librdf0 (= 1.0.16-1), libraptor2-dev (= 2.0.2), librasqal3-dev (=
 0.9.25), libdb-dev, libmysqlclient-dev, libsqlite3-dev, libpq-dev

 See that 1.0.16-1 did not depend on unixodbc-dev while 1.0.16-2 does.

 I guess this problem would be solved by solving bug#639300 and building
 soprano against unixodbc-dev instead of libiodbc2-dev?

Sadly unixodbc-dev and libiodbc-dev are not drop in replacements for one
another, and soprano only supports iodbc currently.

I'm cloning this bug because the bug was introduced by redland, and as
such it should be fixed there.

Anyway, I'll be working on iodbc after the kde4.11 transition, which
hopefully will remove the long standing conflicts between unixodbc and
iodbc. If needed, you can sneak preview the libiodbc packages from the
experimental repos.

 Note that this bug also currently makes 10 architectures not being
 bootstrappable: http://bootstrap.debian.net/

-- 
Confucius say: He who play in root, eventually kill tree.
Saludos /\/\ /\  `/


-- 
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/20131124194849.ga27...@gnuservers.com.ar



Bug#730310: Debian Testing

2013-11-26 Thread Maximiliano Curia
In article 
201311251028.02788.shawn__41934.3463647694$1385404768$gmane$o...@sorbom.com 
you wrote:
 I just tried SSL and unencrypted pop3 fetching on Debian testing using the
 private server. Unencrypted worked, SSL did not. However, this time there was
 no error message. Under SSL, the fetch progress bar completed, but when I
 tried again, I got a message saying that the previos fetch failed and I shoud
 re-enter my login information.

 Given that there were no error messages this time, I would like to try using
 the debug symols, but I could not find a -dbg package for kmail. Where is it?

The -dbg symbols for kmail are in kdepim-dbg. But the akonadi pop3 resource
used is in kdepim-runtime (with its symbols in kdepim-runtime-dbg).

Happy hacking,
-- 
Executive ability is deciding quickly and getting somebody else to do the
work.
-- Pollard's Postulate
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729615: Bug#729296: Please binNMU kde-style packages against libkdecorations4abi2

2013-11-26 Thread Maximiliano Curia
In article 
1385506257.24599.15.camel__17443.5916160748$1385506465$gmane$o...@jacala.jungle.funky-badger.org
 you wrote:
 I've added libkdegames to the good / bad criteria and scheduled those
 two.

Thanks a lot.

 I'll check the other packages in the unknown state of the transition.

 While I was adding libkdegames I spotted why some of the packages were
 flagged as unknown; I've now fixed that problem and scheduled binNMUs
 for kamoso, kphotoalbum and digikam.

Great, but sadly also kdevelop needs rebuild against
libkasten2okteta1controllers1abi1.

-- 
Can you imagine what I would do if I could do all I can? -- Sun Tzu
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#731302: Occasionally, deleting an email causes the Message List to go blank

2013-12-04 Thread Maximiliano Curia
Control: tags -1 + upstream
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=318049

In article 20131204052834.14616.81510.reportbug@localhost you wrote:
 Package: kmail
 Version: 4:4.11.3-1
 Severity: normal

 Normally, the Message List contains a list of messages and deleting
 the current message will shorten the list by one entry.  Occasionally,
 however, the entire list goes blank.  Kmail recovers if I select a
 different folder and then return to the original folder.

I've seen this behavior in imap folders that contain server side hooks in
dovecot (that is, the antispam plugin), specially in the Unsure folder, which
always contains a small number of messages, I thought it was related to
hook timing, as it seems to be executed before sending the imap reply.

But it might be something completly different. Please let us know about your
setup, also, this is an upstream bug, and it's already reported there.
I'm marking this bug as such, let's continue the debugging there.

Thanks,
-- 
Haskell is faster than C++, more concise than Perl, more regular than Python,
more flexible than Ruby, more typeful than C#, more robust than Java, and has
absolutely nothing in common with PHP.
-- Audrey Tang
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#708577: konsole crashes during window resizing with fglrx 13.4-2 Catalyst driver

2013-12-06 Thread Maximiliano Curia
Control: reassign -1 fglrx-driver

In article 
BAY178-W32A0D8D293A8815D5F9BAECFD60__9515.36168945513$1386307652$gmane$o...@phx.gbl
 you wrote:
 I have the same issue. I am using the amd catalyst 13.11-beta. It happens
 when i resize, minimize, or bring forward. Does not seem to happen when i
 maximize the Konsole window. It does not happen all the time, but more often
 then not. Konsole version 2.11.3KDE version 4.11.3catalyst 13.11-beta V1AMD
 6950 video card.  I am also using dual monitors, if that makes any
 difference and will happily provide any additional information required.

Well, this bug is seems to be a fglrx issue, thus I'm reassigning it.

Since the problem is related to resize/minimize, it might be worth to test
disabling those effects in the system settings - desktop effects. Also, note
that in the advanced options you can switch between opengl 3.1, opengl 2.0,
opengl 1.2 and Xrender. In my experience opengl 3.1 support is unstable and
some effects fail with it, and while using xrender is the slowest it should
always work.

 Thank you for making Debian a great distro.

Thanks to you.

-- 
Don't let what you cannot do interfere with what you can do.
-- Wooden's Rule
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#731533: konsole: French help mentions --no-fork instead of --nofork

2013-12-06 Thread Maximiliano Curia
Control: reassign -1 kde-l10n-fr
Control: tags -1 + upstream pending
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=328483

In article 
20131206111515.11648.54484.reportbug__5771.57920129157$1386328710$gmane$org@amboise.dolphin
 you wrote:
 The French help message says to use --no-fork to run in the foreground but
 the option is in fact --nofork.

 $ LANG=fr_FR.UTF-8 konsole --help | tail -n1
 Utiliser « --no-fork » pour un lancement au premier plan (utile avec l'option 
 « -e »). 

I have just forwarded this bug to upstream and I'm going to add a patch for
this for 4:4.11.4-1.

Happy hacking,
-- 
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning.
-- Rich Cook
Saludos /\/\ /\  `/


--
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/20131206132528.ga24...@gnuservers.com.ar



Bug#726371: kde-config-touchpad: crashes on startup

2013-12-09 Thread Maximiliano Curia
In article 52a50ceb.9080...@gmail.com you wrote:
 On 09-12-2013 02:14, Mert Dirik wrote:
 kde-config-touchpad still crashes on my system with up-to-date python-kde4.

 mert@debian:~$ kcmshell4 kcm_synaptiks
 KCrash: Application 'kcmshell4' crashing...
 KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
 sock_file=/home/mert/.kde/socket-debian/kdeinit4__0

 Sorry, seems to be related to the infamous dotted/dotless I problem.

But your report message claimed LANG=C, which LANG were you really using?

I haven't heard of this problem before, I've read the wikipedia article but
still no clue on how can this affect kcm_synaptics, can you please elaborate,
add references to the problem or fixes that were applied before?

 mert@debian:~$ export LANG=C
 mert@debian:~$ kcmshell4 kcm_synaptiks
 mert@debian:~$

 works just fine.

-- 
The cheapest, fastest and most reliable components of a computer system are
those that aren't there.
-- Gordon Bell
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#614521: kdm: Also happens after TTY switch

2013-12-10 Thread Maximiliano Curia
In article 
20131209202708.6603.35958.reportbug__45071.2209138603$1386621029$gmane$o...@debian.sven
 you wrote:
 Package: kdm
 Version: 4:4.11.3-2
 Followup-For: Bug #614521

 To me this bug also happens if i switch to another TTY (with ctrl+alt+f1-6) or
 x-screen. I can work around this by restarting KDM. I don't have a laptop but 
 a
 desktop computer. So my power supply is always plugged in.

I really doubt the two bugs are related, also, we can not reproduce this bug
as is reported, so please can you provide more info to be able to
reproduce it and/or reassign it to the correct component.

Which video card are you using? Which driver are you running? Is there any
special X configurations option that you are using?

Does the issue happends when you are using another display manager like gdm or
lightdm?

Does the problem happends with the opengl composite disabled
(using xrender as kwin backend), or using another window manager, such as
openbox?

You also mentioned that you have another X session running, that implies that
you can, at least, start a second session, does it ever fails if you are using
only one session?

There some components that act after certain time of user inactivity,
kscreensaver, powerdevil, maybe disabling those can help you to debug the
issue.

Happy hacking,
-- 
Porque no respeta el orden natural en el que se leen las cosas
 ¿Por qué contestar al principio del mensaje es malo?
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


calligra package 2.7.5-1

2013-12-12 Thread Maximiliano Curia
Hi,

Sorry about the missing pushes in the calligra repo. I've just merged the
current upload with the current head.

About the change: Move libcalligrakdgantt to calligra-libs from calligraplan.
Please remember to add a Conflicts Replaces to do a smooth upgrade.

Happy hacking,
-- 
It is practically impossible to teach good programming to students that have
had a prior exposure to BASIC: as potential programmers they are mentally
mutilated beyond hope of regeneration.
-- Edsger W. Dijkstra
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: nuvola-icon-theme and official nuvola-1.0 differ a lot

2014-02-05 Thread Maximiliano Curia
Nicolas Boulenguez nico...@debian.org wrote:
 The upstream source for the taskcoach package embeds nuvola.zip,
 downloaded from [1]. I would like to depend on the nuvola-icon-theme
 package instead.  It fails because nuvola-icon-theme provides a very
 different selection of icons than [1], although both contain the same
 readme.txt:

 Date:   15 october 2004
 Version:1.0

 If you have any hints about this, please mail me as I am not on the
 list. Thanks.

 [1] http://www.icon-king.com/files/nuvola-1.0.tar.gz

The nuvola-icon-theme package that we maintain is part of kdeartwork, which
can be found: http://websvn.kde.org/trunk/KDE/kdeartwork/

The tree structure should be compatible with qt's QIcon:fromTheme, no idea how
you do that with wxpython.

Happy hacking,
-- 
Saludos,
Maxy


-- 
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/jfo9sa-bec@freak.gnuservers.com.ar



Bug#737779: systemsettings: No sound output when configuring the speakers due to missing dependencies

2014-02-09 Thread Maximiliano Curia
In article 
20140205214005.24436.42216.reportbug__23189.4935634502$1391636362$gmane$org@Valhalla.Hydra
 you wrote:
 Package: systemsettings
 Version: 4:4.11.3-3
 Severity: normal

 When configuring the speakers no sound was issued when selecting each of the
 speaker options under System settings-Multimedia-Audio and Video
 Settings-Audio and Hardware Setup due to missing dependencies.

 Installing the packages libcanberra-pulse and sound-theme-freedesktop solved
 the probleme. Therefore, I would suggest adding those packages as
 Recommended or suggested when installing the systemsettings package.

I don't have either of those two packages installed and the sound setup works
fine for me. I'm currently using the vlc backend using alsa directly (without
pulseaudio), if you are using pulseaudio I would expect that you'll need
vlc-pulse or gstreamer0.10-pulseaudio to be installed, but not
libcanberra-pulse. Could you please provide some extra information?

How are you testing the output?
Which sound backend are you using (gstreamer or vlc)?
Which output for that backend are you using?

Thanks,
-- 
The use of COBOL cripples the mind; its teaching should, therefore, be
regarded as a criminal offense.
-- Edsger W. Dijkstra
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#737422: (no subject)

2014-02-09 Thread Maximiliano Curia
In article 
52F2A681.6090908__27073.2880956077$1391634222$gmane$o...@theloosespoke.org.uk 
you wrote:
 I've just tried logging out and into gnome and sound seemed to be
 working there, so this seems to be a problem with Kmix. Anything I can
 do to try and find out what the problem is?

Sorry, I can't reproduce neither one of the issues that you describe.

The one related to banshee might be a mpris2 issue, here I see that banshee
can be muted from kmix only if you are controlling it from the playback
streams (which uses the mpris2 interface), and can be unmuted in the same way.

Another bug report suggested that libcanberra-pulse was needed in pulseaudio
environments, since I don't use pulseaudio you could help us testing that.

It might be worthwhile to check which audio backend is using each application.
Specially the ones that you are starting with your session.

Thanks,
-- 
I decry the current tendency to seek patents on algorithms. There are better
ways to earn a living than to prevent other people from making use of one's
contributions to computer science.
-- Donald Knuth
Saludos /\/\ /\  `/


--
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/20140209192936.ga2...@gnuservers.com.ar



Bug#737594: kiten: Kiten still leaks memory

2014-02-10 Thread Maximiliano Curia
In article 20140204043455.9420.45233.reportbug@mirmachina you wrote:
 Package: kiten
 Version: 4:4.11.3-1
 Severity: important

 I reported this issue back in 2011 and that bug(#610534) is now archived.
 I noticed this again recently during a 2 hour chat with a friend..
 My kanji reading ability isn't amazing so I use the automatic search on
 highlight feature in kiten to help me out. After a while my machine 
 became unusable so I switched to a VT and took a look at top. Kiten's 
 resident size had grown to 4GB!

Well, yes, kiten has quite a few memory leaks, I patched some of the obvious
ones, and I'm about to send the patches upstream, but, since I don't use
kiten, know japanese, etc I testing it quite blindfoldedly (launch
with valgrind run a search, close it see the valgrind results). And it would
be better if you could test the patched kiten.

I uploaded the patched package to my personal test repo, here:
http://maxy.com.ar/debian/pool/main/k/kiten/kiten_4.11.3-2~.dsc

You can download the source code with dget, check that is the same as
distributed by upstream, review the patches, and build it, or you can use
the precompiled packages for amd64.

Thanks,
-- 
By definition, when you are investigating the unknown, you do not know what
you will find
-- The Ultimate Principle
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#738337: [kde] Config from plasma-desktop-appletsrc not shown in KDE Window

2014-02-10 Thread Maximiliano Curia
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=327580
Control: tags -1 + upstream

In article 52F76523.4060701__22118.6186456636$1391945242$gmane$o...@gmx.de 
you wrote:
 Package: kde
 Version: 4:4.11
 Severity: normal

 --- Please enter the report below this line. ---
 The Part of the Wallpaper Config in
 ~/.kde/share/config/plasma-desktop-appletsrc not shown in the config
 Window (alt+s, alt+d) in KDE. The Parameter are saved, but not shown
 when i reopen the config window.

This bug is already reported upstream so I'm adding the forwarded tags for it.

Thanks,
-- 
If a thing is done wrong often enough, it becomes right -- Leahy's Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#737420: kmix: When reducing/ muting and then increasing again overall sound settings, banshee stays muted

2014-02-10 Thread Maximiliano Curia
Hi,

I can't reproduce the issue here, but, banshee provides a mpris2 interface to
kmix that's not enabled by default (which probably should). Maybe enabling it
solves your issue.

I this blogs the kmix developers talk about the mpris2 support:
http://kmix5.wordpress.com/2013/07/26/kmix-mission-statement-2013/
http://kmix5.wordpress.com/2011/12/30/winter-of-69-welcome-kmix-v4/

So, to enable you need to add MPRIS2 to the backends used by kmix, so:

kwriteconfig -file kmixrc -group Global -key Backends -type string ALSA,MPRIS2

If you are using ALSA, and:

kwriteconfig -file kmixrc -group Global -key Backends -type string PULSE,MPRIS2

if you are using pulseaudio, I haven't tested the pulseaudio setup, though.

Be prepared to manually edit your ~/.kde/share/config/kmixrc if something goes
wrong (just delete the line that starts with Backends= ).

Have fun,
-- 
I decry the current tendency to seek patents on algorithms. There are better
ways to earn a living than to prevent other people from making use of one's
contributions to computer science.
-- Donald Knuth
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#735405: ktimer doesn't write ktimerrc

2014-02-11 Thread Maximiliano Curia
Control: tags -1 + unreproducible

In article 
20140115075728.32637.95165.reportbug__5024.19059998846$1389772834$gmane$org@localhost
 you wrote:
 Package: ktimer
 Version: 4:4.11.3-1
 Severity: normal

 I am unable to save jobs, ie the jobs list is empty when I start ktimer and 
 changes to ktimerrc can be made only by hand.

 As I see no save buttons around how job management is supposed to work?

I can't reproduce the issue here.

After adding a job from the ui and setting the command the configuration file
gets written.

Maybe there a syntax error in your configuration file and that might be the
reason why its not being overwritten. Try to rename your
~/.kde/share/config/ktimerrc

Thanks,
-- 
If a million people believe a foolish thing, it is still a foolish thing.
-- France's Rule of Folly
Saludos /\/\ /\  `/


--
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/20140211093731.ga6...@gnuservers.com.ar



Bug#727645: Please see bug #668890

2014-02-11 Thread Maximiliano Curia
In article 52D546C7.5040005__5034.13459887287$1389709119$gmane$o...@gmail.com 
you wrote:
 Package: polkit-kde-1
 Version: 0.99.1-1

 Please see bug #668890 [1] for a possible solution on the dirmngr side
 of this issue.

 I'm still wondering why an user who can well shutdown the entire box
 should be prevented to hibernate. Furthermore, oddly enough, in my case
 suspend doesn't need any further authentication, while hibernation does.

Sorry, but I fail to see the relation between dirmngr and polkit-kde-1, why
does the use of su vs start-stop-daemon affects the hibernation?

Thanks,
-- 
The cheapest, fastest and most reliable components of a computer system are
those that aren't there.
-- Gordon Bell
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#525175: kdebase-runtime: kdesu not in path

2014-02-11 Thread Maximiliano Curia
Control: tags -1 + wontfix

In article web-131712055__4354.46066917411$1389356483$gmane$o...@sns.it you 
wrote:
 Hi, this problem is still present in kdebase-runtime 4:4.8.4-2.
 Any news?

That change was reverted back in 2008, kdesu in /usr/bin conflicted with kde3
packages, and will probably be an issue for kde frameworks 5, so we plan to
ship those files in /usr/lib/kf5/libexec (or something similar).

Please notice that you can use kdesu directly in a desktop file (in kde) or from
krunner.

Thanks,
-- 
Porque no respeta el orden natural en el que se leen las cosas
 ¿Por qué contestar al principio del mensaje es malo?
Saludos /\/\ /\  `/


--
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/20140211105136.ga7...@gnuservers.com.ar



Bug#734750: virtuoso-minimal: segfaults all the time, constant high CPU load

2014-02-11 Thread Maximiliano Curia
In article 
20140109150634.24181.54890.reportbug__40997.8787684397$1389280176$gmane$org@Erwin.babel
 you wrote:
 Package: virtuoso-minimal
 Version: 6.1.6+dfsg-4
 Severity: normal

From log on to KDE, virtuoso (and akonadi) constantly causes very high CPU
load. I notice in syslog that it keeps on segfaulting all the  time:

Please note that virtuoso is the database backend of nepomuk, and akonadi is a
set of agents for the kdepim resources (one of them is a feeder for nepomuk).

You could probably disable nepomuk indexing if it takes too much cpu for you
or you don't use it.

 Jan  9 15:57:40 Erwin laptop-mode: enabled, not active
 Jan  9 15:57:50 Erwin kernel: [10327.063254] virtuoso-t[23809]: segfault at 
  ip 007b2c1e sp 7fa4c0715fc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 15:57:56 Erwin kernel: [10333.170102] virtuoso-t[23853]: segfault at 
  ip 007b2c1e sp 7f5453781fc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 15:58:06 Erwin kernel: [10342.758358] virtuoso-t[23870]: segfault at 
  ip 007b2c1e sp 7f971c81ffc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 15:58:12 Erwin kernel: [10348.894821] virtuoso-t[23886]: segfault at 
  ip 007b2c1e sp 7f6193d2ffc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 15:58:43 Erwin kernel: [10379.637821] virtuoso-t[23955]: segfault at 
  ip 007b2c1e sp 7f5c7bf4efc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 15:58:50 Erwin kernel: [10386.560659] virtuoso-t[24034]: segfault at 
  ip 007b2c1e sp 7fb1c9b08fc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 16:00:05 Erwin kernel: [10462.077828] virtuoso-t[24109]: segfault at 
  ip 007b2c1e sp 7fd979fdefc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 16:00:12 Erwin kernel: [10468.814755] virtuoso-t[24234]: segfault at 
  ip 007b2c1e sp 7f1747d30fc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 16:00:50 Erwin kernel: [10506.472417] virtuoso-t[24270]: segfault at 
  ip 007b2c1e sp 7fc379efdfc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 16:00:56 Erwin kernel: [10513.166859] virtuoso-t[24285]: segfault at 
  ip 007b2c1e sp 7f9fdf8b8fc0 error 7 in 
 virtuoso-t[40+974000]
 Jan  9 16:03:36 Erwin kernel: [10672.596203] LogServer[3666]: segfault at 20 
 ip 0020 sp 7f5f4b250738 error 14 in mythlogserver[40+3000]

Eventhough I would not call virtuoso rock solid your mythlogserver seems to be
also segfaulting, maybe you have an issue with the memory hardware and
revealing in intensive applications.

Anyway, nepomuk includes a nepomukcleaner that you can run and check if that
improves things for you.

Thanks,
-- 
If you have too many special cases, you are doing it wrong. -- Craig Zarouni
Saludos /\/\ /\  `/


--
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/20140211120349.ga8...@gnuservers.com.ar



Bug#727645: Please see bug #668890

2014-02-11 Thread Maximiliano Curia
In article 
CAJYbmcYAXZqdK4KC9G=Niw87pfp+9bpGD3F5kZ1S+mtpnzDXrg__9150.06092186577$1392117510$gmane$o...@mail.gmail.com
 you wrote:
 Sorry, but I fail to see the relation between dirmngr and polkit-kde-1, why
 does the use of su vs start-stop-daemon affects the hibernation?

 According to the description in the
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=668890 su spawns login
 shell where the start-stop-daemon doesn't.

 This login shell that su spawns violates polkit policy
 org.freedesktop.login1.hibernate-multiple-sessions when trying to hibernate
 and it can be seen with loginctl.

 loginctl shows:
   SESSIONUID USER SEAT
c1112 dirmngr
c2   1000 durinseat0

Thanks, that makes it clearer.

 I don't know if su works differently when using systemd and not sysvinit
 and makes this problem appear only when using systemd.

Ok, I don't see that behavior here (I'm not using systemd as init system but I
have it installed), start-stop-daemon and /bin/su use the setuid syscall,
but su uses pam, so, its related to the pam-session part. I still don't
understand why is it different if you are using a systemd init system or not.

-- 
Anytime you have a fifty-fifty chance of getting something right, there's a
90 percent probability you'll get it wrong.
-- The 50-50-90 rule
Saludos /\/\ /\  `/


--
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/20140211132302.ga9...@gnuservers.com.ar



Bug#737594: kiten: Kiten still leaks memory

2014-02-14 Thread Maximiliano Curia
¡Hola Daniel!

El 2014-02-14 a las 16:59 +0900, Daniel Palmer escribió:
 I will test your patched version. If its useful I can give a list of
 Japanese words etc that you can use to try to trigger leaks?

Yes, sure, also if you can send a detailed list of steps to trigger a major
memory leak I can try to patch it.


-- 
A computer program does what you tell it to do, not what you want it to do.
-- Greer's Law
Saludos /\/\ /\  `/


--
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/20140214080911.go18...@gnuservers.com.ar



Bug#737420: kmix: When reducing/ muting and then increasing again overall sound settings, banshee stays muted

2014-02-17 Thread Maximiliano Curia
In article 5301ee99.7040...@theloosespoke.org.uk you wrote:
 Any thoughts??

It seems that the PulseAudio mixer is called PulseAudio in kmix, so the
kwriteconfig call should be:

kwriteconfig -file kmixrc -group Global -key Backends -type string 
PulseAudio,MPRIS2

Also remember to quit kmix, and start it again for the configuration to take
effect.

Happy hacking,
-- 
The use of COBOL cripples the mind; its teaching should, therefore, be
regarded as a criminal offense.
-- Edsger W. Dijkstra
Saludos /\/\ /\  `/


--
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/20140217230158.ga12...@gnuservers.com.ar



Bug#740060: freeradius: Changes in build dependency libiodbc2

2014-02-25 Thread Maximiliano Curia
Source: freeradius
Version: 2.1.12+dfsg-1.2
Severity: important
Tags: patch

Hi,

I'm about to upload a new version of libiodbc2 that includes some changes
that require patching freeradius, I'm attaching the proposed patch.

Please let me know if there is any issue related to libiodbc2 I might have
overlooked.

Thanks,
-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Index: freeradius-2.1.12+dfsg/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.in
===
--- freeradius-2.1.12+dfsg.orig/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.in	2013-06-07 14:47:15.972218704 +0200
+++ freeradius-2.1.12+dfsg/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure.in	2013-06-07 14:47:15.940220007 +0200
@@ -64,7 +64,7 @@
 	fi
 
 	dnl Check for isql.h
-	smart_try_dir=$iodbc_include_dir /usr/local/iodbc/include
+	smart_try_dir=$iodbc_include_dir /usr/include/iodbc /usr/local/iodbc/include
 	FR_SMART_CHECK_INCLUDE(isql.h)
 	if test x$ac_cv_header_isql_h != xyes; then
 		fail=$fail isql.h
Index: freeradius-2.1.12+dfsg/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure
===
--- freeradius-2.1.12+dfsg.orig/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure	2013-06-07 14:47:05.984625299 +0200
+++ freeradius-2.1.12+dfsg/src/modules/rlm_sql/drivers/rlm_sql_iodbc/configure	2013-06-07 14:47:53.154705108 +0200
@@ -2862,7 +2862,7 @@
 		fail=$fail libiodbc
 	fi
 
-		smart_try_dir=$iodbc_include_dir /usr/local/iodbc/include
+		smart_try_dir=$iodbc_include_dir /usr/include/iodbc /usr/local/iodbc/include
 
 
 ac_safe=`echo isql.h | sed 'y%./+-%__pm%'`


Bug#740067: src:glpk: Changes in build dependency libiodbc2

2014-02-25 Thread Maximiliano Curia
Source: glpk
Version: 4.53-1
Severity: important
Tags: patch

Hi,

I'm about to upload a new version of libiodbc2 to unstable that includes some
changes that require patching glpk, I'm attaching the proposed patch.

Please let me know if there is any issue related to libiodbc2 I might have
overlooked.

Thanks,
Index: glpk-4.53/configure.ac
===
--- glpk-4.53.orig/configure.ac	2014-02-25 11:32:09.878480621 +0100
+++ glpk-4.53/configure.ac	2014-02-25 11:32:47.316935539 +0100
@@ -117,6 +117,7 @@
   AC_MSG_ERROR([--enable-odbc requires --enable-dl])
fi
AC_MSG_RESULT([yes])
+   CPPFLAGS=$(iodbc-config --cflags) $CPPFLAGS
AC_DEFINE_UNQUOTED([ODBC_DLNAME], [$LIBIODBC], [N/A])
 elif test $enable_odbc = unix; then
if test $enable_dl = no; then


Bug#740074: root-system: Change in build dependency libiodbc2-dev

2014-02-25 Thread Maximiliano Curia
Source: root-system
Severity: important
Tags: patch

Hi,

Following a mail I've sent half a year ago, I'm now about to push iodbc into
unstable, as root-system can use either unixodbc or libiodbc2, I would recommed
to use unixodbc, which is frankly better maintained.

That can be accomplished by removing the libiodbc-dev |  in the
Build-Depends: control field (and also updating the script
./debian/script/makebuilddepend.sh).

I case you prefer to keep using iodbc. Adding the two variable in the rules
file:
ODBCINCDIR  = $(PREFIX)/include/iodbc
ODBCLIBDIR  = $(PREFIX)/lib/$(DEB_HOST_MULTIARCH)

export ODBCINCDIR ODBCLIBDIR

Would do the trick.

Thanks,
diff -ru root-system-5.34.07.orig/debian/rules root-system-5.34.07/debian/rules
--- root-system-5.34.07.orig/debian/rules	2013-06-08 17:31:39.434852477 +0200
+++ root-system-5.34.07/debian/rules	2013-06-08 17:31:48.934422621 +0200
@@ -55,6 +55,11 @@
 CINTDIR		= $(PREFIX)/lib/$(DEB_HOST_MULTIARCH)/root$(SOVERS)
 ICONTHEME	= $(PREFIX)/share/icons/hicolor/48x48
 
+ODBCINCDIR  = $(PREFIX)/include/iodbc
+ODBCLIBDIR  = $(PREFIX)/lib/$(DEB_HOST_MULTIARCH)
+
+export ODBCINCDIR ODBCLIBDIR
+
 CONFOPTIONS	:=--enable-bonjour\
 		  --enable-cintex\
 		  --enable-editline\


Bug#740090: transition: libiodbc2

2014-02-25 Thread Maximiliano Curia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

(please explain about the transition: impacted packages, reason, ...
 for more info see: https://wiki.debian.org/Teams/ReleaseTeam/Transitions)

Requestion a transition slot to upload libiodbc2 3.52.8 to unstable.
The transition is needed as the new package moves the headers to
/usr/include/iodbc hoping to gain coinstallability with unixodbc.

I've submited patches in the affected packages: #740060 #740067 #740074 #740082
Packages that use iodbc-config to get the cflags are not affected (which is
only soprano), also libopendbx is not directly affected as it optionaly
build-depends on libiodbc2-dev (although it should probably remove the
option).

I'm not sure the syntax of the ben part is valid, sorry about that.  Also
ben.debian.net was down so I couldn't check if there a way to add an exception
for soprano.

Thanks,

Ben file:

title = libiodbc2;
is_affected = .depends ~ libiodbc2 | .build-depends ~ libiodbc2-dev;
is_good = .depends ~ libiodbc2 ( 3.53);
is_bad = .depends ~ libiodbc2 ( 3.52.8);


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140225163417.9413.53078.report...@amadeus.maxy.com.ar



Bug#723963: ark does not support Turkish characterk. Fails to extract...

2014-02-27 Thread Maximiliano Curia
Control: tag -1 + pending
Control: severity -1 normal

Hi,

The bug severity is way off, there plenny other tools that deal with zip files,
no data was lost, etc. Thus I'm lowering it.

Either way, I've already tested the zip file you send with libarchive, and if
upstream agrees with the patch it would be in the next upload of ark.

Thanks,
-- 
If you have too many special cases, you are doing it wrong. -- Craig Zarouni
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#740317: kscreensaver + pam_krb5 : after unlocking screensaver, kerberos ticket is lost

2014-02-28 Thread Maximiliano Curia
In article 
20140228081220.17095.13438.reportbug__40816.470309119$1393576763$gmane$o...@nux28622.fr.nds.com
 you wrote:
 Package: kscreensaver
 Version: 4:4.11.3-1
 Severity: important

 Used with libpam-krb5 4.6-2

 After screensaver locked my console, returning I unlock using the
 kerberos password, but then I have no more kerberos ticket available :
 all tickets were wiped.

kscreensaver uses /etc/pam.d/other (via kcheckpass), could you check if your
/etc/pam.d/other needs to modified to use your krb5 configuration?

Thanks,
-- 
It takes three times the effort to find and fix bugs in system test than when
done by the developer. It takes ten times the effort to find and fix bugs in
the field than when done in system test. Therefore, insist on unit tests by
the developer
-- Larry Bernstein
Saludos /\/\ /\  `/


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140228190110.gi...@gnuservers.com.ar



Bug#740449: octave: Changing the figure visibility breaks the print to a file

2014-03-01 Thread Maximiliano Curia
Package: octave
Version: 3.8.0-5
Severity: important

Hi,

In octave to get a file output without showing the plot on the screen you
would normaly do:
 figure(1, visible, off);
 plot(sin(1:100));
 print -deps /tmp/sin.eps

Sadly, the new version produces no output file after touching the visible
attribute, either for a particualar figure, as shown, or setting the
default behaviour with:
 set(0, 'defaultfigurevisible', 'off');

This issue breaks, a very useful scripting feature and the octave frontends
that depends on this behaviour, such as cantor.

Happy hacking.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages octave depends on:
ii  default-jre-headless 2:1.7-51
ii  libamd2.3.1  1:4.2.1-3
ii  libarpack2   3.1.5-2
ii  libatlas3-base [liblapack.so.3]  3.10.1-4
ii  libblas3 [libblas.so.3]  1.2.20110419-7
ii  libc62.18-3
ii  libcamd2.3.1 1:4.2.1-3
ii  libccolamd2.8.0  1:4.2.1-3
ii  libcholmod2.1.2  1:4.2.1-3
ii  libcolamd2.8.0   1:4.2.1-3
ii  libcxsparse3.1.2 1:4.2.1-3
ii  libfftw3-double3 3.3.3-7
ii  libfftw3-single3 3.3.3-7
ii  libfltk-gl1.31.3.2-4
ii  libfltk1.3   1.3.2-4
ii  libfontconfig1   2.11.0-5
ii  libfreetype6 2.5.2-1
ii  libgcc1  1:4.8.2-16
ii  libgl1-mesa-glx [libgl1] 10.0.2-1
ii  libglpk364.53-1
ii  libglu1-mesa [libglu1]   9.0.0-2
ii  libgomp1 4.8.2-16
ii  libgraphicsmagick++3 1.3.18-1
ii  libgraphicsmagick3   1.3.18-1
ii  liblapack3 [liblapack.so.3]  3.5.0-2
ii  liboctave2   3.8.0-5
ii  libqhull62012.1-4
ii  libqrupdate1 1.1.2-1
ii  libqscintilla2-9 2.7.2-1+b2
ii  libqt4-network   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore4   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui44:4.8.5+git209-g718fae5+dfsg-1
ii  libstdc++6   4.8.2-16
ii  libumfpack5.6.2  1:4.2.1-3
ii  libx11-6 2:1.6.2-1
ii  octave-common3.8.0-5
ii  texinfo  5.2.0.dfsg.1-2

Versions of packages octave recommends:
ii  gnuplot-qt [gnuplot-x11]  4.6.5-1
ii  libatlas3-base3.10.1-4
ii  pstoedit  3.62-1

Versions of packages octave suggests:
pn  octave-doc  none
pn  octave-htmldoc  none
pn  octave-info none

-- 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: 
https://lists.debian.org/20140301163245.12336.57784.report...@amadeus.maxy.com.ar



Bug#739901: More Info / backtraces

2014-03-05 Thread Maximiliano Curia
In article 
1394056912.14407.3.camel__31858.6375251927$1394057008$gmane$org@fog-on-the-tyne.WORKGROUP
 you wrote:
 Hi, I tried changing it to OpenGL3.1 and OpenGL1 in desktop effects -
 both times this triggered a kwin crash. Attaching the backtraces for
 these (the kde bug reporter didn't think they were useful, though...)

I think that the magnifier effect, and possibly others, is/are not compatible
with opengl 3.1, I think that opengl 2 has the best compatibility level.
Anyway the effect should fail to load without any crash.

 I then changed it to xrender, as desktop effects module recommended (it
 said that a crash had been triggered by my driver 'in the past') - this
 seems to have got things working again (though 4 desktop effects are
 still disabled, as these require OpenGL.

Are you using kwin or kwin_gles?

I'm testing kwin and kwin_gles with glx and egl with two different intel card
and it works for me. But, other users reported that using egl instead of glx
fixed the issues. kwin_gles should be fixed in 4.11.7 (currently in unstable).

To start kwin or kwin_gles with the egl backend you need to add .sh a file to
your ~/.kde/env that exports the KWIN_OPENGL_INTERFACE=egl variable.

I'm currently using a ~/.kde/env/egl.sh that contains:
export KWIN_OPENGL_INTERFACE=egl

If you are testing kwin_gles, please upgrade to 4.11.7.

-- 
If you optimize everything, you will always be unhappy.
-- Donald Knuth
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#741228: kdelibs-bin: kauth helpers creates .config in /

2014-03-10 Thread Maximiliano Curia
In article 
E1WMvan-0002hA-LP__9.6382590153$1394440406$gmane$o...@goedel.fjf.gnu.de 
you wrote:
 Package: kdelibs-bin
 Version: 4:4.8.4-4
 Severity: normal
 Tags: upstream patch

 When logging into KDM, a directory /.config is created.

 Just like #675857, this goes against the Linux FHS and accepted
 usage, those run files (these are not config files, obviously!)
 should rather be created in /run, or otherwise in
 /var/{lib,run,lock} etc.

 The problem is discussed in
 https://bugs.kde.org/show_bug.cgi?id=249217 with a patch at
 https://reviewboard.kde.org/r/110655/diff/3/#0.8

 The patch is for KDE 4.11, but applies to the current version as
 well.

 However, it doesn't really solve the problem, just moves the
 offending directory from / to /root where it also doesn't belong
 because root-as-a-user is not involved. (Maybe that's somehow
 different in 4.11, or it's still buggy there.) In fact, the user
 doing the login is known at the time, so the file should be created
 in their home directory -- or not at all (since it doesn't contain
 any valuable information anyway, as seen by the fact that's it gets
 happily recreated at every login when it's removed).

The patch only sets the HOME environment variable if not set, maybe we could
simply set the HOME variable in the kdm init script to /var/lib/kdm.

Could you prepare and test such a patch?

Thanks,
-- 
Always code as if the person who ends up maintaining your code is a violent
psychopath who knows where you live.
-- John Woods
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#737779: systemsettings: No sound output when configuring the speakers due to missing dependencies

2014-03-10 Thread Maximiliano Curia
¡Hola Ferran!

El 2014-03-10 a las 12:47 +0100, Ferran Obón Santacana escribió:
 On Sunday 09 February 2014 16:46:30 you wrote:
  I don't have either of those two packages installed and the sound setup
  works fine for me. I'm currently using the vlc backend using alsa directly
  (without pulseaudio), if you are using pulseaudio I would expect that
  you'll need vlc-pulse or gstreamer0.10-pulseaudio to be installed, but not
  libcanberra-pulse. Could you please provide some extra information?

  How are you testing the output?
  Which sound backend are you using (gstreamer or vlc)?
  Which output for that backend are you using?

 I installed a debian operating system on a new computer this weekend and I
 have found out that this is still happening under vlc backend despite having
 vlc-plugin-pulse installed. No further configuration is performed and the
 audio goes through pulseaudio

 Installing the aforementioned packages solves the issue.

Currently I'm using pulseaudio I don't have neither libcanberra-pulse nor
sound-theme-freedesktop installed and the sound in my system is working, that's
with gstreamer and with vlc backends, so I really don't see a reason to
add the dependencies.

I requested some additional information before:
How are you testing the output?
Which sound backend are you using (gstreamer or vlc)?
Which output for that backend are you using?

Additionally it would be useful if you can provide a list of packages that
were installed when you fixed your sound output, this information can be
retrieved from the /var/log/dpkg.log file.

Thanks
-- 
A computer program does what you tell it to do, not what you want it to do.
-- Greer's Law
Saludos /\/\ /\  `/


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140310123742.gc16...@gnuservers.com.ar



Bug#741564: libkio5: libkio : segmentation fault caused by KFileItemDelegate

2014-03-14 Thread Maximiliano Curia
In article 532237B1.8030603__30393.1409529925$1394751274$gmane$o...@fnac.net 
you wrote:
 Some precisions.

 The SIGSEGV arise when we hover mouse on files in the file chooser dialog.

 The problems seems to be that KFileItemDelegate::paint ask for a state with
 d-animationState(...) and get a state that can have been deleted meanwhile
 (see kio/kio/kfileitemdelegate.cpp:~1271).

 Indeed, DelegateAnimationHandler::animationState (in
 kio/kio/delegateanimationhandler.cpp:~330) calls setSequenceIndex(0) which
 has the effect of finally call DelegateAnimationHandler::runAnimations and
 delete state (in kio/kio/delegateanimationhandler.cpp:~440).

Interesting, can you check if this bug is still present in kde4.12.3 (it's
currently available in experimental), and if so, report it upstream? Also, if
you seem to be quite close the produce a patch, which may attract more eyes.

In any case, the backtrace that you provide could be improved adding the
corresponding states to the involved variables, so even someone foreing to
this code (like myself), can understand somthing like why is that state is not
forward and not valid.

Thanks,
-- 
Seek simplicity, and distrust it. -- Whitehead's Rule
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#741564: libkio5: libkio : segmentation fault caused by KFileItemDelegate

2014-03-14 Thread Maximiliano Curia
Control: tag -1 + upstream
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=332132

¡Hola Paul!

El 2014-03-14 a las 12:29 +0100, Paul Chavent escribió:
 I've only checked by code review, and yes the suspicious code seems unchanged 
 in the current git tree.

Ok.

 I've filled a report on the kde bug tracker : 
 https://bugs.kde.org/show_bug.cgi?id=332132

Great, I've added the forward information to the Debian bug.

 I can write a patch that workaround the problem, but I'm not sure to find
 the solution the authors of this code would imagine.

Well, preparing a patch, testing it in your environment, and
submitting it to git.reviewboard.kde.org is a consistent way to get the
developers feedback.

 In any case, the backtrace that you provide could be improved adding the
 corresponding states to the involved variables, so even someone foreing to
 this code (like myself), can understand somthing like why is that state is 
 not
 forward and not valid.
 I won't be able to use the monitor features of gdb since the bug disappear
 if i attach to the process.

 However i can add printf traces and still reproduce the bug. Is it what you
 mean ?

Well, printf won't work, you'll need to use kDebug or kWarning. And configure
your ~/.kde/share/config/kdebugrc to get the debug output to stderr, I think
it's something like this:

[kio (delegateanimationhandler)]
InfoOutput=2

The warning should appear in the ~/.xsession-errors file.

Happy hacking,
-- 
Brilliant opportunities are cleverly disguised as insolvable problems.
-- Gardener's Philosophy
The reverse is also true. -- Corollary
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#729799: ark: Ark forget directory structure when extracting archives

2014-03-14 Thread Maximiliano Curia
¡Hola newbeewan!

El 2013-11-22 a las 10:19 +0100, newbee...@nativobject.net escribió:
 I think you are right !

 The label in french is very confusing !

 I think it would be better to change it to Préserver la structure de 
 répertoire.

Oh, sorry, I still have a lot of stuff in my backlog, could you please send
the bug to upstream?

Thanks,
-- 
Fighting patents one by one will never eliminate the danger of software
patents, any more than swatting mosquitoes will eliminate malaria.
-- Richard M. Stallman
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#741564: libkio5: libkio : segmentation fault caused by KFileItemDelegate

2014-03-21 Thread Maximiliano Curia
¡Hola Paul!

El 2014-03-15 a las 14:01 +0100, Paul Chavent escribió:
 A patch have been submitted to https://git.reviewboard.kde.org/r/116808/ and
 on the kde bug tracker.

 I attach the patch on this thread too.

 This fix the bug but it let appear an other one. If i hover the mouse on the
 file list, everything is fine. But as soon i get out of the file list, the
 application abort with a message (QWidget::repaint: Recursive repaint
 detected). I remember to read some peoples who already reported such a bug.
 I will go on investigations.

Mmh, you should add this info in the review. A link to the kde bug in the bug
field and also a link to the debian bug in the description would be nice.

The patch looks a bit messy, I would prefer to avoid the usage of
QSharedPointer and use it only if really needed, else we are only hiding the
issue.

My bets are in animationState, as it looks like a getter but it actually
does a bunch of creepy things, one of the few comments near the 321 line
claims: // If the cursor has exited an item
And then goes and calls:
startAnimation(state);

And tries to stop it in the next line?

But, well, maybe KFileItemDelegate::paint should have called
findAnimationState instead.

Have you tested something about this?

Happy hacking,
-- 
Whenever possible, steal code. -- Tom Duff
Saludos /\/\ /\  `/


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140321183618.ga3...@gnuservers.com.ar



Bug#742462: kde-workspace-bin: ksystraycmd has no man page

2014-03-25 Thread Maximiliano Curia
Control: tag -1 + gift upstream

In article 
E1WRsSH-0005lF-Ha__40223.6418718987$1395619945$gmane$o...@goedel.fjf.gnu.de 
you wrote:
 Package: kde-workspace-bin
 Version: 4:4.8.4-6
 Severity: normal

 According to http://www.debian.org/doc/debian-policy/ch-docs.html:
 Each program, utility, and function should have an associated
 manual page included in the same package. [...] If no manual page is
 available, this is considered as a bug and should be reported to the
 Debian Bug Tracking System.

The bug is reported to stable, which won't get an update for a manpage, but
the claim is still valid in upstream head.

A manpage written in docbook would be welcome, (it needs to be in docbook so
upstream accepts it).

Feel free to forward the bug upstream [1], if you do, please, add the
forwarded info [2] so we get notified if the status changes.

[1]: http://bugs.kde.org
[2]: http://pkg-kde.alioth.debian.org/btslink.html

Thanks,
-- 
If a pickpocket meets a saint, he sees only his pockets.
-- Kegley's Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#723050: can't log in

2014-03-28 Thread Maximiliano Curia
¡Hola Mathieu!

El 2013-11-21 a las 22:04 +0100, Mathieu MD escribió:
  I was trying to follow the code, and it looks like
  /usr/lib/kde4/libexec/kcheckpass uses the kdm pam service, which
  imports the common services and adds some normal pam stuff. ::

Ups, sorry, that was wrong, it uses the /etc/pam.d/other pam service.

 I tried to run xscreensaver as you told, but it did not change anything:
 I still cannot login back.

 @include common-auth
 @include common-account

I don't know if the problem is still reproduceable for you, it was never
reproduceable for me. But if you do, could you check the permissions of the
/sbin/unix_chkpwd command?

-- 
Don't let what you cannot do interfere with what you can do.
-- Wooden's Rule
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#723050: can't log in

2014-03-28 Thread Maximiliano Curia
¡Hola Mathieu!

El 2014-03-28 a las 19:12 +0100, Mathieu MD escribió:
  But if you do, could you check the permissions of the
  /sbin/unix_chkpwd command?

 Permissions on unix_chkpwd seems to be correct with setgid shadow:
 -rwxr-sr-x 1 root shadow 35K 02-14 00:27 /sbin/unix_chkpwd*

And the password of your user is in /etc/shadow which is readable by the
shadow group?

It might be interesting to know if /sbin/unix_chkpwd is being called at all,
using second session and strace you can check this, so you lock your screen
and from another session, you'll need to find the pid of your screensaver,
it can be kscreensaver, xscreensaver, or in my case plasma_overlay,
then:
$ strace -vfp $pid_of_screensaver -e execve

Try to unlock the screensaver and check the logged output.

The output shouldn't be more than 30 lines, if it's more, redirect it into a
file and attach the file here.

-- 
La duración de un minuto depende de que lado del baño estés.
-- Ley de la Relatividad (Burke)
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: infinite loop in kdeui

2014-04-03 Thread Maximiliano Curia
Antonio Larrosa larr...@kde.org wrote:
 Would it be possible to include this patch [1] in the sources debian uses
 to generate the libkdeui5 package?

 [1] https://git.reviewboard.kde.org/r/114519/diff/

 Each time I run digikam, it freezes due to the infinite loop problem that
 patch fixes. I've been patching my local kdelibs for a while, and I think
 it would be nice if it was included by default since it was approved
 upstream since last december.

The patch was included in 4.12.1, so it is currently in the experimental
packages (4.12.3). I'm preparing the 4.12.4 packages, and I would like to
request the transition to unstable afterwards, so this would be fixed then.

To use the experimental packages you might need to avoid upgrading libkdcraw,
or rebuild digikam against the experimental version of libkdcraw.

This is in the pending tasks to request a proper transition.

Happy hacking,
-- 
Saludos,
Maxy


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1d0t0b-vjk@freak.gnuservers.com.ar



Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-11 Thread Maximiliano Curia
In article 
20140411024540.25679.92521.reportbug__44887.6658724204$1397184506$gmane$o...@stoneboat.aleph1.co.uk
 you wrote:
 This patch is very dim. I feel that one should be able to at least
 move this test into one place instead of having 6 instances to
 update. But I started messing with that and it simply made me forget to
 file at least this basic, working verison.

diff -Nru 
pkg-kde-tools-0.15.13/perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm 
pkg-kde-tools-0.15.13+arm64/perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm
--- 
pkg-kde-tools-0.15.13/perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm   
2014-02-23 12:09:30.0 +
+++ 
pkg-kde-tools-0.15.13+arm64/perllib/Debian/PkgKde/SymbolsHelper/Substs/TypeSubst.pm
 2014-04-06 01:42:19.0 +
@@ -161,7 +161,7 @@
 
 sub _expand {
 my ($self, $arch) = @_;
-return ($arch =~ /amd64|ia64|alpha|s390|sparc64|ppc64|mips64|mips64el/) ? 
m : j;
+return ($arch =~ 
/^(amd64|ia64|alpha|s390|sparc64|ppc64|ppc64el|mips64|mips64el|arm64)$/) ? m 
: j;
 }
 
 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst::ssize_t;
@@ -294,7 +294,7 @@
 
 sub _expand {
 my ($self, $arch) = @_;
-return ($arch =~ /(arm|sh4)/) ? 'f' : 'd';
+return ($arch =~ /(arm|armel|armhf|sh4)/) ? 'f' : 'd';
 }
 
 package Debian::PkgKde::SymbolsHelper::Substs::TypeSubst;

Most of the changes in the patch change non anchored regexps to anchored ones
to match the full arch name except the last one, that seems to be matching
arm64, while it shouldn't, right?

Happy hacking,
-- 
The sooner you start to code, the longer the program will take. -- Roy Carlson
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#744173: pkg-kde-tools: add arm64 support to SymbolsHelper

2014-04-12 Thread Maximiliano Curia
¡Hola Wookey!

El 2014-04-11 a las 23:29 +0100, Wookey escribió:
 I read here: https://lists.debian.org/debian-68k/2013/11/msg00012.html
 that in QT5 qreal is a double on armhf, but on QT4 it's a float (and
 it's float on both for armel). Can this helper know which it is doing
 and DTRT? If not which should be the default? Lisandro's message seems
 to suggest the former (and the the armhf stuff would be taken care of
 with extra symbols lines, not (subst) lines).

That's for qt5, right, we would need to deal with qt4 and qt5 differently.

 If someone can confirm which to use I'd like to have an upload with
 this patch in forthwith. I'm happy to do that as an MNU - complain if
 that's not OK.

You are, of course, welcome to come aboard and upload the change a part of the
team.

-- 
A computer program does what you tell it to do, not what you want it to do.
-- Greer's Law
Saludos /\/\ /\  `/


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140412080735.ge32...@gnuservers.com.ar



Bug#745079: transition: kde4.12

2014-04-17 Thread Maximiliano Curia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

I'd like to request a transition slot for kde 4.12, the current release is
4.12.4.

Among the changes, the ones that affect packages not directly related to the
release are:

src:marble (bin:libmarblewidgets17) bumps its soversion to 17
 affected packages: calligra digikam subsurface

src:libkdcraw (bin:libkdcraw23) bumps its soversion to 23
 affected packages: calligra digikam kdegraphics-thumbnailers kphotoalbum

Ben file:

title = kde4.12;
is_affected = .depends ~ libkdcraw22 | .depends ~ libmarblewidget16 | 
.depends ~ libkdcraw23 | .depends ~ libmarblewidget17;
is_good = .depends ~ libkdcraw23 | .depends ~ libmarblewidget17;
is_bad = .depends ~ libkdcraw22 | .depends ~ libmarblewidget16;

The complete list of packages ready to be uploaded to unstable is the
following. I think that no other packages will need a transition.

amor 4:4.12.4-1
analitza 4:4.12.2-2
ark 4:4.12.4-1
audiocd-kio 4:4.12.4-1
blinken 4:4.12.2-2
bomber 4:4.12.4-1
cantor 4:4.12.4-1
cervisia 4:4.12.2-2
dolphin-plugins 4:4.12.4-1
dragon 4:4.12.3-2
ffmpegthumbs 4:4.12.2-2
filelight 4:4.12.3-2
granatier 4:4.12.4-1
gwenview 4:4.12.3-2
jovie 4:4.12.2-2
juk 4:4.12.4-1
kaccessible 4:4.12.2-2
kactivities 4:4.12.4-1
kajongg 4:4.12.4-1
kalgebra 4:4.12.4-1
kalzium 4:4.12.2-2
kamera 4:4.12.2-2
kanagram 4:4.12.4-1
kapman 4:4.12.4-1
kapptemplate 4:4.12.4-1
kate 4:4.12.4-1
katomic 4:4.12.4-1
kblocks 4:4.12.4-1
kbreakout 4:4.12.4-1
kbruch 4:4.12.3-2
kcachegrind 4:4.12.4-1
kcalc 4:4.12.2-2
kcharselect 4:4.12.2-2
kcron 4:4.12.2-2
kde4libs 4:4.12.4-1
kdeartwork 4:4.12.4-1
kde-baseapps 4:4.12.4-1
kde-dev-scripts 4:4.12.2-2
kde-dev-utils 4:4.12.2-2
kdegraphics-mobipocket 4:4.12.2-2
kde-l10n 4:4.12.4-1
kdenetwork-filesharing 4:4.12.2-2
kdepim 4:4.12.4-1
kdepimlibs 4:4.12.4-1
kdepim-runtime 4:4.12.4-1
kdeplasma-addons 4:4.12.4-1
kde-runtime 4:4.12.4-1
kdesdk-kioslaves 4:4.12.3-2
kdesdk-thumbnailers 4:4.12.4-1
kde-wallpapers 4:4.12.4-1
kdewebdev 4:4.12.3-2
kdf 4:4.12.2-2
kdiamond 4:4.12.4-1
kdnssd 4:4.12.2-2
kfloppy 4:4.12.2-2
kgamma 4:4.12.2-2
kgeography 4:4.12.2-2
kget 4:4.12.3+dfsg-2
kgoldrunner 4:4.12.2-2
kgpg 4:4.12.4-1
khangman 4:4.12.4-1
kig 4:4.12.3-2
kigo 4:4.12.2-2
killbots 4:4.12.3-2
kiriki 4:4.12.2-2
kiten 4:4.12.4-1
kjumpingcube 4:4.12.2-2
klickety 4:4.12.4-1
klines 4:4.12.2-2
kmag 4:4.12.2-2
kmahjongg 4:4.12.3-2
kmines 4:4.12.4-1
kmix 4:4.12.2-2
kmousetool 4:4.12.2-1
kmouth 4:4.12.4-1
kmplot 4:4.12.2-2
knavalbattle 4:4.12.4-1
knetwalk 4:4.12.4-1
kolf 4:4.12.4-1
kollision 4:4.12.4-1
kolourpaint 4:4.12.2-2
kompare 4:4.12.2-2
konquest 4:4.12.2-2
konsole 4:4.12.4-1
kopete 4:4.12.4-1
kpat 4:4.12.4-1
kppp 4:4.12.2-2
krdc 4:4.12.4-1
kremotecontrol 4:4.12.3-2
kreversi 4:4.12.4-1
krfb 4:4.12.2-2
kross-interpreters 4:4.12.2-2
kruler 4:4.12.3-2
kscd 4:4.12.2-2
kshisen 4:4.12.2-2
ksirk 4:4.12.4-1
ksnakeduel 4:4.12.4-1
ksnapshot 4:4.12.2-2
kspaceduel 4:4.12.2-2
ksquares 4:4.12.2-2
kstars 4:4.12.3-2
ksudoku 4:4.12.4-1
ksystemlog 4:4.12.2-2
kteatime 4:4.12.4-1
ktimer 4:4.12.2-2
ktouch 4:4.12.4-1
ktuberling 4:4.12.4-1
kturtle 4:4.12.2-2
ktux 4:4.12.2-2
kubrick 4:4.12.2-2
kuser 4:4.12.2-2
kwallet 4:4.12.4-1
kwordquiz 4:4.12.2-2
libkcddb 4:4.12.3-2
libkcompactdisc 4:4.12.3-2
libkdcraw 4:4.12.3-2
libkdeedu 4:4.12.2-2
libkdegames 4:4.12.4-1
libkexiv2 4:4.12.3-2
libkipi 4:4.12.3-2
libkmahjongg 4:4.12.4-1
libkomparediff2 4:4.12.2-2
libksane 4:4.12.3-2
lokalize 4:4.12.4-1
lskat 4:4.12.4-1
marble 4:4.12.4-1
meta-kde 5:84
mplayerthumbs 4:4.12.2-2
nepomuk-core 4:4.12.4-1
okteta 4:4.12.4-1
okular 4:4.12.4-1
oxygen-icons 4:4.12.4-1
pairs 4:4.12.4-1
palapeli 4:4.12.4-1
parley 4:4.12.4-1
picmi 4:4.12.4-1
print-manager 4:4.12.3-2
pykde4 4:4.12.2-2
rocs 4:4.12.4-1
smokegen 4:4.12.2-2
smokeqt 4:4.12.2-2
step 4:4.12.2-2
superkaramba 4:4.12.2-2
sweeper 4:4.12.2-2
umbrello 4:4.12.4-1

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-rc7-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTUDIxAAoJEMcZdpmymyMqyToP/R1gLv1X0+Un7O0+SNn+6js6
Twyk8UA+CqXJajUx5FZLxiXpwegaB9uLXAU6UwDlGzDMBkG7K0hRP00efD74GnPJ
B6YkCIQZI8JSmHl78pCfLOQHluPZ/DMY0Fc4EsLNH+b77msYxRjrViKTPeFoCxdy
JIHVFPzfmb+dKwKaM6xzEc6XwFTMKQAwyNl+hlg1zKv++y/0K6p/C9DavclObpe9
Vqb2Ex+WAj7diRsHdiA+noaBbpbfz0Ulwk3LEdvU1Xtyf9MYUAgq/cZht4+naaRm
mggxLqP/+JH7uexAA9vtEVt3b5xJq/+I+CSZuOA6P5/9l672OgW3eIVn8z3JL6KM
iBi2gUMcUd2fTvZJFaK9+qCFumjCLO9SEtJQKS3lifWZfhbm2sCLndCenQrz7DD2
+SAaJu+il3zr+5+NKB+wnKOu8T9UWGsUu7JAN0B0vKjdiHSGNvTXYKpHXM0VHsJe
QvxTEDD0qMUheBHJSz1xiNhEq/StT8XuUqq360fQzGy3x2vIQyenyP0YJ9A3WE+S
IZgL+yBG1HpS2YnJEg+Dpvma/cEeuzmUVR2yfFnP4WLtLq0JeCOAbDP2uIUW4eLX

Bug#742494: umbrello crashes when importing java code

2014-04-25 Thread Maximiliano Curia
Control: tag -1 + unreproducible
Control: severity -1 normal

Hi,

I couldn't reproduce the problem with a simple project and using the code
import wizard from umbrello. If you can still reproduce the issue, could you
please describe the steps to reproduce it, either attaching a test case or
using a public available project.

Thanks.
-- 
By definition, when you are investigating the unknown, you do not know what
you will find
-- The Ultimate Principle
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#745875: /usr/bin/kwin: KWin consumes 100% of one of my CPUs while idle

2014-04-26 Thread Maximiliano Curia
¡Hola Marc!

El 2014-04-26 a las 10:19 +0200, Marc Coll escribió:
 Package: kde-window-manager
 Version: 4:4.11.8-1
 Severity: normal
 File: /usr/bin/kwin

 KWin consumes 100% of one of my CPUs while the computer is idle. I suspect it
 has something to do with the screensaver, because it stops doing so whenever I
 press any key or move the mouse. I made a small script that run top every 10
 seconds and logs it to a file, and I got lots of this kind of reports:

 top - 09:47:36 up 18:13,  5 users,  load average: 1,00, 1,03, 1,05
 Tasks: 139 total,   3 running, 136 sleeping,   0 stopped,   0 zombie
 %Cpu(s):  9,4 us, 28,7 sy,  0,5 ni, 60,4 id,  0,8 wa,  0,0 hi,  0,1 si,  0,0 
 st
 KiB Mem:   2058752 total,  1970636 used,88116 free,48248 buffers
 KiB Swap:  4200992 total, 2596 used,  4198396 free.  1205316 cached Mem

   PID USER  PR  NIVIRTRESSHR S  %CPU %MEM TIME+ COMMAND
 17638 marc  20   0 2928228  96636  63516 R 103,7  4,7 661:16.57 kwin

 Notice the amount of accumulated CPU time. The screensaver is configured to
 just show the blank screen, so it really shouldn't affect performance.

Mmh, interesting, I have seen a similar  behavior in my desktop (unstable with
kde-sc 4.12.4) but with kscreenlocker_g, which is closer to the bug reported
in the upstream bug tracker:
 https://bugs.kde.org/show_bug.cgi?id=316348
but I can't reproduce it in my notebook (jessie with kde-sc 4.12.3).

I guess I'll try to narrow it down once I'm back home.

-- 
Email is a wonderful thing for people whose role in life is to be on top of
things. But not for me; my role is to be on the bottom of things. What I do
takes long hours of studying and uninterruptible concentration.
-- Donald Knuth
Saludos /\/\ /\  `/


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426095245.gg16...@gnuservers.com.ar



Bug#740536: umbrello does not display or open

2014-04-26 Thread Maximiliano Curia
Control: fixed -1 4:4.12.3-1

Hi,

I'm able to reproduce this bug with the 4.11.5 version and it seems to be fixed
in the 4.12.x version, so I'm tagging the bug as such.

umbrello 4.12 should enter unstable soonish (it's currently in experimental).

Thanks,
-- 
EIEIO  Go home and have a glass of warm, dairy-fresh milk
-- The GNU C Library Reference Manual, Chapter 2.2, Error Codes
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: Answer to Call for help from reddit

2014-05-02 Thread Maximiliano Curia
¡Hola Angel!

El 2014-05-01 a las 17:13 -0700, Angel Orejel escribió:
 Hello, I've been lurking at /r/debian and debian-dev mailing list for a while
 and I heard the kde team needs help. 
 So, as far as my background is concerned, I'm not a professional developer or
 anything, but I have basic knowledge of bash, programming in java/c, and have
 been using debian for approximately a year. 
 Basically, I m a noob and if you want to me do something be very specific and
  I ll do my best.

It sort of depends on what you prefer, and how confortable you are with our
developing environment and tools.

The call for help includes a list of tasks [1], that range among different
requirements, the one to unify the TODO lists is probably one that has a high
priority, and as a requirement you'll only need a wiki user and to use gobby to
access the TODO list in gobby.debian.org Teams/KDE.

On the other hand, if you prefer a coding challenge most of the bugs tagged as
upstream [2] require a patch to be made in the upstream code. The list of
requirements for this varies a lot, so it's hard to say.

If I have to pick something for you, I would say, start with the TODO list, it
would give you an overall idea of the things that need to be done and it would
help other contributors to have easier access to the information. If that's not
your thing, just tell us about it.

[1]: https://lists.debian.org/debian-devel/2014/05/msg8.html
[2]: 
https://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=debian-qt-kde%40lists.debian.org;include=tags%3Aupstream;dist=unstable

Happy hacking,
-- 
The cheapest, fastest and most reliable components of a computer system are
those that aren't there.
-- Gordon Bell
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: Reply for Call for help from KDE Team

2014-05-02 Thread Maximiliano Curia
¡Hola sibi!

El 2014-05-02 a las 18:39 +0530, sibi kanagaraj escribió:
 I saw a mail in mailing list , on call fro help from the KDE team .

 I would like to know if I could be of any help .

Assigning tasks is way too hard, it's easier for us if you tell us which of
the tasks listed in the call for help [1] interest you and how can we help you
with it.

If you still prefer to have a task assigned, I would say that cleaning some
old bugs would help us. That means checking bugs that have no activity for
quite some time (let's say 6 months), verify that the bug is still there and
close it otherwise. In any case, add a new entry in the bug log saying what
you found.

[1]: https://lists.debian.org/debian-devel/2014/05/msg8.html

Have fun,
-- 
UNIX is basically a simple operating system, but you have to be a genius to
understand the simplicity.
-- Dennis Ritchie
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: Bug#746316: plasma-desktop crashes every 6 minutes exact

2014-05-03 Thread Maximiliano Curia
¡Hola moli!

El 2014-05-03 a las 03:55 +0200, moli escribió:
 Second, a minute ago i incidentally found a more specific cause of the
 bug: the plasma-desktop crashes directly after i click on the software
 updater icon in the system tray and the getting updates, querying
 appears. And despite i get a notification about new packages in the
 notifications, the software updater icon does not come up by itself
 like it did in the past.

Which software updater are you running? apper?

Could you try removing it from your session or deinstalling it, and checking
if that fixes the session crash? That would narrow down the problem.

 So, there we have a much more definite source of the bug.

I'm not sure the bugs are related.

 Which log should i attach for you?

The .session-error that you attached in the original report is way too long as
to be helpful. Could you send us one that includes only one sessions history ?

Thanks.
-- 
If programmers deserve to be rewarded for creating innovative programs, by
the same token they deserve to be punished if they restrict the use of these
programs.
-- Richard M. Stallman
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: Reply for Call for help from KDE Team

2014-05-07 Thread Maximiliano Curia
¡Hola sibi!

El 2014-05-07 a las 10:32 +0530, sibi kanagaraj escribió:
 //, I would say that cleaning some
 old bugs would help us. That means checking bugs that have no activity for
 quite some time (let's say 6 months), verify that the bug is still there and
 close it otherwise. In any case, add a new entry in the bug log saying what
 you found.//

 I have not done this before . So , I decided to wait for few days and observe
 the happenings and thought that I could figure out what is to be done . Daily 
 I
 see some 10-12 bug tracking mails .Apart from that , I have not been able to
 trace out whats happening .

It's not always easy to know what's happening. :)

I think the motto for this call for help could be don't be affraid to ask for
help. So you are encouraged to ask, using irc has some advantages for this,
but it's perfectly fine if you prefer mail.

Rereading what I ask you to do, it's a quite hard task, as it's phrased in a
way that makes me think do this query and work on the results, but the query
part is not easy at all. I finally managed to get a list with a very
unefficient sql query to udd.debian.org:

select distinct bs.id, bs.status, bs.last_modified
   from public.all_packages as ps
join public.all_bugs bs on (ps.package = bs.package)
   where ( ps.maintainer_email = 'debian-qt-kde@lists.debian.org' or
   ps.maintainer_email = 'pkg-kde-ext...@lists.alioth.debian.org' )
 and bs.status != 'done' and bs.status != 'fixed'
 and (bs.last_modified + interval '6 months')  now();

For which you need to do the query from alioth as is documented here:
https://wiki.debian.org/UltimateDebianDatabase/

And sort of understand the database schema:
https://udd.debian.org/schema/udd.html#public.view.all-bugs

All of it is way beyond what I intended as a first task, I'm really sorry.

Please, if someone has a better way to get this results, tell me.

 If there is any documentation on what is to be read , I will read it and start
 checking the bugs .

There is some, but its quite dispersed, improving the documentation to become
a more welcomming team is one of the things that we need to do, please don't
forget your first doubts so you can help us improve the experience.

-- 
If a million people believe a foolish thing, it is still a foolish thing.
-- France's Rule of Folly
Saludos /\/\ /\  `/


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140507084823.gp14...@gnuservers.com.ar



Bug#710764: kde-workspace: device-notifier does not show removable drive if the label is RECOVERY

2014-05-08 Thread Maximiliano Curia
Control: retitle -1 udisks/udisks2: does not mount removable drive if label is 
RECOVERY
Control: clone -1 -2
Control: reassign -1 udisks2 2.1.3-1
Control: reassign -2 udisks 1.0.4-7wheezy1

Hi,

This bug is actually a feature in the udisks udev rules (which is still
present in udisks2), to ignore special recovery partitions.

# recovery partitions
ENV{ID_FS_TYPE}==ntfs|vfat, \
  
ENV{ID_FS_LABEL}==RECOVERY|Lenovo_Recovery|HP_RECOVERY|Recovery_Partition|DellUtility|DellRestore|IBM_SERVICE|SERVICEV001|SERVICEV002|SYSTEM_RESERVED|System_Reserved|WINRE_DRV,
 \
  ENV{UDISKS_IGNORE}=1


That's from data/80-udisks2.rules in the udisks2 source code.

But, afaics, it's wrong to ignore partitions by label in a pendrive, so the
rule could be prepended with:
SUBSYSTEMS!=usb,

So the rule doesn't apply to usb drives.

Thanks,
-- 
If the code and the comments disagree, then both are probable wrong.
-- Norm Schryer
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


kdepim and kolab

2014-05-17 Thread Maximiliano Curia
Hello,

I'm currently packaging the new upstream release of kdepim and friends, and
in this release the support of kolab requires libkolab-dev 0.5 and
libkolabxml-dev 1.0. While the ones currently available are 0.4.2 and 0.8.4
(is libkolabxml always double the libkolab version?) correspondingly.

I would prefer to keep the kolab support in kdepim, would it be possible to
update these libraries in Debian? Will they require a soversion bump? Updating
these libraries require you to adapt some other packages as well?

I don't use kolab, so even if I could nmu the n-u-r I would be able to test
it.

Happy hacking.
-- 
If you think your users are idiots, only idiots will use it.
-- Linus Torvalds
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#631671: Running a kommander script fails

2014-05-18 Thread Maximiliano Curia
¡Hola Jim!

El 2014-05-17 a las 15:11 +0100, Jim Scadden escribió:
 kommander(10045) KommanderFactory::loadPlugins:
 KommanderFactory::loadPlugins - Can't load Kommander plugin library
 libkommanderwidgets

...

 access(/usr/lib/kde4/libkommanderwidgets.so, R_OK) = -1 ENOENT (No
 such file or directory)

Oh, it's a missing plugin. kde4 plugins should be installed in under the
/usr/lib/kde4/ tree, and avoid poluting /usr/lib

 The debian package contains .so.4.2.0 and .so.4 but not .so

The .4 and .4.2.0 files could probably be not-installed.

 The attached patch resolves the problem by including
 libkommanderwidgets.so back in to the package.

Could you update the patch to install the plugins in /usr/lib/kde4/ ?

Thanks,
-- 
Haskell is faster than C++, more concise than Perl, more regular than Python,
more flexible than Ruby, more typeful than C#, more robust than Java, and has
absolutely nothing in common with PHP.
-- Audrey Tang
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#748124: kmix: Volume in kmix not equal to alsamixer (logarithmic scale / mapped volume should be used)

2014-05-18 Thread Maximiliano Curia
Control: tag -1 + upstream
Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=331582

¡Hola vitalif!

El 2014-05-14 a las 18:25 +0400, vita...@yourcmc.ru escribió:
 Starting with 4.10, kmix has incorrect volume regulation for me. I.e. it
 adjusts the volume linearly, while the correct behaviour is to adjust it
 logarithmically (in dB...). So the volume scale is incorrect, very
 unintuitive and the volume level isn't equal to alsamixer's. I use plain
 ALSA.

Interesting, is there any reference about whether the alsa interface provides
a logarithmic or linear values?

Do you know if there is a special case for certain sound cards?

If alsamixer handles this correctly it may be that the alsamixer code is the
documentation.

 I DON'T use PulseAudio and DON'T want to use it, because PA is a
 totally useless Lennart creation, wrapper around ALSA.

Please avoid this kind of hate mail comments, you are only adding yourself and
your efforts in an auto ignore list.

 I personally solve this problem on my machines by by applying the patch
 (attached) which makes kmix use mapped volume. But I've already reported
 this bug to KDE bugtracker - https://bugs.kde.org/show_bug.cgi?id=331582 -
 and they say KMix never used the logarithmic / dB values! So this is
 probably not a kmix issue!

I've added the forward information so if the bug state change we get noticed
of the update.

 Both machines on which the bug does reproduce run Debian unstable i386, both
 aren't a fresh installation - I continuosly upgrade them since debian 4.0
 etch. So maybe the bug is somehow related to ALSA setup on Debian? If so,
 the single alsa-related upgrade on my machine was libasound2 1.0.27.2-1 -
 1.0.27.2-3, happened 2014-01-03... As I remember that was somewhere around
 when it broke the first time... And the previous update happened 2013-07-16,
 1.0.27.1-2 - 1.0.27.2-1, and everything was OK...

Are you able to revert the issue by installing libasound2 1.0.27.2-1 ?
If that's the case a bisect might be productive.

Happy hacking,
-- 
pi seconds is a nanocentury -- Tom Duff
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#745719: kdebase: KDE device notifier does not reattach USB drives

2014-05-18 Thread Maximiliano Curia
¡Hola Valerio!

El 2014-05-13 a las 21:36 +0200, Valerio Vanni escribió:
 I just tried Jessie, and I saw that the bug is still present in KDE 4.12.4
 I updated https://bugs.kde.org/show_bug.cgi?id=293906.

The weird thing about bugs is that I remember seeing this behavior for quite a
while now, but I never consider it an issue til I read this report. :)

 Should I open a bug against udisks?

That would be udisks2.

Does anybody know if making the block device disappear provides any advantage?
Something like guarantees a flush of all pending caches?

Have fun,
-- 
C makes it easy to shoot yourself in the foot; C++ makes it harder,
but when you do it blows your whole leg off.
-- Bjarne Stroustrup
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#748738: transition: analitza5ab1

2014-05-20 Thread Maximiliano Curia
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

This is a small and self contained transition, libanalitza broke it's ABI
interface so we are bumping the soversion to 5ab1. The only affected packages
are cantor and kalgebra which are prepared and waiting for a green flag to
upload the tree packages

Thanks,

Ben file:

title = analitza5abi1;

is_affected = .depends ~ /libanalitza(|plot|gui)5/ | .build-depends ~ 
/libanalitza-dev/;

is_good = .depends ~ /(libanalitza5|libanalitzagui5|libanalitzaplot5)abi1/;
is_bad = .depends ~ /lib(analitza5|libanalitzagui5|libanalitzaplot5)([^a]|$)/;

- -- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTeyi5AAoJEMcZdpmymyMqfEIQAInXdVgSFsU/UuvFY8Ep+sVi
jrVLePIck2ufB/KoWG/Ogjl4jlLHSkoavDSMthAa7d9Rw79f/5Af53cAujObQY6Y
PAspZ+Paq/m6Lwxqq7pFQYga9pBQV/+fzKNZSa5pdSA2wWFkB/7q7lser4YQxkiN
9/DnIIrtR9gwqWTJ6Q04QD163j0P7FzlUso/vPDb3rhbGwPxEhsgAJhyoperR6Hr
QcxY/NB1giPSQnrZJOKF72saQyUBEWrFkp8MxVjC4G9GMKRG1kzvnOQ9kAbG/aer
jp8NT9YznATb7LRSfw/QmjANxJTSZKSCGohSEqMHjiA2K3UYiVZwND4cYpdeSMIR
xyQf4Nshgf5whU3QMhyWRXMzzWfdDE2wmqHI0MONXPGQ3zzEqTllv/0cSE8SwojB
PllQ+0a2WCUX+IrSG7F9KIGsiScQqH67zufGP9YEZMulLbc41++iM3HewX0tIM4/
NyhYygEjbxK25ihiAQz2/4hwlyjWI7uxN6D5aXAIK7st5K5MotjbTzVsbXaM4exL
cVEkudUdpKOnarYgEeEy9BR2BtAV1ysv7z4QbwhET6n/ZsAcmRf5SRzWOyYaUM89
mDawh4YAsssi9Qn2sgofQnk07XaEeMw9ZTk+SIypzMiieGf/u0ToFmyJzN4EvIam
dMUQDMKXCgYgPDIBZU0S
=i+zH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140520100447.4835.36143.report...@amadeus.maxy.com.ar



Sort of quick review of libkolab

2014-05-21 Thread Maximiliano Curia
Hi,

Thanks for taking care of libkolab, I've made a quick review of the package,
mostly checking the differences with the Debian package. The list is long, but
I think most of the points are easy to fix.

General package:

Please rebase on top of git://git.debian.org/git/pkg-kolab/libkolab.git, avoid
deleting changelog entries. And avoid entries that claim being uploaded to
unstable if they weren't.

To test the package libkolabxml (= 1.0) is needed.

debian/changelog:
 * urgency=medium
   is the new default

debian/control:
 * Standards-Version should be 3.9.5
 * Please maintain the vcs-fields

 * libkolab0 declares libcalendaring as a dependency, this is not the case,
   right?

 * There is no entry for libkolab-kde0, but there are some install and
   lintian-overrides and shlibs files for it.

 * There is no entry for libkolab-kde-dev, but there is and install file for it,
   also this install file installs almost the same files as libkolab-dev.

 * There is no entry for php-kolab-kde-dev, but there is and install file for
   it, also this install file installs the same files as php-kolab-dev.

 * There is no entry for python-kolab-kde, but there is and install file for it,
   also this install file installs the same files as python-kolab.

debian/copyright:
 * Please maintain the blocks for debian/* and for cmake/*

debian/libkolab0.shlibs:
 * If you are adding this file I would say it's = 0.5
   But is the ABI of libkolab0 0.5 is backwards compatible with 0.4?
   Also, this is about the same as using dh_makeshlibs -V

debian/php-kolab.install:
 * I wouldn't use usr/lib/php5/*/*.so and would prefer something like:
   usr/lib/php5/*/kolab*.so instead to avoid a filename clashes (I haven't
   checked the filenames produced).

debian/php-kolab.postinst:
 * Indentation mixes tabs and spaces

debian/php-kolab.postrm:
 * indentation mixes tabs and spaces

debian/php-kolab.prerm:
 * Changes the interpreter to bash, where is the bashism?
 * Indentation mixes tabs and spaces

debian/python-kolab.install:
 * I wouldn't use usr/lib*/python*/*-packages/* but something that avoid
   filenames clashes as: usr/lib*/python*/*-packages/kolab/

debian/rules:
 * About:
   export DH_VERBOSE=1
   export DH_OPTIONS=-v

 shouldn't be forced, so comment them before a release.

 * About: dh_makeshlibs -- -c2
   are you sure that using the default (-c1) is not enough?

debian/usr/share/php5/kolab/kolab.ini:
 * Ok, now I'm really confused, what's the deal with calendaring? is there a
   phpcalendaring even if there is no libcalendaring?

Thanks again.

Happy hacking,
-- 
Some people worry that artificial intelligence will make us feel inferior, but
then, anybody in his right mind should have an inferiority complex every time
he looks at a flower.
-- Alan Kay
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: [pkg-kolab] kdepim and kolab

2014-05-27 Thread Maximiliano Curia
¡Hola Torsten!

El 2014-05-26 a las 14:43 +0200, Torsten Grote escribió:
 On Sunday 18 May 2014 02:13:48 Maximiliano Curia wrote:
  I'm currently packaging the new upstream release of kdepim and friends

 Thanks a lot for this!

 Your mail has just been moderated through to pkg-kolab-devel. Has there been
 any news since you sent it?

Yes, Paul Boddie started working on libkolab, based on the debian package and
the ubuntu repository, and now it's rebasing that on top of the libkolab git
repository. I think he might need a hand, also libkolab build-depends on
libkolabxml, so I think it would be a good thing if libkolabxml gets uploaded.

I'm uploading kdepim and friends to experimental to have some testers on the
nepomuk migration to baloo, built without kolab support in the meantime.

Thanks,
-- 
If a pickpocket meets a saint, he sees only his pockets.
-- Kegley's Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: Why are some 4.13 packages uploaded to unstable and others to experimental?

2014-05-28 Thread Maximiliano Curia
¡Hola Diederik!

El 2014-05-27 a las 00:30 +0200, Diederik de Haas escribió:
 I've seen quite a number of msgs about 4.13 package being uploaded to the
 Debian archives (thanks!) in the last couple of days.
 But I also noticed that some are uploaded to unstable, while others are
 uploaded to experimental. Why is that?
 For example baloo is uploaded to experimental, while kde-runtime is uploaded
 to unstable (and most/all kdepim packages to experimental).

kdepim-runtime requires a new version of libkolab and libkolabxml to build the
kolab support, which the kolab maintainers and Paul Boddie are looking into,
but in the meantime we needed baloo to go through the new queue, so the
experimental version is kdepim with baloo support but without the kolab
support.

-- 
Elegance is not a dispensable luxury but a quality that decides between
success and failure.
-- Edsger W. Dijkstra
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Bug#750246: ktouch: starts with an empty screen

2014-06-03 Thread Maximiliano Curia
¡Hola Dieter!

El 2014-06-02 a las 20:37 +0200, Dieter Piringer escribió:
 Package: ktouch
 Version: 4:4.13.1-1
 Severity: important
 
 Dear Maintainer,
 
 After an upgrade (with apt-get) to ktouch 4:4.13.1-1 on startup only an
 empty screen with no items is shown. Starting with the commandline shows
 Type HomeScreen unavailable, Type ProfileSelector unavailable and
 module org.kde.charts is not installed. Installing
 qtdeclarative4-kqtquickcharts-1 4:4.13.0-0ubuntu1 from ubuntu fixes the
 problem, however, there is no qtdeclarative4-kqtquickcharts-1 in jessie and
 no other dependency that pulls the missing parts.

I noticed this a bit too late, the kqtquickcharts package is sitting
in NEW https://ftp-master.debian.org/new.html waiting to be approved.

-- 
If you are in a hole, stop digging. -- The First Rule of Excavation
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: simon's Copyright-new

2014-06-03 Thread Maximiliano Curia
¡Hola Vangelis!

El 2014-06-02 a las 21:18 +0300, Vangelis Mouhtsis escribió:
 Please review my new copyright file, (i'm not sure if the
 other email arrived).

 Files: afaras/src/afarasview.cpp
afaras/src/afarasview.h
 ...
Files accept wildcards, and the file is processed from top to bottom,
that way you can specify the licenses following a hierarchy. For example:

Files: *
# The license information about most of the files

Files: a/*
# License information of the files under a

Files: a/b/c
# License information specific for this file

For simon, licensecheck lists most files as GPL, note that GPL is a non
specific term for Debian, as we distinguish between GPL-2 GPL-2+ GPL-3 GPL-3+
and any other variants, so you still need to check the specifics in the source
files headers.

Also the COPYING file corresponds to the GPL-2 license, so I would say that
the files that have not Copyright statement or license information in them
(most of the files listed as UNKNOWN) can be covered by a
Files: *
License: GPL-2
or
Files: *
License: GPL-2+

 Copyright: 2008, 2009, 2010, 2011, 2012, 2013,  Peter Grasch 
 peter.gra...@bedahr.org

Listing different blocks that have different copyright holders with the
same license grows exponentialy till you have one block for each file,
that makes the copyright file too hard to maintain. I prefer to group the files
by license and list all the copyright holders for the group.

Also, I consider that listing all the years for a copyright holder only adds
noise, and I would replace it the list above with: 2008-2013,

 License: GPL

As mentioned above, GPL is not specific enough for Debian.

Also, for every License: foo there it should be a block showing the boiler
plate used for foo and pointers to read more about the license.

...
 License: UNKNOWN

There shouldn't be files with an UNKNOWN license, they should be covered by
the COPYING or by a general licensing statement made by upstream if they have
no information in them.

But, note that UNKNOWN as listed by licensecheck require manual inspection.

Why did you removed the blocks for the .cmake files?

Most .cmake files are licensed under a BSD-3-clause license, and licensecheck
ignores these files, so you need to add them manually.

-- 
Whenever possible, steal code. -- Tom Duff
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


Re: simon's modified copyright

2014-06-03 Thread Maximiliano Curia
¡Hola Vangelis!

El 2014-06-03 a las 14:01 +0300, Vangelis Mouhtsis escribió:
 I hope this looks a bit better, review it and correct me
 because i choose GPL-2+ instead of GPL-2.
 You are right with GPL, thats not specified versions at
 all.

 About BSD-3-clause license to be honest i was not aware.

 Files: afaras/src/afarasview.cpp
afaras/src/afarasview.h
ksimond/config/ksimondsettings.cpp
 ...
sscd/src/sscqueries.h
 Copyright: 2008-2013, Peter Grasch peter.gra...@bedahr.org
 License: GPL-2+

 Files: afaras/src/Messages.sh
build.sh
 ...
ssc/Messages.sh
 Copyright: *No copyright*
 License: GPL-2+

 Files: plugins/Commands/ATSPI/atspiconfiguration.cpp
plugins/Commands/ATSPI/atspiconfiguration.h
 ...
simonlib/simonsound/soundoutputbuffer.h
 Copyright: 2009-2011, Grasch Peter peter.gra...@bedahr.org
 License: GPL-2+

 Files: plugins/Conditions/ActiveWindow/activewindow.cpp
plugins/Conditions/ActiveWindow/activewindow.h
 ...
simonlib/simonsound/samplegroupitemdelegate.h
 Copyright: 2011, Adam Nash adam.t.n...@gmail.com
 License: GPL-2+

Maybe I haven't made myself clear enough, these kind of blocks can be grouped
by license, merging the copyright holders list, so instead of listing every
copyright holder for every file you just list:

Files: *
Copyright: 2008-2013, Peter Grasch peter.gra...@bedahr.org
   2011, Adam Nash adam.t.n...@gmail.com
License: GPL-2+

 Files: plugins/Commands/Keyboard/flowlayout.cpp
plugins/Commands/Keyboard/flowlayout.h
 Copyright: 2009, Nokia Corporation and/or its subsidiary(-ies)
 License: BSD-3-clause

 Files: simonlib/simonsound/qsemaphore2.cpp
simonlib/simonsound/qsemaphore2.h
 Copyright: 2011, Nokia Corporation and/or its subsidiary(-ies)
 License: BSD-3-clause

These block are wrong, the files are under a Qt Commercial or LGPL-2.1 or
GPL-3 license

 License: GPL-2+
  This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 .
 This package is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 .
 You should have received a copy of the GNU General Public License
 along with this program. If not, see http://www.gnu.org/licenses/
 .
 On Debian systems, the complete text of the GNU General
 Public License version 2 can be found in /usr/share/common-licenses/GPL-2+.

The indentation of this block is wrong, the lines in paragraph should start
with a space.

 License: BSD-3-clause
 Redistribution and use in source and binary forms are permitted
 provided that the above copyright notice and this paragraph are
 duplicated in all such forms and that any documentation,
 advertising materials, and other materials related to such
 distribution and use acknowledge that the software was developed
 by the organization. The name of the
 organization may not be used to endorse or promote products derived
 from this software without specific prior written permission.
 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
 IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

idem

Also, you are still missing the blocks that correspond to the .cmake files.

-- 
Any sufficiently advanced technology is indistinguishable from magic.
-- Clarke's Third Law
Saludos /\/\ /\  `/


signature.asc
Description: Digital signature


  1   2   3   4   5   6   7   8   9   10   >