bug ?? in knotify

2002-09-23 Thread Zdzislaw A. Kaleta
I am using a locasised polish language version of KDE. Knotify inform me about 
problems in polish what is nice but create problems. If I want to search net 
about it I can't put in google the description in english and I think that 
such verion wil help much more than polish. 
I think that there has to be a possibilyty to change text in knotify window to 
original english.
I don't know where to put this asking so I wrote to debian-kde list.

z.a.kaleta




Re: KDE2.2.2: Ctrl-S kills konsole input

2002-09-23 Thread David Pashley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 23 September 2002 3:49 am, Hendrik Sattler wrote:
 Am Montag, 23. September 2002 03:40 schrieb Donald R. Spoon:
  Hendrik Sattler wrote:
   sometimes I accidently hit Ctrl-S instead of Shift-S. This seems to
   disable the ability to do any keyboard input to that session. So what's
   wrong? How can I reenable input without closing the window and opening
   a new one?
 
  Try hitting Ctrl-Q and see what happens
 
  This used to be an old key sequence to stop / start screen scrolling.

 Thanks, that really did it. Is there a way to disable this behaviour? I use
 my own keytab file with .kde/share/apps/konsole/default.keytab, so there is
 no problem adding additional entries. I don't need Ctrl-S/Ctrl-Q but would
 rather use the Rollen button (german, between Print and Pause buttons)
 for this (this is what the button is for and it would make much more sense
 to use that one). Is there any known solution? (Does KDE 3.0.x have this?)

 HS

This is dealt with by the same thing that deals with ctrl-C and ctrl-\. AIUI 
that is the kernel. They are signals SIGSTOP and SIGCONT iirc. So basically 
you don't have much chance of stopping it.

- -- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9jt5pYsCKa6wDNXYRAqPgAJ9DGY0Xdg05QpZrGKuFefX5onM1zwCfStE4
pCbn3DxDHGEzEqjBMRSgUSg=
=VX54
-END PGP SIGNATURE-




Re: Anti-aliased fonts just broke - how do I fix?

2002-09-23 Thread Derek Broughton
From: Warren Dodge [EMAIL PROTECTED]

 The correct way to handle this appears to be:

 http://lists.debian.org/debian-user/2002/debian-user-200209/msg02925.html

 * install the package x-ttcidfont-conf if it's not installed
 * replace FontPath /usr/share/fonts/truetype
with FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
in Xf86Config-4
 * remove FontPath /usr/lib/X11/fonts/TrueType from Xf86Config-4
 * replace dir /usr/share/fonts/truetype
with dir /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
in XftConfig
 * remove dir /usr/lib/X11/fonts/TrueType from XftConfig

 I knew someone would know how defoma was supposed to work!

That seems unnecessarily complicated.  Why not just symlink
/usr/lib/X11/fonts/TrueType and /usr/share/fonts/truetype to the location of
the actual fonts?  I jstill ust use my windows (vfat) \windows\fonts
directory - that's not at all the best way to do it, since it would be
better to have the fonts on an ext2 partition, but every time somebody sets
up a particular path you _know_ some other software is going to rely on it
eventually - better to keep the symlinks there to prevent breaking anything
else.
--
derek




Re: To CVS experts

2002-09-23 Thread Paolo Ulivi
On Sun, Sep 22, 2002 at 09:18:23AM +0100, Alan Chandler wrote:

 On Sunday 22 September 2002 8:53 am, Paolo Ulivi wrote:
  I would like to create a tag named KDE_3_0_3_RELEASE importing the
  original code and having it under the menu -Non-branch tags-, then
  create a branch from that called KDE_3_0_BRANCH under the menu
  -Branches- and continue the import and the work from there.
 
 I not sure I understand this last bit, but I am planning on something similar.

My fault, it was related specifically to ViewCVS, but this was missing
in the message.

 I have set up a repository on a local server - downloaded the tar cvs 
 snapshot 
 of yesterday and expanded it into a directory.  I then used the cvs import 
 command to put it into the local repository (using the VENDOR and BRANCH tags 
 as explained in the cvs manual). I then checkout from the local repository 
 and work on my changes. (and presumable I could use viewCVS on the local 
 repository - although I am not planning that yet).
 
 I can synchronise with the public cvs every so often by repeating the cvs 
 import trick and using the cvs co -j command (I haven't done this, but read 
 all about doing this in chapter 13 of the cvs manual).

Yes, this is the thing I want to do, altough I found CVS's documentation
really stressing for a non-native English speaker  :-)
CVS is a complex program indeed, I switched to cvsup for the downloads.
It is even much more verbose, so the line dosn't seems down while
updating...  and it's much faster.

 I am not sure you are trying to do what I am - I want to be able to develop 
 code around the base but from two machines (home desktop when at home, laptop 
 when away on business) and keep potential updates in sync.  By creating the 
 local repository with :pserver: access I can access it from either place and 
 to a certain extent cross synchronise between the two.

I wanted ViewCVS on my local machine display KDE's branches exactly
as they are displayed at webcvs.kde.org, but it ended up like an
impossible result to obtain using the ViewCVS from Debian/Woody, which
is not what they are using at kde.org site, I guess. Same version number
but a different vendor, probably.

Thanks to all for the feedback  ;-)

Ciao,
Paolo

-- 
If Linux is not Unix then Windows are not Gates
 Anonymous, XXI Century




Re: To CVS experts

2002-09-23 Thread Paolo Ulivi
On Sun, Sep 22, 2002 at 12:06:52PM +0100, Mark Brown wrote:

 If you want to mirror the contents of a CVS repository I believe the 
 recommended approach is to mirror the repository itself rather than 
 playing around with the checked out sources. The initial setup cost of 
 doing this is high (a complete copy of the repository) but once you've 
 done that the incremental updates can be done with rsync which is 
 relatively bandwidth light. I know some projects do let you rsync their 
 repositories but I don't know about KDE.
 
 If you can't do that then otherwise what you'll be doing is pretty 
 maintaining a vendor branch in your CVS repository.

Unfortunately many anonymous rsync servers have ceased the service due
to costant misuse here in my country :-( ,altough I dont know if there
was one for kde.

I choosed the second option, but using cvsup instead of cvs for download,
this time.

Ciao,
Paolo

-- 
If Linux is not Unix then Windows are not Gates
 Anonymous, XXI Century




Re: To CVS experts

2002-09-23 Thread Paolo Ulivi
On Sun, Sep 22, 2002 at 04:07:06PM +0200, Charles de Miramon wrote:

 Le Samedi 21 Septembre 2002 12:05, Paolo Ulivi a écrit :
 
  Can someone please spell me the cvs commands to obtain this results ?
 
 
 Have you tried cvsup ? I'm no cvs expert either and that is what I use to 
 retrieve the kde-i18n module from cvs. There is a cvsup package in Debian 
 (apt-get install cvsup), it is quite userfriendly and low ressource on 
 bandwith.
  
 http://developer.kde.org/source/cvsup.html
 explains how to set up the cvsup client

Notably *faster* then normal cvs client!
Telecom will not be happy but I am, indeed  :-)

Merci,
Paolo

-- 
If Linux is not Unix then Windows are not Gates
 Anonymous, XXI Century




Re: KDE2.2.2: Ctrl-S kills konsole input

2002-09-23 Thread Stuart Langridge
David Pashley spoo'd forth:
 On Monday 23 September 2002 3:49 am, Hendrik Sattler wrote:
 Am Montag, 23. September 2002 03:40 schrieb Donald R. Spoon:
  Hendrik Sattler wrote:
   sometimes I accidently hit Ctrl-S instead of Shift-S. This seems to
   disable the ability to do any keyboard input to that session. So what's
   wrong? How can I reenable input without closing the window and opening
   a new one?
 
  Try hitting Ctrl-Q and see what happens

 Thanks, that really did it. Is there a way to disable this behaviour?

 This is dealt with by the same thing that deals with ctrl-C and ctrl-\. AIUI 
 that is the kernel. They are signals SIGSTOP and SIGCONT iirc. So basically 
 you don't have much chance of stopping it.

Look at the stty command, in particular stty start and stty stop,
which define the stop and start keypresses. You can change what each of
these are (so you can change the start character from ^S to something
else), although I have no idea whether you can use a Rollen key.

sil

-- 
In 1988 there was the war, and after that there were no more roses. Not
for anybody.
   -- V For Vendetta, Alan Moore




Re: KDE2.2.2: Ctrl-S kills konsole input

2002-09-23 Thread Malcolm Hunter
On Monday 23 September 2002 12:50, Stuart Langridge wrote:
 David Pashley spoo'd forth:
  On Monday 23 September 2002 3:49 am, Hendrik Sattler wrote:
  Am Montag, 23. September 2002 03:40 schrieb Donald R. Spoon:
   Hendrik Sattler wrote:
sometimes I accidently hit Ctrl-S instead of Shift-S. This seems to
disable the ability to do any keyboard input to that session. So
what's wrong? How can I reenable input without closing the window
and opening a new one?
  
   Try hitting Ctrl-Q and see what happens
 
  Thanks, that really did it. Is there a way to disable this behaviour?
 
  This is dealt with by the same thing that deals with ctrl-C and ctrl-\.
  AIUI that is the kernel. They are signals SIGSTOP and SIGCONT iirc. So
  basically you don't have much chance of stopping it.

 Look at the stty command, in particular stty start and stty stop,
 which define the stop and start keypresses. You can change what each of
 these are (so you can change the start character from ^S to something
 else), although I have no idea whether you can use a Rollen key.

This has been addressed in KDE 3.1 - you can enable or disable Ctrl+S/Ctrl+Q.

Regards,
Malcolm
-- 
KDE Proof Reading Team
KDE GB English Translation Team




Re: KDE2.2.2: Ctrl-S kills konsole input

2002-09-23 Thread Malcolm Hunter
On Monday 23 September 2002 12:50, Stuart Langridge wrote:
 Look at the stty command, in particular stty start and stty stop,
 which define the stop and start keypresses. You can change what each of
 these are (so you can change the start character from ^S to something
 else), although I have no idea whether you can use a Rollen key.

Oh, and yes, the Scroll Lock (Rollen?) key works.

Regards,
Malcolm
-- 
KDE Proof Reading Team
KDE GB English Translation Team




Re: KDE2.2.2: Ctrl-S kills konsole input

2002-09-23 Thread Achim Bohnet
On Monday 23 September 2002 11:27, David Pashley wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On Monday 23 September 2002 3:49 am, Hendrik Sattler wrote:
  Am Montag, 23. September 2002 03:40 schrieb Donald R. Spoon:
   Hendrik Sattler wrote:
sometimes I accidently hit Ctrl-S instead of Shift-S. This seems to
disable the ability to do any keyboard input to that session. So what's
wrong? How can I reenable input without closing the window and opening
a new one?
  
   Try hitting Ctrl-Q and see what happens
  
   This used to be an old key sequence to stop / start screen scrolling.
 
  Thanks, that really did it. Is there a way to disable this behaviour? I use

In kde 3.1.  Configure konsole ... - General

  my own keytab file with .kde/share/apps/konsole/default.keytab, so there is
  no problem adding additional entries. I don't need Ctrl-S/Ctrl-Q but would
  rather use the Rollen button (german, between Print and Pause buttons)
  for this (this is what the button is for and it would make much more sense
  to use that one). Is there any known solution? (Does KDE 3.0.x have this?)

crtl-s/q is 'hardcoded' in konsole code.  Check defaults.Keytab. at the end is

key ScrollLock : scrollLock

xev can tell you what keysym 'Rollen' has.  Here key 'scroll lock' has 
Scroll_Lock
keysym. AFAIR qt remove '_' from X11 keysym.  If in doubt check
qt*/kernel/qapplication_x11.cpp for the translation.

 
  HS
 
 This is dealt with by the same thing that deals with ctrl-C and ctrl-\. AIUI
 that is the kernel. They are signals SIGSTOP and SIGCONT iirc. So basically 
 you don't have much chance of stopping it.

No, sigstop/cont stops/resumes the process.  ctrl-s/q just blocks the output to 
the
tty or pty.  If there no pty IO the process continues to run after a ctrl-s

ds02[2] ~ # stty  --all | egrep '(stop|start) ='
eol2 = undef; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;

To switch ^S off use:  stty stop 


Achim
 
 - -- 
 David Pashley
 [EMAIL PROTECTED]
 Nihil curo de ista tua stulta superstitione.
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.7 (GNU/Linux)
 
 iD8DBQE9jt5pYsCKa6wDNXYRAqPgAJ9DGY0Xdg05QpZrGKuFefX5onM1zwCfStE4
 pCbn3DxDHGEzEqjBMRSgUSg=
 =VX54
 -END PGP SIGNATURE-
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]




Re: Anti-aliased fonts just broke - how do I fix?

2002-09-23 Thread Achim Bohnet
On Sunday 22 September 2002 21:03, Warren Dodge wrote:
 This one time, at band camp, Miguel said:
 (Sunday 22 September 2002 11:35 am)
  Where can I find all that information about defoma?
 
 Sorry, I haven't been able to find any docs on defoma at all. That was just 
 what I have picked up from various Debian mailing lists. Perhaps a query on 
 debian-user would find someone who knows more. If that doesn't work, then 
 probably we would be justified in asking on debian-devel.

How about defoma-doc?

ds02[0] ~ # apt-cache search defoma
defoma - Debian Font Manager -- automatic font configuration framework.
defoma-doc - Documents of Debian Font Manager
dfontmgr - GUI frontend for defoma, DEbian FOnt MAnager.
psfontmgr - PostScript font manager -- part of Defoma, Debian Font Manager.
x-ttcidfont-conf - Configure TrueType and CID fonts for X.

And after defoma stuff is installed man -k

ds02[0] ~ # man -k defoma
Defoma::Common (3pm) - Defoma module providing miscellaneous functions.
Defoma::Font (3pm)   - Defoma module to handle font and font-cache.
Defoma::Id (3pm) - Defoma module to handle Id cache.
Defoma::Subst (3pm)  - Defoma module to handle Subst cache/rule.
defoma (1)   - Debian Font Manager, provides automatic font 
configuration framework.
defoma-app (1)   - configure a specific application about fonts registered 
in Debian Font Manager.
defoma-font (1)  - register/unregister font(s) to Debian Font Manager
defoma-hints (1) - generate font hints.
defoma-id (1)- Manage id-cache of Debian Font Manager
defoma-psfont-installer (1) - register fonts installed in a PostScript printer.
defoma-reconfigure (1) - Reconfigure all from zero.
defoma-subst (1) - Modify a rulefile of Defoma font substitution system.
dh_installdefoma (1) - install a defoma related scripts

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

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]




Re: KDE2.2.2: Ctrl-S kills konsole input

2002-09-23 Thread Hendrik Sattler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Montag, 23. September 2002 13:56 schrieb Malcolm Hunter:
 On Monday 23 September 2002 12:50, Stuart Langridge wrote:
  Look at the stty command, in particular stty start and stty stop,
  which define the stop and start keypresses. You can change what each of
  these are (so you can change the start character from ^S to something
  else), although I have no idea whether you can use a Rollen key.

 Oh, and yes, the Scroll Lock (Rollen?) key works.

Thanks a lot. YOu brought me to the idea:
http://www.kde.org/announcements/announce-3.1beta1.html reads:
It also displays an information dialog now when the user presses Ctrl-s, as 
some users do not realize this action can activate scroll locking.

They are right, some users did not realize and especially did not know how to 
unlock ;)
Thanks to all...

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.7 (GNU/Linux)

iD8DBQE9jxWvzvr6q9zCwcERAvLPAJ95Z7qd6zp1mwOynMrODb5r8isLzQCgjJOs
ERV6sMDqMe00yMjdZ7309wo=
=LQTp
-END PGP SIGNATURE-




Re: Project planning sofware for KDE3 + Debian testing?

2002-09-23 Thread David Bishop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 22 September 2002 03:12 pm, Charles de Miramon wrote:
 Le Dimanche 22 Septembre 2002 21:45, Rachel Andrew a écrit :
  Hi
 
  I have just installed KDE3 on Debian testing - the various instructions I
  found posted on the web as a result of searching here helped
  tremendously.
 
  Anyway, with KDE2.2 I was using a package called KFocus to do simple
  project planning, that doesn't appear to have a version for KDE3 and I
  wondered if anyone had any recommendations for similar applications?
 
  TIA
 
  Rachel

 As far asI know, there is no stable KDE Project management application. The
 development of KPlato is going very slowly...
 Maybe you should look the Gnome Mrproject or Toutdoux

I just thought that other people might be interested in this as well.  I 
ported KFocus to kde3 yesterday, and emailed Rachel off-list with the .deb.  
It seems to work for her, so if anyone else wants a copy off it, mail me, and 
I'll send it to you, too. 

HAND!

- -- 
A mouse is a device used to point at the xterm you want to type in. 
  --Kim Alm, a.s.r 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9jxVEEHLN/FXAbC0RAlSlAKC5vveqbrWfwiAN3R6f0JIrRo+HigCfY7Hc
HJIRsRPdQLco7GXqNiU8F/4=
=VYcC
-END PGP SIGNATURE-




Re: Anti-aliased fonts just broke - how do I fix?

2002-09-23 Thread Warren Dodge
This one time, at band camp, Derek Broughton said:
(Monday 23 September 2002 04:23 am)
 That seems unnecessarily complicated.  Why not just symlink
 /usr/lib/X11/fonts/TrueType and /usr/share/fonts/truetype to the location
 of the actual fonts?  I jstill ust use my windows (vfat) \windows\fonts
 directory - that's not at all the best way to do it, since it would be
 better to have the fonts on an ext2 partition, but every time somebody sets
 up a particular path you _know_ some other software is going to rely on it
 eventually - better to keep the symlinks there to prevent breaking anything
 else.
 --
 derek

Well, apparently that's what defoma is all about. Using the dfontmgr that 
Achim pointed out, you can drag-n-drop the TT fonts from your Windows 
partition and register them with defoma. This will configure the fonts for 
all packages registered with defoma. I'm not sure if XFree86 is automatically 
configured or not -- I'm manually configuring it -- but if you include 
/var/lib/defoma/x-ttcid-conf.d/dirs/TrueType in the X config files, you'll be 
covered. The reason I mentioned to remove the other two TT dirs:
/usr/share/fonts/truetype and /usr/lib/X11/fonts/TrueType from the X config 
files is the package msttcorefonts leaves an extra set of font info files 
(encodings.dir, fonts.dir, fonts.scale) in one of the dirs with no 
corresponding fonts and that breaks a lot of programs.

Like many tools, there's a learning curve that may seem excessive at first, 
but it pays off in the end by making many operations simpler and handling 
complexity for you.

Warren




Java Sun J2SE 1.4.1 and kde3.1 beta 1

2002-09-23 Thread Jerry Dimitriou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Has anyone else had any problems using java 1.4.1 of Sun and the KJAS of 
KDE3.1 Beta 1?

In cases where many Java applets are in one Webpage, konqeror will not load 
the applet. This occurs also when there is one applet which uses a lot of 
graphics 
For example the Java applet of this page 
(http://math.bu.edu/DYSYS/applets/fractalina.html) won't load.
There are some applets though, that konqueror excecutes correctly, for 
example, the SCORE BAR on the top of the www.sport.gr page.
 
Can anyone duplicate this, or this is just my configuration which has the 
problem ?



- -- 
Jerry Dimitriou
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9jy1WhDaJ7BNOdRURAlXpAJ9O5IhTEKdOvlUUJbCIA4ZOFIM4AACgk9wQ
pwBu6KVayIEtJrwcKcE36Gk=
=h97w
-END PGP SIGNATURE-




Re: Java Sun J2SE 1.4.1 and kde3.1 beta 1

2002-09-23 Thread Jaye Inabnit ke6sls
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 23 September 2002 08:03 am, Jerry Dimitriou wrote:
 Has anyone else had any problems using java 1.4.1 of Sun and the KJAS of
 KDE3.1 Beta 1?

 In cases where many Java applets are in one Webpage, konqeror will not load
 the applet. This occurs also when there is one applet which uses a lot of
 graphics
 For example the Java applet of this page
 (http://math.bu.edu/DYSYS/applets/fractalina.html) won't load.
 There are some applets though, that konqueror excecutes correctly, for
 example, the SCORE BAR on the top of the www.sport.gr page.

 Can anyone duplicate this, or this is just my configuration which has the
 problem ?

I am running kde 2.2 here with Woody's mozilla and: 
 java -version
java version 1.3.1
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS)
Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed mode)

The only browser that will run this is netscape 4.77.  Konq ran once but did 
not display the java graphical start button.  Mozilla didn't run it at all. 
 shrug

- -- 

Jaye Inabnit\ARS ke6sls\/A GNU-Debian linux user\/ http://www.qsl.net/ke6sls
If it's stupid, but works, it ain't stupid. I SHOUT JUST FOR FUN.
Free software, in a free world, for a free spirit. Please Support freedom!

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

iD8DBQE9jzIGZHBxKsta6kMRAoNaAJ4rXCGTe4F6siFbGxtJjTjuRXSp2wCgzrdP
+CK8giy/OIuYjuroNCVtfps=
=ATp3
-END PGP SIGNATURE-




Re: Java Sun J2SE 1.4.1 and kde3.1 beta 1

2002-09-23 Thread Pablo de Vicente
El Lun 23 Sep 2002 17:45, Jerry Dimitriou escribió:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

  I am running kde 2.2 here with Woody's mozilla and:
   java -version
  java version 1.3.1
  Java(TM) 2 Runtime Environment, Standard Edition (build
  Blackdown-1.3.1-FCS) Java HotSpot(TM) Client VM (build
  Blackdown-1.3.1-FCS, mixed mode)
 
  The only browser that will run this is netscape 4.77.  Konq ran once but
  did not display the java graphical start button.  Mozilla didn't run it
  at all. shrug
 
  --

 OK. Another example. The applets at
 http://www.math.uh.edu/~minru/web/apps4.html will all load with mozilla,
 but none will load with konqueror 3.1 beta1, both using java 1.4.1

Hello

 I can see all the appets in that page and execute them with Konqueror. I am 
running KDE 3.0.3 under Debian Woody + a bit of unstable and j2re1.3
My path to java in Konqueror Settings is /usr/lib/j2re1.3/bin/java

My Line for the j2re1.3 package in sources.list is:
deb ftp://ftp.oleane.net/pub/java-linux/debian woody non-free

regards,

Pablo de Vicente
KDE-es spanish translation team.




Re: Java Sun J2SE 1.4.1 and kde3.1 beta 1

2002-09-23 Thread Pablo de Vicente
El Lun 23 Sep 2002 17:03, Jerry Dimitriou escribió:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Has anyone else had any problems using java 1.4.1 of Sun and the KJAS of
 KDE3.1 Beta 1?

 In cases where many Java applets are in one Webpage, konqeror will not load
 the applet. This occurs also when there is one applet which uses a lot of
 graphics
 For example the Java applet of this page
 (http://math.bu.edu/DYSYS/applets/fractalina.html) won't load.
 There are some applets though, that konqueror excecutes correctly, for
 example, the SCORE BAR on the top of the www.sport.gr page.

 Can anyone duplicate this, or this is just my configuration which has the
 problem ?

Hello,

I can see this with Konqueror 3.0.3 but with problems. Only a tiny fraction of 
the start button appears. The size of the whole window is the same as with 
Netscape, but since the numbers and the selection boxes use a huge font there 
is almost no place for the start button and very little space for the title 
of the first column of the table (pt:), p is almost not seen.

The applet works.

I guess this is a bug for the Java Blackdown team

Pablo de Vicente
KDE-es translation team.




Re: Anti-aliased fonts just broke - how do I fix?

2002-09-23 Thread Achim Bohnet
On Monday 23 September 2002 18:52, you wrote:
  How about defoma-doc?
 
  ds02[0] ~ # apt-cache search defoma
  defoma - Debian Font Manager -- automatic font configuration
  framework. defoma-doc - Documents of Debian Font Manager
  dfontmgr - GUI frontend for defoma, DEbian FOnt MAnager.
  psfontmgr - PostScript font manager -- part of Defoma, Debian Font
  Manager. x-ttcidfont-conf - Configure TrueType and CID fonts for X.
 
  And after defoma stuff is installed man -k
 
  ds02[0] ~ # man -k defoma
  Defoma::Common (3pm) - Defoma module providing miscellaneous
  functions. Defoma::Font (3pm)   - Defoma module to handle font and
  font-cache. Defoma::Id (3pm) - Defoma module to handle Id
  cache.
  Defoma::Subst (3pm)  - Defoma module to handle Subst cache/rule.
  defoma (1)   - Debian Font Manager, provides automatic font
  configuration framework. defoma-app (1)   - configure a
  specific application about fonts registered in Debian Font Manager.
  defoma-font (1)  - register/unregister font(s) to Debian Font
  Manager defoma-hints (1) - generate font hints.
  defoma-id (1)- Manage id-cache of Debian Font Manager
  defoma-psfont-installer (1) - register fonts installed in a
  PostScript printer. defoma-reconfigure (1) - Reconfigure all from
  zero.
  defoma-subst (1) - Modify a rulefile of Defoma font
  substitution system. dh_installdefoma (1) - install a defoma
  related scripts
 
 I have defoma-doc and I think I have read most of the documentation 
 you point out, but I haven't found much user information.  Nothing 
 about configuring XFree86 together with defoma, for example.

There's not much todo to configure Xfree865 and defoma.  When
installing x-ttcidfont-conf  you should have seen the following message
(at least it was displayed to me ;)

ds10[0] /var/lib/dpkg/info # head -11 x-ttcidfont-conf.templates
Template: x-ttcidfont-conf/font_path_change2
Type: note
Description: FontPath of TrueType and CID managed by defoma is changed
 TrueType and CID font paths which defoma manages are changed again. It now
 becomes:
 .
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/CID
   FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
 .
 Please edit /etc/X11/XF86Config-4, /etc/X11/fs/config and/or
 /etc/X11/fs-xtt/config.

Try
dpkg-reconfigure x-ttcidfont-conf

There nothing more to do for the xfree86 and defoma.

The subject suggests that you're interested in AA.  In this case
FontPath and/or Fontserver settings XF86Config do not matter.

Search for 'dir' directives in /etc/X11/XftConfig and make sure the
ther are dir entires with the  2 'defoma-dir' listet above.  Check
with xdpyinfo that the RENDER extention is loaded.

Hope that helps,
Achim
 
 --
 Miguel
 
 
 

-- 
  To me vi is Zen.  To use vi is to practice zen. Every command is
  a koan. Profound to the user, unintelligible to the uninitiated.
  You discover truth everytime you use it.
  -- [EMAIL PROTECTED]




Re: Project planning sofware for KDE3 + Debian testing?

2002-09-23 Thread David Bishop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 23 September 2002 01:00 pm, you wrote:
  I just thought that other people might be interested in this as well.  I
  ported KFocus to kde3 yesterday, and emailed Rachel off-list with the
  .deb. It seems to work for her, so if anyone else wants a copy off it,
  mail me, and I'll send it to you, too.

 Hi,

 I would be very interrested.

 Thank you

 Michel.

In the meantime, at the request of Ralf, I uploaded the package to 
ftp://ftp.kde.org/incoming/stable/KDE3.x.  You can get it from there, or, 
(presumably) it will be rolled into the group of packages available at 
ftp.kde.org/pub/kde/stable/3.0.3/Debian.

- -- 
A mouse is a device used to point at the xterm you want to type in. 
  --Kim Alm, a.s.r 
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9j3chEHLN/FXAbC0RAtmRAJ9eiyn2GQIbSCORXykVD/0Q/ehi9wCgtJwW
or+vWzuUxjxIz2KgtY2wvQA=
=iSUY
-END PGP SIGNATURE-




Re: X resources and kde-3.0

2002-09-23 Thread Brian Nelson
[EMAIL PROTECTED] writes:

Hi all,
When I first use kde (2.1) I have notice that all my X resource
 setting have no effect (unlike under an ordinary window manager and also
 under gnome). Fortunately, after some intensive search I found that
 there is a checkbox in the control center under the menu style which
 sask whether kde should apply their fint and color to non kde
 application. Uncheck this option I can get my X resource setting back
 provided that I change the kde startup script to call xrdb to load
 all the file in /etc/X11/Xresources. This is not simple but I have to
 do only once and I were satisfiied that all my non kde X client behave
 exactly as I want.
[snip]
 I am subscribing to this list specially to get help on this matter. I
 would like to know:

 - Is it a problem specicially to kde-3.0 of debian or a problem of
 kde-3.0

Well, I have 2 Debian machines running KDE 3.0, and only one of them
exhibits the behavior you describe.  So, it must not be a problem
specific to neither Debian nor KDE.  I haven't been able to figure out
what causes it, though.

-- 
People said I was dumb, but I proved them!




Quick KDE cvs question

2002-09-23 Thread csj
Thanks to Thomas Schoepf's deb sources, I have what appears to be the 
3.0 branch of cvs KDE. I now feel like upgrading to 3.1 beta. What's the
cvs update line to upgrade from 3.0 to 3.1? The following (obviously)
doesn't work:

cvs -z4 update -dP




unsubscribe

2002-09-23 Thread Kenny G. Villacorta S.