[Pkg-kde-extras] Bug#705833: Choosing this decoration makes kwin show no decoration at all

2013-04-20 Thread José Manuel Santamaría Lema
Package: kwin-style-dekorator
Version:
Severity: grave
Justification: it doesn't work, apparently

Hello,

if you configure this kwin decoration in KDE's systemsettings in
Workspace appearance - Window Decorations
the windows will be shown with no decration at all. So if I'm not missing 
anything, this package it's not useful anymore in its current state.


signature.asc
Description: This is a digitally signed message part.
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#437487: filelight forgets already computed data

2010-02-12 Thread José Manuel Santamaría Lema
forwarded 437487 https://bugs.kde.org/show_bug.cgi?id=206696
thanks



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#561495: ITP: kiconedit -- an icon editor for KDE

2009-12-17 Thread José Manuel Santamaría Lema
Package: wnpp
Severity: wishlist
Owner: José Manuel Santamaría Lema panfa...@gmail.com
X-Debbugs-CC: pkg-kde-extras@lists.alioth.debian.org

Package name: kiconedit
Version: 4.3.3
Upstream Authors: Thomas Tanghus tang...@kde.org,
 John Califf jcal...@compuzone.net, Laurent Montel mon...@kde.org
License: GPL
Description:
 KIconEditor, or the KDE 4 Icon Editor, is a small graphics drawing program
 especially for creating icons using the standard KDE icon palette. It has
 most of the tools which are needed for easy creation of icons including:
 Line, Ellipse, Circle, Rectangle, Freehand, Eraser, and Spraycan.



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#556330: Bug#556330: FTBFS with binutils-gold

2009-11-15 Thread José Manuel Santamaría Lema
tags 55630 + fixed-upstream
thanks

The svn trunk version compiles fine with binutils-gold.



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#555061: Bug#555061: FTBFS with binutils-gold

2009-11-09 Thread José Manuel Santamaría Lema
tags 555061 + fixed-upstream
thanks

I've just  checked out svn trunk and compiles fine with binutils-gold, 
additionally I checked the corresponding CMakeLists.txt file and krusader 
executable is linked against ${KDE4_SOLID_LIBS} so I guess the next upload 
will close this bug.



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#391932: krecipes-data: string in menu not localized

2009-10-09 Thread José Manuel Santamaría Lema
tag 391932 l10n
severity 391932 minor
thanks



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#538865: Bug#538865: krecipes: 'chopped' is mispelt as 'chooped'

2009-07-29 Thread José Manuel Santamaría Lema
 Package: krecipes
 Version: 1.0~beta2-1
 Severity: minor
 Tags: patch
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu karmic ubuntu-patch



 *** /tmp/tmpQhMnB1
 In Ubuntu, we've applied the attached patch to achieve the following:

   - krecipes/data/samples-en_US.kreml: Fixed typo of chooped to chopped

 We thought you might be interested in doing the same.


 -- System Information:
 Debian Release: squeeze/sid
   APT prefers karmic-updates
   APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500,
 'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
 Architecture: amd64 (x86_64)

 Kernel: Linux 2.6.31-4-generic (SMP w/2 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash

Hi, thanks for thinking of us,

This typo is fixed in krecipes 2.0-alpha1, so the next package upload will fix 
this bug.



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#478030: About the patch ...

2009-04-16 Thread José Manuel Santamaría Lema
Hi!

The Bastian's patch works but there is a mistake; we must use 
sqlite_freemem(errmsg) for slite 2.x, the sqlite_free() function does not 
exist. Edit Build-Depends in debian/control and replace libsqlite3-dev with 
libsqlite0-dev, apply the patch, and you will get an FTBFS.

I'm attaching the proper fix. Thank you very much for your patch, Bastian.

Lets talk about the status of krecipes in pkg-kde-talk mailing list:
http://lists.alioth.debian.org/pipermail/pkg-kde-talk/2009-April/001247.html
--- krecqsqlitedb.cpp	2006-09-02 03:52:17.0 +0200
+++ krecipes-1.0~beta1/krecipes/src/backends/SQLite/libqsqlite/krecqsqlitedb.cpp	2009-01-06 18:08:32.0 +0100
@@ -106,7 +106,11 @@
 		\t (Query:   query  )  endl;
 		res.setError( errmsg );
 		res.setStatus( QSQLiteResult::Failure );
-		free( errmsg );
+#if HAVE_SQLITE
+		sqlite_freemem( errmsg );
+#elif HAVE_SQLITE3
+		sqlite3_free( errmsg );
+#endif
 	}
 
 	if ( lastID ) {


signature.asc
Description: This is a digitally signed message part.
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras