Package: krusader
Version: 2.0.0beta2-1
Severity: normal

--- Please enter the report below this line. ---
When i open this file on internal viewer krusader crush

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.29-rc6-git7

Debian Release: squeeze/sid
  500 unstable        www.debian-multimedia.org 
  500 unstable        http.us.debian.org 
  500 stable          download.webmin.com 
  500 lenny           192.168.1.2 
  500 etch-wx         apt.wxwidgets.org 
    1 experimental    http.us.debian.org 

--- Package information. ---
Depends                  (Version) | Installed
==================================-+-=============
kdebase-runtime       (>= 4:4.1.0) | 4:4.2.0-1
kdelibs5              (>= 4:4.1.0) | 4:4.2.0-3
libc6                   (>= 2.7-1) | 2.9-4
libgcc1               (>= 1:4.1.1) | 1:4.3.3-5
libqt4-dbus             (>= 4.4.3) | 4.4.3-2
libqt4-qt3support       (>= 4.4.3) | 4.4.3-2
libqt4-xml              (>= 4.4.3) | 4.4.3-2
libqtcore4              (>= 4.4.3) | 4.4.3-2
libqtgui4               (>= 4.4.3) | 4.4.3-2
libstdc++6              (>= 4.1.1) | 4.3.3-5
zlib1g                (>= 1:1.1.4) | 1:1.2.3.3.dfsg-13


--- psi-orig\options\default.xml	?? ???  7 16:20:52 2009
+++ psi\options\default.xml	?? ???  7 16:22:34 2009
@@ -269,7 +269,12 @@
 				<alert-style type="QString">animate</alert-style>
 				<bounce-dock type="QString">forever</bounce-dock>
 				<passive-popups>
-					<duration type="int">10000</duration>
+					<delays>
+						<chat type="int">5000</chat>
+						<file type="int">5000</file>
+						<message type="int">5000</message>
+						<status type="int">2000</status>
+					</delays>
 					<enabled type="bool">false</enabled>
 					<incoming-chat type="bool">true</incoming-chat>
 					<incoming-file-transfer type="bool">true</incoming-file-transfer>

--- psi-orig\src\psipopup.cpp	?? ???  7 16:20:53 2009
+++ psi\src\psipopup.cpp	?? ???  7 16:22:34 2009
@@ -134,7 +134,23 @@
 	else
 		titleIcon = new PsiIcon(*_titleIcon);
 
-	FancyPopup::setHideTimeout( PsiOptions::instance()->getOption("options.ui.notifications.passive-popups.duration").toInt() );
+//	FancyPopup::setHideTimeout( PsiOptions::instance()->getOption("options.ui.notifications.passive-popups.duration").toInt() );
+	switch(type)
+	{
+		case AlertMessage:
+			FancyPopup::setHideTimeout( PsiOptions::instance()->getOption("options.ui.notifications.passive-popups.delays.message").toInt() );
+			break;
+		case AlertChat:
+		case AlertHeadline:
+			FancyPopup::setHideTimeout( PsiOptions::instance()->getOption("options.ui.notifications.passive-popups.delays.chat").toInt() );
+			break;
+		case AlertFile:
+			FancyPopup::setHideTimeout( PsiOptions::instance()->getOption("options.ui.notifications.passive-popups.delays.file").toInt() );
+			break;
+		default:
+			FancyPopup::setHideTimeout( PsiOptions::instance()->getOption("options.ui.notifications.passive-popups.delays.status").toInt() );
+			break;
+	}
 	FancyPopup::setBorderColor( PsiOptions::instance()->getOption("options.ui.look.colors.passive-popup.border").value<QColor>() );
 
 	popup = new FancyPopup(titleText, titleIcon, lastPopup, false);
Application: Krusader (krusader), signal SIGSEGV

Thread 1 (Thread 0xb5c03700 (LWP 24796)):
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb6420360 in nanosleep () from /lib/i686/cmov/libc.so.6
#2  0xb642019e in sleep () from /lib/i686/cmov/libc.so.6
#3  0xb7d95128 in ?? () from /usr/lib/libkdeui.so.5
#4  0x00000000 in ?? ()

Attachment: 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

Reply via email to