Bug#739859: ulatencyd: Ulatencyd don't do anithing

2014-02-24 Thread Petr Gajdusek
Hi Marian, 

I can see nothing fatal in the logs.

Can you past output of

$ echo cpu memory blkio cpuset | xargs -n1 ulatency --flags tree

while vlc is running?

PS: I am sending this as new mail from webmail as I am not able to reply 
directly; my SMTP server is down and this mail was already POPed and removed 
from the mailbox. Please let me know if you subscribe to the bug so I need not 
to CC you and break your thread.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#691297: xfce4-netload-plugin: Please release the plugin consistent with and of same quality as other XFCE 4.8 plugins

2012-10-23 Thread Petr Gajdusek
Package: xfce4-netload-plugin
Version: 1.1.0-1+b1
Severity: important
Tags: upstream patch

Dear Maintainer,

I have switched to XFCE few weeks ago and was happy user of XFCE 4.10. Recently
I decided to downgrade to 4.8 to test the Wheezy. The netload plugin is rather
hard to use, it suffers from several bugs, from which most are fixed in 4:10.
Comparing to other 4.8 monitoring plugins (systemload, fsguard, diskperf) it is
inconsistent and rather low quality.

I have prepared several - hopefully simple and uninvasive - patches to fix some
issues:
- plugin GUI gets totally broken on panel orientation change
- context menu is unaccessible on many situations
- inconsistent padding and border with other plugins: bars are smaller than
bars of other plugins, border width does not adapt to panel size, breaks Panel
HIG [1]
- entries (text input boxes) in preferences require pressing the ENTER or
closing the dialog to be applied - without any feedback user is required to do
that, This breaks Panel HIG [2], is inconsistent with other control widgets
(check boxes, spinners, color choosers) that are applied instantly and with
other plugins.
- default text of the label is Net while other plugins use lowercase

I tried to make those patches as simple as I was able to make sure they won't
cause regressions.

Please, consider including them to wheezy.

Thanks,
Petr Gajdůšek

[1] https://wiki.xfce.org/dev/hig/panel-plugins#widgets_paddingsize
[2] https://wiki.xfce.org/dev/hig/panel-plugins#properties_dialog



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (1001, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=cs_CZ.utf8, LC_CTYPE=cs_CZ.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xfce4-netload-plugin depends on:
ii  libc6   2.13-35
ii  libcairo2   1.12.2-2
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-2
ii  libgtk2.0-0 2.24.10-2
ii  libxfce4ui-1-0  4.8.1-1
ii  libxfce4util4   4.8.2-1
ii  xfce4-panel 4.8.6-4

xfce4-netload-plugin recommends no packages.

xfce4-netload-plugin suggests no packages.

-- no debconf information
From 0cced55d1bfc3966e1b35b3ec7d1162f225e3338 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20Gajd=C5=AF=C5=A1ek?= gajdusek.p...@centrum.cz
Date: Tue, 23 Oct 2012 07:06:09 +0200
Subject: [PATCH 1/6] Preserve widgets visibility on orientation change

Preserve label, values and bars visibility on panel orientation change.

This partially backports upstream commit b5a375 [1] that preserves values
widgets visibility only. Included additional changes to preserve label
and bars visibility too (not fixed in upstream).

[1] b5a375: Bug 8914: Fix widget visibility on orientation change.
http://git.xfce.org/panel-plugins/xfce4-netload-plugin/commit/?id=b5a375218d255906bd41f4f6a383bd06f19de1fe
https://bugzilla.xfce.org/show_bug.cgi?id=8914
---
 panel-plugin/netload.c |   19 +++
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/netload.c b/panel-plugin/netload.c
index 998447f..3306952 100644
--- a/panel-plugin/netload.c
+++ b/panel-plugin/netload.c
@@ -310,12 +310,17 @@ static void monitor_set_orientation (XfcePanelPlugin *plugin, GtkOrientation ori
 gtk_widget_show(global-box);
 
 global-monitor-label = gtk_label_new(global-monitor-options.label_text);
-gtk_widget_show(global-monitor-label);
+if (global-monitor-options.use_label) {
+gtk_widget_show(global-monitor-label);
+}
 
 global-monitor-rcv_label = gtk_label_new();
 gtk_label_set_width_chars(GTK_LABEL(global-monitor-rcv_label), 7);
 gtk_misc_set_alignment(GTK_MISC(global-monitor-rcv_label), 1.0f, 0.5f);
-gtk_widget_show(global-monitor-rcv_label);
+if (global-monitor-options.show_values)
+{
+gtk_widget_show(global-monitor-rcv_label);
+}
 
 for (i = 0; i  SUM; i++)
 {
@@ -324,7 +329,10 @@ static void monitor_set_orientation (XfcePanelPlugin *plugin, GtkOrientation ori
 
 global-monitor-sent_label = gtk_label_new();
 gtk_label_set_width_chars(GTK_LABEL(global-monitor-sent_label), 7);
-gtk_widget_show(global-monitor-sent_label);
+if (global-monitor-options.show_values)
+{
+gtk_widget_show(global-monitor-sent_label);
+}
 
 if (orientation == GTK_ORIENTATION_HORIZONTAL)
 {
@@ -370,7 +378,10 @@ static void monitor_set_orientation (XfcePanelPlugin *plugin, GtkOrientation ori
GTK_STATE_SELECTED,
global-monitor-options.color[i]);
 
-gtk_widget_show(GTK_WIDGET(global-monitor-status[i]));
+if (global-monitor-options.show_bars)
+{
+gtk_widget_show(GTK_WIDGET(global-monitor-status[i]));
+}
 
 gtk_box_pack_start(GTK_BOX(global-monitor-box),
 GTK_WIDGET(global-monitor-status[i]), FALSE, FALSE, 

Bug#471068: buggy autocompletion in the run application dialog renders this dialog useless for me

2008-03-15 Thread Petr Gajdusek
Package: gnome-panel
Version: 2.20.3-3
Severity: normal

--- Please enter the report below this line. ---

Open run dialog by pressing ALT+F2 and start typing name of
application. If you want run for example gnome-terminal you will end
with gnome-terminalinal text in inputbox. This is because after
typing gnome-ter rest of text minal will be autocompleted and
selected. This is ok, BUT now:

1) buggy behaviour: 
if I press the next letter m the cursor will move
after the end of autocompleted gnome-terminal and typing remaining
charactes inal will lead into the text gnome-terminalinal. So the run
dialog will failed although I have typed correct application name.

2) expected behaviour: 
if I press the next letter m autocompleted
selected text should be replaced by m followed with new
autocompletion that will be selected. And so on.

This is very annoying behaviour that renders run application dialog
useless.

Thanks,
Petr


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
gnome-about(= 2.10.0-1) | 2.22.0-1
gnome-control-center  (= 1:2.8.2-3) | 1:2.20.3-3
gnome-desktop-data (= 2.10.0-1) | 2.22.0-1
gnome-menus(= 2.11.1-1) | 2.22.0-1
gnome-panel-data   (= 2.20) | 2.20.3-3
gnome-panel-data   ( 2.21) | 2.20.3-3
libatk1.0-0  (= 1.20.0) | 1.22.0-1
libbonobo2-0 (= 2.15.0) | 2.22.0-1
libbonoboui2-0   (= 2.15.1) | 2.22.0-1
libc6 (= 2.7-1) | 2.7-9
libcairo2 (= 1.4.0) | 1.4.14-1
libdbus-glib-1-2   (= 0.74) | 0.74-1
libecal1.2-7 (= 1.12.3) | 1.12.3-1
libedataserver1.2-9  (= 1.12.3) | 1.12.3-1
libedataserverui1.2-8(= 1.12.3) | 1.12.3-1
libgconf2-4  (= 2.13.5) | 2.22.0-1
libglade2-0 (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0 (= 2.14.0) | 2.16.1-1
libgnome-desktop-2   (= 2.11.1) | 2.22.0-1
libgnome-menu2   (= 2.15.4) | 2.22.0-1
libgnome2-0  (= 2.17.3) | 2.20.1.1-1
libgnomeui-0 (= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0(= 1:2.17.90) | 1:2.22.0-1
libgtk2.0-0  (= 2.12.0) | 2.12.9-2
liborbit2 (= 1:2.14.10) | 1:2.14.10-0.1
libpanel-applet2-0   (= 2.19.3) | 2.20.3-3
libpango1.0-0(= 1.18.4) | 1.20.0-1
libwnck22(= 2.19.5) | 2.22.0-1
libx11-6 | 2:1.0.3-7
libxau6  | 1:1.0.3-2
menu-xdg(= 0.2) | 0.3





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470933: task component: cannot change task priority

2008-03-14 Thread Petr Gajdusek
Package: evolution
Version: 2.12.3-1.1
Severity: normal

--- Please enter the report below this line. ---

Hi, I have following problem in task component. 

When I enable displaying of priority column in task list I can click on
any task and choose new priority for it. Unfortunately its priority is
always set to undefined. 

This bug appears only in partially localized evolution (in my case into
Czech language). Priority names in priority column are translated but
they are English in combo in which I can choose new priority. I have no
problem if evolution is started with posix locale. 

I think this is a bug. Correct behaviour of application should not
depend on translation state.

Petr

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
dbus   | 1.1.20-1
evolution-common(= 2.12.3-1.1) | 2.12.3-1.1
evolution-data-server (= 1.11.92) | 1.12.3-1
evolution-data-server  ( 1.13.0) | 1.12.3-1
gconf2   (= 2.10.1-2) | 2.22.0-1
gnome-icon-theme(= 1.2.0) | 2.22.0-1
gtkhtml3.14(= 3.14.0) | 3.18.0-1
libart-2.0-2   (= 2.3.18) | 2.3.20-1
libatk1.0-0(= 1.20.0) | 1.22.0-1
libbonobo2-0   (= 2.15.0) | 2.21.90-1
libbonoboui2-0 (= 2.15.1) | 2.21.90-1
libc6   (= 2.7-1) | 2.7-9
libcairo2   (= 1.4.0) | 1.4.14-1
libcamel1.2-10 (= 1.12.3) | 1.12.3-1
libdbus-1-3 (= 1.1.1) | 1.1.20-1
libdbus-glib-1-2 (= 0.74) | 0.74-1
libebook1.2-9  (= 1.12.3) | 1.12.3-1
libecal1.2-7   (= 1.12.3) | 1.12.3-1
libedataserver1.2-9(= 1.12.3) | 1.12.3-1
libedataserverui1.2-8  (= 1.12.3) | 1.12.3-1
libegroupwise1.2-13(= 1.12.3) | 1.12.3-1
libexchange-storage1.2-3   (= 1.12.3) | 1.12.3-1
libfontconfig1  (= 2.4.0) | 2.5.0-2
libfreetype6(= 2.3.5) | 2.3.5-1+b1
libgconf2-4(= 2.13.5) | 2.22.0-1
libglade2-0   (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (= 2.14.0) | 2.16.1-1
libgnome-pilot2 (= 2.0.2) | 2.0.15-2.1
libgnome2-0(= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0  (= 2.11.1) | 2.20.1.1-1
libgnomeui-0   (= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0  (= 1:2.17.90) | 1:2.22.0-1
libgtk2.0-0(= 2.12.0) | 2.12.9-2
libgtkhtml3.14-19  (= 3.16.1) | 3.18.0-1
libhal1| 0.5.10+git20080301-1
libice6   (= 1:1.0.0) | 2:1.0.4-1
libldap-2.4-2   (= 2.4.7) | 2.4.7-6.1
libnm-glib0| 0.6.5-5
libnotify1  (= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 | 
libnspr4-0d  (= 1.8.0.10) | 4.7.0-2
libnss3-1d   (= 3.12.0~1.9b1) | 3.12.0~beta2-1
liborbit2   (= 1:2.14.10) | 1:2.14.10-0.1
libpango1.0-0  (= 1.18.4) | 1.20.0-1
libpisock9 | 0.12.3-4
libpisync1 | 0.12.3-4
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-3
libpopt0 (= 1.10) | 1.10-3
libsm6 | 2:1.0.3-1+b1
libsoup2.2-8   (= 2.2.98) | 2.2.105-4
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxfixes3(= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 2:1.0.3-1
libxml2(= 2.6.27) | 2.6.31.dfsg-2
libxrandr2(= 2:1.2.0) | 2:1.2.2-1
libxrender1| 1:0.9.4-1
zlib1g | 1:1.2.3.3.dfsg-11





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470933: evolution debug output

2008-03-14 Thread Petr Gajdusek
This is debug output of evolution:

(evolution:25690): calendar-gui-WARNING **: Invalid priority




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#470939: mail comoposer: editor content is not fully refreshed after applying line breaking on selected text

2008-03-14 Thread Petr Gajdusek
Package: evolution
Version: 2.12.3-1.1
Severity: minor

--- Please enter the report below this line. ---

I select some text with mouse or keyboard, press CTRL+L (lines
breaking). Long lines are broken but some area of editor content is not
refreshed and original unbroken long line remains visible though it does not 
exist
any more.

Petr


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
dbus   | 1.1.20-1
evolution-common(= 2.12.3-1.1) | 2.12.3-1.1
evolution-data-server (= 1.11.92) | 1.12.3-1
evolution-data-server  ( 1.13.0) | 1.12.3-1
gconf2   (= 2.10.1-2) | 2.22.0-1
gnome-icon-theme(= 1.2.0) | 2.22.0-1
gtkhtml3.14(= 3.14.0) | 3.18.0-1
libart-2.0-2   (= 2.3.18) | 2.3.20-1
libatk1.0-0(= 1.20.0) | 1.22.0-1
libbonobo2-0   (= 2.15.0) | 2.21.90-1
libbonoboui2-0 (= 2.15.1) | 2.21.90-1
libc6   (= 2.7-1) | 2.7-9
libcairo2   (= 1.4.0) | 1.4.14-1
libcamel1.2-10 (= 1.12.3) | 1.12.3-1
libdbus-1-3 (= 1.1.1) | 1.1.20-1
libdbus-glib-1-2 (= 0.74) | 0.74-1
libebook1.2-9  (= 1.12.3) | 1.12.3-1
libecal1.2-7   (= 1.12.3) | 1.12.3-1
libedataserver1.2-9(= 1.12.3) | 1.12.3-1
libedataserverui1.2-8  (= 1.12.3) | 1.12.3-1
libegroupwise1.2-13(= 1.12.3) | 1.12.3-1
libexchange-storage1.2-3   (= 1.12.3) | 1.12.3-1
libfontconfig1  (= 2.4.0) | 2.5.0-2
libfreetype6(= 2.3.5) | 2.3.5-1+b1
libgconf2-4(= 2.13.5) | 2.22.0-1
libglade2-0   (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (= 2.14.0) | 2.16.1-1
libgnome-pilot2 (= 2.0.2) | 2.0.15-2.1
libgnome2-0(= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0  (= 2.11.1) | 2.20.1.1-1
libgnomeui-0   (= 2.17.1) | 2.20.1.1-1
libgnomevfs2-0  (= 1:2.17.90) | 1:2.22.0-1
libgtk2.0-0(= 2.12.0) | 2.12.9-2
libgtkhtml3.14-19  (= 3.16.1) | 3.18.0-1
libhal1| 0.5.10+git20080301-1
libice6   (= 1:1.0.0) | 2:1.0.4-1
libldap-2.4-2   (= 2.4.7) | 2.4.7-6.1
libnm-glib0| 0.6.5-5
libnotify1  (= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 | 
libnspr4-0d  (= 1.8.0.10) | 4.7.0-2
libnss3-1d   (= 3.12.0~1.9b1) | 3.12.0~beta2-1
liborbit2   (= 1:2.14.10) | 1:2.14.10-0.1
libpango1.0-0  (= 1.18.4) | 1.20.0-1
libpisock9 | 0.12.3-4
libpisync1 | 0.12.3-4
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-3
libpopt0 (= 1.10) | 1.10-3
libsm6 | 2:1.0.3-1+b1
libsoup2.2-8   (= 2.2.98) | 2.2.105-4
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxfixes3(= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 2:1.0.3-1
libxml2(= 2.6.27) | 2.6.31.dfsg-2
libxrandr2(= 2:1.2.0) | 2:1.2.2-1
libxrender1| 1:0.9.4-1
zlib1g | 1:1.2.3.3.dfsg-11





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#443281: this bug is fixed in ubuntu, please include their patch

2008-03-12 Thread Petr Gajdusek
Package: cssed
Version: 0.4.0-2

--- Please enter the report below this line. ---

Ubuntu has patch to this bug, please include it.
http://launchpadlibrarian.net/9316118/cssed_0.4.0-3ubuntu1.debdiff

Petr


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libatk1.0-0(= 1.12.2) | 1.20.0-1
libc6 (= 2.3.6-6) | 2.7-9
libcairo2   (= 1.2.4) | 1.4.14-1
libfontconfig1  (= 2.4.0) | 2.5.0-2
libgcc1(= 1:4.1.1-12) | 1:4.3.0-1
libglib2.0-0   (= 2.12.0) | 2.14.6-1
libgtk2.0-0 (= 2.8.0) | 2.12.8-1
libpango1.0-0  (= 1.12.3) | 1.18.4-1
libstdc++6   (= 4.1.1-12) | 4.3.0-1
libx11-6   | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxfixes3 | 1:4.0.3-2
libxi6 | 2:1.1.3-1
libxinerama1   | 2:1.0.3-1
libxml2(= 2.6.26) | 2.6.31.dfsg-2
libxrandr2 | 2:1.2.2-1
libxrender1| 1:0.9.4-1





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469333: this is probably not bug in sensors-applet but in libsensors4

2008-03-08 Thread Petr Gajdusek
Hi, I have found out this bug is probably in libsensors4, all apps that
use this library suffer from this bug. libsensors3 seems to be ok.

I will reassign this bug to libsensors4.

Sorry
Petr




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469333: probably duplicate of bug #421286

2008-03-08 Thread Petr Gajdusek
Package: libsensors4
Version: 1:3.0.1-2

--- Please enter the report below this line. ---

I missed nearly identical bugreport in sensors-applet #421286.
This bug is in etch. But etch sensors-applet (1.7.10+dfsg-1) depends on 
libsensors3
and on my sid system all apps using libsensors3 work good.

I did not send any comment to this old bug, because I think I made
enough mess in BTS (at least wrongly reported bug to sensors-applet and
spamming this bug with numerous comments) and I don't understand BTS
policies enough. I will go now read some manual.

Petr

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6(= 2.7-1) | 2.7-9
makedev  (= 2.3.1-45)  | 2.3.1-87
 OR udev| 0.114-2
ucf   (= 0.28) | 3.005






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469884: alltrayed apps are useless when started in the beginning of gnome session and compiz is in use

2008-03-07 Thread Petr Gajdusek
Package: alltray
Version: 0.69-1
Severity: normal

--- Please enter the report below this line. --- 

Hi, I want to start some apps with alltray in the
beginning of gnome session automatically. I want to start compiz this way too. I
achieved this by using Setting Session Preferences in gnome - this
creates .desktop files in ~/.config/autostart. After all apps have been
started, applications that have been started using alltray remain
useless. There are their respective icons in systray but unresponsive.
All applications' windows are shown (should be hidden), cannot be
focused, and when I click on close button, they are terminated (they
should only disappear) and respective alltray icon dismiss from
systray.

Only workaround I have found, is to create shell script that sleeps long
enough to gnome desktop appear and then run alltray apps.

I don't know if this is really alltray because I have not this problem
if compiz is not started as well.

Petr



--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends(Version) | Installed
-+-==
libatk1.0-0  (= 1.12.2) | 1.20.0-1
libc6   (= 2.3.6-6) | 2.7-9
libcairo2 (= 1.2.4) | 1.4.14-1
libfontconfig1(= 2.4.0) | 2.5.0-2
libfreetype6(= 2.2) | 2.3.5-1+b1
libgconf2-4  (= 2.13.5) | 2.20.1-3
libglib2.0-0 (= 2.12.0) | 2.14.6-1
libgtk2.0-0   (= 2.8.0) | 2.12.8-1
liborbit2  (= 1:2.14.1) | 1:2.14.10-0.1
libpango1.0-0(= 1.14.8) | 1.18.4-1
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-3
libx11-6 | 2:1.0.3-7
libxcursor1   ( 1.1.2) | 1:1.1.9-1
libxext6 | 2:1.0.4-1
libxfixes3  (= 1:4.0.1) | 1:4.0.3-2
libxi6   | 2:1.1.3-1
libxinerama1 | 1:1.0.2-1
libxrandr2   | 2:1.2.2-1
libxrender1  | 1:0.9.4-1
zlib1g  (= 1:1.2.1) | 1:1.2.3.3.dfsg-11





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469333: addition information

2008-03-07 Thread Petr Gajdusek
Hi, I have found that calculation of temperature showed by
sensor-applet is based on the compute line in /etc/sensors.conf but all
floating-point numbers in compute line are truncated to integers. 

I have solved my problem by replacing line
compute temp1 (-15.096+1.4893*@), (@+15.096)/1.4893
to
compute temp1 ((-150960+14893*@)/1), (@*1+150960)/14893

But it is still a bug, right? Perhaps at least some notice about this in
documentation would be good. I have found none. In manpage for
sensors.conf there is explicitly referred to floating-point numbers in
compute lines.

Actually I don't know if this is not bug in libsensors... 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#469333: incorrect temperature calculation using compute line from sensors.conf

2008-03-04 Thread Petr Gajdusek
Package: sensors-applet
Version: 2.2.1-1
Severity: normal

--- Please enter the report below this line. ---

Hi, I have chip IT8712F on A7V600 motherboard. 

Compute line in sensors3.conf is:
compute temp1 (-15.096+1.4893*@), (@+15.096)/1.4893

This calculate correct temperature if I call sensors binary, 
but in sensors-applet it is incorrect. If I remove compute line 
from sensors3.conf and set up calculation in sensors-applet preferences, then
it is OK. But sensors output is incorrect then.

Petr

My /etc/sensors3.conf file:

chip it87-* it8712-*
label in0 VCore 1
label in2 +3.3V
label in3 +5V
label in4 +12V
label in7 Stdby
label in8 VBat
label cpu0_vid CPU 0 Vid
label fan1 CPU Fan
label fan2 Chassis Fan
ignore fan2 # no chassis fan
ignore fan3 # no fan3 sensor
ignore cpu0_vid # no VCore 2 sensor
ignore in1 # not interested
ignore in5 # no -5V sensor
ignore in6 # no -12V sensor

compute in3 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)
compute in4 ((30/10) +1)*@  , @/((30/10) +1)
compute in7 ((6.8/10)+1)*@ ,  @/((6.8/10)+1)

# The A7V8X-X and A7V600 have temperatures inverted, and needs a conversion
# for CPU temp. Thanks to Preben Randhol for the formula.
compute temp1 (-15.096+1.4893*@), (@+15.096)/1.4893
label temp1   CPU Temp
label temp2   M/B Temp
ignore temp3

set temp1_min 15
set temp1_max 90
set temp2_min 15
set temp2_max 45

set in0_min 1.7 * 0.95
set in0_max 1.7 * 1.05
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
set in4_min 12 * 0.95
set in4_max 12 * 1.05
set in7_min 5 * 0.95
set in7_max 5 * 1.05
set fan1_min 3000


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.cz.debian.org 
  500 unstabledeb.opera.com 

--- Package information. ---
Depends(Version) | Installed
-+-===
libc6 (= 2.7-1) | 2.7-9
libcairo2 (= 1.4.0) | 1.4.14-1
libgconf2-4  (= 2.13.5) | 2.20.1-3
libglib2.0-0 (= 2.14.0) | 2.14.6-1
libgnome2-0  (= 2.17.3) | 2.20.1.1-1
libgnomeui-0 (= 2.17.1) | 2.20.1.1-1
libgtk2.0-0  (= 2.12.0) | 2.12.8-1
libnotify1(= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10   | 
libpanel-applet2-0   (= 2.19.3) | 2.20.3-3
libsensors-applet-plugin0| 2.2.1-1
libsensors4   (= 1:3.0.0-1) | 1:3.0.1-2





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#465047: please package new version

2008-02-10 Thread Petr Gajdusek
Package: imagemagick
Version: 7:6.2.4.5.dfsg1-2
Severity: wishlist

--- Please enter the report below this line. ---

Hi,
Current upstream version is 6.3.8. Version 6.2.4.5 is rather outdated.
I see some newer version in experimental but not for i386 arch.

Petr Gajdůšek

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  990 unstablewww.debian-multimedia.org 
  990 unstableftp.cz.debian.org 
  990 unstabledeb.opera.com 
1 experimentalftp.cz.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libbz2-1.0 | 1.0.4-3
libc6 (= 2.6.1-1) | 2.7-6
libfreetype6(= 2.3.5) | 2.3.5-1+b1
libice6   (= 1:1.0.0) | 2:1.0.4-1
libjasper1(= 1.900.1) | 1.900.1-3
libjpeg62  | 6b-14
liblcms1   (= 1.15-1) | 1.16-8
libmagick9 | 7:6.2.4.5.dfsg1-2
libpng12-0   (= 1.2.13-4) | 1.2.15~beta5-3
libsm6 | 2:1.0.3-1+b1
libtiff4   | 3.8.2-7
libx11-6   | 2:1.0.3-7
libxext6   | 1:1.0.3-2
libxml2(= 2.6.29) | 2.6.31.dfsg-1
libxt6 | 1:1.0.5-3
zlib1g   (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-11


-- 
Petr Gajdůšek
IM: [EMAIL PROTECTED]





Bug#448450: misspelled config file in documentation

2007-10-29 Thread Petr Gajdusek
Package: uswsusp
Version: 0.7-1
Severity: normal

--- Please enter the report below this line. ---

Hi, there is misspelled config file in documentation.
Is is /etc/initramfs-tools/update-initramfs-conf and should be
/etc/initramfs-tools/update-initramfs.conf in file NEWS.Debian.gz and
README.Debian

Petr Gajdusek


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-2-k7

Debian Release: lenny/sid
  500 unstableftp.cz.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6(= 2.6.1-1) | 2.6.1-6
libgcc1  (= 1:4.2.1) | 1:4.2.2-3
libgcrypt11(= 1.2.2) | 1.2.4-2
liblzo2-2 | 2.02-3
libsplashy1   | 0.3.5
libx86-1  | 0.99-1.2
zlib1g  (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-6
debconf (= 0.5)  | 1.5.16
 OR debconf-2.0   | 


-- 
Petr Gajdůšek
IM: [EMAIL PROTECTED]





Bug#446881: please provide new version of 9base

2007-10-16 Thread Petr Gajdusek
Package: 9base
Version: 1:2-7
Severity: wishlist

--- Please enter the report below this line. ---

In mercurial repository at http://suckless.org/hg.rc/9base is new
version that includes commands read and ls. These commands are very
helpfull in latest wmii.

Petr Gajdusek


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-ck2

Debian Release: lenny/sid
  990 unstablewww.debian-multimedia.org 
  990 unstableftp.sk.debian-unofficial.org 
  990 unstableftp.cz.debian.org 
  990 unstabledeb.opera.com 
  500 debian-unstable download.tuxfamily.org 
  200 experimentalftp.cz.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6(= 2.6-1) | 2.6.1-5




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#446882: please provide new snapshot of wmii

2007-10-16 Thread Petr Gajdusek
Package: wmii
Version: 3.6~rc2-1
Severity: wishlist

--- Please enter the report below this line. ---

New snapshot is available:
http://www.suckless.org/snaps/wmii-20071003.tgz

Petr Gajdusek

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-ck2

Debian Release: lenny/sid
  990 unstablewww.debian-multimedia.org 
  990 unstableftp.sk.debian-unofficial.org 
  990 unstableftp.cz.debian.org 
  990 unstabledeb.opera.com 
  500 debian-unstable download.tuxfamily.org 
  200 experimentalftp.cz.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
libc6 (= 2.3.6-6) | 2.6.1-5
libx11-6   | 2:1.0.3-7
dwm-tools  | 23-1
libixp | 0.3+20070518-1




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427341: new upstream version

2007-06-03 Thread Petr Gajdusek
Package: brutalchess
Version: 0.5+dfsg-1
Severity: normal

Hi, upstream http://brutalchess.sourceforge.net/ has new version of
brutalchess 0.5.2. This version solve imprtant  bugs: 
* possibility to castle through other pieces under certain situations
* board itself, bottom left square is white rather than dark 
* move white pawns backwards possible

Please package new version.

Petr Gajdůšek

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-ck2

Debian Release: lenny/sid
  990 unstablebreakpoint 
  500 debian-unstable download.tuxfamily.org 
  200 experimentalbreakpoint 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6 (= 2.3.6-6) | 2.5-9+b1
libfreetype6  (= 2.2) | 2.2.1-6
libgcc1(= 1:4.1.1-12) | 1:4.2-20070528-1
libgl1-mesa-glx| 6.5.2-5
 OR libgl1 | 
libglu1-mesa   | 6.5.2-5
 OR libglu1| 
libsdl-image1.2 (= 1.2.5) | 1.2.5-3
libsdl1.2debian  (= 1.2.10-1) | 1.2.11-9
libstdc++6   (= 4.1.1-12) | 4.2-20070528-1
zlib1g(= 1:1.2.1) | 1:1.2.3-15
ttf-bitstream-vera | 1.10-7




Bug#422878: cycle: Cycle failed to export to iCal

2007-05-29 Thread Petr Gajdusek
Hi Ana, 

my system locale setting is cs_CZ.UTF-8. When I run cycle under this
locale export always fails. I haven't added any comment. Cycle is
translated into czech language including all calendar notices such as
Beginning of cycle, 1-st tablet etc., could this be problem?

When I run LC_ALL=POSIX cycle export works good without any output to
standard error.

Btw. all comments seem to be ignored when exporting (even pure ascii
comments).

Petr

On Tue, May 29, 2007 at 04:05:32PM +0200, Ana Guerrero wrote:

 Hi Petr,
 
 On Tue, May 08, 2007 at 05:36:06PM +0200, Petr Gajdusek wrote:
  Package: cycle
  Version: 0.3.1-6
  Severity: normal
  
  Hi, I cannot export anything to iCal. Exported iCal file is always empty.
  Cycle output:
  
  Traceback (most recent call last):
File /usr/bin/cycle, line 150, in Export
  report_year_ical(self.cal.year, fileobj)
File /usr/share/cycle/cal_year.py, line 677, in report_year_ical
  print fileobj, \n.join(s)
  UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in
  positio
 
 
 I think this is because you have added a comment using non ascci characters.
 Can you check if this is the problem?
 
 Ana
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423170: ark cannot use unrar-free, despite ark suggests it

2007-05-10 Thread Petr Gajdusek
Package: ark
Version: 4:3.5.6-3
Severity: normal

--- Please enter the report below this line. ---

Ark is not working with package unrar-free, despite it is suggested
by Ark.  Ark tries to run unrar to unpack RAR archives, but unrar-free
package contains only unrar-free binary.  

Please make ark usable with unrar-free package too. Or remove it from
suggest field, but it would render ark useless for RAR archives unpacking
for people using only free software.

Thanks,
Petr Gajdusek

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19-beyond4-noagpgart

Debian Release: lenny/sid
  990 unstablebreakpoint 
  500 debian-unstable download.tuxfamily.org 
  200 experimentalbreakpoint 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdelibs4c2a(= 4:3.5.6-1) | 4:3.5.6.r1.dfsg.1-4
libacl1 (= 2.2.11-1) | 2.2.42-1
libart-2.0-2  (= 2.3.18) | 2.3.19-3
libattr1 (= 2.4.4-1) | 1:2.4.32-1.1
libaudio2 | 1.9-1
libc6  (= 2.5-5) | 2.5-7
libfam0   | 2.7.0-12
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libfreetype6 (= 2.2) | 2.2.1-5
libgcc1  (= 1:4.1.2) | 1:4.1.2-6
libice6  (= 1:1.0.0) | 1:1.0.3-2
libidn11  (= 0.5.18) | 0.6.5-1
libjpeg62 | 6b-13
libpng12-0  (= 1.2.13-4) | 1.2.15~beta5-1
libqt3-mt(= 3:3.3.7) | 3:3.3.7-4+b1
libsm6| 1:1.0.2-2
libstdc++6 (= 4.1.2) | 4.1.2-6
libx11-6  | 2:1.0.3-7
libxcursor1( 1.1.2) | 1:1.1.8-2
libxext6  | 1:1.0.3-2
libxft2( 2.1.1) | 2.1.12-2
libxi6| 1:1.0.1-4
libxinerama1  | 1:1.0.2-1
libxrandr2   (= 2:1.2.0) | 2:1.2.1-1
libxrender1   | 1:0.9.2-1
libxt6| 1:1.0.5-2
zlib1g   (= 1:1.2.1) | 1:1.2.3-13



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423172: please include artpacks from http://www.gltron.org/artpacks.php

2007-05-10 Thread Petr Gajdusek
Package: gltron
Version: 0.70final-8
Severity: wishlist

--- Please enter the report below this line. ---

Please include some artpacks from http://www.gltron.org/artpacks.php.
If it is not possible, please allow users to download it thmeselves and
store somewhere. Perhaps in  ~/.gltron or /usr/local/share/games/gltron/art?

Thank you,
Petr Gajdusek


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.19-beyond4-noagpgart

Debian Release: lenny/sid
  990 unstablebreakpoint 
  500 debian-unstable download.tuxfamily.org 
  200 experimentalbreakpoint 

--- Package information. ---
Depends   (Version) | Installed
===-+-
libc6  (= 2.3.6-6) | 2.5-7
libgcc1 (= 1:4.1.1-12) | 1:4.1.2-6
libgl1-mesa-glx | 6.5.2-4
 OR libgl1  | 
libmikmod2  (= 3.1.10) | 3.1.11-a-6
libogg0  (= 1.1.3) | 1.1.3-2
libpng12-0(= 1.2.13-4) | 1.2.15~beta5-1
libsdl-net1.2   | 1.2.5-7+b1
libsdl-sound1.2 | 1.0.1-12
libsdl1.2debian   (= 1.2.10-1) | 1.2.11-8
libsmpeg0   | 0.4.5+cvs20030824-1.9
libstdc++6(= 4.1.1-12) | 4.1.2-6
libvorbis0a  (= 1.1.2) | 1.1.2.dfsg-1.2
libvorbisfile3   (= 1.1.2) | 1.1.2.dfsg-1.2
zlib1g (= 1:1.2.1) | 1:1.2.3-13



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#276757: athcool: fixup locks up on A7V600 mobo (KT600 chipset)

2007-05-09 Thread Petr Gajdusek
On Wed, May 09, 2007 at 01:38:16AM +0200, Nicolas Boullis wrote:
 Hi Petr,
 
 Thanks for your report. I'll do my best to help you, but I have a very 
 limited knowledge of the inner working of athcool...
 What can of problem that you experience are you trying to fix with 
 athcool fixup?
 Does your problem get worse when you disable PCI Delay Transaction?
 Can you try setting the byte at address 0x70 to values 0x96, 0x9A and 
 0x9E manually instead of using atcool fixup? (Something like setpci -H1 
 -s 0:0.0 70=96 should do it.)
 
 
 Hope this helps,
 
 Nicolas Boullis

Hi Nicolas,
if I set the byte at address 0x70 to any of suggested values, machine
lockups same as using athcool fixup. PCI Delay Transaction option 
in BIOS setup has no visible influence at all. I used to have this 
option disabled, I enable it only yesterday for testing athcool fixup.

athcool on just works fine for me. Btw, the machine lockups irregularly 
and in some cases sound is dostorted, but this happens whether I run 
athcool or not. I can send more info about these problems, if you 
think this athcool's bug can be related to them (e.g. to lockups that 
happen without athcool on).

Petr Gajdusek


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#276757: athcool: fixup locks up on A7V600 mobo (KT600 chipset)

2007-05-08 Thread Petr Gajdusek
Package: athcool
Version: 0.3.11-1
Followup-For: Bug #276757

Hi, I have same problem on my A7V600.

# athcool fixup on

athcool version 0.3.11 - control power-saving mode on AMD Athlon/Duron CPUs

!!!WARNING!!!
Depending on your motherboard and/or hardware components, 
enabling Athlon powersaving mode may cause:
 * noisy or distorted sound playback
 * a slowdown in harddisk performance
 * system locks or instability
 * massive filesystem corruption (rare, but observed at least once)

Before use athcool, you must recognize these potential DANGERS.
Please use athcool AT YOUR OWN RISK.

athcool is supplied as is. The author disclaims all warranties,
expressed or implied. The author and any other persons assume
no liability for damages, direct or consequential, which may 
result from the use of athcool.

VIA KT400[A]/KT600 (1106 3189) found
enabling 'Disconnect when STPGNT Detected' bit ... already enabled.
enabling 'HALT Command Detection' bit ... already enabled.
Fixup for VIA audio problem ...  done
Address 0x70 : 0x92 - 0x9E

##

BIOS setup has only PCI Delay Transaction option ; no Enhance CPU to PCI
Write nor PCI Master Read Buffering option.

PCI Delay Transaction is on. When I turn this off, value at address
0x70 is 0x90. 

Please, feel free to ask me for more information. I really would like to
see this bug resolved.

Thanks.

# lspci -v

00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host 
Bridge (rev 80)
Subsystem: ASUSTeK Computer Inc. A7V8X motherboard
Flags: bus master, 66MHz, medium devsel, latency 0
Memory at f800 (32-bit, prefetchable) [size=64M]
Capabilities: [80] AGP version 3.5
Capabilities: [c0] Power Management version 2

00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge (prog-if 00 
[Normal decode])
Flags: bus master, 66MHz, medium devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
Memory behind bridge: dd00-dfef
Prefetchable memory behind bridge: dff0-f7ff
Capabilities: [80] Power Management version 2

00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID 
Controller (rev 80)
Subsystem: ASUSTeK Computer Inc. A7V600/K8V Deluxe/K8V-X/A8V Deluxe 
motherboard
Flags: bus master, medium devsel, latency 32
I/O ports at d800 [size=8]
I/O ports at d400 [size=4]
I/O ports at d000 [size=8]
I/O ports at b800 [size=4]
I/O ports at b400 [size=16]
I/O ports at b000 [size=256]
Capabilities: [c0] Power Management version 2

00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a 
[Master SecP PriP])
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, medium devsel, latency 32, IRQ 16
I/O ports at a800 [size=16]
Capabilities: [c0] Power Management version 2

00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, medium devsel, latency 32, IRQ 17
I/O ports at a400 [size=32]
Capabilities: [80] Power Management version 2

00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, medium devsel, latency 32, IRQ 17
I/O ports at a000 [size=32]
Capabilities: [80] Power Management version 2

00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, medium devsel, latency 32, IRQ 17
I/O ports at 9800 [size=32]
Capabilities: [80] Power Management version 2

00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81) (prog-if 00 [UHCI])
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, medium devsel, latency 32, IRQ 17
I/O ports at 9400 [size=32]
Capabilities: [80] Power Management version 2

00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86) (prog-if 20 
[EHCI])
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, medium devsel, latency 32, IRQ 17
Memory at dc80 (32-bit, non-prefetchable) [size=256]
Capabilities: [80] Power Management version 2

00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge 
[KT600/K8T800/K8T890 South]
Subsystem: ASUSTeK Computer Inc. A7V600/K8V-X/A8V Deluxe motherboard
Flags: bus master, stepping, medium devsel, latency 0
Capabilities: [c0] Power Management version 2

00:11.5 

Bug#422878: cycle: Cycle failed to export to iCal

2007-05-08 Thread Petr Gajdusek
Package: cycle
Version: 0.3.1-6
Severity: normal

Hi, I cannot export anything to iCal. Exported iCal file is always empty.
Cycle output:

Traceback (most recent call last):
  File /usr/bin/cycle, line 150, in Export
report_year_ical(self.cal.year, fileobj)
  File /usr/share/cycle/cal_year.py, line 677, in report_year_ical
print fileobj, \n.join(s)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in
positio


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.19-beyond4-noagpgart
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cycle depends on:
ii  python   2.4.4-3 An interactive high-level object-o
ii  python-support   0.6.3   automated rebuilding support for p
ii  python-wxgtk2.6  2.6.3.2.1.5 wxWidgets Cross-platform C++ GUI t

cycle recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#375207: eiciel: crashes nautilus when viewing properties on computer/home/trash or ftp desktop link

2006-06-24 Thread Petr Gajdusek
Package: eiciel
Version: 0.9.1-1
Severity: important


Each time I right click on Computer/Home/Trash desktop icon and select 
properties nautilus crashes immediately. The same happens if I choose 
places-connect to server, anonymous ftp (but probably other protocols too) and 
select properties of ftp link that appears on desktop.

It does not matter if filesystem is mounted with ACL.

When I run nautilus from xterm:
petr:~$ nautilus
seahorse nautilus module initialized

(nautilus:11739): libgnomevfs-CRITICAL **: gnome_vfs_uri_get_scheme:
assertion `uri != NULL' failed

I reported this to bugzilla.gnome.org, bug was closed as NOTGNOME,
because it is bug in Eiciel extension of nautilus.
http://bugzilla.gnome.org/show_bug.cgi?id=345789
There is some backtrace attached.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'stable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-ck11-atop-1
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)

Versions of packages eiciel depends on:
ii  libacl1   2.2.39-1   Access control list shared library
ii  libc6 2.3.6-15   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-5  GCC support library
ii  libglib2.0-0  2.10.3-1   The GLib library of C routines
ii  libglibmm-2.4-1c2a2.10.4-1   C++ wrapper for the GLib toolkit (
ii  libgnome2-0   2.14.1-2   The GNOME 2 library - runtime file
ii  libgnomevfs2-02.14.2-1   GNOME virtual file-system (runtime
ii  libgtkmm-2.4-1c2a 1:2.8.8-1  C++ wrappers for GTK+ 2.4 (shared 
ii  libnautilus-extension12.14.1-5   libraries for nautilus components 
ii  libsigc++-2.0-0c2a2.0.16-3   type-safe Signal Framework for C++
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3

Versions of packages eiciel recommends:
ii  nautilus  2.14.1-5   file manager and graphical shell f
ii  yelp  2.14.2-2   Help browser for GNOME 2

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#375117: python-sip4-dev: conflicts with python2.3-sip4-dev

2006-06-23 Thread Petr Gajdusek
Package: python-sip4-dev
Version: 4.4.5-1
Severity: grave
Justification: renders package unusable


aptitude output:

Preparing to replace python-sip4-dev 4.4.3-1 (using
.../python-sip4-dev_4.4.5-1_all.deb) ...
Unpacking replacement python-sip4-dev ...
dpkg: error processing
/var/cache/apt/archives/python-sip4-dev_4.4.5-1_all.deb (--unpack):
 trying to overwrite `/usr/include/python2.3/sip.h', which is also in
package python2.3-sip4-dev
Errors were encountered while processing:
 /var/cache/apt/archives/python-sip4-dev_4.4.5-1_all.deb


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'stable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-ck11-atop-1
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#373874: python2.4-ipython: conflicts with python2.3-ipython (0.7.2-1)

2006-06-15 Thread Petr Gajdusek
Package: python2.4-ipython
Version: 0.7.2-1
Severity: important


Preparing to replace python2.4-ipython 0.7.1.fix1-2 (using 
.../python2.4-ipython_0.7.2-1_all.deb) ...
Unpacking replacement python2.4-ipython ...
dpkg: error processing 
/var/cache/apt/archives/python2.4-ipython_0.7.2-1_all.deb (--unpack):
 trying to overwrite `/usr/bin/irunner', which is also in package 
python2.3-ipython
Errors were encountered while processing:
 /var/cache/apt/archives/python2.4-ipython_0.7.2-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (900, 'stable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-ck11-atop-1
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#332751: wmmisc: every time receives SIGABRT just after start

2005-10-08 Thread Petr Gajdusek
Package: wmmisc
Version: 0.9-2
Severity: grave
Justification: renders package unusable

Every time receives SIGABRT just after start.
IMHO - i am not programmer, i am maybe wrong,
it occurs in wmgeneral.c:openXwindow()
because it tries to free pointers pointing to argv[].

Package is unusable in this state unless user sets MALLOC_CHECK_
environment variable to 0 or 1.

Hope this helps.

Fast fix:

--- wmmisc-0.9/src/wmgeneral.c  2004-04-20 03:36:31.0 +0200
+++ wmmisc-0.9.fixed/src/wmgeneral.c2005-10-08 12:51:41.0
+0200
@@ -394,10 +394,4 @@

   XMoveWindow (display, win, wx, wy);
 }
-
-  if (display_name != NULL)
-free (display_name);
-
-  if (wname != NULL)
-free (wname);
 }


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-archck7-top-dave-1
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)

Versions of packages wmmisc depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libx11-6  6.8.2.dfsg.1-8 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii  libxpm4   6.8.2.dfsg.1-8 X pixmap library
ii  xlibs 6.8.2.dfsg.1-8 X Window System client libraries m

wmmisc recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#285159: ITA: display-dhammapada -- Displays verses from the Dhammapada.

2005-08-17 Thread Petr Gajdusek
On Mon, Aug 15, 2005 at 05:57:47PM +0200, Matej Vela wrote:
 On Wed, Feb 23, 2005 at 08:50:50PM +0100, Petr Gajd??ek wrote:
  # my first attempt to maintain package
  retitle 285159 ITA: display-dhammapada -- Displays verses from the 
  Dhammapada.
 
 Do you still intend to adopt display-dhammapada?  (This is just a ping,
 I'm not interested in adopting it myself.)
 
 Thanks,
 
 Matej
 

Yes, I still intend. The package is made, i have problem with copyright
clearance, i will try to deal with it soon.

Petr


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]