Re: mouse problem - going wild

2003-03-28 Thread Bjoern Krombholz
On Fri, Mar 28, 2003 at 04:12:53PM +0800, ps wrote:
> this happend to me few times. When I apt-get upgrade, it makes me to 
> reconfigure my mouse. Whatever I did it always turned wrong. Mouse get 
> out of controll in Login menu. I ran xf86config and now I am able to use 
> the mouse, but tim to time it goes wild and clicks whereever it wants.
> Please help !!! It's Genius Netscroll + PS2 and my XF86config-4:
> Option "Device" "/dev/psaux"
> Option "ZAxisMapping" "4 5"

Maybe you should try to play around with the different protocol settings as
mentioned in X docs:
http://www.xfree86.org/4.2.0/mouse6.html#29

Björn




Re: kde sid problem: unresolved symbols

2003-02-13 Thread Bjoern Krombholz
On Thu, Feb 13, 2003 at 12:37:02PM +0100, Frank Van Damme wrote:
> Hello,
> 
> I just apt-got the sid kde 3.1 packages (this box is mainly unstable). 
> However if I start a kde program I get something like this:
> 
> konqueror: relocation error: /usr/lib/libkdeui.so.4: undefined symbol: 
> _ZN9QComboBox13focusOutEventEP11QFocusEven

ldd -v /usr/lib/libkdeui.so.4 should show such conflicts.

QComboBox is part of QT. Searching for the undefined symbol in
libqt-mt.so.3.1.1 shows:

# objdump -T libqt-mt.so.3.1.1 |grep _ZN9QComboBox13focusOutEventEP11QFocusEvent
002a7e04 gDF .text  003b  Base 
_ZN9QComboBox13focusOutEventEP11QFocusEvent


Installing sid's libqt3* packages should fix your problem.


Björn




Re: kdelibs4-dev on woody

2003-02-12 Thread Bjoern Krombholz
On Wed, Feb 12, 2003 at 08:01:13PM +, Rene Horn wrote:
> I suspect that Laurent is suffering from the same problem that I'm suffering 
> right now.  I currently have the official Debian packages from kde.org 
> installed on my machine.  Those seem to have been compiled with gcc 2.95, 
> making them dependent on the old libqt that were compiled with the same 
> version.  The conflict comes in when we try to install the newest version of 
> libqt, which apt tries to do with dist-upgrade, but that results in the 
> removal of almost all my installed kde packages because apt is trying to 
> install the newest version of libqt.  This means that either the packages in 
> Nolden's sources, or sid's need to be update to make them look newer to apt, 
> or the ones in the official kde.org packages need to be deprecated somehow.


Hmm, i don't see the problem.
If you are using woody, gcc-2.95 would be ok, but installing sid packages
on such systems would never be a good idea.

If you are on sid, just remove the apt source line for kde.org.


Björn

PS: I'd been too lazy to fix the line breaks, sorry. :)




Re: konqueror crashes when quitting

2003-02-07 Thread Bjoern Krombholz
On Fri, Feb 07, 2003 at 12:35:23PM +0100, Hendrik Sattler wrote:
> Am Freitag, 7. Februar 2003 11:44 schrieb bb:
> > On Thursday 06 February 2003 01:43, Hendrik Sattler wrote:
> > > Why would I store important user data like the default address book,
> > > bookmarks and all that in a hidden directory where the user has to search
> > > very hard if the structure philosophy is unknown?
> >
> > is it really so hard to find these files? IMHO it isn't ... ;)
> 
> Yes, because IIRC even in konq, default view is to not show hidden files.

Just as modifying/deleting hidden files is not the default reason why
they exist.

So all day use of a program means _using_ not configuring it - showing
these files in nonspecial cases by default would break the concept of 
delimination of the configuration and the usage part.

Moreover strange application behaviour caused by bugs is _not_ the
_default_ wanted behaviour. Therefore the "design" of the file/directory
structure used by an application is (or should be) based on ease of use
primarily - nothing else.


Björn




Re: Upgrading To KDE3.1rel From KDE2.2.2 ?

2003-01-29 Thread Bjoern Krombholz
On Wed, Jan 29, 2003 at 01:49:33AM +, Nick Boyce wrote:
> I realise this is a bit much to ask so soon after the release, given the 
> colossal amounts of work our Band Of Heros have already undertaken, but I'm 
> just wondering ... is there, by any magical chance, a working upgrade route 
> from KDE2.2.2 to 3.1 involving a simple "apt-get update && apt-get upgrade" ?

I just did an upgrade from 2.2.2 to 3.1 on sarge. It went smother than I
expected. The only "problem" was knotes, its 2.2.2 version included a
file moved to another (kdepim?) package in 3.1.

So all i had to do was:

dpkg -r knotes
# update /etc/apt/sources.list
apt-get update
apt-get upgrade
apt-get install knotes

After a few minutes I had a gaudier KDE than ever before. ;)


Björn




Re: volume control

2002-12-06 Thread Bjoern Krombholz
On Fri, Dec 06, 2002 at 07:08:07PM -0500, Bruce Park wrote:
> I'm pretty new to KDE and I was wondering, what do I need to install in 
> order for me to control the volume of my sound card? I have XMMS but the 
> volume can only go up so high. Would installing kdemultimedia solve this 
> problem?

apt-get install kmix


Bjoern




Re: Build times?

2002-11-29 Thread Bjoern Krombholz
On Fri, Nov 29, 2002 at 10:53:42PM +0100, Oswald Buddenhagen wrote:
> On Fri, Nov 29, 2002 at 05:12:49PM +0100, Bjoern Krombholz wrote:

> i'm not impressed ... the debian build does everything four times, so
> you're not even 2.5 times as fast. :-P

Hmm? I'm not shure i got it right - 4 times? Why?

> > Compiling C++ stuff takes much longer than plain C because of the
> > preprocessing
> cpp does not not need much time,

Never said anything else. ;)

> a) g++ is slower than gcc

Aren't those both the same, more or less?
(`g++' equals `gcc -lstdc++ -lm')


Bjoern




Re: Build times?

2002-11-29 Thread Bjoern Krombholz
On Fri, Nov 29, 2002 at 02:12:05AM +0100, Michael Schuerig wrote:
> 
> As I wrote earlier, I consider building my own KDE packages (possibly 
> from CVS) with debugging enabled. I just tried this on qt-copy and this 
> is what "time" said of the effort:
> 
> real487m1.732s
> user401m35.620s
> sys 12m42.350s
> 
> (450 MHz Celeron 2, 640MB RAM, Kernel 2.4.19, gcc 2.9.5)

# ./configure -qt-gif -cups -debug

[...]

# time make

[...]

real50m27.796s
user47m5.190s
sys 1m24.060s

(AthlonXP 1600+, 512MB DDR, 2.4.19, gcc 2.95)


Compiling C++ stuff takes much longer than plain C because of the
preprocessing and even longer on QT based code where another preprocessing
stage (moc) is needed.


Björn




Re: KDE3 - Debian/experimental distribution proposal

2002-10-19 Thread Bjoern Krombholz
On Sat, Oct 19, 2002 at 05:29:24PM -0700, Brian Nelson wrote:
> Alan Chandler <[EMAIL PROTECTED]> writes:
> > I know that is what is happening - what nobody has answered completely yet 
> > is 
> > WHY you can't put 2.95 compiled packages in to unstable at first and then 
> > follow up later with 3.2 compiled versions (with the different names if 
> > that 
> > is what the plan entails - or just later versions if not).
> 
> Or, my variation of the question: Why not just build-depend on g++-3.2,
> build the packages and their dependencies (anything other than Qt?)
> explicitly with g++-3.2, and upload to unstable or experimental.  Once
> the transition has taken place, revert to just building with g++ and
> everything should work out fine.

Good point, moreover it might speed up the transition process. And
comparing the speed of development of gcc and kde, there'd been no problem
adding kde 3.0 to sid/woody and leave the transition problems to 3.1 or
even 4.x.


Bjoern




Re: Wanted: text editor where word wrap does not insert newline

2002-09-04 Thread Bjoern Krombholz
On Wed, Sep 04, 2002 at 01:51:18PM -0400, Bruce Miller wrote:

Hi Bruce,

> I would welcome suggestions for strong text editors with a "no newline" 
> implementation of word wrap.

If you like the windows feel you should take a look at nedit.
It's fine for simple as well as programming or other semi-professionel tasks.


Bjoern




Re: KDE 2.2 hanging on startup

2002-09-04 Thread Bjoern Krombholz
On Tue, Sep 03, 2002 at 07:35:46PM -0500, Joe Hendrix wrote:

Hi Joe,

> Just to follow up on this, I also just now upgrading the system to KDE 
> 3.0.3 from kde.org's debs to see if that would fix the problem, but it 
> didn't work.  Now .xsession-errors has:
> 
> knotify cannot connect to XServer :0
> DCOP aborting call from anonyomous -8262 to unknown
> ERROR: KUnique Application DCOP communication error
> kdeinit: Communication error with launcher!  Exiting
> 

Try removing everything KDE related in /tmp/.
Remove $HOME/.DCOP* files.
Check wether /tmp itself is writable for everybody.

Try wether you are able to start KDE as root.


Bjoern




Re: konqueror doesn't start

2002-09-03 Thread Bjoern Krombholz
On Mon, Sep 02, 2002 at 09:47:08PM -0700, Earl F Hampton wrote:
> Now konqueror wont start again.
> 
> Is the only fix for this deleting everything again?


Take a look at ~/.xsession-errors maybe there's something that might help
finding the problem.


Bjoern




NVidia and system locks (was: Konqueror freezes my system)

2002-08-21 Thread Bjoern Krombholz
On Wed, Aug 21, 2002 at 06:11:06PM -0400, James Hirschorn wrote:
> No, I believe there is no 3D acceleration with the open source drivers.
> However, your problem with Konq. should go away with XFree 4.2.0 even
> with the closed source drivers (it did for me).

So, that forces me to ask wether the pre-debs of XFree86 4.2.0 are stable
enough for all day use on i386?


Bjoern




Re: KDE changing system time

2002-08-15 Thread Bjoern Krombholz
On Thu, Aug 15, 2002 at 12:38:59AM +0200, Russell Coker wrote:
> On Wed, 14 Aug 2002 23:57, Bjoern Krombholz wrote:
> > I don't know what was meant by "mess" 
 
>From "dict mess"
[...]

Of course i know the meaning. ;) What I wanted to get to know were the
symptoms. Does the clock jump to wrong times? Does it make the system
clock stop entirely?

> > but i recognized that system clock
> > 'slowed down' in some cases (about 10 min a day). On the other hand I never
> What hardware do you use?  

DFI AD70-SC (VIA KT266 + 8233)
Athlon XP 1600+

> Is the machine on all the time?

Yes.

> Is the amount of 
> time lost always the same?

No, it happened every now and then. I wasn't able to figure out which
processes were running in all cases. I'm using ntp now.


Bjoern




Re: KDE changing system time

2002-08-14 Thread Bjoern Krombholz
On Wed, Aug 14, 2002 at 03:40:26PM -0500, Chris Cheney wrote:
> On Wed, Aug 14, 2002 at 07:39:12PM +0200, Russell Coker wrote:
> > There's a discussion on the OxLug mailing list where people are saying that 
> > KDE messes with the system clock and Debian developers know about this.
> This is the first I have
> ever heard of it.

I don't know what was meant by "mess" but i recognized that system clock 
'slowed down' in some cases (about 10 min a day). On the other hand I never 
even 
thought about blaming KDE for this but kernel or vmware problems.


Björn




Re: KDE3 alpha .debs around?

2002-03-02 Thread Bjoern Krombholz
On Tue, Feb 26, 2002 at 07:57:22PM +0100, Jens Benecke wrote:
> And I'd love to compile a current version as soon as somebody tells me
> why arts, kdelibs, etc etc do not compile because "libltdl" is missing
> as directory but still exists in Makefiles, and this missing library
> somehow prevents me from compiling everything. I have installed
> libltdl-dev from debian, this doesn't change anything.
> 
> I am syncing via cvsup from cvsup.kde.org, with this configuration:

cvsup seems to be the problem, libltdl subdir is created when using cvs
co.

You could copy the one from kdelibs into the arts directory.

http://lists.kde.org/?l=kde-devel&m=101420036815166&w=2 <- explains the
reason.


Bjoern




Re: Mouse wheel and "horizontal actions"

2002-01-13 Thread Bjoern Krombholz
On Sun, Jan 13, 2002 at 04:28:49PM -0600, John Laur wrote:
> Yes, that does seem backwards on the CD Player volume. In cases where a
> control is responsible for setting a numeric value like that, wheel up
> should indeed increase the value. Perhaps someone kde developer will
> take note of this :)
 
I don't agree. You normally sort increasing numbers from left to right or
top-down (ascending). Same for plane steering, push down - go up; push up
go down. :)


Björn




Re: libqt just broke again

2002-01-08 Thread Bjoern Krombholz
On Tue, Jan 08, 2002 at 08:19:22AM -0500, Justin R. Miller wrote:
> The only icons problems I had before yesterday were korganizer and
> knotes (all I noticed anyway).  After yesterday I don't even get a
> splash screen or a logo in kdm.  I have a completely unusable KDE. 

LD_PRELOAD=/usr/lib/libpng.so.2.1.0.12 startx

until kde packages are upgraded.

And always remember sid/woody != stable :)


Björn




Re: Minimum-impact disabling of libpng2

2002-01-06 Thread Bjoern Krombholz
On Fri, Jan 04, 2002 at 12:20:33PM -0800, Oliver Johns wrote:
> But, if you do remove the package libpng2, then apt-get won't do 
> any further upgrades, due to the many packages depending on 
> libpng2.

Correct, as i said i hoped this problem was solved much faster.

> So, maybe a minimum-impact, short-term solution is to INSTALL 
> libpng2, and then rm or mv the file /usr/lib/libpng.so.2.1.0.12
> Then make the symlink as above
> ln -sf /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2

Both kludges are very BAD [TM]. Most KDE stuff seems to work fine now
except some software like quanta.

To get 'em working correctly until everything libpng related is fixed
start the programs from commandline like f.e.

LD_PRELOAD=/usr/lib/libpng.so.3.1.2.1 quanta


Bjoern




Re: libpng problems--aka no icons

2002-01-03 Thread Bjoern Krombholz
On Thu, Jan 03, 2002 at 01:50:03AM +0100, Laurent Rathle wrote:
> Le Lundi 31 Décembre 2001 19:58, Oliver Johns a écrit :
> > Just did a full upgrade to latest unstable packages.  Then used
> > Bjoern Krombholz's fix:
> >
> > dpkg --force-depends -r libpng2
> > ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2
> It seems that you can't make any upgrade after that. upgrade is blocked by 
> the sofware needing libpng2. 

Yes, i hoped the bug was getting fixed until the next update. ;)

> So I didn't remove libpng2 but I simply renamed 
> the symlink libpng.so.2 in libpng.so.2.old and I made the symlink you 
> mentionned (ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2). It works.

Really? Run ldconfig, this should change the so.2 symlink back to the real
2.1.0.12 library when libpng.so.2.x.x.x is found.


Bjoern




Re: Problem with libqt2?

2001-12-29 Thread Bjoern Krombholz
On Fri, Dec 28, 2001 at 11:21:18PM -0500, Krystian G Bates wrote:
> On Friday 28 December 2001 11:17 pm, Krystian G Bates wrote:
i> > On Friday 28 December 2001 09:34 pm, Oliver Johns wrote:
> > Aye,  just started having the same problem. Out of my kdm.log:
> >
> > libpng warning: Application was compiled with png.h from libpng-1.2.1
> > libpng warning: Application  is using png.c from libpng-1.0.12
> > libpng error: Incompatible libpng version in application and library
> And wouldn't you know, I already cleaned my cache out...
> Can anyone point me to a spot to wget libqt2_3*-17.deb from?
 
Temporarily - until fixed packages are uploaded - do:

# dpkg --force-depends -r libpng2
# ln -s /usr/lib/libpng.so.3.1.2.1 /usr/lib/libpng.so.2
# ldconfig

Don't forget to remove the link when new packages are available.


Björn


PS:
Would be nice you'd answer under quoted text - increases readability a
lot. :)




Re: kmail and korn don't work for me (from unstable)

2001-12-22 Thread Bjoern Krombholz
On Sat, Dec 22, 2001 at 04:15:25PM +0100, Pablo de Vicente wrote:
> El Sáb 22 Dic 2001 09:47, Wolfgang Ratzka escribió:
> > $ kmail
> > *** KMail got signal 4 (Crashing)

So the crash is caused bye SIGILL - means Illegal Instruction, CPU throws
these signals in case it doesn't know an OP-Code. F.e. MMX-Code would give
SIGILL on 486.

>  My system is an AMD K6/450 and none of the kdenetwork applications work.
> KMail crashes the same way you see. I purged and reinstalled KDE from scratch 
> but that did not helped. I am also using sid for KDE. 

Reinstalling the same binaries won't help. It doesn't look like but seems
that kdenetwork is compiled with some special optimization flags not
supported on AMD K6 CPUs.

>   My last option was to grab the kdenetwork-2.2.2.tar.bz2 file from one of 
> the KDE ftp mirrors and compile it myself. It compiled properly. Then I 
> copied from kmail/.libs/kmail to /usr/bin/kmail and now I have a working 
> kmail. I admit this is a dirty solution but it is the only one I have for the 
> moment.

Try apt-get -b source kmail. To build the binary deb yourself from the
source packages.

>  There is something wrong with the Debian kdenetwork packages and I have no 
> hint of what it is. I also have a laptop with a Pentium III and the Debian 
> packages work fine. May be the problem is related to the type of CPU?.

Probably. Maybe the deb is ppro optimized what wouldn't work on K6 or
something similiar.


Björn




Re: woody: mount floppy with desktop icon = no long filenames

2001-12-18 Thread Bjoern Krombholz
On Tue, Dec 18, 2001 at 03:19:39PM +0100, Hendrik Naumann wrote:
> > When I mount a floppy using the KDE desktop icon I get filenames
> > that are abreviated and ugly versions of what is actually on the
> > floppy, although I specified vfat as the filesystem.
> > I use woody CDs version 3.0.13 (KDE version is 2.1).
> If you are exclusively using vfat (Windowsformat) floppies you can 
> change auto to vfat. Thats what I did, although I don't think it is 
> the best solution.
 
Better solution is to keep the auto parameter in fstab and change the
order of auto probed filesystems.

Create /etc/filesystems and put something like:

vfat
hfs
minix
reiserfs

in there. man mount for more information.


Björn




Re: Building programs under Kde 2.2.2

2001-12-03 Thread Bjoern Krombholz
On Mon, Dec 03, 2001 at 10:35:55PM +0100, Pablo de Vicente wrote:
>  I wonder if it has to do with the fact that I have kdelibs-dev and kdelibs3  
> version 2.2.2-4 while I still have kdelibs3-crypto 2.2.1-11 (there is no 
> 2.2.2 version available).

Actually there is kdelibs3-crypto on non-US:

Package: kdelibs3-crypto
Source: kdelibs-crypto
Version: 4:2.2.2-3
Filename:
pool/non-US/main/k/kdelibs-crypto/kdelibs3-crypto_2.1.2-1_i386.deb
Description: KDE core crypto libraries
 KDE core crypto libraries.


Björn




Re: kmozilla

2001-11-28 Thread Bjoern Krombholz
On Wed, Nov 28, 2001 at 06:59:01PM +0100, I wrote:
...and not by even as any other package...

Ivan even ;) - sorry...

Björn




kmozilla

2001-11-28 Thread Bjoern Krombholz
Hi,

just wanted to try gecko as kpart in konqueror, so installed kmozilla. But
this package is completely empty (except changelog and copyright files).

Also, what i was wondering about is that it's maintained by Debian QA
Group and not by even as any other package built of kdebindings is. Tried
the original kde-source tarball, but this has build dependancy to gtk-1.3.

Björn




Re: 2.2.1 -> 2.2.2

2001-11-26 Thread Bjoern Krombholz
On Mon, Nov 26, 2001 at 08:17:26AM -0500, Robert Tilley wrote:
> Same here when trying mutt.
> 
> I believe it to  be whenever a 'virtual screen' is brought up.  Normally 
> konsole saves the old screen which is restored when the virtual screen goes 
> away.

When i set TERM to 'xtermc' instead of 'xterm' everything seems to work
fine. So probably it's a problem with ncurses - who know... :)

Björn