[Pkg-kde-extras] Bug#492955: krusader: Availability restrictions of UserActions are saved as if they where "commands".
Frank Schoolmeesters
frank_schoolmeesters at yahoo.com
Wed Jul 30 19:30:54 UTC 2008
Tags: fixed-upstream
Hi,
Thanks for the patch Iván Forcada Atienza !
Fixed upstream in Subversion: SVN revsion 6051
The patch will become available in the next Krusader release:
Krusader-2.0.0-beta2 for KDE4
There is not yet a release date scheduled for Krusader-2.0.0-beta2, it
might take a while.
For more details about the SVN commit see at below.
FYI The KDE3 series of Krusader-1.x (1.80.0 and 1.90.0) is not
developed anymore (except if we need to apply a security patch).
thanks a lot and bye,
Frank Schoolmeesters
http://www.krusader.org
On Wed, Jul 30, 2008 at 9:07 AM, Iván Forcada Atienza
<ivan.forcada at cajaguadalajara.biz> wrote:
> Package: krusader
> Version: 1.80.0-1
> Severity: important
> Tags: patch
>
> ivan at ADMIN002:~/software/packages/krusader-1.90.0/krusader/UserAction$ diff -u kraction.cpp kraction.cpp.orig
> --- kraction.cpp 2008-07-30 08:26:40.000000000 +0200
> +++ kraction.cpp.orig 2008-07-30 08:31:27.000000000 +0200
> @@ -555,7 +555,7 @@
> } //KrAction::readAvailability
>
> QDomElement KrAction::dumpAvailability( QDomDocument& doc ) const {
> - QDomElement availabilityElement = doc.createElement("availability");
> + QDomElement availabilityElement = doc.createElement("command");
>
> # define LIST_ELEMENT( TAGNAME, LIST ) \
> { \
>
>
> -- System Information:
> Debian Release: lenny/sid
> APT prefers unstable
> APT policy: (500, 'unstable'), (500, 'testing')
> Architecture: i386 (i686)
>
> Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
> Locale: LANG=es_ES at euro, LC_CTYPE=es_ES at euro (charmap=ISO-8859-15)
> Shell: /bin/sh linked to /bin/bash
>
> Versions of packages krusader depends on:
> ii kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
> ii libacl1 2.2.45-1 Access control list shared library
> ii libattr1 1:2.4.39-1 Extended attribute shared library
> ii libc6 2.7-10 GNU C Library: Shared libraries
> ii libgcc1 1:4.2.2-3 GCC support library
> ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
> ii libkjsembed1 4:3.5.8-1 Embedded JavaScript library
> ii libkonq4 4:3.5.9.dfsg.1-2+b1 core libraries for Konqueror
> ii libpng12-0 1.2.15~beta5-3 PNG library - runtime
> ii libqt3-mt 3:3.3.8b-5 Qt GUI Library (Threaded runtime v
> ii libsm6 2:1.0.3-1+b1 X11 Session Management library
> ii libstdc++6 4.2.2-3 The GNU Standard C++ Library v3
> ii libx11-6 2:1.0.3-7 X11 client-side library
> ii libxext6 1:1.0.3-2 X11 miscellaneous extension librar
> ii zlib1g 1:1.2.3.3.dfsg-7 compression library - runtime
>
> krusader recommends no packages.
>
> Versions of packages krusader suggests:
> ii arj 3.10.22-3 archiver for .arj files
> ii ark 4:3.5.8-1 graphical archiving tool for KDE
> ii bzip2 1.0.3-7 high-quality block-sorting file co
> ii cpio 2.9-6 GNU cpio -- a program to manage ar
> ii kdebase-bin 4:3.5.9.dfsg.1-2+b1 core binaries for the KDE base mod
> ii kdebase-kio-plugins 4:3.5.9.dfsg.1-2+b1 core I/O slaves for KDE
> ii kedit 4:3.5.8-1 basic text editor for KDE
> ii khexedit 4:3.5.8-1 KDE hex editor
> ii kmail 4:3.5.8-1 KDE Email client
> ii kompare 4:3.5.8-1 a KDE GUI for viewing differences
> ii konsole 4:3.5.8.dfsg.1-2 X terminal emulator for KDE
> pn krename <none> (no description available)
> ii lha 1.14i-10.2 lzh archiver
> pn md5deep | cfv <none> (no description available)
> pn p7zip <none> (no description available)
> ii rpm 4.4.2.1-1 Red Hat package manager
> pn unace <none> (no description available)
> ii unrar 1:3.7.3-1.1 Unarchiver for .rar files (non-fre
> ii unzip 5.52-10 De-archiver for .zip files
> ii zip 2.32-1 Archiver for .zip files
>
> -- no debconf information
>
> --
> Antes de imprimir este mensaje piense bien si es necesario hacerlo:
> El medio ambiente es cosa de todos.
> --
> AVISO LEGAL
>
> Este mensaje, dirigido solamente a su destinatario, es confidencial.
> Si lo ha recibido por error, CAJA DE GUADALAJARA le informa que su
> contenido es reservado y no se autoriza su lectura, copia ni uso.
>
> CAJA DE GUADALAJARA no garantiza la confidencialidad de los mensajes
> transmitidos por Internet y se reserva el derecho a ejercer las acciones
> legales que le correspondan contra todo tercero que acceda de forma
> ilegal al contenido de este mensaje y al de los ficheros contenidos
> en el mismo.
> --
>
>
---------- Forwarded message ----------
Date: Wed, Jul 30, 2008 at 8:20 PM
Subject: [Krusader-commits] SF.net SVN: krusader:[6051] trunk/krusader_kde4
To: krusader-commits at lists.sourceforge.net
Revision: 6051
http://krusader.svn.sourceforge.net/krusader/?rev=6051&view=rev
Author: vaclavjuza
Date: 2008-07-30 18:20:25 +0000 (Wed, 30 Jul 2008)
Log Message:
-----------
FIXED: [Debian: 492955] useraction's availability section was dumped
to "command" element. (thanks Iv?\195?\161n Forcada Atienza)
Modified Paths:
--------------
trunk/krusader_kde4/ChangeLog
trunk/krusader_kde4/krusader/UserAction/kraction.cpp
Modified: trunk/krusader_kde4/ChangeLog
===================================================================
--- trunk/krusader_kde4/ChangeLog 2008-07-29 20:40:39 UTC (rev 6050)
+++ trunk/krusader_kde4/ChangeLog 2008-07-30 18:20:25 UTC (rev 6051)
@@ -1,6 +1,8 @@
ADDED: Useractions: added checkbox "enabled"
and run mode option "Run in embedded terminal emulator"
+ FIXED: [Debian: 492955] useraction's availability section was dumped to
+ "command" element. (thanks Iván Forcada Atienza)
FIXED: Do not duplicate menu entries in UserAction menu while
still not crashing when
configuring toolbars.
Modified: trunk/krusader_kde4/krusader/UserAction/kraction.cpp
===================================================================
--- trunk/krusader_kde4/krusader/UserAction/kraction.cpp
2008-07-29 20:40:39 UTC (rev 6050)
+++ trunk/krusader_kde4/krusader/UserAction/kraction.cpp
2008-07-30 18:20:25 UTC (rev 6051)
@@ -611,7 +611,7 @@
} //KrAction::readAvailability
QDomElement KrAction::dumpAvailability( QDomDocument& doc ) const {
- QDomElement availabilityElement = doc.createElement("command");
+ QDomElement availabilityElement = doc.createElement("availability");
# define LIST_ELEMENT( TAGNAME, LIST ) \
{ \
This was sent by the SourceForge.net collaborative development
platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Krusader-commits mailing list
Krusader-commits at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/krusader-commits
More information about the pkg-kde-extras
mailing list