Re: OT: debian keyring

2001-07-24 Thread Mark Jaroski
David Bishop wrote: > Being somewhat new to this stuff, how do I check that the gpg signature on an > email matches that of the public key fingerprint registered with debian when > you become a developer? I.E., assuming Eray *does* finally make it through > the new-dev process, and he continues

Re: KDE and euro symbol

2001-07-24 Thread Marc SCHAEFER
On Tue, 24 Jul 2001, Hendrik Sattler wrote: > Nothing! Neither in Konsole, KEdit. Sorry to be rude, but please use a *cat* command in an *xterm*. If it doesn't work there, then I might help you. PS: is there a reliable way to simply disable KDE from doing *anything* with the keyboard, but letti

Shockwave flash in Konqueror

2001-07-24 Thread Mark Jaroski
Hi All, Try as I might I haven't been able to get the flash plugin to work in Konqueror. Has anybody here seen it working? My main concern actually is that without it a visit to a flash site causes Konqueror spawn a number of windows going to the flash download page.. Thanks! Mark -- -- mark

kmail problem - solved

2001-07-24 Thread Cajus Pollmeier
Hi. I just found out that the kmail problem I reported earlier only appears if the auto-proxy configuration is enabled. Without this it works fine. This bug has already been recorded by the kmail bug tracking system. Happy to receive mails again :-), -Cajus

Re: KDE and euro symbol

2001-07-24 Thread Stephan Jaensch
On Tuesday, 24. July 2001 20:19, Hendrik Sattler wrote: > Great, that works :-D : > LANG="de_DE.ISO-8859-15" > LANGUAGE="DE_DE" > LC_ALL="de_DE" > > I do not much with perl anyway. Neither do I, but the pre/postinstallscripts of many packages use perl. It is nearly impossible to catch all warnin

Re: KDE and euro symbol

2001-07-24 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, 24. July 2001 17:56, Stephan Jaensch wrote: > On Tuesday, 24. July 2001 13:10, Cajus Pollmeier wrote: > > 2) keycode 26 = e E curency > >the key works, but I get a circle with three dots at four "corners" > > That's exactly how it is on

Re: KDE and euro symbol

2001-07-24 Thread Stephan Jaensch
On Tuesday, 24. July 2001 18:01, Eric Estievenart wrote: > Stephan Jaensch wrote: > > removed the comment symbol before the corresponding line in > > /etc/locale.gen. > > You should run locale-gen (as root) after updating /etc/locale.gen > to recompile the locale definition files. Done that, as I

Re: KDE and euro symbol

2001-07-24 Thread Eric Estievenart
Stephan Jaensch wrote: > removed the comment symbol before the corresponding line in /etc/locale.gen. You should run locale-gen (as root) after updating /etc/locale.gen to recompile the locale definition files. Hope this helps, --Steve > If I set LANG to [EMAIL PROTECTED], perl stops to compl

Re: KDE and euro symbol

2001-07-24 Thread Stephan Jaensch
On Tuesday, 24. July 2001 13:10, Cajus Pollmeier wrote: > 2) keycode 26 = e E curency >the key works, but I get a circle with three dots at four "corners" That's exactly how it is on my system. Now try the following: Open a terminal and type export LANG=de_DE.ISO-8859-15 Now, start kwrite

Re: KDE and euro symbol

2001-07-24 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, 24. July 2001 11:15, Marc SCHAEFER wrote: > On Tue, 24 Jul 2001, Hendrik Sattler wrote: > > That _should_ do it but it does not. The character is present (I changed > > I use that: > > [EMAIL PROTECTED]:~% more .Xmodmap > keycode 115 = Mult

Re: qt embedded devel

2001-07-24 Thread Data
On Tue, Jul 24, 2001 at 12:44:53PM +0200, Maximilian Reiss wrote: > why to qt embedded devel and qt (normal) devel exclude each other? > Aktually on a i386 machine it would make more sense to have qt (normal) in > the usual path and the qt embedded is a special path, so it would be possible > to

Re: KDE and euro symbol

2001-07-24 Thread Cajus Pollmeier
Am Dienstag, 24. Juli 2001 14:56 schrieb Marc SCHAEFER: > On Tue, 24 Jul 2001, Cajus Pollmeier wrote: > > 2) keycode 26 = e E curency > >the key works, but I get a circle with three dots at four "corners" > > good. > > That's the ISO-Latin-1 (8859-1) character. > > now do the same operation, bu

Re: KDE and euro symbol

2001-07-24 Thread Marc SCHAEFER
On Tue, 24 Jul 2001, Cajus Pollmeier wrote: > 2) keycode 26 = e E curency >the key works, but I get a circle with three dots at four "corners" good. That's the ISO-Latin-1 (8859-1) character. now do the same operation, but in a `cat' run in a `xterm -font -misc-fixed-bold-r-normal--13-120-

Re: KDE and euro symbol

2001-07-24 Thread Cajus Pollmeier
Am Dienstag, 24. Juli 2001 11:15 schrieb Marc SCHAEFER: > On Tue, 24 Jul 2001, Hendrik Sattler wrote: > > That _should_ do it but it does not. The character is present (I changed > > I use that: > > [EMAIL PROTECTED]:~% more .Xmodmap > keycode 115 = Multi_key > keycode 26 = e E 0xa4 > keycode 10 =

qt embedded devel

2001-07-24 Thread Maximilian Reiss
why to qt embedded devel and qt (normal) devel exclude each other? Aktually on a i386 machine it would make more sense to have qt (normal) in the usual path and the qt embedded is a special path, so it would be possible to devel on one machine for qt and also for qt embedded (with setting the pa

Re: Where is Kaiman?

2001-07-24 Thread Hasso Tepper
Jaime Robles wrote: > Hello! > Where is Kaiman on the new release? Kaiman is obsolete. Use noatun. regards, -- Hasso Tepper KDE Estonian Team

Where is Kaiman?

2001-07-24 Thread Jaime Robles
Hello! Where is Kaiman on the new release? -- Un saludo, Jaime Robles [EMAIL PROTECTED] Coordinador KDE-ES http://www.kde.org/es - http://es.i18n.kde.org

Re: KDE and euro symbol

2001-07-24 Thread Marc SCHAEFER
On Tue, 24 Jul 2001, Hendrik Sattler wrote: > That _should_ do it but it does not. The character is present (I changed I use that: [EMAIL PROTECTED]:~% more .Xmodmap keycode 115 = Multi_key keycode 26 = e E 0xa4 keycode 10 = 1 plus bar then, Alt-Gr + e gives Euro, in an xterm with a -15 font.

Re: KDE and euro symbol

2001-07-24 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, 24. July 2001 07:16, Cajus Pollmeier wrote: > > It displays all right, but with which keystroke do you invoke it ? does > > the Xserver need a special keyboard setting ? > > I added this line to my Xmodmap: > > keycode 26 = e E currency

Re: KDE and euro symbol

2001-07-24 Thread Cajus Pollmeier
Subject: Re: KDE and euro symbol Date: Tue, 24 Jul 2001 07:13:40 +0200 From: Cajus Pollmeier <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Am Montag, 23. Juli 2001 19:49 schrieb Peter Soetens (Kaltan): > On Monday 23 July 2001 14:13, Hasso Tepper wrote: > > Cajus Pollmeier wrote: > > > Can someone giv