Font madness again

2001-10-29 Thread Storm Linux User
I had real strange problems with fonts. Similar to what some have described 
elsewhere. I would open preferences->look&feel->fonts, and the selection 
would be very limited. Konsole would have unreadable fonts. If I deleted 
kdeglobalsrc, things would get back to relatively normal, then all of a 
sudden, strange fonts would show up, and the list as above would be very 
limited. All this with AA.

So, looking at an old message from Ivan, where he had problems with gsfonts 
and AA. I deleted manually the gsfonts directory in 
/usr/share/fonts/type1/gsfonts. Then everything started working as expected.

Gsfonts is required by j2sdk1.3. I ran JavaPluginControlPanel, and it seems 
to work. In the dpkg -L listing there are some gnome settings, which may have 
something to do with the dependancy.

This with a 'i386' woody box with latest kde2.2.1 from sid, latest X.

Derek




Re: Yet another anti-aliased KDE screenshot

2001-10-29 Thread Daniel Robert Franklin
> On Mon, 29 Oct 2001, Dan Born wrote:
> 
> > That's rather impressive.  I have a bunch of true type fonts, and
> > anti-aliasing turned on in kde, but the only font available for a fixed 
> > width
> > font under the control center is the "fixed" font, and "fixed" is the only
> > thing available in konsole.  This is ugly looking...  how do I fix it?
> 
> I don't get it: why this antialiased hype? This blurry stuff makes my eyes
> hurt. How can anybody be using this? And it's *ugly*!

AA filters don't "blur" as such. They are a low-pass filter which removes
artifacts in a sampled signal. In this case, the artifacts result from
having geometric shapes (lines, fonts etc) which are "analog" and have
frequency components higher than your display (a sampling process which
represents a geometric line as a sequence of dots) can show. Sampling a
signal which has not been band-limited (filtered to remove frequencies
higher than half the sampling rate) results in things *appearing where they
are not* - that is, the jagged edges which appear even with Type 1 or
TrueType fonts with AA turned off. The jagged edges aren't real. AA filters
do vary in quality, but basically any functional low-pass filter is better
than none.

So, in short, if you actually want to see the font, as opposed to a bunch of
artifacts, you need to use anti-aliasing. Don't mistake smoothness for
blurring.

- Daniel

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




Re: Need help fixing KDE

2001-10-29 Thread John Batistic
On Mon, 29 Oct 2001 23:02:26 +
John Gay <[EMAIL PROTECTED]> wrote:

> After the serious problems of last nights attempts to install KDE2.2 
> I've now found myself stuck with a broken KDE and no apperent way to fix

> it? Everything I try insists on removing ALL of KDE! I can't install KDE

> from unstable due to missing packages, but I can't fix my previous 
> set-up either. apt-get install kde/unstable produces:
> 
> progeny:/home/jgay# apt-get install kde/unstable
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Selected version 4:2.2.8 (Debian:unstable) for kde
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be
installed

What happens with:

apt-get -t unstable install kdelib3 (and so on)

John Batistic




Re: Need help fixing KDE

2001-10-29 Thread Greg Madden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 29 October 2001 02:02 pm, John Gay wrote:
> After the serious problems of last nights attempts to install KDE2.2
> I've now found myself stuck with a broken KDE and no apperent way to
> fix it? Everything I try insists on removing ALL of KDE! I can't
> install KDE from unstable due to missing packages, but I can't fix my
> previous set-up either. apt-get install kde/unstable produces:

I have seen that before, didn't take notes but fumbled my way through.  
Of course it is trying to install the wrong kdelibs3 package so 
everything else fails.  Try dpkg -i kdelibs3 & then use dpkg --purge on 
the packages listed as depends. I think it would be helpful to install 
kdelibs3 first then kdebase before task kde.
- -- 
Greg Madden

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

iD8DBQE73hP/gFopErbyUAoRAmqXAJ9aWsbt9oalgcFNKxWAd1ecEHRsOgCeJxaC
yNM5hh7EvWx6aftacU8SJ3Q=
=7NRA
-END PGP SIGNATURE-




Re: Using apt_preferences?

2001-10-29 Thread Bruce Miller
John, This was my fault. I too am in a learning curve; in my case, how to 
migrate cleanly from drafting in a word processor to clean HTML. The 
``blank lines'' in my draft apt guide are default HTML line leading, not 
actual blank line separators.

Sorry for the confusion.

On 28 Oct 2001 at 19:53, John Gay wrote:

Date forwarded: Sun, 28 Oct 2001 15:04:22 -0500 (EST)
From:   John Gay <[EMAIL PROTECTED]>
To: debian-kde@lists.debian.org
Subject:Using apt_preferences?
Date sent:  Sun, 28 Oct 2001 19:53:32 +
Forwarded by:   debian-kde@lists.debian.org

I wanted to update my testing system to KDE2.2.1 and was usingthe info
provided by Bruce Miller in his mini-HOW-TO but I'm having problems
with my preferences file. The contents of /etc/apt/preferences is:

Package: *

Pin: release a=testing

Pin-Priority: 777



Package: *

Pin: release a=unstable

Pin-Priority: 333

But apt-get is reporting the following:

Reading Package Lists... Done
E: Invalid record in the preferences file, no Package header
progeny:/home/jgay#

I get this no matter which command I use with apt-get. update fetches
the packages from testing and unstable and finishes with this. install
anything just gives me this back.

I've read the apt-get and apt-preferences man pages, but everything
'seems' to be in order. Where have I gone wrong?

I am looking forward to finally seeing KDE2.2.1

Thanks for all the help and support!

Cheers,

 John Gay


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




Re: Yet another anti-aliased KDE screenshot

2001-10-29 Thread Tomas Pospisek
On Mon, 29 Oct 2001, Dan Born wrote:

> That's rather impressive.  I have a bunch of true type fonts, and
> anti-aliasing turned on in kde, but the only font available for a fixed width
> font under the control center is the "fixed" font, and "fixed" is the only
> thing available in konsole.  This is ugly looking...  how do I fix it?

I don't get it: why this antialiased hype? This blurry stuff makes my eyes
hurt. How can anybody be using this? And it's *ugly*!
*t

> > http://orion.exa.homeip.net/~exa/kde-snapshot1.png

Exactly - yuck! :-(
*t


 Tomas Pospisek
 SourcePole   -  Linux & Open Source Solutions
 http://sourcepole.ch
 Elestastrasse 18, 7310 Bad Ragaz, Switzerland
 Tel: +41 (81) 330 77 11





Re: Yet another anti-aliased KDE screenshot

2001-10-29 Thread Dan Born
That's rather impressive.  I have a bunch of true type fonts, and 
anti-aliasing turned on in kde, but the only font available for a fixed width 
font under the control center is the "fixed" font, and "fixed" is the only 
thing available in konsole.  This is ugly looking...  how do I fix it?

Thanks,
Dan

On Monday 29 October 2001 10:19 am, Eray Ozkural (exa) wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Check it out at
>
> http://orion.exa.homeip.net/~exa/kde-snapshot1.png
>
> Happy K'ing,
>
> - --
> Eray Ozkural (exa) <[EMAIL PROTECTED]>
> Comp. Sci. Dept., Bilkent University, Ankara
> www: http://www.cs.bilkent.edu.tr/~erayo
> GPG public key fingerprint: 360C 852F 88B0 A745 F31B  EA0F 7C07 AE16 874D
> 539C -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iD8DBQE73XNkfAeuFodNU5wRAieCAJ9zM74eKjFibMKOOtso6DbO6sMbuACeNdUm
> UB60KzV7ZF20bGDw6PqlgGA=
> =ya07
> -END PGP SIGNATURE-




Re: Need help fixing KDE

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


While I can't wade through all the dependency problems, if apt or dselect 
isn't doing it for you, try downloading the packages by hand and using dpkg.  
To see the options to override dependencies and whatnot, man dpkg.  

HTH.

On Monday 29 October 2001 04:02 pm, John Gay wrote:
> After the serious problems of last nights attempts to install KDE2.2
> I've now found myself stuck with a broken KDE and no apperent way to fix
> it? Everything I try insists on removing ALL of KDE! I can't install KDE
> from unstable due to missing packages, but I can't fix my previous
> set-up either. apt-get install kde/unstable produces:
>
> progeny:/home/jgay# apt-get install kde/unstable
> Reading Package Lists... Done
> Building Dependency Tree... Done
> Selected version 4:2.2.8 (Debian:unstable) for kde
> You might want to run `apt-get -f install' to correct these:
> Sorry, but the following packages have unmet dependencies:
>kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be installed
> Depends: libkmid (>= 4:2.2.1-12) or
>  libkmid-alsa (>= 4:2.2.1-12) but it is not going to be
> installed
> Depends: kdebase-audiolibs (>= 4:2.2.1.0-4) but it is not going
> to be installed
> Depends: libkdenetwork1 (>= 4:2.2.1-1) but it is not going to be
> installed
> Depends: kate (>= 4:2.2.1.0-4) but it is not going to be installed
> Depends: konsole (>= 4:2.2.1.0-4) but it is not going to be
> installed
> Depends: kscreensaver (>= 4:2.2.1.0-4) but it is not going to be
> installed
> Depends: kruler but it is not going to be installed
> Depends: kdict but it is not going to be installed
> Depends: artsbuilder but it is not going to be installed
> Depends: noatun but it is not going to be installed
> Depends: knewsticker but it is not going to be installed
> Depends: ktimer but it is not going to be installed
> Depends: kcoloredit but it is not going to be installed
>kdebase: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
>kdebase-libs: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to
> be installed
>konqueror: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
>libkonq3: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be
> installed
> E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
> specify a solution).
> progeny:/home/jgay#
>   As you can see, there are several packages that just won't be
> installed, and this stops me from installing KDE from unstable at all.
> I've tried both dselect and apt to try to get back to my original
> set-up, but the first thing that needs to be removed is kdelibs3 4:2.2.1
> and this forces the removal of ALL my current KDE! I don't want to loose
> everything! But I do want to get KDE back. Gnome is just too awkward for
> me to use. Does anyone know how I can reverse this without loosing
> everything? I've even had to resort to using Mozilla for my mail because
> kmail is broke too.
>
> Cheers,
>
>   John Gay

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

iD8DBQE73eZVKEJ4huP2XBERAq5JAKCi/QR+d9JldoQTGDLhSo40qVALBQCguBOA
CM2Cma6iVcd9MBcf69CCC8Y=
=yTHR
-END PGP SIGNATURE-




Re: Need help fixing KDE

2001-10-29 Thread Fabian Jansen
John Gay wrote:

> progeny:/home/jgay# apt-get install kde/unstable

Hi!
Try
apt-get -t unstable install kde
and apt-get will resolve the dependencies properly!
bye, Fabian




Need help fixing KDE

2001-10-29 Thread John Gay
After the serious problems of last nights attempts to install KDE2.2 
I've now found myself stuck with a broken KDE and no apperent way to fix 
it? Everything I try insists on removing ALL of KDE! I can't install KDE 
from unstable due to missing packages, but I can't fix my previous 
set-up either. apt-get install kde/unstable produces:

progeny:/home/jgay# apt-get install kde/unstable
Reading Package Lists... Done
Building Dependency Tree... Done
Selected version 4:2.2.8 (Debian:unstable) for kde
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
  kde: Depends: kdelibs3 (>= 4:2.2.1-12) but 4:2.1.2-3 is to be installed
   Depends: libkmid (>= 4:2.2.1-12) or
libkmid-alsa (>= 4:2.2.1-12) but it is not going to be 
installed
   Depends: kdebase-audiolibs (>= 4:2.2.1.0-4) but it is not going 
to be installed
   Depends: libkdenetwork1 (>= 4:2.2.1-1) but it is not going to be 
installed
   Depends: kate (>= 4:2.2.1.0-4) but it is not going to be installed
   Depends: konsole (>= 4:2.2.1.0-4) but it is not going to be 
installed
   Depends: kscreensaver (>= 4:2.2.1.0-4) but it is not going to be 
installed
   Depends: kruler but it is not going to be installed
   Depends: kdict but it is not going to be installed
   Depends: artsbuilder but it is not going to be installed
   Depends: noatun but it is not going to be installed
   Depends: knewsticker but it is not going to be installed
   Depends: ktimer but it is not going to be installed
   Depends: kcoloredit but it is not going to be installed
  kdebase: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be 
installed
  kdebase-libs: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to 
be installed
  konqueror: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be 
installed
  libkonq3: Depends: kdelibs3 (>= 4:2.2.1-11) but 4:2.1.2-3 is to be 
installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or 
specify a solution).
progeny:/home/jgay#
 As you can see, there are several packages that just won't be 
installed, and this stops me from installing KDE from unstable at all. 
I've tried both dselect and apt to try to get back to my original 
set-up, but the first thing that needs to be removed is kdelibs3 4:2.2.1 
and this forces the removal of ALL my current KDE! I don't want to loose 
everything! But I do want to get KDE back. Gnome is just too awkward for 
me to use. Does anyone know how I can reverse this without loosing 
everything? I've even had to resort to using Mozilla for my mail because 
kmail is broke too.

Cheers,
John Gay



Re: killustrator

2001-10-29 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 27 Oct 2001 12:09, Tom Allison wrote:
> I was trying to export something to a web image (jpg, gif, png)
> I didn't see it.

Kontour (the successor to KIllustrator) can save as SVG, which may be quite
useful.

It can also export as XBM, whihc you should have no problem changing to 
another raster format, using the GIMP or similair.

- --
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://edu.kde.org, http://usability.kde.org



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

iD8DBQE73cdzF8Iu1zN5WiwRAqnEAKCVZCmhkW0lfuHdOxLmiOC9YzayUACffJh2
5plhIK5Uzud0zVlL5xJ+BdM=
=jwTQ
-END PGP SIGNATURE-




Re: KMail and PGP

2001-10-29 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 28 Oct 2001 21:16, Daniel D Jones wrote:

> "Identity."  Under security, if I select either "PGP 2.x" or "Automatically
> detect", the selection will not stick.  That is, if I close the dialog box,
> then reopen, the setting has reverted to "Don't use encryption"  When I

As a last resort, try moving/deleting your kmailrc.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://edu.kde.org, http://usability.kde.org

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

iD8DBQE73cLcF8Iu1zN5WiwRAjOoAJ0drmsz8u6Q2QRmAnNoHZ3/4vuhyACeJEiS
VUVS4cgI6aBDHlF++UXteYs=
=8Tfx
-END PGP SIGNATURE-




Re: artsd does not start

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


I don't know about the maestro, but the intel i8* crap has known "issues".  I 
have one in my computer, and finally ended up bringing in a soundcard from 
home to use instead.  I tried the kernel driver, the oss (non-free) driver, 
and the alsa driver and they all either failed to produce sound from any app, 
or crapped out with arts.  If it is at all a possibility, I would recommend 
getting something like a cheap sb16/64 and using that.  If not, turn off arts 
and use xmms/mplayer (which work, mostly, most of the time).

On Monday 29 October 2001 01:41 pm, P. de Vicente wrote:
>  Hello,
>
>  I am running woody + kde 2.2.1 and have problems with arts with a couple
> of computers. These computers have different sound cards (chipsets since
> they are in the main board) and they work well since kscd plays music from
> a CD. The chipsets are Maestro3 (HP Omnibook XE3), and Intel 82801 (HP Vl 8
> Vectra). However when I try to open the Sound module in KControl I get no
> information and an error message like this (in spanish :-) :
>
> "There was an error loading the module. The diagnostics is:"
>
> Does anybody know what is going on?. Am I missing some package?.
>
>
> Pablo de Vicente
> KDE spanish translation team.

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

iD8DBQE73cJWKEJ4huP2XBERAmUzAKCRTkf7Wgvs1X4dmnwpa4Pa5+KJvQCfaD6l
VbEpkybuFBj3QmvAQhiKGEE=
=GmNh
-END PGP SIGNATURE-




Re: automatic screen blanking

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

Am Montag, 29. Oktober 2001 07:29 schrieb Russell Coker:
> In KDE 1.x there was a kscreenblank process which I could send a sigusr1 to
> when I wanted the screen blanked.  I used to have a script called from apmd
> on suspend to do "killall -USR1 kblankscreen" to lock the display on my
> laptop.
>
> Is there any way of doing this for the latest KDE?

Sure, you mean DPMS. Kcontrol -> Energy settings

For manual override of those values, take a look at xset

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

iD8DBQE73b8Izvr6q9zCwcERAs6OAKCn3VUhv5dhhpsdgzMk6qaS81yrgQCfXw7u
UgRmXq7vJztIwSNuexFlcC4=
=VZOG
-END PGP SIGNATURE-




artsd does not start

2001-10-29 Thread P. de Vicente

 Hello,

 I am running woody + kde 2.2.1 and have problems with arts with a couple of 
computers. These computers have different sound cards (chipsets since they 
are in the main board) and they work well since kscd plays music from a CD.
The chipsets are Maestro3 (HP Omnibook XE3), and Intel 82801 (HP Vl 8 Vectra).
However when I try to open the Sound module in KControl I get no information 
and an error message like this (in spanish :-) :

"There was an error loading the module. The diagnostics is:"

Does anybody know what is going on?. Am I missing some package?.


Pablo de Vicente
KDE spanish translation team. 




Re: Kwork/Koffice

2001-10-29 Thread Paulo José da Silva e Silva
Em Seg 29 Out 2001 17:36, Bob Koss escreveu:
> Would TeX (LaTeX) be a suitable replacement for PowerPoint?

Weird question for debian-kde.:-)

To use latex/tex to produce highquality slides that may be viewed in 
full-screen mode in acroread you may use prosper. (apt-get install prosper 
should work in woody).

See:

http://prosper.sourceforge.net/

Best regards,

Paulo

-- 
Paulo José da Silva e Silva 
Professor Assistente do Dep. de Ciência da Computação
(Assistant Professor of the Computer Science Dept.)
Universidade de São Paulo - Brazil

e-mail: [EMAIL PROTECTED]   Web: http://www.ime.usp.br/~rsilva

Teoria é o que não entendemos o (Theory is something we don't)
suficiente para chamar de prática.  (understand well enough to call practice)




automatic screen blanking

2001-10-29 Thread Russell Coker
In KDE 1.x there was a kscreenblank process which I could send a sigusr1 to 
when I wanted the screen blanked.  I used to have a script called from apmd 
on suspend to do "killall -USR1 kblankscreen" to lock the display on my 
laptop.

Is there any way of doing this for the latest KDE?

-- 
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/   Postal SMTP/POP benchmark
http://www.coker.com.au/projects.html Projects I am working on
http://www.coker.com.au/~russell/ My home page




Re: Kwork/Koffice

2001-10-29 Thread Bob Koss

Would TeX (LaTeX) be a suitable replacement for PowerPoint? 

-- 

Robert Koss, Ph.D. | Training, Mentoring, Contract Development
Senior Consultant  | Object Oriented Design, C++, Java
www.objectmentor.com   | Extreme Programming




Re: Using apt_preferences?

2001-10-29 Thread John Gay
>
>> To get your pref's working, I think taking the white space
>> lines out of your pref's file, I think that white space in this file
>> should only separate sections. I have 0 blank lines in my pref's, and
>> it works fine.
>>
>I'll give this a try. But KDE from unstable has jsut finished loading so
I'll
>see how it goes.

This did fix my problem with my preferences file! I'm no programmer, but
blank lines shouldn't make that kind of difference in a text-format config
file, IMHO.

However, when KDE2.2.1 finished downloading and tried to install, I got a
major list of errors and problems. I tried fixing these using my newly
working preferences file, but only got into deeper trouble. The current
situation is, I've got a very strange mix of testing and unstable and now
KDE is completely FUBAR! I realise this is only my fault. Now I'll have to
use Gnome to try to fix it.

I think I'll down-rev the system back to testing by setting the pin for
testing to 1001 and then wait to see how long it takes KDE2.2.1 to hit my
testing mirror.

Thanks to everyone who offered advice and rightfully pointed out the excess
blank lines as the fault with my preferences, and to Ivan for keeping us in
an Up-To-Date KDE!

Cheers,

 John Gay




problems with åäö letters in kde

2001-10-29 Thread wunder surf
Hello,
I have problems with getting the swedish å, ä and ö letters to work in 
kde2.2.1. It works as normal in some applications like konsole, kate and 
kword, but in the text editor, konqueror and kmail it doesn't work unless i 
hold down the ctrl key when i type it.
Does anyone know the reason for this?

Thanks in advance,
Johan
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Yet another anti-aliased KDE screenshot

2001-10-29 Thread exa
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Check it out at

http://orion.exa.homeip.net/~exa/kde-snapshot1.png

Happy K'ing,

- -- 
Eray Ozkural (exa) <[EMAIL PROTECTED]>
Comp. Sci. Dept., Bilkent University, Ankara
www: http://www.cs.bilkent.edu.tr/~erayo
GPG public key fingerprint: 360C 852F 88B0 A745 F31B  EA0F 7C07 AE16 874D 539C
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE73XNkfAeuFodNU5wRAieCAJ9zM74eKjFibMKOOtso6DbO6sMbuACeNdUm
UB60KzV7ZF20bGDw6PqlgGA=
=ya07
-END PGP SIGNATURE-




Opening Xsession for User-Login failed!

2001-10-29 Thread Heidelinde Meier
Dear Debian Group!

Perhaps you have any good idea to find out what the problem of my
trouble is:

I bootet a diskless client via network and: from one machine, where the
root-fs lies everything works fine:
every user can log into the desired Xsession.
Now the problem: I copied the same root-fs on a server machine : it only
lies there!
Then booting works correctly until the point where authorization was
required, but when a user wants to login into his session no session
occurs !
Only root can login into his X-Session!
The  only error-file I get lies in the user's Home-directory, called
.xsession-errors. The system message is:

xrdb: can't open display
can't connect to the xserver





Re: KDE: mouse problems

2001-10-29 Thread Michel Dänzer
On Mon, 2001-10-29 at 14:26, Michel Loos wrote:
> On Mon, 2001-10-29 at 12:26, Roland Wegmann wrote:
> > 
> > I have a curious mouse problem! When I start debian, the system recognizes 
> > my mouse (MS Wheel Mouse Optical USB) first. After kdm is launched, 
> > sometimes my mouse is inactive sometimes it works.
> > In the former case I have to reboot the system (sometimes several times), 
> > but then the mouse works under KDE 2.1.1, too. Under X-Window the mouse was 
> > active in any case.
> > 
> 
> Probably a problem with gpm: just desactivate gpm 
> 
> /etc/init.d/gpm stop
> 
> and remove it from your startup since it seems you don t use the
> console.
> 
> /usr/bin/update-rc.d -f gpm remove

If you don't want to use gpm, just apt-get remove it. However, it really
shouldn't hurt so long as you use /dev/input/mice for the mouse.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast




Re: KDE: mouse problems

2001-10-29 Thread Ax
Dne po 29. říjen 2001 13:40 Stephan Mueller napsal(a):
> On Monday 29 October 2001 13:26, Roland Wegmann wrote:
> How does the system recognise the Mouse during boot? With gpm? If yes,
> disable gpm when using X! Both do not work well together.
>
> Stephan

Huh?
I always use gpm in repeater mode (repeat_type=ms3 in gpm.conf) and in X
mouse type IntelliMouse, device /dev/gpmdata and never had any problems.
Ax

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




Re: KDE: mouse problems

2001-10-29 Thread Michel Loos
On Mon, 2001-10-29 at 12:26, Roland Wegmann wrote:
> Hello,
> 
> I have a curious mouse problem! When I start debian, the system recognizes 
> my mouse (MS Wheel Mouse Optical USB) first. After kdm is launched, 
> sometimes my mouse is inactive sometimes it works.
> In the former case I have to reboot the system (sometimes several times), 
> but then the mouse works under KDE 2.1.1, too. Under X-Window the mouse was 
> active in any case.
> 

Probably a problem with gpm: just desactivate gpm 

/etc/init.d/gpm stop

and remove it from your startup since it seems you don t use the
console.

/usr/bin/update-rc.d -f gpm remove

You probably will have to restart the X manager (kdm or equivalent) with
CTL+ALT+Backspace

You never need to reboot the system, just pass the correct commands.

Michel.


> Could you give me some help, please?
> 
> Thank you in advance, Roland Wegmann
> 
> _
> Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 





Re: KDE: mouse problems

2001-10-29 Thread Stephan Mueller
On Monday 29 October 2001 13:26, Roland Wegmann wrote:
> Hello,
>
> I have a curious mouse problem! When I start debian, the system recognizes
> my mouse (MS Wheel Mouse Optical USB) first. After kdm is launched,
> sometimes my mouse is inactive sometimes it works.
> In the former case I have to reboot the system (sometimes several times),
> but then the mouse works under KDE 2.1.1, too. Under X-Window the mouse was
> active in any case.

How does the system recognise the Mouse during boot? With gpm? If yes, 
disable gpm when using X! Both do not work well together.

Stephan
-- 
OpenPGP key available   OpenPGP Schlüssel vorhanden
>>> Whenever you eliminate the impossible, whatever
remains, however improbable, must be the truth. <<<




KDE: mouse problems

2001-10-29 Thread Roland Wegmann
Hello,
I have a curious mouse problem! When I start debian, the system recognizes 
my mouse (MS Wheel Mouse Optical USB) first. After kdm is launched, 
sometimes my mouse is inactive sometimes it works.
In the former case I have to reboot the system (sometimes several times), 
but then the mouse works under KDE 2.1.1, too. Under X-Window the mouse was 
active in any case.

Could you give me some help, please?
Thank you in advance, Roland Wegmann
_
Downloaden Sie MSN Explorer kostenlos unter http://explorer.msn.de/intl.asp



Problems with konqueror

2001-10-29 Thread Ernesto Garrote
Hello,
  I have some problems with konqueror. I have installed KDE2.1.1 in my woody 
environmnet and I'm trying to connect to my bank, but when I click in access 
I get the following error

403- Forbidden
Will not serve files, only servlets

However I can access with Netscape 4.77. I have installed
kdelibs3-crypto2 .1.2-1
kdebase-crypto 2.1.1.0-3
libssl0.9.6 0.9.6b-2 

Thanks in advance,

Ernesto




Re: KMail and PGP

2001-10-29 Thread Franz Keferboeck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sunday 28 October 2001 22:16, Daniel D Jones wrote:

> That is, if I close the dialog box,
> then reopen, the setting has reverted to "Don't use encryption"  When I
> compose a message, the buttons for either encrypting or signing a message
> are greyed out and unusable.

Close KMail and re-open it! It'll work, at least it did with my box...

> Thanks in advance,
Hope it worx!
>
> Dan
Franz
- -- 
Wenn auch die Sicherheit vor den Menschen bis zu einem gewissen Grade
eintritt durch eine bestimmte Macht, Störungen zu beseitigen, und
durch Reichtum, so entspringt doch die reinste Sicherheit aus der Ruhe
und dem Rückzug aus der Masse. (Epikur)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE73TcFeSeJPuOA2l4RAkvgAJ0ZmZu703kOKLzHT51q0XmwnVEYowCdGBaI
e8miXzyoWRaDMr9foudgt3E=
=GVG6
-END PGP SIGNATURE-




Re: "Save Link as..." in ftp-mode

2001-10-29 Thread Frank Mehnert
On Saturday 20 October 2001 00:49, Jens Benecke wrote:

> > in the same way as in ftp mode: Following a link, going up one directory
> > and so on.
>
> FTP is basically a 'stripped down shell' which allows data transfers. HTTP
> is a protocol that only allows single document retrievals. You cannot do a
> 'ls -l' in HTTP.
>
> FTP is displayed just like a local disk, or any disk. "Save as..." doesn't
> really make sense here, just like it doesn't make sense  when you read a
> CD-ROM or floppy. What _does_ make sense is "copy", "move", etc.

I can't agree with that. In my opinion, the konqueror creates an _unified_
view of different protocols. I don't care about if the underlaying protocol
is ftp or http. What I want is a "Save as..." function. Maybe it is needless
on local disks, however, I'm tired to "copy / goto home / paste".


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




Re: Does KDE Multimedia Need Improvement?

2001-10-29 Thread Casper Gielen
On Sat, Oct 27, 2001 at 07:10:42AM -0500, Robert Tilley wrote:
>
> Do I need to ditch KDE and use a lightweight wm for for multimedia?  I would
> use noatun (KDE Multimedia Player) but that program doesn't allow
> display-window size-changing.

Try mplayer. It outperforms WinMediaPlayer both in quality as in the
number of supported filetypes.
-- 
Casper Gielen
[EMAIL PROTECTED], [EMAIL PROTECTED]
--
[..] and 2000 only pissed me off with it's vague,"You have a
hardware error, contact your hardware vendor." errors. Sometimes
dealing with 2000 was like dealing with a cross between Marvin
the Paranoid Android, HAL and a VCR that always blinks 12:00.
JonnyGURU




Re: Setting environment

2001-10-29 Thread David Fisher
In message <[EMAIL PROTECTED]>, Oswald Buddenhagen 
wr
ites:

>heck, you're right. the search engine at lists.debian.org is somehow
>broken; i didn't find anything, although i knew quite well what to
>search for. (bug the web admin with it. :))
>
>> Could someone PLEASE set me straight on this, or at least advise me
>> where I could GAINFULLY look for answers.
>> 
>http://lists.debian.org/debian-kde/2001/debian-kde-200110/msg00143.html
>
>greetings
>

All right.

I have set up:

-rw-r--r--1 root root   34 Oct 29 17:45 95mine_xprofile

in /etc/X11/Xsession.d which contains:

test ~/.xprofile && . ~/.xprofile

In ~/ I have:

-rw-r--r--1 daviddavid  42 Oct 29 18:06 .xprofile

which contains:

HTTP_PROXY="proxy.sydney.apana.org.au:8080"

which I take to be in accord with your suggestion in the quoted post in the 
archives.

Upon restarting X and logging into KDE and running env I find it has had no 
effect.

What is wrong here, please?

-- 
David

"Some weeks it looks like Redmond feels entitled to capture not just part of
what we save, but all of it.  That just isn't going to fly with corporate 
America forever.  When your margins are more sensitive to Bill Gates' pricing
whims than they are [to] the price of oil, that's an untenable position for a
large company to be in."  - John Chapman, Sr. Technology Executive, Amoco





Re: printing

2001-10-29 Thread Nick Bailey
John Batistic wrote:

> I have starting using Kate and find that I cannot print.
>
> I use apsfilter and need to be able to output 'lpr filename' for
> printing to occur.
>
> None of the messages make sense to me. Kde print manager seems to
> be outputting a long complex string which I don't know how to
> change and console error messages refer to directories different
> from where my lp files reside. Printing works fine with kedit
> and non-kde apps.
>

I had this for a time.  It seems to compose a command which has lpr ...
-P"printername" ... which looks fine unless, like me, you have printers with
alternative names in your /etc/printcap.  So I got commands with lpr ...
-P"lp|Printer in the Lab" ... for example, which of course failed.

But this messed up all applications, not just one.

I use xemacs in preference to Kate, although Kate's installed... is there a
"Generic (Print through external command)" option to Kate printing?  If so, you
could try using that with lpr as the external command.  That fixed my particular
problem.

Good luck,

Nick/


>
> Debian testing/unstable 2.2.9. KDE 2.2.1
> How do I enable printing?
>
> Thanks
> John Batistic
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




printing

2001-10-29 Thread John Batistic
I have starting using Kate and find that I cannot print.

I use apsfilter and need to be able to output 'lpr filename' for
printing to occur.

None of the messages make sense to me. Kde print manager seems to
be outputting a long complex string which I don't know how to 
change and console error messages refer to directories different
from where my lp files reside. Printing works fine with kedit
and non-kde apps.

Debian testing/unstable 2.2.9. KDE 2.2.1
How do I enable printing?

Thanks
John Batistic