Bug#382988: No keyboard layout available under kcontrol!

2006-09-07 Thread PP
Hi!

I'm create symlink from /usr/share/X11/xkb to /etc/X11/xkb
and this problem come out.
-- 
pp


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



Bug#386383: kdebase-kio-plugins: mounting a device ignores mount point setting

2006-09-07 Thread Mario J. Barchein Molina
Package: kdebase-kio-plugins
Version: 4:3.5.4-2
Severity: normal

I'm really not sure if this bugreport should go to hal instead of 
kdebase-kio-plugins.

After last update of hal, mounting a device ignores KDE mount point 
setting. This setting can be changed making right click on a device 
icon - Properties - Mounting - Mountpoint.

In the previous version of hal (just the one that caused problems with
mounting in kde because the policy setting), this worked ok. 

Now the behaviour is mount the device under /media using the name of 
the volume (in case of DVDs) or the name of the device (in case of USB 
disks or memory cards). This makes impossible to share the media via 
samba just because each DVD has a different volume name or have 
persistent names for devices who have the same name to the system 
(they got named  usbdisk, usbdisk-1, usbdisk-2 depending on the 
order of connection).

I have no entries for these devices in fstab. If I make entries for
these devies based on /dev/disk/by-id/* names then mounting via KDE
just fails with no error message, but mounting from the command line 
works.

Any help will be very appreciated. 

Thanks for your work.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-4-mario-1
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kdebase-kio-plugins depends on:
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libdbus-1-2 0.62-4   simple interprocess messaging syst
ii  libdbus-qt-1-1c20.62-4   simple interprocess messaging syst
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libhal-storage1 0.5.7.1-1Hardware Abstraction Layer - share
ii  libhal1 0.5.7.1-1Hardware Abstraction Layer - share
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libopenexr2c2a  1.2.2-4.3runtime files for the OpenEXR imag
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsasl22.1.19.dfsg1-0.2 Authentication abstraction library
ii  libsasl2-modules2.1.19.dfsg1-0.2 Pluggable Authentication Modules f
ii  libsmbclient3.0.23c-1shared library that allows applica
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libxcursor1 1.1.7-4  X cursor management library
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages kdebase-kio-plugins recommends:
ii  hal   0.5.7.1-1  Hardware Abstraction Layer
ii  kamera4:3.5.4-2  digital camera io_slave for Konque
ii  kdemultimedia-kio-plugins 4:3.5.4-1  enables the browsing of audio CDs 
ii  kdesktop  4:3.5.4-2  miscellaneous binaries and files f
ii  pmount0.9.13-1   mount removable devices as normal 

-- no debconf information


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



Processed: kleopatra: exits with error after startup

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 386240 unreproducible
Bug#386240: kleopatra: exits with error after startup
There were no tags set.
Tags added: unreproducible


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#386240: kleopatra: exits with error after startup

2006-09-07 Thread Fathi Boudra
tags 386240 unreproducible

thanks

hi peter,

i launched kleopatra successfully (2 different machines). i tag the bug 
unreproducible until i check where come from the message you've got.

cheers,

Fathi


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



Bug#386336: Kdesktop crashes when copying things to the kde clipboard under special configuration

2006-09-07 Thread Fathi Boudra
forwarded 386336 http://bugs.kde.org/show_bug.cgi?id=133665
tags 386336 + fixed-upstream

thanks

hi,

thanks for your report. For the track, it's fixed in kde svn, commit 581571.
It will be closed in next upload (branch pull).

cheers,

Fathi


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



Bug#386240: kleopatra: exits with error after startup

2006-09-07 Thread Fathi Boudra
re,

crypto module is provided by kcontrol, have you got kcontrol installed ?

cheers,

Fathi


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



Re: Bug#325292: Is this bug still alive?

2006-09-07 Thread Fathi Boudra
hi,

Le jeudi 7 septembre 2006 01:56, Matej Cepl a écrit :
 I am just upgrading testing and apt-listchanges shows me this bug
 as still alive. It is really weird, because apparently no KDE
 application was harmed when upgrading qt library. Is it still
 alive?

No, it's closed. Just check the reference: BTS.

cheers,

Fathi



Bug#384325: libqt3-mt: Floating point exception in QPaintDevice::~QPaintDevice: SOLVED FOR ME.

2006-09-07 Thread Daniel Crettol
Hi there. I found a way to solve the floating point exception in
QPaintDevice::~QPaintDevice. The problem seems to come during resolution
calculation in the function void create_dpis()
(src/kernel/qpaintdevice_x11.cpp:514)

During the loop:

for ( i = 0; i  screens; i++ ) {
dpisX[ i ] = (DisplayWidth(dpy,i) * 254 + DisplayWidthMM(dpy,i)*5)

 / (DisplayWidthMM(dpy,i)*10);
dpisY[ i ] = (DisplayHeight(dpy,i) * 254 + DisplayHeightMM(dpy,i)*5)
 / (DisplayHeightMM(dpy,i)*10);
}

the DisplayWidthMM and DisplayHeightMM macros were returning a 0,
causing the floating point exception.

This values are calculated from the X11 server accoring to the DPI of
the xserver and the Dimension of the monitor. 

In my case, the monitor dimension was not specified in
my /etc/X11/xorg.conf and I had to insert the following line to
xorg.conf (in section Monitor)

DisplaySize 433 347

Assuming a resolution of 75dpi, 1280x1024 pixels,  I obtained the first
value by calculating 

xsize = 25.4 * xpixels / dpi

and the second with a 

ysize = 25.4 * ypixels / dpi

After that, QT seems to be happy again.

The problem I have seen should be detected by a:

xdpyinfo | grep -A1 dimen

that should print out something like:
 
  dimensions:1280x1024 pixels (433x347 millimeters)
  resolution:75x75 dots per inch

I guess that all people having problem with the FLoating point exception
will have some strange values here.

Have fun.








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



Bug#386451: konqueror: crash with a web page

2006-09-07 Thread Jean-Damien Durand

Package: konqueror
Version: 4:3.5.4-2
Severity: normal

Konqueror crashes when clicking on close window at the bottom of a page like 
e.g.:
http://www.ubuntuforums.org/showpost.php?p=1196641postcount=68

Backtrace:
Using host libthread_db library /lib/tls/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1231976224 (LWP 7344)]
[KCrash handler]
#5  0x00730069 in ?? ()
#6  0xb5d5f421 in Akregator::KonqFeedIcon::~KonqFeedIcon ()
   from /usr/lib/kde3/libakregatorkonqfeedicon.so
#7  0xb72b399d in ~QObject (this=0x89654a0) at kernel/qobject.cpp:497
#8  0xb7f616fd in ~Part (this=0x89654a0, __vtt_parm=0xb627aca8)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./kparts/part.cpp:163
#9  0xb7f6d3dd in ~ReadOnlyPart (this=0x89654a0, __vtt_parm=0xb627aca4)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./kparts/part.cpp:314
#10 0xb602a1b9 in ~KHTMLPart (this=0x89654a0)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./khtml/khtml_part.cpp:524
#11 0xb72af256 in QObject::event (this=0x89654a0, e=0x83fe580)
   at kernel/qobject.cpp:750
#12 0xb7247aea in QApplication::internalNotify (this=0xbfb0bcdc,
   receiver=0x89654a0, e=0x83fe580) at kernel/qapplication.cpp:2635
#13 0xb7249907 in QApplication::notify (this=0xbfb0bcdc, receiver=0x89654a0,
   e=0x83fe580) at kernel/qapplication.cpp:2358
#14 0xb792352e in KApplication::notify (this=0xbfb0bcdc, receiver=0x89654a0,
   event=0x83fe580)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./kdecore/kapplication.cpp:550
#15 0xb71db3d1 in QApplication::sendEvent (receiver=0x89654a0,
   event=0x83fe580) at ../include/qapplication.h:520
#16 0xb7248b12 in QApplication::sendPostedEvents (receiver=0x0, event_type=0)
   at kernel/qapplication.cpp:3299
#17 0xb7248c1a in QApplication::sendPostedEvents ()
   at kernel/qapplication.cpp:3210
#18 0xb71eec05 in QEventLoop::processEvents (this=0x81b2a28, flags=4)
   at kernel/qeventloop_x11.cpp:144
#19 0xb726203d in QEventLoop::enterLoop (this=0x81b2a28)
   at kernel/qeventloop.cpp:198
#20 0xb7261e5e in QEventLoop::exec (this=0x81b2a28)
   at kernel/qeventloop.cpp:145
#21 0xb7249683 in QApplication::exec (this=0xbfb0bcdc)
   at kernel/qapplication.cpp:2758
#22 0xb670ffe5 in kdemain (argc=2, argv=0x81943b0)
   at /home/sid-user/kdebase/kdebase-3.5.4/./konqueror/konq_main.cc:206
#23 0xb7f90524 in kdeinitmain (argc=2, argv=0x81943b0) at konqueror_dummy.cc:3
#24 0x0804e9d7 in launch (argc=2, _name=0x8118e5c konqueror,
   args=0x8118e6e , cwd=0x0, envc=1, envs=0x8118e7f , reset_env=false,
   tty=0x0, avoid_loops=false,
   startup_id_str=0x8118e84 jddhome01;1157650451;114620;6943_TIME2304248467) 
at
/home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:639
#25 0x0804f279 in handle_launcher_request (sock=8)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:1206
#26 0x0804f612 in handle_requests (waitForPid=0)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:1407
#27 0x08050019 in main (argc=3, argv=0xbfb0c784, envp=0xbfb0c794)
   at /home/sid-user/kdelibs/kdelibs-3.5.4/./kinit/kinit.cpp:1863
#28 0xb7d0fea8 in __libc_start_main () from /lib/tls/libc.so.6
#29 0x0804b8a1 in _start () at ../sysdeps/i386/elf/start.S:119


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

Versions of packages konqueror depends on:
ii  kcontrol4:3.5.4-2control center for KDE
ii  kdebase-kio-plugins 4:3.5.4-2core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.4-3core libraries and binaries for al
ii  kdesktop4:3.5.4-2miscellaneous binaries and files f
ii  kfind   4:3.5.4-2file-find utility for KDE
ii  libacl1 2.2.41-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.8-2The Network Audio System (NAS). (s
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libfam0 2.7.0-10 Client library to control the FAM
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-3  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libkonq44:3.5.4-2core libraries for Konqueror
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4

Bug#386460: Building a package with libqt4-dev on arm times out

2006-09-07 Thread Tobias Toedter
Package: libqt4-dev
Version: 4.1.4-1.1
Severity: normal

Hi,

my package qbrew FTBFS on arm, it links against libqt4. The reason for the 
build failure is a time out while running this command:
/usr/bin/uic-qt4 src/calcconfig.ui -o build/ui_calcconfig.h

I've talked to the arm porters on IRC, and they suggested that it might be 
related to libqt4 not being compiled with -DQT_QLOCALE_USES_FCVT, which was 
a needed fix for libqt3 on arm. From the changelog:

qt-x11-free (3:3.3.3-4.1) unstable; urgency=high 
   * On arm-linux, configure using -DQT_QLOCALE_USES_FCVT. Seems to be a
 known issue, mentioned in the 3.3.2 release notes, but nowhere in
 the 3.3.3 sources. Great! Thanks to Paul Brook and Jan Niehusmann for
 the investigations. Closes: #270202.

The build log of my package qbrew can be found here:
http://buildd.debian.org/fetch.php?pkg=qbrewver=0.3.9-2arch=armstamp=1157506321file=logas=raw

Are you aware of this problem? Is anyone trying to compile qt4 
with -DQT_QLOCALE_USES_FCVT on arm, to see if the problem can be solved?

Regards,
Tobias

-- 
Tobias Toedter   | Early to bed and early to rise and you'll
Hamburg, Germany | be groggy when everyone else is wide awake.


pgp3rJkzGFkJf.pgp
Description: PGP signature


qt4-x11 4.1.4-1.1 MIGRATED to testing

2006-09-07 Thread Debian testing watch
FYI: The status of the qt4-x11 source package
in Debian's testing distribution has changed.

  Previous version: 4.1.4-1
  Current version:  4.1.4-1.1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



kdenonbeta/keximdb

2006-09-07 Thread Martin Ellis
SVN commit 581914 by martin:

A wee tidy-up for KOffice 1.6.


 M  +2 -2  build_keximdb_tarball.sh  
 M  +1 -1  debian/control  
 M  +66 -55src/keximdb/mdbmigrate.cpp  


--- trunk/kdenonbeta/keximdb/build_keximdb_tarball.sh #581913:581914
@@ -1,5 +1,5 @@
 #!/bin/sh
-VERSION=1.0.1
+VERSION=1.1.0
 DESTINATION=/tmp/keximdb-dist/$VERSION/
 
 KDESVN=svn://anonsvn.kde.org/home/kde
@@ -9,7 +9,7 @@
 BRANCH=trunk/kdenonbeta
 
 # From release branch
-#BRANCH=branches/work/keximdb/koffice-1.5
+#BRANCH=branches/work/keximdb/koffice-1.6
 
 #
 set -e
--- trunk/kdenonbeta/keximdb/debian/control #581913:581914
@@ -1,7 +1,7 @@
 Source: keximdb
 Priority: optional
 Maintainer: Martin Ellis [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), autotools-dev, koffice-dev (= 
1:1.5.2-1), koffice-dev ( 1:1.5.90), libglib2.0-dev
+Build-Depends: debhelper (= 4.0.0), autotools-dev, koffice-dev (= 1:1.6.0), 
libglib2.0-dev
 Standards-Version: 3.7.2
 Section: kde
 
--- trunk/kdenonbeta/keximdb/src/keximdb/mdbmigrate.cpp #581913:581914
@@ -1,17 +1,17 @@
 /* This file is part of the KDE project
Copyright (C) 2005,2006 Martin Ellis [EMAIL PROTECTED]
Copyright (C) 2005 Jaroslaw Staniek [EMAIL PROTECTED]
- 
+
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
- 
+
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Library General Public License for more details.
- 
+
You should have received a copy of the GNU Library General Public License
along with this program; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
@@ -35,17 +35,22 @@
 /* This is the implementation for the MDB file import routines. */
 KEXIMIGRATE_DRIVER_INFO( MDBMigrate, mdb );
 
+static QCString isNonUnicodePropId( source_database_has_nonunicode_encoding 
);
+static QCString nonUnicodePropId( source_database_nonunicode_encoding );
+
 /* ** 
*/
 
 MDBMigrate::MDBMigrate(QObject *parent, const char *name,
const QStringList args) :
-   KexiMigrate(parent, name, args)
+KexiMigrate(parent, name, args)
 {
-  m_properties[source_database_has_nonunicode_encoding] = QVariant( true, 1 
);
-  m_propertyCaptions[source_database_has_nonunicode_encoding] 
- = i18n(Source Database Has Non-Unicode Encoding);
-  m_properties[source_database_nonunicode_encoding] = QVariant();
-  m_propertyCaptions[source_database_nonunicode_encoding] 
+
+  /*! @todo invert the sense of values, then remove Non- from these strings 
*/
+  m_properties[ isNonUnicodePropId ] = QVariant( true, 1 );
+  m_propertyCaptions[ isNonUnicodePropId ] =
+  i18n(Source Database Has Non-Unicode Encoding);
+  m_properties[ nonUnicodePropId ] = QVariant();
+  m_propertyCaptions[ nonUnicodePropId ]
  = i18n(Source Database Non-Unicode Encoding);
 
   initBackend();
@@ -72,11 +77,14 @@
   mdb_exit();
 }
 
+/* ** 
*/
+/*! Properties */
 QVariant MDBMigrate::propertyValue( const QCString propName )
 {
-  if (propName == source_database_has_nonunicode_encoding) {
-m_properties[source_database_has_nonunicode_encoding] = QVariant(false, 
0);
-//costly, but we need this to get this property from file...
+  if ( propName == isNonUnicodePropId ) {
+m_properties[ isNonUnicodePropId ] = QVariant(false, 0);
+
+// Costly, but we need this to get this property from file...
 drv_connect();
 drv_disconnect();
   }
@@ -100,23 +108,27 @@
 return false;
   }
 
-  //setting source encoding
-  if 
(!m_properties[source_database_nonunicode_encoding].toCString().isEmpty()) {
-mdb_set_encoding(m_mdb, (const 
char*)m_properties[source_database_nonunicode_encoding].toCString());
-kdDebug()  non-unicode encoding set to \  
m_properties[source_database_nonunicode_encoding].toCString()  \  endl;
+  // Setting source encoding
+  if ( !m_properties[ nonUnicodePropId ].toCString().isEmpty() ) {
+QCString encoding = m_properties[ nonUnicodePropId ].toCString();
+
+mdb_set_encoding( m_mdb, (const char*) encoding );
+kdDebug()  non-unicode encoding set to \
+   encoding
+   \  endl;
   }
 
-  //supports setting source encoding
-  m_properties[source_database_has_nonunicode_encoding] = QVariant( 
IS_JET3(m_mdb), 1 );
-  
+  // Supports setting source encoding
+  m_properties[ isNonUnicodePropId ] = QVariant( IS_JET3(m_mdb), 1 );
+
   return true;
 }
 
 
 /*! Disconnect from the db backend */
 bool MDBMigrate::drv_disconnect()
-{ 
-  

Processed: Kdesktop crashes when copying things to the kde clipboard under special configuration

2006-09-07 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 386336 http://bugs.kde.org/show_bug.cgi?id=133665
Bug#386336: Kdesktop crashes when copying things to the kde clipboard under 
special configuration (patch available)
Noted your statement that Bug has been forwarded to 
http://bugs.kde.org/show_bug.cgi?id=133665.

 tags 386336 + fixed-upstream
Bug#386336: Kdesktop crashes when copying things to the kde clipboard under 
special configuration (patch available)
There were no tags set.
Tags added: 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 [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]