Re: fixed width fonts for konsole

2001-10-09 Thread Kamil Kisiel
On October 8, 2001 03:14, Giles Constant wrote:
 Hi Guys,

 What font is everyone using for konsole when anti-aliased fonts are turned
 on?

 The only two that seem to work that I've found are the various forms of
 courier and Lucida console, both of which look at best, horrible, and at
 worst, unreadable.  'v' and 'V' look rather too similar - I spent nearly 2
 hours trying to debug some python code that was referencing
 cursor.oidValue instead of cursor.oidvalue thanks to that one :-(

 Is there a truetype or type1 equivalent to fixed/misc out there?

If you run Konsole with the --noxft option, it turns off the anti-aliasing 
and lets you use your standard fonts, I find this works best.

- Kamil




compiling CVS kde in a different directory

2001-10-09 Thread Frank Dekervel
hello,

i am trying to compile today's kde in sid, qt-copy and kdelibs already went 
fine, but i have trouble compiling koffice:
- seems in the Makefiles there are some double \n escapes like this
.c.o: blah blah \\
blah blah \\
  make doesn't like that. i simply search/replaced here, that fixed it
- i get these:

kpresenter/dtd/Makefile.in defines DEPDIR. This means you're using automake  
1.4 - this is not supported!
kpresenter/pics/Makefile.in defines DEPDIR. This means you're using automake 
 1.4 - this is not supported!

can i ignore these (probably not) or can i use an older autoconf in sid ? 
(how ?)

- linking in koffice fails: it does not find a lot of essential stuff (like 
QDatastream and so on. seems it tries to link to the old qt/kde libs. 
however, kdebase links fine with exactly the same configure options:

[EMAIL PROTECTED]:~/quantum/my_kde/HEAD/koffice/lib/kofficecore$ cat 
../../../compile.sh
#!/bin/sh
export QTDIR=/mnt/quantum/kde/qt-copy
export KDEDIR=/mnt/quantum/kde/
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
export MANPATH=$QTDIR/doc/man:$MANPATH
export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH

make -f Makefile.cvs
./configure --with-qt-dir=/mnt/quantum/kde/qt-copy --enable-debug \ 
--with-qt-includes=/mnt/quantum/kde/qt-copy/include/ \ 
--with-qt-lib-dir=/mnt/quantum/kde/qt-copy/lib/ --prefix=/mnt/quantum/kde \ 
--with-kde-libraries=/mnt/quantum/kde/lib --with-kde=/mnt/quantum/kde \ 
--with-kde-includes=/mnt/quantum/kde/include

the linking line looks okay:

c++ -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wbad-function-cast -Wcast-align 
-Wundef -Wconversion -fno-builtin -Wnon-virtual-dtor -Wno-long-long -g -O2 
-Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings 
-fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -o 
.libs/libkofficecore.la.closure .libs/libkofficecore_la_closure.o 
.libs/koDocument.o .libs/koFilterManager.o .libs/koMainWindow.o 
.libs/koPrintPreview.o .libs/koApplication.o .libs/koQueryTrader.o 
.libs/koDataTool.o .libs/koFilter.o .libs/koImage.o .libs/koImageCollection.o 
.libs/koClipart.o .libs/koClipartCollection.o .libs/koDocumentInfo.o 
.libs/koView.o .libs/koFrame.o .libs/handler.o .libs/koDocumentChild.o 
.libs/koDocumentInfoDlg.o .libs/koFactory.o .libs/koChild.o 
.libs/KoApplicationIface.o .libs/KoDocumentIface.o .libs/KoViewIface.o 
.libs/KoMainWindowIface.o .libs/KoApplicationIface_skel.o 
.libs/KoDocumentIface_skel.o .libs/KoViewIface_skel.o 
.libs/KoMainWindowIface_skel.o .libs/libkofficecore_la_meta_unload.o  
-L/usr/X11R6/lib -L/mnt/quantum/kde/lib ../../lib/store/.libs/libkstore.so 
-L/mnt/quantum/kde/qt-copy/lib -L/mnt/quantum/kde//lib 
-L/usr/lib/gcc-lib/i386-linux/2.95.4 ../../lib/kwmf/.libs/libkwmf.so 
/mnt/quantum/kde//lib/libkdeprint.so /mnt/quantum/kde//lib/libkparts.so 
/mnt/quantum/kde//lib/libkfile.so /mnt/quantum/kde//lib/libksycoca.so 
/mnt/quantum/kde//lib/libkio.so /mnt/quantum/kde//lib/libkdesu.so -lutil 
/mnt/quantum/kde//lib/libkssl.so /mnt/quantum/kde//lib/libkdeui.so 
/mnt/quantum/kde//lib/libkdecore.so -ldl /mnt/quantum/kde//lib/libDCOP.so 
-lpthread -lqt-mt -lpng -ljpeg -lXext -lX11 -lSM -lICE -lresolv -lz -lstdc++ 
-lm -lc -lgcc -Wl,--rpath -Wl,/mnt/quantum/kde/lib -Wl,--rpath 
-Wl,/mnt/quantum/kde//lib

(i mean: no /usr/lib stuff in it. and using -nostdlib does not help)
the errors i get:

.libs/koDocumentInfoDlg.o(.text+0x3c98): undefined reference to 
`QApplication::translate(char const *, char const *, char const *) const'
.libs/koDocumentInfoDlg.o: In function `KoDocumentInfoDlg::tr(char const *, 
char const *)':
.libs/koDocumentInfoDlg.o(.text+0x3cd9): undefined reference to 
`QApplication::translate(char const *, char const *, char const *) const'
.libs/koDocumentInfoDlg.o: In function 
`KoDocumentInfoDlg::staticMetaObject(void)':
.libs/koDocumentInfoDlg.o(.text+0x3d72): undefined reference to 
`QMetaObject::new_metadata(int)'

and so on.
libs/koDocumentInfoDlg.o(.text+0x1ffa): undefined reference to 
`KTarFile::data(void) const'
.libs/koDocumentInfoDlg.o(.text+0x2007): undefined reference to 
`QBuffer::QBuffer(QArraychar)'
.libs/koDocumentInfoDlg.o(.text+0x202b): undefined reference to 
`QDomDocument::setContent(QIODevice *)'
.libs/koDocumentInfoDlg.o: In function 
`KoDocumentInfoPropsPage::applyChanges(void)':

someone knows what i do wrong ?

greetings,
Frank




Re: compiling CVS kde in a different directory

2001-10-09 Thread Frank Dekervel
Op dinsdag 9 oktober 2001 14:39, schreef Frank Dekervel:
 - seems in the Makefiles there are some double \n escapes like this
 .c.o: blah blah \\
 blah blah \\

i solved this already by replacing koffice's admin dir by the admin of 
kdelibs. still stuck on the second one ..

Frank




Re: fixed width fonts for konsole

2001-10-09 Thread Tiarnan O'Corrain

--- Kamil Kisiel [EMAIL PROTECTED] wrote:
 On October 8, 2001 03:14, Giles Constant wrote:
  Hi Guys,
 
  What font is everyone using for konsole when anti-aliased fonts are
 turned
  on?

Andale Mono. It's very san serif, looks nice, and is available
from the webfonts package.

Cheers

Tiarnan


__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1




unknown problem

2001-10-09 Thread Toomas Vananurm

Hello!

I can't figure it out where is the problem with my graphical desktop. kdm
starts and the login screen appears. But if I login, the kdm just
restarts. Log-files are not indicating any errors (or I just can't find
them). I can use X by selectin safe mode from kdm-login. Before the
problem appeared I did 2 things:
1) compiled i2c and apm support to kernel. (seems not to be the problem)
2) made apt-get update upgrade
It was yesterday afternoon. I use Debian unstable with 2.4.10
 and Athlon1G , AJA2 m/b

Please, does anyone know were is the problem or how can I find it out?

---
Toomas Vananurm
Registered Linux User #89139




kivio line connector tool doesn't work in kde packages for potato.

2001-10-09 Thread Anti Box
I'm running the kde packages for potato from kde.debian.net and found that 
the kivio line connector tool does not work at all. I searched the archives 
to see this mentioned back in April so why is this still broken?

Will it eventually be fixed so us potato users can enjoy this package?
Anyone know how long it will take to get fixed packages upload to 
kde.debian.net?

Thanks for your time.
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: unknown problem

2001-10-09 Thread Ax
Dne t 9. jen 2001 17:58 Toomas Vananurm napsal(a):
 Hello!

 I can't figure it out where is the problem with my graphical desktop.
 kdm starts and the login screen appears. But if I login, the kdm just
 restarts. Log-files are not indicating any errors (or I just can't find
 them). I can use X by selectin safe mode from kdm-login. Before the
 problem appeared I did 2 things:
 1) compiled i2c and apm support to kernel. (seems not to be the problem)
 2) made apt-get update upgrade
 It was yesterday afternoon. I use Debian unstable with 2.4.10
  and Athlon1G , AJA2 m/b


Same problem here, cannot trace problem (not enough time :( ).  but if I  
start X, then xterm and startkde from xterm, everything works.


Ax
-- 
Vaclav Hula ([EMAIL PROTECTED])
JabberID: [EMAIL PROTECTED]  http://atrey.karlin.mff.cuni.cz/~ax




Re: kivio line connector tool doesn't work in kde packages for potato.

2001-10-09 Thread Ben Burton

 I'm running the kde packages for potato from kde.debian.net and found that
 the kivio line connector tool does not work at all. I searched the archives
 to see this mentioned back in April so why is this still broken?

The connector tool was broken in one of the KOffice beta releases and
fixed in the next.

KOffice was always going to be difficult to backport to potato, but the
KOffice 1.1-final release depends on KDE 2.2 so this makes it even less
likely that it will be backported for potato users.  The good news is that
the woody release isn't (in theory) too far away. :)

At the moment all my debian time is going into getting stuff ready for
woody, but if someone else wants to take the koffice 1.1-final sources and
try a backport then they're more than welcome. :)

Ben.




Re: unknown problem

2001-10-09 Thread David Bishop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Tuesday 09 October 2001 09:05 am, Ax wrote:
 Dne t 9. jen 2001 17:58 Toomas Vananurm napsal(a):
  Hello!
 
  I can't figure it out where is the problem with my graphical desktop.
  kdm starts and the login screen appears. But if I login, the kdm just
  restarts. Log-files are not indicating any errors (or I just can't find
  them). I can use X by selectin safe mode from kdm-login. Before the
  problem appeared I did 2 things:
  1) compiled i2c and apm support to kernel. (seems not to be the problem)
  2) made apt-get update upgrade
  It was yesterday afternoon. I use Debian unstable with 2.4.10
   and Athlon1G , AJA2 m/b

 Same problem here, cannot trace problem (not enough time :( ).  but if I
 start X, then xterm and startkde from xterm, everything works.

Please see the threads from a couple days ago about KDE Completely Broken.  
Archives available at lists.debian.orgl

- -- 
D.A.Bishop
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7wzIKKEJ4huP2XBERAoL2AKDF2KU9sCVOIYFucUbXsjikPJukkgCfQVTA
FTvzdmAJlzMAC3npRmP7SmU=
=6SpY
-END PGP SIGNATURE-




Re: unknown problem

2001-10-09 Thread Frank Mehnert
On Tuesday 09 October 2001 17:58, Toomas Vananurm wrote:

 I can't figure it out where is the problem with my graphical desktop. kdm
 starts and the login screen appears. But if I login, the kdm just
 restarts. Log-files are not indicating any errors (or I just can't find
 them). I can use X by selectin safe mode from kdm-login. Before the
 problem appeared I did 2 things:
 1) compiled i2c and apm support to kernel. (seems not to be the problem)
 2) made apt-get update upgrade
 It was yesterday afternoon. I use Debian unstable with 2.4.10
  and Athlon1G , AJA2 m/b

There's a bug in XFree86 4.1.0-7: Edit 

  /etc/X11/Xsession.d/99xfree86-common_start

and change the line

  exec $REALSTARTUP

into

  exec $REALSTARTUP

This should solve your problem.

Frank
-- 
Frank Mehnert
## Dept. of Computer Science, Dresden University of Technology, Germany ##
## E-Mail: [EMAIL PROTECTED]http://os.inf.tu-dresden.de/~fm3 ##




Re: /etc/X11/Xsession don't works with kde?

2001-10-09 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Dienstag, 9. Oktober 2001 18:22 schrieb Pere Castañer:
 I'm trying to start the package imwheel with my xsession, but kde don't
 pay atention to my /etc/X11/Xsession. Someone could tell me why?
 I need to put the imwheel to start automatically with kde because my pdf
 reader and others progs don't scroll with my mouse wheel.

 I use Kde 2.2.1 and Debian Sid kernel 2.4.10
 thanks for your time

Be aware that using imwheel with KDE2 has side effect. Both look at the wheel 
and take the events from it at the same time. Scrolling still works then 
although somewhat different.

Maybe you have a user .xsession file. Look at the top of startx: it is 
prefered when found.

HS

- -- 
Mein GPG-Key ist auf meiner Homepage verfügbar: http://www.hendrik-sattler.de
oder über pgp.net

PingoS - Linux-User helfen Schulen: http://www.pingos.schulnetz.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7wz97zvr6q9zCwcERAlWgAJ44W1I8bioshfZF1HSbYJh3urchDwCfSLcg
hracINjywy3EvMO0Fz3+I24=
=3b/W
-END PGP SIGNATURE-




mosfet liquid anyone?

2001-10-09 Thread Volker Schlecht
Hi,


I just tried to install mosfet's liquid theme 
(http://www.mosfet.org/liquid.html) on KDE 2.2.1 (as from unstable),
but eventually gave up unnerved because the default installation as
provided by the makefile doesn't work, and configuring KDE manually is
a major pain.

Has anyone else tried this and succeeded ?

regards,
Volker

P.S.: I would prefer to have this either in ~ or somewhere in
/usr/local/ ...

-- 
The Avis WIZARD decides if you get to drive a car. Your head won't touch the
pillow of a Sheraton unless their computer says it's okay.
-- Arthur Miller




Re: mosfet liquid anyone?

2001-10-09 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

[Volker SchlechtTuesday 09 October 2001 06:04 pm]:
   | I just tried to install mosfet's liquid theme
   | (http://www.mosfet.org/liquid.html) on KDE 2.2.1 (as from unstable),
   | but eventually gave up unnerved because the default installation as
   | provided by the makefile doesn't work, and configuring KDE manually is
   | a major pain.
hum worked fine for me here.
and I _have_ automake 1.5 :)

the only thing I had to do is

automake -i ( no dependency generation option if I remember correctly)
and generate some moc files
mov  file.h  file.moc

it could be cool to package some themes/styles/background from 
http://www.kde-look.org
mosfet-liquid is pretty good but a few others are not too bad also !

Ivan and others: is there a standard procedure/policy to package external 
kde apps?


cu   
C.
- -- 
| Christophe Prud'homme, http://augustine.mit.edu/~prudhomm
| ICQ UIN: 24560867 Alias: Jesunix
|
| Virtue would go far if vanity did not keep it company.
| -- La Rochefoucauld
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7w3rtoY+0C9S+FFARAihoAJ9SJOO075Cv5B2iIkUyNs9GJVajJQCfSKvn
4f2ysAjn+BjvdDHTp6ivWJY=
=MPbd
-END PGP SIGNATURE-




Re: mosfet liquid anyone?

2001-10-09 Thread Maximilian Reiss
Am Mittwoch, 10. Oktober 2001 00:04 schrieb Volker Schlecht:
 Hi,


 I just tried to install mosfet's liquid theme
 (http://www.mosfet.org/liquid.html) on KDE 2.2.1 (as from unstable),
 but eventually gave up unnerved because the default installation as
 provided by the makefile doesn't work, and configuring KDE manually is
 a major pain.

 Has anyone else tried this and succeeded ?

 regards,
 Volker


have a look at http://www.area57.de/harlekin/linux.php4
Just some shlib (lintian) things left to fix.

Max




Re: mosfet liquid anyone?

2001-10-09 Thread Volker Schlecht
* Maximilian Reiss [EMAIL PROTECTED] [011010 00:36]:

  I just tried to install mosfet's liquid theme

  Has anyone else tried this and succeeded ?
 
 have a look at http://www.area57.de/harlekin/linux.php4
 Just some shlib (lintian) things left to fix.

Wow, you guys plainly rock! If you don't only share the first name
with the packager, thank you very, very much!

Is there a chance that we can get this into sid sometime? Or is there
a licensing issue with the QPL?

regards,
Volker

-- 
The Beatles:
Paul McCartney's old back-up band.




Re: mosfet liquid anyone?

2001-10-09 Thread Ben Burton

 Is there a chance that we can get this into sid sometime? Or is there
 a licensing issue with the QPL?

I want to say that mosfet-liquid (which is not GPL-compatible) links with
Qt (which is GPLed, at least for our purposes) and hence there are license
problems.  But don't take my word on this.

IANAL, etc.

Ben.




kde2 sound problem

2001-10-09 Thread Tom Allison
I found something useful on my sound problem on KDE.
I opened an xterm and typed kde2 -h to see what my options are ... well 
kde started again.
But it threw an interesting error:
device /dev/dsp can't be opened (Permission denied).

but the ls -l shows the permissions to be lrwxrwxrwx
bleah!



Re: kde2 sound problem

2001-10-09 Thread Daniel Robert Franklin
 I found something useful on my sound problem on KDE.
 
 I opened an xterm and typed kde2 -h to see what my options are ... well 
 kde started again.
 But it threw an interesting error:
 device /dev/dsp can't be opened (Permission denied).
 
 but the ls -l shows the permissions to be lrwxrwxrwx

So it looks like /dev/dsp is a symbolic link to something else. Have a look
at the permissions on the file that it is pointing to, that should show you
the problem. Probably you need to add yourself to the audio group. Are you
using devfs?

- Daniel

-- 
**
*  Daniel Franklin - Postgraduate student in Electrical Engineering
*  University of Wollongong, NSW, Australia  *  [EMAIL PROTECTED]
**




Re: unknown problem

2001-10-09 Thread Toomas Vananurm
 There's a bug in XFree86 4.1.0-7: Edit

   /etc/X11/Xsession.d/99xfree86-common_start

 and change the line

   exec $REALSTARTUP

 into

   exec $REALSTARTUP

That's it. It's working now. Thank You!

-- 
Toomas Vananurm,
Registered Linux User #89193