Bug#444500: klaptopdaemon: Hibernate menu items missing with 2.6.22 and later kernels

2007-09-29 Thread Marc Haber
Package: klaptopdaemon
Version: 4:3.5.7-3
Severity: normal
Tags: upstream patch

Hi,

klaptopdaemon does not show the Hibernate menu items with recent
kernels. This is upstream Bug #148928. The attached patch (pulled from
upstream bugzilla) helps (locally tested).

Greetings
Marc

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

Kernel: Linux 2.6.22.3-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.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-5GCC support library
ii  libqt3-mt   3:3.3.7-8Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2.1-5  The GNU Standard C++ Library v3
ii  libxtst62:1.0.3-1X11 Testing -- Resource extension 

klaptopdaemon recommends no packages.

-- no debconf information
--- ./klaptopdaemon/portable.cpp.old2007-05-14 11:40:45.0 +0400
+++ ./klaptopdaemon/portable.cpp2007-08-14 01:52:30.775790879 +0400
@@ -690,15 +690,16 @@ has_acpi_sleep(int state) 
mask = 0;
 
QFile p(/sys/power/state);
-   QFile f(/proc/acpi/sleep);
 
if (p.open(IO_ReadOnly)) {
+   QTextStream stream(p);
QString l;
-   p.readLine(l,500);
+   l = stream.readLine();
+
QStringList ll = QStringList::split(' ',l,false);
for (QValueListIteratorQString i = ll.begin(); 
i!=ll.end(); i++) {
QString s = *i;
-   
+
if (s.compare(standby)==0)
mask |= (11);
else if (s.compare(mem)==0)
@@ -708,20 +709,6 @@ has_acpi_sleep(int state) 
}
p.close();
}
-   else if (f.open(IO_ReadOnly)) {
-   QString l;
-   f.readLine(l, 500);
-   QStringList ll = QStringList::split(' ',l,false);
-   for (QValueListIteratorQString i = ll.begin(); 
i!=ll.end(); i++) {
-   QString s = *i;
-   if (s[0] == 'S') {
-   int c = s[1].digitValue();
-   if (c = 0  c = 9)
-   mask |= 1c;
-   }
-   }
-   f.close();
-   }
}
return((maskacpi_sleep_enabled(1state)) != 0);
 }


Bug#444500: klaptopdaemon: Hibernate menu items missing with 2.6.22 and later kernels

2007-09-29 Thread Marc Haber
forwarded #444500 http://bugs.kde.org/148928
thanks

On Sat, Sep 29, 2007 at 10:20:59AM +0200, Marc Haber wrote:
 klaptopdaemon does not show the Hibernate menu items with recent
 kernels. This is upstream Bug #148928.

Marking as forwarded.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835



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



Processed: Re: Bug#444500: klaptopdaemon: Hibernate menu items missing with 2.6.22 and later kernels

2007-09-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded #444500 http://bugs.kde.org/148928
Bug#444500: klaptopdaemon: Hibernate menu items missing with 2.6.22 and later 
kernels
Noted your statement that Bug has been forwarded to http://bugs.kde.org/148928.

 thanks
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#249784: M5 0ff1ce 2k7 79$usd, Akrobat 8 79$usd, Ado6e Pho+oshop C53 89$usd, 5ave 2,999.95$usd

2007-09-29 Thread Piercarlo Davis
Vis|t cheapezsoft. com |n Internet Exp|orer.



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



Bug#428272: M5 0ff1ce 2k7 79$usd, Akrobat 8 79$usd, Ado6e Pho+oshop C53 89$usd, 5ave 2,999.95$usd

2007-09-29 Thread Joni Williams
Vis|t cheapezsoft. com |n Internet Exp|orer.



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



Bug#444578: kdelibs-data: annoying hidden window for HTTP-Cache-Cleaner keeps apprearing

2007-09-29 Thread Bas Zoetekouw
Package: kdelibs-data
Version: 4:3.5.7.dfsg.1-7
Severity: normal

I'm using amarok with gnome, and while amarok is running, it keeps
launching a HTTP-Cache-Cleaner thingy.  This HTTP cache cleaner
doesn't have any window, but it does appear in the gnome taskbar.

According to this Ubuntu bugreport
https://bugs.launchpad.net/ubuntu/+source/kdelibs/+bug/60315 
it's caused by an incorrect KDE-specific entry in its desktop file
(X-KDE-StartupNotify=false should be StartupNotify=False).

Could you please change this?


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

Kernel: Linux 2.6.22.1 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdelibs-data depends on:
ii  hicolor-icon-theme0.10-1 default fallback theme for FreeDes

kdelibs-data recommends no packages.

-- no debconf information



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



Processed: retitle 444578 to kdelibs-data: annoying hidden window for HTTP-Cache-Cleaner keeps appearing

2007-09-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.8
 retitle 444578 kdelibs-data: annoying hidden window for HTTP-Cache-Cleaner 
 keeps appearing
Bug#444578: kdelibs-data: annoying hidden window for HTTP-Cache-Cleaner keeps 
apprearing
Changed Bug title to `kdelibs-data: annoying hidden window for 
HTTP-Cache-Cleaner keeps appearing' from `kdelibs-data: annoying hidden 
window for HTTP-Cache-Cleaner keeps apprearing'.


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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#359680: Micro5oft 0ff|ce 2QQ7 79 $, 5ave 999.95

2007-09-29 Thread Toft Cox
Vis|t, cheapsoftxp .com ,ln 1nternet Exp|orer.



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



Bug#444630: KDE login manager seemingly edits wrong kdmrc instance

2007-09-29 Thread Ivstinvs Libertatis
Package: kdm
Version: 4:3.5.5a.dfsg.1-6etch1
Severity: normal

The login manager configuration tool in KDE seems to edit an instance of
kdmrc
located at /etc/kde3/kdm/kdmrc. KDM itself, however, seems to use a
configuration
file located at /var/run/kdm/kdmrc. This may be intentional, but I don't
know why
it would be.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kdm depends on:
ii  debconf [debconf- 1.5.11 Debian configuration management
sy
ii  kdebase-bin   4:3.5.5a.dfsg.1-6etch1 core binaries for the KDE base
mod
ii  kdebase-data  4:3.5.5a.dfsg.1-6etch1 shared data files for the KDE
base
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8  core libraries and binaries for
al
ii  libc6 2.3.6.ds1-13etch2  GNU C Library: Shared libraries


Bug#276015: Shipping Clerk - flexible time work-at-home opening

2007-09-29 Thread Mitchell


  Our company is looking for energetic and accountable individuals to occupy
  Shipping Clerk positions throughout the USA. These vacancies are entirely
  home-based  and do not require any travel or relocation. They are also
  suitable for students and senior citizens who are able to dedicate up to
  three business hours per day to their duties. No special qualifications are
  required, although previous shipping or customer service experience is a
  plus.  We  are  an international company providing mail/internet order
  opportunities for a global clientele since 1997. We are based in Russia, and
  also  have  offices  in  Latvia  and Kazakhstan. Our business provides
  online/Online Order facilities for those who are unable to benefit from the
  convenience of e-commerce due to lack of a banking relationship with an
  internationally recognized bank or because major online vendors will not
  ship to their location. We have domestic purchasing agents who place the
  orders on behalf of our clients, and the goods are then shipped to the local
  shipping clerks for further sorting and international shipment. We also
  provide escrow services for high amount and/or web auction orders, and offer
  assistance with customs clearance, if required. Currently, we are looking
  for individuals to fill in the positions of shipping clerks throughout the
  USA. Your duties will include receiving, sorting, repackaging and re-sending
  the orders made on behalf of our clients using the pre-paid USPS shipping
  labels that you will receive via email. You will be paid $20 for each parcel
  that you ship, plus $5 for each order that you will need to re-sort or
  re-package. We will also cover any other authorized expense, such as extra
  insurance or shipping materials. Your remuneration will be remitted to you
  via Western Union twice a month. You can expect to handle 5-15 incoming
  packages weekly, following a 2 week probation period. You can perform your
  duties from the convenience of your home. You will generally be re-shipping
  the orders on same day or next day basis, so you will not need to sacrifice
  your home space to storage. You will only be receiving orders placed with
  reputable online vendors and delivered by major courier services, such as
  FedEx  and  UPS, who pay great attention to ensuring that they are not
  involved into trafficking any illegal substances or hazardous materials.
  Thus, there will be no risk on your end. We also encourage you to open and
  inspect each package that you receive to ensure the legitimacy and safety of
  itsâ content. In order to fill the shipping clerk position, you need to be
  aged 18 and above, have a permanent address where you are available on a
  regular basis and also have access to phone and email. In order to ensure
  that you can be entrusted the client merchandise, we will need to verify
  your  identity  and confirm that you do not have any previous criminal
  convictions. To apply for this position and for more information on our
  company, please fax your resume and (optionally) cover letter to: (309)
  431-7288.





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



Bug#282146: Shipping Clerk - flexible time work-at-home opening

2007-09-29 Thread Horace


  Our company is looking for energetic and accountable individuals to occupy
  Shipping Clerk positions throughout the USA. These vacancies are entirely
  home-based  and do not require any travel or relocation. They are also
  suitable for students and senior citizens who are able to dedicate up to
  three business hours per day to their duties. No special qualifications are
  required, although previous shipping or customer service experience is a
  plus.  We  are  an international company providing mail/internet order
  opportunities for a global clientele since 1997. We are based in Russia, and
  also  have  offices  in  Latvia  and Kazakhstan. Our business provides
  online/Online Order facilities for those who are unable to benefit from the
  convenience of e-commerce due to lack of a banking relationship with an
  internationally recognized bank or because major online vendors will not
  ship to their location. We have domestic purchasing agents who place the
  orders on behalf of our clients, and the goods are then shipped to the local
  shipping clerks for further sorting and international shipment. We also
  provide escrow services for high amount and/or web auction orders, and offer
  assistance with customs clearance, if required. Currently, we are looking
  for individuals to fill in the positions of shipping clerks throughout the
  USA. Your duties will include receiving, sorting, repackaging and re-sending
  the orders made on behalf of our clients using the pre-paid USPS shipping
  labels that you will receive via email. You will be paid $20 for each parcel
  that you ship, plus $5 for each order that you will need to re-sort or
  re-package. We will also cover any other authorized expense, such as extra
  insurance or shipping materials. Your remuneration will be remitted to you
  via Western Union twice a month. You can expect to handle 5-15 incoming
  packages weekly, following a 2 week probation period. You can perform your
  duties from the convenience of your home. You will generally be re-shipping
  the orders on same day or next day basis, so you will not need to sacrifice
  your home space to storage. You will only be receiving orders placed with
  reputable online vendors and delivered by major courier services, such as
  FedEx  and  UPS, who pay great attention to ensuring that they are not
  involved into trafficking any illegal substances or hazardous materials.
  Thus, there will be no risk on your end. We also encourage you to open and
  inspect each package that you receive to ensure the legitimacy and safety of
  itsâ content. In order to fill the shipping clerk position, you need to be
  aged 18 and above, have a permanent address where you are available on a
  regular basis and also have access to phone and email. In order to ensure
  that you can be entrusted the client merchandise, we will need to verify
  your  identity  and confirm that you do not have any previous criminal
  convictions. To apply for this position and for more information on our
  company, please fax your resume and (optionally) cover letter to: (309)
  431-7288.





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



Bug#295928: Shipping Clerk - flexible time work-at-home opening

2007-09-29 Thread Noemi


  Our company is looking for energetic and accountable individuals to occupy
  Shipping Clerk positions throughout the USA. These vacancies are entirely
  home-based  and do not require any travel or relocation. They are also
  suitable for students and senior citizens who are able to dedicate up to
  three business hours per day to their duties. No special qualifications are
  required, although previous shipping or customer service experience is a
  plus.  We  are  an international company providing mail/internet order
  opportunities for a global clientele since 1997. We are based in Russia, and
  also  have  offices  in  Latvia  and Kazakhstan. Our business provides
  online/Online Order facilities for those who are unable to benefit from the
  convenience of e-commerce due to lack of a banking relationship with an
  internationally recognized bank or because major online vendors will not
  ship to their location. We have domestic purchasing agents who place the
  orders on behalf of our clients, and the goods are then shipped to the local
  shipping clerks for further sorting and international shipment. We also
  provide escrow services for high amount and/or web auction orders, and offer
  assistance with customs clearance, if required. Currently, we are looking
  for individuals to fill in the positions of shipping clerks throughout the
  USA. Your duties will include receiving, sorting, repackaging and re-sending
  the orders made on behalf of our clients using the pre-paid USPS shipping
  labels that you will receive via email. You will be paid $20 for each parcel
  that you ship, plus $5 for each order that you will need to re-sort or
  re-package. We will also cover any other authorized expense, such as extra
  insurance or shipping materials. Your remuneration will be remitted to you
  via Western Union twice a month. You can expect to handle 5-15 incoming
  packages weekly, following a 2 week probation period. You can perform your
  duties from the convenience of your home. You will generally be re-shipping
  the orders on same day or next day basis, so you will not need to sacrifice
  your home space to storage. You will only be receiving orders placed with
  reputable online vendors and delivered by major courier services, such as
  FedEx  and  UPS, who pay great attention to ensuring that they are not
  involved into trafficking any illegal substances or hazardous materials.
  Thus, there will be no risk on your end. We also encourage you to open and
  inspect each package that you receive to ensure the legitimacy and safety of
  itsâ content. In order to fill the shipping clerk position, you need to be
  aged 18 and above, have a permanent address where you are available on a
  regular basis and also have access to phone and email. In order to ensure
  that you can be entrusted the client merchandise, we will need to verify
  your  identity  and confirm that you do not have any previous criminal
  convictions. To apply for this position and for more information on our
  company, please fax your resume and (optionally) cover letter to: (309)
  431-7288.





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



Bug#283339: Shipping Clerk - flexible time work-at-home opening

2007-09-29 Thread Mercedes


  Our company is looking for energetic and accountable individuals to occupy
  Shipping Clerk positions throughout the USA. These vacancies are entirely
  home-based  and do not require any travel or relocation. They are also
  suitable for students and senior citizens who are able to dedicate up to
  three business hours per day to their duties. No special qualifications are
  required, although previous shipping or customer service experience is a
  plus.  We  are  an international company providing mail/internet order
  opportunities for a global clientele since 1997. We are based in Russia, and
  also  have  offices  in  Latvia  and Kazakhstan. Our business provides
  online/Online Order facilities for those who are unable to benefit from the
  convenience of e-commerce due to lack of a banking relationship with an
  internationally recognized bank or because major online vendors will not
  ship to their location. We have domestic purchasing agents who place the
  orders on behalf of our clients, and the goods are then shipped to the local
  shipping clerks for further sorting and international shipment. We also
  provide escrow services for high amount and/or web auction orders, and offer
  assistance with customs clearance, if required. Currently, we are looking
  for individuals to fill in the positions of shipping clerks throughout the
  USA. Your duties will include receiving, sorting, repackaging and re-sending
  the orders made on behalf of our clients using the pre-paid USPS shipping
  labels that you will receive via email. You will be paid $20 for each parcel
  that you ship, plus $5 for each order that you will need to re-sort or
  re-package. We will also cover any other authorized expense, such as extra
  insurance or shipping materials. Your remuneration will be remitted to you
  via Western Union twice a month. You can expect to handle 5-15 incoming
  packages weekly, following a 2 week probation period. You can perform your
  duties from the convenience of your home. You will generally be re-shipping
  the orders on same day or next day basis, so you will not need to sacrifice
  your home space to storage. You will only be receiving orders placed with
  reputable online vendors and delivered by major courier services, such as
  FedEx  and  UPS, who pay great attention to ensuring that they are not
  involved into trafficking any illegal substances or hazardous materials.
  Thus, there will be no risk on your end. We also encourage you to open and
  inspect each package that you receive to ensure the legitimacy and safety of
  itsâ content. In order to fill the shipping clerk position, you need to be
  aged 18 and above, have a permanent address where you are available on a
  regular basis and also have access to phone and email. In order to ensure
  that you can be entrusted the client merchandise, we will need to verify
  your  identity  and confirm that you do not have any previous criminal
  convictions. To apply for this position and for more information on our
  company, please fax your resume and (optionally) cover letter to: (309)
  431-7288.





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



Bug#301398: Shipping Clerk - flexible time work-at-home opening

2007-09-29 Thread Sidney


  Our company is looking for energetic and accountable individuals to occupy
  Shipping Clerk positions throughout the USA. These vacancies are entirely
  home-based  and do not require any travel or relocation. They are also
  suitable for students and senior citizens who are able to dedicate up to
  three business hours per day to their duties. No special qualifications are
  required, although previous shipping or customer service experience is a
  plus.  We  are  an international company providing mail/internet order
  opportunities for a global clientele since 1997. We are based in Russia, and
  also  have  offices  in  Latvia  and Kazakhstan. Our business provides
  online/Online Order facilities for those who are unable to benefit from the
  convenience of e-commerce due to lack of a banking relationship with an
  internationally recognized bank or because major online vendors will not
  ship to their location. We have domestic purchasing agents who place the
  orders on behalf of our clients, and the goods are then shipped to the local
  shipping clerks for further sorting and international shipment. We also
  provide escrow services for high amount and/or web auction orders, and offer
  assistance with customs clearance, if required. Currently, we are looking
  for individuals to fill in the positions of shipping clerks throughout the
  USA. Your duties will include receiving, sorting, repackaging and re-sending
  the orders made on behalf of our clients using the pre-paid USPS shipping
  labels that you will receive via email. You will be paid $20 for each parcel
  that you ship, plus $5 for each order that you will need to re-sort or
  re-package. We will also cover any other authorized expense, such as extra
  insurance or shipping materials. Your remuneration will be remitted to you
  via Western Union twice a month. You can expect to handle 5-15 incoming
  packages weekly, following a 2 week probation period. You can perform your
  duties from the convenience of your home. You will generally be re-shipping
  the orders on same day or next day basis, so you will not need to sacrifice
  your home space to storage. You will only be receiving orders placed with
  reputable online vendors and delivered by major courier services, such as
  FedEx  and  UPS, who pay great attention to ensuring that they are not
  involved into trafficking any illegal substances or hazardous materials.
  Thus, there will be no risk on your end. We also encourage you to open and
  inspect each package that you receive to ensure the legitimacy and safety of
  itsâ content. In order to fill the shipping clerk position, you need to be
  aged 18 and above, have a permanent address where you are available on a
  regular basis and also have access to phone and email. In order to ensure
  that you can be entrusted the client merchandise, we will need to verify
  your  identity  and confirm that you do not have any previous criminal
  convictions. To apply for this position and for more information on our
  company, please fax your resume and (optionally) cover letter to: (309)
  431-7288.





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



Bug#444630: marked as done (KDE login manager seemingly edits wrong kdmrc instance)

2007-09-29 Thread Debian Bug Tracking System
Your message dated Sun, 30 Sep 2007 01:07:36 +0200
with message-id [EMAIL PROTECTED]
and subject line KDE login manager seemingly edits wrong kdmrc instance
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: kdm
Version: 4:3.5.5a.dfsg.1-6etch1
Severity: normal

The login manager configuration tool in KDE seems to edit an instance of
kdmrc
located at /etc/kde3/kdm/kdmrc. KDM itself, however, seems to use a
configuration
file located at /var/run/kdm/kdmrc. This may be intentional, but I don't
know why
it would be.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages kdm depends on:
ii  debconf [debconf- 1.5.11 Debian configuration management
sy
ii  kdebase-bin   4:3.5.5a.dfsg.1-6etch1 core binaries for the KDE base
mod
ii  kdebase-data  4:3.5.5a.dfsg.1-6etch1 shared data files for the KDE
base
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-8  core libraries and binaries for
al
ii  libc6 2.3.6.ds1-13etch2  GNU C Library: Shared libraries
---End Message---
---BeginMessage---
hi,

 The login manager configuration tool in KDE seems to edit an instance of
 kdmrc located at /etc/kde3/kdm/kdmrc.

yes

 KDM itself, however, seems to use a configuration file located
 at /var/run/kdm/kdmrc. 

yes, based on /etc/kde3/kdm/kdmrc.

 This may be intentional

yes, this is intentional.

You can read :
/usr/share/doc/kdm/README.Debian
and
/etc/init.d/kdm

for more informations.

 but I don't know why it would be.

why ? to add kdm customization support (you can take a look at desktop-base 
package).

cheers,

Fathi

---End Message---