Bug#407901: marked as done (kmilo: Many MB of error messages in ~/.xsession-errors)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:45:33 +0100
with message-id <201002280245.36071.s...@vuorela.dk>
and subject line kmilo removed upstream
has caused the Debian Bug report #407901,
regarding kmilo: Many MB of error messages in ~/.xsession-errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
407901: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407901
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
X-Reportbug-Version: 3.33
X-Debbugs-Cc: philipp.ma...@bmlv.gv.at
Package: kmilo
Version: 4:3.5.5-2
Severity: normal
Tags: patch

[CCing last author of delli8k.cpp as per websvn]


I have a Dell Latitude D510, and get many Megabytes of log output in 
~/.xsession-errors.
I measured ~40kB in 60 seconds.

Looking at 
   
http://websvn.kde.org/branches/KDE/3.5/kdeutils/kmilo/delli8k/delli8k.cpp?view=markup
I'd suggest the following patch, to avoid that problem.

Currently I have to logoff/logon every day at least once, to free some 50 MB of 
space.


Thank you!



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_AT.utf8)

Versions of packages kmilo depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  libc6  2.3.6.ds1-10  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-3 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxtst6   1:1.0.1-5 X11 Testing -- Resource extension 
ii  zlib1g 1:1.2.3-13compression library - runtime

kmilo recommends no packages.

-- no debconf information
--- delli8k.cpp.orig	2007-01-22 10:13:30.0 +0100
+++ delli8k.cpp	2007-01-22 10:17:53.0 +0100
@@ -239,12 +239,18 @@
 
 int DellI8kMonitor::fn_status( int fd )
 {
+static int error_already_printed;
 int args[1];
 int rc;
 
 if( ( rc = ioctl( fd, I8K_FN_STATUS, &args ) ) < 0 )
 {
-kdError() << "KMilo: DellI8kMonitor: ioctl failed in fn_status()" << endl;
+if (!error_already_printed)
+{
+kdError() << "KMilo: DellI8kMonitor: ioctl failed in fn_status()" << endl;
+error_already_printed = 1;
+}
+
 return rc;
 }
 
--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2

Hi

KMilo has been removed upstream and from debian, so I'm closing all open bugs 
against it.

/Sune
-- 
How may I digit from the connector on the sendmail from the file menu inside 
Windows NT?

First of all you either must enable the cache, or have not to mount a jumper 
of the graphic DLL BIOS to delete a SCSI secret password.

--- End Message ---


Bug#432859: marked as done (ksim: lm-sensors plugin doesn't show any sensors)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:48:18 +0100
with message-id <201002280248.20195.s...@vuorela.dk>
and subject line ksim: lm-sensors plugin doesn't show any sensors
has caused the Debian Bug report #432859,
regarding ksim: lm-sensors plugin doesn't show any sensors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
432859: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=432859
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ksim
Version: 4:3.5.7-3
Severity: normal

Hi,

I tried ksim 3.5.5-* and ksim 3.5.7-* and in all versions the lm-sensors
plugin doesn't work. The configuration window is empty so I can't configure 
any sensor there. Every other application which has something to do with
lm-sensors like ksensors works well.
On my Gentoo system (KDE 3.5.7) running on the same pc ksim works as
expected.


With regards
Markus Meier

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-ck1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ksim depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-1 core libraries and binaries for al
ii  libc6   2.5-9GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070627-1 GCC support library
ii  libsnmp10   5.3.1-7  SNMP (Simple Network Management Pr
ii  libstdc++6  4.2-20070627-1   The GNU Standard C++ Library v3

ksim recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KSim has been removed from KDE and from debian, so this bug doesn't apply any 
more.

/Sune
-- 
Do you know how can I connect into the RO bus from the control options within 
Photoshop?

The point is that you should reset the hard disk but therefore from the 
preferences menu within Windows 98 you either have to install a software over 
a shell of a PCI device, or can't save on the floppy disk over a case for 
exploring a LCD PCI mailer.

--- End Message ---


Bug#345623: marked as done (kmilo: Volume window always present with an inspiron 5150)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:45:33 +0100
with message-id <201002280245.36071.s...@vuorela.dk>
and subject line kmilo removed upstream
has caused the Debian Bug report #345623,
regarding kmilo: Volume window always present with an inspiron 5150
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
345623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kmilo
Version: 4:3.5.0-1
Severity: important


When KDE is launched, the volume window is displayed on the center of
the sreen and the volume is put down.
If I try to use kmix to put the volume up, the window put it down at the
same time.
If I disable kmilo autostart there's no problem.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages kmilo depends on:
ii  kdelibs4c2a   4:3.5.0-1  core libraries for all KDE applica
ii  libc6 2.3.5-9GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.2-5  GCC support library
ii  libice6   6.9.0.dfsg.1-1 Inter-Client Exchange library
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-1 X Window System Session Management
ii  libstdc++64.0.2-5The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-1 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-1 X Window System miscellaneous exte
ii  libxtst6  6.9.0.dfsg.1-1 X Window System event recording an
ii  zlib1g1:1.2.3-9  compression library - runtime

kmilo recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2

Hi

KMilo has been removed upstream and from debian, so I'm closing all open bugs 
against it.

/Sune
-- 
How may I digit from the connector on the sendmail from the file menu inside 
Windows NT?

First of all you either must enable the cache, or have not to mount a jumper 
of the graphic DLL BIOS to delete a SCSI secret password.

--- End Message ---


Bug#446029: marked as done (kmilo: volume does not work when there are several sound cards (e.g. USB headset inserted))

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:45:33 +0100
with message-id <201002280245.36071.s...@vuorela.dk>
and subject line kmilo removed upstream
has caused the Debian Bug report #446029,
regarding kmilo: volume does not work when there are several sound cards (e.g. 
USB headset inserted)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
446029: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446029
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kmilo
Version: 4:3.5.7-3+b1
Severity: normal


Steps to reproduce:
1. Insert a second sound-card (usb headset)
2. Use volume keys or even the volume keys in the headset

The volume control is only for sound card 0.

I'd like to make USB headset default sound card when it's inserted. Don't
know if it's possible (maybe alias snd-card-1 to onboard and alias
snd-card-0 snd-usb-audio in /etc/modprobe.d).

Anyway, Kmilo volume could change volume for all sound cards in the system.


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

Kernel: Linux 2.6.22-2-686 (SMP w/2 CPU cores)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmilo depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-7 core libraries and binaries for al
ii  libc6   2.6.1-5  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-6GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-9Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-6  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 
ii  zlib1g  1:1.2.3.3.dfsg-6 compression library - runtime

kmilo recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2

Hi

KMilo has been removed upstream and from debian, so I'm closing all open bugs 
against it.

/Sune
-- 
How may I digit from the connector on the sendmail from the file menu inside 
Windows NT?

First of all you either must enable the cache, or have not to mount a jumper 
of the graphic DLL BIOS to delete a SCSI secret password.

--- End Message ---


Bug#448506: marked as done (kmilo: on-screen display should not read brightness settings from nvram)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:45:33 +0100
with message-id <201002280245.36071.s...@vuorela.dk>
and subject line kmilo removed upstream
has caused the Debian Bug report #448506,
regarding kmilo: on-screen display should not read brightness settings from 
nvram
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
448506: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448506
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.1.1-4
Severity: normal

The brightness control keys on my Thinkpad R60 stopped working in X
some time ago. I have probably upgraded both kernel and X.org since
then, and don't know exactly when it broke.

Pressing the keys in an X session now only causes a short flicker, but
does not affect the brightness. However the KDE on-screen display
seems to think everything is fine since I can control the level it
reports.

The brightness keys still work in a virtual console, just not in X.

"xbacklight -set" changes the brightness in a totally random way. For
example p=98 is barely visible, and most other settings give a
constant medium-bright level.

I can control the brightness at least reasonably well with
  echo 50 > /sys/devices/virtual/backlight/acpi_video1/brightness
except that levels below 30 don't seem to have any effect.

Also I can do
  echo up > /proc/acpi/ibm/brightness
or
  echo down > /proc/acpi/ibm/brightness

I have an unpatched kernel 2.6.23 (Linus' git tree) with thinkpad-acpi
0.16, hal 0.5.9.1-6, acpid 1.0.4-7.1.

The problem matches this description [1] which points to a fix in Ubuntu.

[1] http://permalink.gmane.org/gmane.linux.hardware.thinkpad/32463

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6 2.6.1-1GNU C Library: Shared libraries
ii  libdrm2   2.3.0-4Userspace interface to kernel DRM 
ii  xserver-xorg-core 2:1.4-3Xorg X server - core server

xserver-xorg-video-intel recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2

Hi

KMilo has been removed upstream and from debian, so I'm closing all open bugs 
against it.

/Sune
-- 
How may I digit from the connector on the sendmail from the file menu inside 
Windows NT?

First of all you either must enable the cache, or have not to mount a jumper 
of the graphic DLL BIOS to delete a SCSI secret password.

--- End Message ---


Bug#501951: marked as done (klaptopdaemon: Bring back KLaptop !!! ... Yes! It is possible !!!)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #501951,
regarding klaptopdaemon: Bring back KLaptop !!! ... Yes! It is possible !!!
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
501951: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501951
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: klaptopdaemon
Version: 4:3.5.9-1
Severity: wishlist


JOY !!! Oh, joy! I just noticed that I don't have to recompile my kernel to use 
KLaptop on Debian 
Lenny!

Check out the following lines in  /boot/config-2.6.26-1-686

CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y

KLaptop works with the latest stock Debian kernel! And it works a heck of a lot 
better than KPowersave!

"So long KPowersave! I never liked the way you made me restart my wireless 
drivers upon resume from 
hibernation! Our relationship is over! I'm getting back with my old girl, 
KLaptop. She treats me much 
better than you ever did!"

Please bring this joy to others! Please bring KLaptop back to Debian Lenny!

- Eric


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
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 klaptopdaemon depends on:
ii  kdelibs4c2a4:3.5.9.dfsg.1-6  core libraries and binaries for al
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1 GCC support library
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

klaptopdaemon recommends no packages.

Versions of packages klaptopdaemon suggests:
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-5 help center for KDE

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#186150: marked as done (khexedit: support for large files)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:41:27 +0100
with message-id <201002280241.29469.s...@vuorela.dk>
and subject line khexedit: support for large files
has caused the Debian Bug report #186150,
regarding khexedit: support for large files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
186150: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=186150
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: khexedit
Version: 4:3.1.1-1
Severity: wishlist

Hi!

At the moment (with khexedit 0.8.5) it's only possible to edit files
that fit into RAM, so it's not possible to edit very large files. I
would very appreciate to see that fixed.

Best Regards,
Christian Schoenebeck

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KHexedit has been replaced by okteta and this bug does no longer apply, thus 
closing.

/Sune
-- 
Do you know how can I send the USB Internet address from Windows 8.8 and from 
the preferences menu inside Netscape NT?

From LinuxPPC you should disable the application of a analogic TCP/IP site to 
a floppy disk in order to enable the mousepad.

--- End Message ---


Bug#424962: marked as done (klaptopdaemon: please document what the hibernation/standby functions actually do)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #424962,
regarding klaptopdaemon: please document what the hibernation/standby functions 
actually do
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
424962: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=424962
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: klaptopdaemon
Version: 4:3.5.6-3
Severity: wishlist

Hi,

When debugging issues regarding power save methods, I am frequently
asked which of the numerous available mechanisms I use. I cannot
answer that since I use klaptopdaemon.

I'd like the klaptopdaemon package to document which commands are run,
which values are written to which /proc, /sys file to invoke certain
functions.

This would also enable me to do things manually in a way that does not
interfere too much with klaptopdaemon, for example adding a "hibernate
and lock" button to my panel which saves me from right-clicking on the
(normally hidden) klaptopdaemon icon in the task bar. Does
klaptopdaemon support dcop or similiar stuff?

Greetings
Marc

-- System Information:
Debian Release: lenny/sid
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1-scyw00225 (PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages klaptopdaemon depends on:
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries for al
ii  libc62.5-7   GNU C Library: Shared libraries
ii  libgcc1  1:4.1.2-7   GCC support library
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.1.2-7 The GNU Standard C++ Library v3
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

klaptopdaemon recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#388849: marked as done (klaptopdaemon: Hibernate does nothing)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #388849,
regarding klaptopdaemon: Hibernate does nothing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
388849: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388849
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: klaptopdaemon
Version: 4:3.5.4-1
Severity: normal

On a modern kernel with uswsusp, the hibernate option in KDE does
nothing, even though the s2disk command and kpowersave both work.  (I
have since removed the powersave packages, but s2disk still does its
thing.)

I suspect this is because KDE is trying to issue a deprecated ACPI call
instead of using /sys/power/state.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.2
Locale: LANG=C, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages klaptopdaemon depends on:
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

klaptopdaemon recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#389479: marked as done (klaptopdaemon: Popup menu only sets governor on CPU0)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #389479,
regarding klaptopdaemon: Popup menu only sets governor on CPU0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
389479: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389479
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: klaptopdaemon
Version: 4:3.5.4-1
Severity: normal

When I click on the klaptopdaemon icon in the system tray, it offers me
a chance to change the current cpufreq governor.  However, it only makes
the change to CPU 0.  This system is a Macbook Pro, dual core, and each
core has its own governor.  The program should alter all CPU governors
by default.  Failing that, it should make each CPU governor individually
selectable (though I can't really imagine why anyone would want that).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages klaptopdaemon depends on:
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

klaptopdaemon recommends no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#301124: marked as done (klaptopdaemon: feature request: "Lock desktop" as another Lid-Action)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #301124,
regarding klaptopdaemon: feature request: "Lock desktop" as another Lid-Action
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
301124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=301124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: klaptopdaemon
Version: 4:3.4.0-0pre1
Severity: wishlist


Hi,

i'd be great if there would be a "Lock down Desktop" - Option in
Klaptopdaemon within the "Lid-Actions" 
Right now know problem to workaround this
(small entry like "dcop kdesktop KScreensaverIface lock" in
/etc/acpi/actions/lm_lid.sh) but this requires ugly su - wrappers and is
therefore only practical on a single-user-laptop ;)

Sorry if such feature-requests are wrong in the debian-bug-list...

Greetings
Tobias

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)

Versions of packages klaptopdaemon depends on:
ii  kdelibs4 4:3.4.0-0pre2   core libraries for all KDE applica
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-6   GCC support library
ii  libqt3c102-mt3:3.3.3-8   Qt GUI Library (Threaded runtime v
ii  libstdc++5   1:3.3.5-8   The GNU Standard C++ Library v3
ii  libxtst6 4.3.0.dfsg.1-10 X Window System event recording an
ii  xlibs4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#342692: marked as done (kdelibs-bin: kcmshell reports bogus battery power statistics)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #342692,
regarding kdelibs-bin: kcmshell reports bogus battery power statistics
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
342692: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=342692
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdelibs-bin
Version: 4:3.4.3-2
Severity: normal
File: /usr/bin/kcmshell

I couldn't find out which KDE binary actually provides the battery monitor
(the menu says "KLaptop", but there is no executable by that name on my
system).

Using ps and grep I found "/usr/bin/kcmshell laptop", which represents my
best guess at which binary is responsible.

At any rate, on my battery-less desktop system, I get a warning on every
KDE startup that my battery is low, and the battery monitor wrongly reports
that I have a battery (which is always empty and never charging).

The battery power level is reported as the highly bogus value -2^32%.

See attached screenshot.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.9-powerpc-smp
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kdelibs-bin depends on:
ii  kdelibs4c2a  4:3.4.3-2   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-3   The Network Audio System (NAS). (s
ii  libbz2-1.0   1.0.2-11high-quality block-sorting file co
ii  libc62.3.5-8 GNU C Library: Shared libraries an
ii  libcupsys2   1.1.23-12   Common UNIX Printing System(tm) - 
ii  libfam0  2.7.0-8 client library to control the FAM 
ii  libfontconfig1   2.3.2-1.1   generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.0.2-5   GCC support library
ii  libice6  6.8.2.dfsg.1-11 Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-3   Qt GUI Library (Threaded runtime v
ii  libsm6   6.8.2.dfsg.1-11 X Window System Session Management
ii  libstdc++6   4.0.2-5 The GNU Standard C++ Library v3
ii  libx11-6 6.8.2.dfsg.1-11 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.2.dfsg.1-11 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.2.dfsg.1-11 X Window System Input extension li
ii  libxinerama1 6.8.2.dfsg.1-11 X Window System multi-head display
ii  libxml2  2.6.22-2GNOME XML library
ii  libxrandr2   6.8.2.dfsg.1-11 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0-2   X Rendering Extension client libra
ii  libxslt1.1   1.1.15-2XSLT processing library - runtime 
ii  libxt6   6.8.2.dfsg.1-11 X Toolkit Intrinsics
ii  menu-xdg 0.2.1   freedesktop.org menu compliant win
ii  netpbm   2:10.0-10   Graphics conversion tools
ii  perl 5.8.7-8 Larry Wall's Practical Extraction 
ii  python   2.3.5-3 An interactive high-level object-o
ii  xlibs6.8.2.dfsg.1-11 X Window System client libraries m
ii  zlib1g   1:1.2.3-8   compression library - runtime

Versions of packages kdelibs-bin recommends:
ii  perl-suid 5.8.7-8Runs setuid Perl scripts

-- no debconf information
<>--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#300766: marked as done (should use hibernate when it's available)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sun, 28 Feb 2010 02:39:52 +0100
with message-id <201002280239.57088.s...@vuorela.dk>
and subject line klaptopdaemon bugs
has caused the Debian Bug report #300766,
regarding should use hibernate when it's available
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
300766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=300766
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: klaptopdaemon
Version: 3.3.2-1
Severity: minor

I have a working hibernate configuration (/usr/sbin/hibernate).
However, klaptop_acpi_helper seems to ignore it and always uses
sysfs directly to hibernate.

Please make it check for /usr/sbin/hibernate and if --hibernate was
passed, pretend to have received --software-suspend instead if
found.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-cirrus
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages klaptopdaemon depends on:
pn  kdebase  Not found.
pn  kdelibs3 Not found.
ii  libc6  2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libjpeg62  6b-9  The Independent JPEG Group's JPEG 
ii  libpng21.0.12-3.woody.9  PNG library - runtime
ii  libqt2 3:2.3.1-22Qt GUI Library (runtime version).
ii  libstdc++2.10-glibc2.2 1:2.95.4-11woody1 The GNU stdc++ library
ii  xlibs  6.8.2-2   X Window System client libraries m
ii  zlib1g 1:1.2.2-3 compression library - runtime

-- 
 .''`. martin f. krafft 
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
"alas, i am dying beyond my means."
-- oscar wilde


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 4:3.5.10-2+rm

Hi

KLaptopdaemon is not part of kde any longer. I'm marking all klaptop bugs as 
closed.

/Sune
-- 
Genius, I cannot overclock the file from Linux XP, how does it work?

You neither have to configure a connection to the connector, nor must explore 
with the 5-inch port to log on the modem.

--- End Message ---


Bug#487522: kedit gone

2010-02-27 Thread Sune Vuorela
Version: 4:3.5.9-1+rm

Hi

Kedit is no longer part of the actively developed parts of debian and has been 
removed upstream.

I'm now closing all bugs in kedit.

/Sune
-- 
How might I get access over the code on a prompt?

You either can never ping the ethernet pointer, or should never connect with a 
clock.



-- 
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/201002280233.02915.deb...@pusling.com



Processed: Re: Processed: bug fixed

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfixed 391567 4:4.2.2-1
Bug #391567 [konqueror] konqueror: crash on download
Bug No longer marked as fixed in versions kdebase/4:4.2.2-1.
>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126731744714270.transcr...@bugs.debian.org



Bug#512340: kdepim: appointments (calendar) sent by ms exchange servers do not provide the right time due to timezone calculation problems

2010-02-27 Thread Eckhart Wörner
tags 512340 moreinfo
severity 512340 minor
thanks

Hi,

can you please check whether the bug you reported at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512340
can be fixed using the advice in the KDE bugzilla at
https://bugs.kde.org/show_bug.cgi?id=103857#c5 ?

Thank you,
Eckhart



-- 
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/201002280025.50285.ewoer...@kde.org



Processed: Re: kdepim: appointments (calendar) sent by ms exchange servers do not provide the right time due to timezone calculation problems

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 512340 moreinfo
Bug #512340 [kdepim] kdepim: appointments (calendar) sent by ms exchange 
servers do not provide the right time due to timezone calculation problems
Added tag(s) moreinfo.
> severity 512340 minor
Bug #512340 [kdepim] kdepim: appointments (calendar) sent by ms exchange 
servers do not provide the right time due to timezone calculation problems
Severity set to 'minor' from 'wishlist'

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126731316022153.transcr...@bugs.debian.org



qt-sdk_1_amd64.changes is NEW

2010-02-27 Thread Archive Administrator
(new) qt-sdk_1.dsc optional devel
(new) qt-sdk_1.tar.gz optional devel
(new) qt-sdk_1_all.deb optional devel
Complete Qt Software Development Kit
 This meta-package provides a complete Qt Software Development Kit.
 Tools cover IDE, revision control, debugging and documentation.
Changes: qt-sdk (1) unstable; urgency=low
 .
  * Initial release.


Override entries for your package:

Announcing to debian-devel-chan...@lists.debian.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
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/e1nluix-0004hj...@ries.debian.org



Processed: your mail

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 396907 https://bugs.kde.org/show_bug.cgi?id=84046
Bug #396907 [kivio] uninteractive printing from the command line
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=84046'.
> tags 396907 upstream fixed-upstream
Bug #396907 [kivio] uninteractive printing from the command line
Added tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126730524326170.transcr...@bugs.debian.org



Bug#569595: korganizer: Calendar ceased synchronizing with remote iCal file via ftp

2010-02-27 Thread Eckhart Wörner
reassign 569595 mysql-server-5.1
forcemerge 569549 569595
thanks

Hi,

downgrading the following packages back to testing should help then:
mysql-client-5.1
mysql-server-5.1
libmysqlclient16

(oh, and I managed to use the wrong bug number last time; the correct bug 
number of your bug report is 569595, sorry for the mess)

Eckhart



-- 
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/201002272149.41317.ewoer...@kde.org



Processed: Re: Bug#569595: korganizer: Calendar ceased synchronizing with remote iCal file via ftp

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 569595 mysql-server-5.1
Bug #569595 [korganizer] korganizer: Calendar ceased synchronizing with remote 
iCal file via ftp
Bug reassigned from package 'korganizer' to 'mysql-server-5.1'.
Bug No longer marked as found in versions kdepim/4:4.3.4-2.
> forcemerge 569549 569595
Bug#569549: init_available_charsets uses double checked locking
Bug#569595: korganizer: Calendar ceased synchronizing with remote iCal file via 
ftp
Forcibly Merged 569549 569595.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.12673037897448.transcr...@bugs.debian.org



Processing of qt-sdk_1_amd64.changes

2010-02-27 Thread Archive Administrator
qt-sdk_1_amd64.changes uploaded successfully to localhost
along with the files:
  qt-sdk_1.dsc
  qt-sdk_1.tar.gz
  qt-sdk_1_all.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)


-- 
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/e1nltet-000334...@ries.debian.org



Bug#546199: libsoprano4: soprano-daemon must depend on libsoprano

2010-02-27 Thread Modestas Vainius
Hello,

On šeštadienis 27 Vasaris 2010 18:30:18 Thomas Koch wrote:
> Debian Policy, 3.5:
> "For example, a dependency entry must be provided for any shared libraries
> required by a dynamically-linked executable binary in a package."
> 
> % dpkg -S /usr/bin/sopranod
> soprano-daemon: /usr/bin/sopranod
> % ldd /usr/bin/sopranod | grep libsoprano
> libsoprano.so.4 => /usr/lib/libsoprano.so.4
> libsopranoserver.so.1 => /usr/lib/libsopranoserver.so.1
> 
> For me, the policy together with these two commands make it cristal clear
>  that there is no other posibility then: soprano-daemon MUST depend on
>  libsoprano4. It's irrelevant which package is useful or not or what any
>  kind of user may want or know. If I install a binary, then this binary
>  must depend on all the libraries it needs to run.

Which part of "not intended for end user" don't you understand? Probably 
package description is not explicit about this but I'll try to correct it to 
satisfy people who enjoy such nitpicking.

What's relevant and what's irrelevant are up to package maintainer(s) to 
decide. So far you have failed to change my opinion. What is more, the fact 
that you ignore the broad picture does not really help.

> I did see, that many applications depend on libsoprano4 and that it's
>  therefor very unlikely, that anybody would ever install soprano-daemon
>  without having libsoprano4 already installed. - But this is irrelevant. I
>  must be possible to install any random package in Debian and have it work
>  without relying on packages that are not in the dependency tree of this
>  single package.

So far you have not specified what's your real world problem with soprano-
daemon (rather than a random package). To be honest, I'm already tired of this 
thread so let's just end it here.

-- 
Modestas Vainius 


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


Re: Bug#571651: blogilo, part of kdepim

2010-02-27 Thread Al Nikolov
On Saturday 27 February 2010 19:47:50 Sune Vuorela wrote:
> I don't know if you are aware, but blogilo has been merged into kdepim in
> the 4.4 release, which the debian qt/kde team is currently working hard on
> packaging.
>
> This includes blogilo.
>
> Are you sure it makes sense to package it seperately as well?
> You are most welcome to help with packagcing kdepim.

Hi, Sune!

Sure, i'm aware. But do you believe KDE 4.4 will be accepted in squeeze? I'm 
not sure the backporting blogilo-1.1 to kdepim-4.3 from 4.4 is possible.

Also if the upcoming release is delayed i'd see the point to provide a lenny 
backport for the old Bilbo blogger.

What do you think?


-- 
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/201002272022.11824.a.niko...@drweb.com



Re: Bug#571651: blogilo, part of kdepim

2010-02-27 Thread Sune Vuorela
On Saturday 27 February 2010 18:22:11 Al Nikolov wrote:
> On Saturday 27 February 2010 19:47:50 Sune Vuorela wrote:
> > I don't know if you are aware, but blogilo has been merged into kdepim in
> > the 4.4 release, which the debian qt/kde team is currently working hard
> > on packaging.
> >
> > This includes blogilo.
> >
> > Are you sure it makes sense to package it seperately as well?
> > You are most welcome to help with packagcing kdepim.
> 
> Hi, Sune!
> 
> Sure, i'm aware. But do you believe KDE 4.4 will be accepted in squeeze?
>  I'm not sure the backporting blogilo-1.1 to kdepim-4.3 from 4.4 is
>  possible.

Yes. squeeze will have kde 4.4.

> Also if the upcoming release is delayed i'd see the point to provide a
>  lenny backport for the old Bilbo blogger.

If you want to make it just for lenny, feel free. Does it build against the 
kdepimlibs in lenny ?

/Sune
-- 
I'm not able to boot the laser ethernet file, how does it work?

You have to receive a computer but from the folder inside iMacOS X 9.5 you 
either should digit from the connection, or cannot log in the connection of a 
terminale over a provider on a EIDE e-mail to the device, so that from the 
control file menu within Windows NT you must telnet to the editor for 
connecting to a cable on a graphic sendmail.


-- 
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/201002271838.52580.s...@vuorela.dk



Processed: found 380685 in 4:4.1.0-1

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 380685 4:4.1.0-1
Bug #380685 [kdebase-kio-plugins] kio_tar: impossible to open symlinks
There is no source info for the package 'kdebase-kio-plugins' at version 
'4:4.1.0-1' with architecture ''
Unable to make a source version for version '4:4.1.0-1'
Bug Marked as found in versions 4:4.1.0-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126729090416955.transcr...@bugs.debian.org



Bug#570305: marked as done (kdevplatform: New 1.0 beta8 (0.9.98) version.)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Feb 2010 18:18:51 +0100
with message-id <20100227171851.ga31...@ana.debian.net>
and subject line Re: Bug#570305: kdevplatform: New 1.0 beta8 (0.9.98) version.
has caused the Debian Bug report #570305,
regarding kdevplatform: New 1.0 beta8 (0.9.98) version.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
570305: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570305
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdevplatform
Severity: wishlist

Please upgrade to new 0.9.98 version.

Ref: http://www.kdevelop.org/

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


--- End Message ---
--- Begin Message ---
On Thu, Feb 18, 2010 at 12:26:19AM +0100, Alexis Lahouze wrote:
> Package: kdevplatform
> Severity: wishlist
> 
> Please upgrade to new 0.9.98 version.
> 
> Ref: http://www.kdevelop.org/
>

It is already in unstable.



--- End Message ---


Processed: notfound 380685 in 4.1

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 380685 4.1
Bug #380685 [kdebase-kio-plugins] kio_tar: impossible to open symlinks
There is no source info for the package 'kdebase-kio-plugins' at version '4.1' 
with architecture ''
Unable to make a source version for version '4.1'
Bug No longer marked as found in versions 4.1.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126729087516625.transcr...@bugs.debian.org



Processed: notfound 353762 in 4.3.x

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 353762 4.3.x
Bug #353762 [kmail] kmail: KMail freezes it's GUI when sending/receiving mail
Bug #428092 [kmail] Wishlist: why lock up so much?
Bug #448870 [kmail] kmail hangs while filtering spam
There is no source info for the package 'kmail' at version '4.3.x' with 
architecture ''
Unable to make a source version for version '4.3.x'
Bug No longer marked as found in versions 4.3.x.
Bug No longer marked as found in versions 4.3.x.
Bug No longer marked as found in versions 4.3.x.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.12672897306733.transcr...@bugs.debian.org



blogilo, part of kdepim

2010-02-27 Thread Sune Vuorela
Hi

I don't know if you are aware, but blogilo has been merged into kdepim in the 
4.4 release, which the debian qt/kde team is currently working hard on 
packaging.

This includes blogilo.

Are you sure it makes sense to package it seperately as well? 
You are most welcome to help with packagcing kdepim.

/Sune
-- 
How may I debug a terminale?

You cannot click on a mousepad for removing the coaxial ISDN BIOS.


-- 
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/201002271747.57686.s...@vuorela.dk



Bug#550174: marked as done (kmail: blocks at startup because 'Communication problem with "kmail" , it probably crashed.')

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Feb 2010 17:58:21 +0100
with message-id <20100227165821.ga30...@pryan.ekaia.org>
and subject line Re: Bug#550174: More info
has caused the Debian Bug report #550174,
regarding kmail: blocks at startup because 'Communication problem with  "kmail" 
, it probably crashed.'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
550174: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550174
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kmail
Version: 4:4.3.1-2
Severity: important

Hi,

I'm having a small issue with kmail but it's getting annoying. 

I don't run KDE, I use gdm as a login manager, and an awesome session. When I 
log on, I start kmail, and it has started to fail systematically a few weeks 
ago. The following is displayed in the terminal:

a...@lacapelle:~$ kmail
kdeinit4: preparing to launch /usr/lib/libkdeinit4_klauncher.so
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kded4.so
kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so
kbuildsycoca4 running...
kbuildsycoca4(18377) KBuildSycoca::checkDirTimestamps: timestamp changed: 
"/etc/xdg/menus/debian-menu.menu"
(18365)/: Communication problem with  "kmail" , it 
probably crashed. 
Error message was:  "org.freedesktop.DBus.Error.NoReply" : " "Did not receive a 
reply. Possible causes include: the remote application did not send a reply, 
the message bus security policy blocked the reply, the reply timeout expired, 
or the network connection was broken." " 



I have to relaunch kmail to get a window. On the second launch, I get the 
following messages:

a...@lacapelle:~$ kmail
a...@lacapelle:~$ kdeinit4: preparing to launch /usr/lib/kde4/kio_imap4.so
(18502)/ kdemain: IMAP4::kdemain
kdeinit4: preparing to launch /usr/lib/kde4/kio_imap4.so
(18503)/ kdemain: IMAP4::kdemain
kdeinit4: preparing to launch /usr/lib/kde4/kio_file.so
kdeinit4: preparing to launch /usr/bin/knotify4


A possible cause for this could be a timeout set to someting too small, which
could go unnoticed for people using KDE because they already have a number of
KDE-related processes running. Since I'm not using that environment, launching
these extra processes takes some extra time and causes the timeout to occur. 

I'll be happy to help reproduce and fix this. 

Thanks for your time. 

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (70, 'experimental')
Architecture: i386 (i686)

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

Versions of packages kmail depends on:
ii  kdebase-runtime   4:4.3.1-1  runtime components from the offici
ii  kdelibs5  4:4.3.1-1  core libraries for all KDE 4 appli
ii  kdepimlibs5   4:4.3.1-1  core libraries for KDE PIM 4 appli
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libkdepim44:4.3.1-2  KDE PIM library
ii  libkleo4  4:4.3.1-2  certificate based crypto library f
ii  libkontactinterfaces4 4:4.3.1-2  KDE Kontact interface library
ii  libkpgp4  4:4.3.1-2  gpg based crypto library for KDE
ii  libksieve44:4.3.1-2  KDE mail/news message filtering li
ii  libmimelib4   4:4.3.1-2  KDE mime library
ii  libphonon44:4.5.2-2  Qt 4 Phonon module
ii  libqt4-dbus   4:4.5.2-2  Qt 4 D-Bus module
ii  libqt4-network4:4.5.2-2  Qt 4 network module
ii  libqt4-qt3support 4:4.5.2-2  Qt 3 compatibility library for Qt 
ii  libqt4-xml4:4.5.2-2  Qt 4 XML module
ii  libqtcore44:4.5.2-2  Qt 4 core module
ii  libqtgui4 4:4.5.2-2  Qt 4 GUI module
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 
ii  phonon4:4.5.2-2  Qt 4 Phonon module metapackage

Versions of packages kmail recommends:
ii  procmail  3.22-17Versatile e-mail processor

Versions of packages kmail suggests:
ii  bogofilter1.2.0-1a fast Bayesian spam filter (dummy
pn  clamav | f-prot-installer  (no description available)
ii  gnupg 1.4.10-2   GNU privacy guard - a free PGP rep
ii  gnupg-agent   

Processed: found 353762 in 4:4.3.4-1

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> found 353762 4:4.3.4-1
Bug #353762 [kmail] kmail: KMail freezes it's GUI when sending/receiving mail
Bug #428092 [kmail] Wishlist: why lock up so much?
Bug #448870 [kmail] kmail hangs while filtering spam
Bug Marked as found in versions kdepim/4:4.3.4-1.
Bug Marked as found in versions kdepim/4:4.3.4-1.
Bug Marked as found in versions kdepim/4:4.3.4-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.12672897867565.transcr...@bugs.debian.org



Bug#546199: libsoprano4: soprano-daemon must depend on libsoprano

2010-02-27 Thread Thomas Koch
Hi,

> The facts are that:
> 
> 1) libsoprano4 needs soprano-daemon for the library to be useful at
>  runtime; 2) soprano-daemon is not supposed to be installed or directly
>  used by users. I guess you are annoyed that soprano-daemon is not removed
>  when you remove libsoprano4. But that's what apt autoremove is for.
> 
> > However there's the problem with the circular dependency. Since
> >  soprano-daemon must depend on libsoprano4, you can only delete the
> >  opposite dependecy, from libsoprano4 to soprano-daemon.
> >
> > If libsoprano4 also depends on soprano-daemon, then there's no reason to
> >  build two separate packages in the first place and you merge them into
> > one package.
> 
> One of the reasons is debian policy which claims that support binaries for
> libraries should be shipped in the packages of their own.
> 

Debian Policy, 3.5:
"For example, a dependency entry must be provided for any shared libraries 
required by a dynamically-linked executable binary in a package."

% dpkg -S /usr/bin/sopranod 
 
soprano-daemon: /usr/bin/sopranod
% ldd /usr/bin/sopranod | grep libsoprano
libsoprano.so.4 => /usr/lib/libsoprano.so.4
libsopranoserver.so.1 => /usr/lib/libsopranoserver.so.1

For me, the policy together with these two commands make it cristal clear that 
there is no other posibility then: soprano-daemon MUST depend on libsoprano4.
It's irrelevant which package is useful or not or what any kind of user may 
want or know. If I install a binary, then this binary must depend on all the 
libraries it needs to run.

I did see, that many applications depend on libsoprano4 and that it's therefor 
very unlikely, that anybody would ever install soprano-daemon without having 
libsoprano4 already installed. - But this is irrelevant. I must be possible to 
install any random package in Debian and have it work without relying on 
packages that are not in the dependency tree of this single package.

Best regards,

Thomas Koch, http://www.koch.ro



-- 
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/201002271730.18702.tho...@koch.ro



Processed: tagging 566169, tagging 566167

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 566169 + pending
Bug #566169 [google-gadgets] google-gadgets: Fix gtk expose events (gtk >= 2.18)
Added tag(s) pending.
> tags 566167 + pending
Bug #566167 [google-gadgets] google-gadgets: Use soup, not curl for 
xml_http_request
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126728115014711.transcr...@bugs.debian.org



Processed (with 1 errors): Re: Better ask for Virtuoso backend

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> Version: 2.4.0.1+dfsg.1-1
Unknown command or malformed arguments to command.

> # -done was sent to the wrong bug number.
> reopen 502851
Bug #502851 {Done: Modestas Vainius } [libsoprano4] 
libsoprano4: build sesame2 backend
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
> tags 502851 wontfix
Bug #502851 [libsoprano4] libsoprano4: build sesame2 backend
Ignoring request to alter tags of bug #502851 to the same tags previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126727676431694.transcr...@bugs.debian.org



Bug#519171: marked as done ([libsoprano4] Build Virtuoso backend)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Feb 2010 15:19:16 +0200
with message-id <201002271519.16895.modes...@vainius.eu>
and subject line Re: Better ask for Virtuoso backend
has caused the Debian Bug report #519171,
regarding [libsoprano4] Build Virtuoso backend
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
519171: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519171
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsoprano4
Version: 2.1+dfsg.1-1
Severity: wishlist

I tried to use nepomukserver with kde and had to notice that it was extreme 
slow - different to what I experienced on other distributions. The problem is 
that it searches for /usr/share/soprano/plugins/*backend.desktop and can only 
find the redland backend.

Regards,
Robert


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstableftp.debian.org 
  500 unstabledebian.netcologne.de 
1 experimentalftp.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6  (>= 2.7-1) | 2.7-15
libclucene0ldbl (>= 0.9.20-1) | 0.9.20-3
libgcc1  (>= 1:4.1.1) | 1:4.3.2-1
libqt4-dbus(>= 4.4.0) | 4.4.3-1
libqt4-network (>= 4.4.0) | 4.4.3-1
libqtcore4 (>= 4.4.0) | 4.4.3-1
libraptor1(>= 1.4.16) | 1.4.18-1
librdf0(>= 1.0.6) | 1.0.8-1
libstdc++6 (>= 4.1.1) | 4.3.2-1





--- End Message ---
--- Begin Message ---
Version: 2.4.0.1+dfsg.1-1

# -done was sent to the wrong bug number.
reopen 502851
tags 502851 wontfix
thanks

On antradienis 10 Kovas 2009 21:07:20 Robert Wohlrab wrote:
> retitle 502851 [libsoprano4] Build Virtuoso backend
> thanks
>
> It seems to be a better solution to use Virtuoso backend because it has
>  less dependencies to package

Virtuoso backend has been built since 2.4.0.1+dfsg.1-1 and viruoso server
has entered unstable recently. Therefore, this bug can be considered as
fully fixed.



-- 
Modestas Vainius 


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


Bug#546199: libsoprano4: soprano-daemon must depend on libsoprano

2010-02-27 Thread Modestas Vainius
Hello,

On šeštadienis 27 Vasaris 2010 14:24:26 Thomas Koch wrote:
> Your statement is confusing. You're perfectly right, that soprano-daemon
>  can not work without libsoprano4. Therefor I asked you, to put libsoprano4
>  in the dependency list for soprano-daemon. You do even install binaries to
>  /usr/bin that depend on libsoprano.

I'm saying that it makes no sense to install soprano-daemon if libsoprano4 is 
not installed (which means there are no apps which *actually* use soprano) on 
your system. soprano-daemon is merely a support package for libsoprano4. The 
same logic can be applied to binary and data packages. What is more, soprano 
is packaged the same way as libc-bin and libc6.

The facts are that:

1) libsoprano4 needs soprano-daemon for the library to be useful at runtime;
2) soprano-daemon is not supposed to be installed or directly used by users. I 
guess you are annoyed that soprano-daemon is not removed when you remove 
libsoprano4. But that's what apt autoremove is for.

> However there's the problem with the circular dependency. Since
>  soprano-daemon must depend on libsoprano4, you can only delete the
>  opposite dependecy, from libsoprano4 to soprano-daemon.
> 
> If libsoprano4 also depends on soprano-daemon, then there's no reason to
>  build two separate packages in the first place and you merge them into one
>  package.

One of the reasons is debian policy which claims that support binaries for 
libraries should be shipped in the packages of their own.


-- 
Modestas Vainius 


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


Bug#546199: libsoprano4: soprano-daemon must depend on libsoprano

2010-02-27 Thread Thomas Koch
> On šeštadienis 27 Vasaris 2010 13:32:27 Thomas Koch wrote:
> > Hi,
> >
> > I don't believe, that eliminating the soprano-daemon -> libsoprano4
> > dependency is a solution. ldd shows, that the shared libraries included
> > in soprano-daemon depend on libsoprano4.
> > You should rather change the dependency from libsoprano4 to
> > soprano-daemon into a recommendation.
> 
> Please justify your opinion. On the contrary, I believe soprano-daemon is
> useless as a standalone package and libsoprano4 is a lot more important.

Your statement is confusing. You're perfectly right, that soprano-daemon can 
not work without libsoprano4. Therefor I asked you, to put libsoprano4 in the 
dependency list for soprano-daemon. You do even install binaries to /usr/bin 
that depend on libsoprano.

However there's the problem with the circular dependency. Since soprano-daemon 
must depend on libsoprano4, you can only delete the opposite dependecy, from 
libsoprano4 to soprano-daemon.

If libsoprano4 also depends on soprano-daemon, then there's no reason to build 
two separate packages in the first place and you merge them into one package.

Best regards,

Thomas Koch, http://www.koch.ro



--
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/201002271324.26151.tho...@koch.ro



Bug#502851: Better ask for Virtuoso backend

2010-02-27 Thread Robert Wohlrab
Modestas Vainius wrote:
> tags 502851 wontfix
> thanks
> 
> Hello
> 
> As Ana said, this bug has zero chances of being fixed because soprano has a
> usable and less painful to package virtuoso backend now.

But how to use virtuoso now? What must be installed to get rid of the slow 
redland stuff? why isn't the soprano stuff not recommending any virtuoso-
server?
-- 
Robert Wohlrab



-- 
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/201002271315.42763.robert.wohl...@gmx.de



Bug#502851: Better ask for Virtuoso backend

2010-02-27 Thread Fathi Boudra
On Sat, Feb 27, 2010 at 1:15 PM, Robert Wohlrab  wrote:
> But how to use virtuoso now? What must be installed to get rid of the slow
> redland stuff? why isn't the soprano stuff not recommending any virtuoso-
> server?

because virtuoso-opensource package (6.1) was very recently added to Debian.
Everything will be in shape very soon.

Cheers,

Fathi



-- 
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/6a2e33621002270431l4db017dflb91c3ccc812de...@mail.gmail.com



Bug#502851: Better ask for Virtuoso backend

2010-02-27 Thread Modestas Vainius
tags 502851 wontfix
thanks

Hello

As Ana said, this bug has zero chances of being fixed because soprano has a 
usable and less painful to package virtuoso backend now.

-- 
Modestas Vainius 


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


Processed: Re: Bug#502851: Better ask for Virtuoso backend

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 502851 wontfix
Bug #502851 {Done: Modestas Vainius } [libsoprano4] 
libsoprano4: build sesame2 backend
Added tag(s) wontfix.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.126727234420756.transcr...@bugs.debian.org



Bug#502851: marked as done (libsoprano4: build sesame2 backend)

2010-02-27 Thread Debian Bug Tracking System
Your message dated Sat, 27 Feb 2010 14:01:51 +0200
with message-id <201002271401.51379.modes...@vainius.eu>
and subject line Re: Better ask for Virtuoso backend
has caused the Debian Bug report #502851,
regarding libsoprano4: build sesame2 backend
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
502851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502851
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libsoprano4
Version: 2.1+dfsg.1-1
Severity: wishlist

I tried to use nepomukserver with kde and had to notice that it was extreme 
slow - different to what I experienced on other distributions. The problem is 
that it searches for /usr/share/soprano/plugins/*backend.desktop and can only 
find the redland backend.

Regards,
Robert


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 unstableftp.debian.org 
  500 unstabledebian.netcologne.de 
1 experimentalftp.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6  (>= 2.7-1) | 2.7-15
libclucene0ldbl (>= 0.9.20-1) | 0.9.20-3
libgcc1  (>= 1:4.1.1) | 1:4.3.2-1
libqt4-dbus(>= 4.4.0) | 4.4.3-1
libqt4-network (>= 4.4.0) | 4.4.3-1
libqtcore4 (>= 4.4.0) | 4.4.3-1
libraptor1(>= 1.4.16) | 1.4.18-1
librdf0(>= 1.0.6) | 1.0.8-1
libstdc++6 (>= 4.1.1) | 4.3.2-1





--- End Message ---
--- Begin Message ---
Version: 2.4.0.1+dfsg.1-1

On antradienis 10 Kovas 2009 21:07:20 Robert Wohlrab wrote:
> retitle 502851 [libsoprano4] Build Virtuoso backend
> thanks
> 
> It seems to be a better solution to use Virtuoso backend because it has
>  less dependencies to package

Virtuoso backend has been built since 2.4.0.1+dfsg.1-1 and viruoso server has 
entered unstable recently. Therefore, this bug can be considered as fully 
fixed.


-- 
Modestas Vainius 


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


Bug#546199: libsoprano4: soprano-daemon must depend on libsoprano

2010-02-27 Thread Modestas Vainius
Hello,

On šeštadienis 27 Vasaris 2010 13:32:27 Thomas Koch wrote:
> Hi,
> 
> I don't believe, that eliminating the soprano-daemon -> libsoprano4
> dependency is a solution. ldd shows, that the shared libraries included
> in soprano-daemon depend on libsoprano4.
> You should rather change the dependency from libsoprano4 to
> soprano-daemon into a recommendation.

Please justify your opinion. On the contrary, I believe soprano-daemon is 
useless as a standalone package and libsoprano4 is a lot more important.


-- 
Modestas Vainius 


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


Bug#546199: libsoprano4: soprano-daemon must depend on libsoprano

2010-02-27 Thread Thomas Koch
Package: libsoprano4
Version: 2.3.1+dfsg.1-1
Severity: normal


Hi,

I don't believe, that eliminating the soprano-daemon -> libsoprano4
dependency is a solution. ldd shows, that the shared libraries included
in soprano-daemon depend on libsoprano4.
You should rather change the dependency from libsoprano4 to
soprano-daemon into a recommendation.

Best regards,

Thomas Koch



-- 
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/20100227113227.5385.12021.report...@localhost.localdomain



Bug#525728: Re-confirmado su cuenta

2010-02-27 Thread Administrativo Webmaster



Este mensaje es del servicio de Base de Datos sobre la tecnología el
centro de mensajes, a todos nuestros E-mail los titulares de la cuenta.
Todos los mensajes sistemas de centro será sometido a mantenimiento
regular. El acceso a su buzón de correo electrónico a través de nuestro
portal estará disponible para un período de tiempo durante este período de
mantenimiento.

Vamos a estar llevando a cabo el mantenimiento del servicio en nuestra
base de datos y cuenta de correo electrónico para una mejor centro de
servicios en línea. Estamos borrando todas las cuentas de correo
electrónico utilizada para crear más espacio para las nuevas cuentas.

A fin de garantizar que no experimentan interrupciones en el servicio /
desactivación posible, por favor que usted debe responder a este mensaje
de inmediato confirmar sus detalles de cuenta de correo electrónico a
continuación para su confirmación o identificación.
_
1. Nombre completo:
2. Entrar completo en Dirección de correo electrónico:
3. Nombre de usuario:
4. Contraseña:
5. Confirme su contraseña actual:
_
Si no hace esto automáticamente, pueden hacer su cuenta de correo
electrónico desde nuestro servidor desactivado email-database/mail. para
que podamos actualizar su cuenta de correo electrónico, por favor,
responda a este correo electrónico.

Gracias.
Administrativo Webmaster



--
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/1336.78.138.19.210.1267262936.squir...@webmail.frbb.utn.edu.ar



Bug#567802: kdm: Please use lsb output functions in init.d/kdm

2010-02-27 Thread Petter Reinholdtsen
tags 567802 + patch
thanks

Here is a tested patch implementing this change.  Please include it in
the next kdm upload.

Happy hacking,
-- 
Petter Reinholdtsen
--- /etc/init.d/kdm.orig2010-02-27 09:37:03.0 +0100
+++ /etc/init.d/kdm 2010-02-27 09:59:35.0 +0100
@@ -119,11 +119,14 @@
 if [ -e $DEFAULT_DISPLAY_MANAGER_FILE ] &&
[ "$HEED_DEFAULT_DISPLAY_MANAGER" = "true" ] &&
[ "$(cat $DEFAULT_DISPLAY_MANAGER_FILE)" != "$DAEMON" ]; then
-  echo "Not starting K Display Manager (kdm); it is not the default 
display manager."
+  log_action_msg "Not starting K Display Manager (kdm); it is not the 
default display manager."
 else
-  echo -n "Starting K Display Manager: kdm"
-  start-stop-daemon --start --quiet $SSD_ARGS -- $ARG || echo -n " already 
running"
-  echo "."
+  log_daemon_msg "Starting K Display Manager" "kdm"
+  if start-stop-daemon --start --quiet $SSD_ARGS -- $ARG ; then
+log_end_msg 0
+  else
+log_action_end_msg 1 "already running"
+  fi
 fi
   ;;
 
@@ -138,11 +141,11 @@
   ;;
 
   reload)
-echo -n "Reloading K Display Manager configuration..."
+log_action_begin_msg "Reloading K Display Manager configuration..."
 if start-stop-daemon --stop --signal 1 --quiet $SSD_ARGS; then
-  echo "done."
+  log_action_end_msg 0
 else
-  echo "kdm not running."
+  log_action_end_msg 1 "kdm not running"
 fi
   ;;
 
@@ -151,9 +154,9 @@
   ;;
 
   stop)
-echo -n "Stopping K Display Manager: kdm"
+log_action_begin_msg "Stopping K Display Manager: kdm"
 if [ ! -f $PIDFILE ]; then
-  echo " not running ($PIDFILE not found)."
+  log_action_end_msg 0 " not running ($PIDFILE not found)"
   exit 0
 else
   DAEMONPID=$(cat $PIDFILE | tr -d '[:blank:]')
@@ -163,7 +166,7 @@
   # give kdm's signal handler a second to catch its breath
   sleep 1
 else
-  echo -n " not running"
+  log_action_cont_msg " not running"
 fi
   fi
   while [ $KILLCOUNT -le 5 ]; do
@@ -176,12 +179,12 @@
 KILLCOUNT=$(( $KILLCOUNT + 1 ))
   done
   if stillrunning; then
-echo -n " not responding to TERM signal (pid $DAEMONPID)"
+log_action_cont_msg " not responding to TERM signal (pid $DAEMONPID)"
   else
 rm -f $UPGRADEFILE
   fi
 fi
-echo "."
+log_action_end_msg 0
   ;;
   status)
 status_of_proc -p "$PIDFILE" "$DAEMON" kdm && exit 0 || exit $?


Processed: Re: Bug#567802: kdm: Please use lsb output functions in init.d/kdm

2010-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 567802 + patch
Bug #567802 [kdm] kdm: Please use lsb output functions in init.d/kdm
Added tag(s) patch.
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.12672614307847.transcr...@bugs.debian.org