Re: Konqueror crashes on www.distrowatch.com

2002-04-11 Thread Oleg Cherkasov
On Thursday 11 April 2002 04:55, Philippe Plamondon wrote:
> Could some people try to access www.distrowatch.com with konqueror
> 2.2.2-14 (the latest). It crashes every time on my up-to-date woody.
> This is what I get (in the console from where I started it):

It looks good to me, I had updated my woody a day ago.  Try to change a 
Control Panel -> Look & Feel -> Style, window decoration or theme.  I had 
some problems then konqueror could crash under some of the styles for 
example.  I am using KDE-SGI at the moment.

Oleg


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




Re: KDE 3.0 debs

2002-04-11 Thread Josep Febrer Salord
A Dimecres 10 Abril 2002 07:51, MadCoder va escriure:
> Do you will published the scripts to debianize KDE3.0 so that every one
> could build his own packages, until they come into sid ?

I also agree this.

Calc where do you publish the kde3 debs?
On http://people.debian.org/~ccheney or on the ftp of kde?


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




Re: screen capture

2002-04-11 Thread Crispin Wellington
On Wed, 2002-04-10 at 21:38, Quenten Griffith wrote:
> I can't seem to find the tool in KDE for capturing the screen, I think 
> its called kapture.  Is it apart of another package in "testing".

I use import.

import -window root filename.png

It automatically saves in the format specified in the filename
extension. png, jpg etc.

To wait before a capture go...

sleep 5; import -window root filename.png

I just mention it because knowing things on the command line will come
in useful one day. (like capturing a screen remotely).

Kind Regards
Crispin Wellington




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




Re: screen capture

2002-04-11 Thread Justin R. Miller
Said Crispin Wellington on Thu, Apr 11, 2002 at 06:03:32PM +0800:

> I use import.
> 
> import -window root filename.png
> 
> It automatically saves in the format specified in the filename
> extension. png, jpg etc.
> 
> To wait before a capture go...
> 
> sleep 5; import -window root filename.png
> 
> I just mention it because knowing things on the command line will come
> in useful one day. (like capturing a screen remotely).

I wrote the attached script years ago to do the same thing, but to name
the shot according to the date and time, as well as increment the
filename if a similarly-named shot exists.

-- 
[!] Justin R. Miller <[EMAIL PROTECTED]>
PGP 0xC9C40C31 -=- http://codesorcery.net

http://news.independent.co.uk/world/asia_china/story.jsp?story=281067

#!/bin/sh

umask 133
DATE=`date [EMAIL PROTECTED]

if [ $# -ne 1 ]; then
printf "Usage:\n  screenshot delay (in seconds)\n\n"
else
if [ -f /tmp/$DATE.jpg ]; then
COUNT=`ls /tmp/$DATE*.jpg |wc -w |awk '{printf $1}'`
sleep $1
import -silent -window root /tmp/$DATE'.'$COUNT.jpg
else
sleep $1
import -silent -window root /tmp/$DATE.jpg
fi

fi


pgp3OWQrZu26H.pgp
Description: PGP signature


Re: screen capture

2002-04-11 Thread Quenten Griffith
What program is "import" in I don't seem to have that on my system and 
tried a apt-get install import on testing and it was not there then I 
looked for  it on freshmeat and could not find it.

Thanks
Justin R. Miller wrote:
Said Crispin Wellington on Thu, Apr 11, 2002 at 06:03:32PM +0800:
I use import.
import -window root filename.png
It automatically saves in the format specified in the filename
extension. png, jpg etc.
To wait before a capture go...
sleep 5; import -window root filename.png
I just mention it because knowing things on the command line will come
in useful one day. (like capturing a screen remotely).
I wrote the attached script years ago to do the same thing, but to name
the shot according to the date and time, as well as increment the
filename if a similarly-named shot exists.

#!/bin/sh
umask 133
DATE=`date [EMAIL PROTECTED]
if [ $# -ne 1 ]; then
   printf "Usage:\n  screenshot delay (in seconds)\n\n"
else
   if [ -f /tmp/$DATE.jpg ]; then
   COUNT=`ls /tmp/$DATE*.jpg |wc -w |awk '{printf $1}'`
   sleep $1
   import -silent -window root /tmp/$DATE'.'$COUNT.jpg
   else
   sleep $1
   import -silent -window root /tmp/$DATE.jpg
   fi
fi

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



Re: screen capture

2002-04-11 Thread Michael Spanier
Am Donnerstag, 11. April 2002 12:25 schrieb Quenten Griffith:
> What program is "import" in I don't seem to have that on my system and
> tried a apt-get install import on testing and it was not there then I
> looked for  it on freshmeat and could not find it.
>
> Thanks

[EMAIL PROTECTED]:~$ dpkg -S `which import`
imagemagick: /usr/bin/import


Greetings

Michael


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




Re: screen capture

2002-04-11 Thread Giles Constant
On 11 Apr 2002, Crispin Wellington wrote:

> I use import.

So do I, quite regularly, but 99% of the time, it's just because I
forgot to put "#!/usr/bin/env python" at the top of my python script :-)


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




ispell

2002-04-11 Thread Quenten Griffith
Anyone see the error when the try to use spell check in Kword/Kmail 
"Ispell could not be started Please make sure you have Ispell configured 
and in your path"  Of course I check to see if it was in my path and it 
is.  So then I went into the Kcontrol center and checked to see if it 
was turned on, then I went ahead and changed it to Aspell thinking that 
make fix the problem but I still get the same error of Ispell not being 
able to start up even when Aspell is the one I have selected to use 
instead of Ispell.

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



Re: ispell

2002-04-11 Thread Quenten Griffith
Never mind it helps if i have the Aspell en dictionary installed.
Quenten Griffith wrote:
Anyone see the error when the try to use spell check in Kword/Kmail 
"Ispell could not be started Please make sure you have Ispell 
configured and in your path"  Of course I check to see if it was in my 
path and it is.  So then I went into the Kcontrol center and checked 
to see if it was turned on, then I went ahead and changed it to Aspell 
thinking that make fix the problem but I still get the same error of 
Ispell not being able to start up even when Aspell is the one I have 
selected to use instead of Ispell.


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



how to add kicker icons?

2002-04-11 Thread Fred K Ollinger
How to add icons to kicker? Is there some file for this?

Thanks in advance.

Fred Ollinger ([EMAIL PROTECTED])
CCN sysadmin


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




kde3

2002-04-11 Thread Emmanuel Collet
is kde3 available in a debian package?
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



icons themes on kicker

2002-04-11 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I've been using a compiled KDE3 for the past few days, and I was
wondering if anyone else noticed an oddity where kicker starts up with
the default icons each time.  I have to re-apply the theme to make them
stick.  Desktop and other icons are unaffected.  This is with Crystal in
particular.  

I'm asking on this list since there seem to be a good number of folks
using custom KDE3's right now :-)

- -- 
[!] Justin R. Miller <[EMAIL PROTECTED]>
PGP 0xC9C40C31 -=- http://codesorcery.net

http://news.independent.co.uk/world/asia_china/story.jsp?story=281067

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

iD8DBQE8teeU94d6K8nEDDERAqVxAJ43SfP1ZtOGzggngbEEHsbSoGQo5ACfU7nW
+jqbcKiZ6Bm/sm7NsToUlYs=
=BHaL
-END PGP SIGNATURE-


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




Re: icons themes on kicker

2002-04-11 Thread Stephan Jaensch
Hi,

On Thursday 11 April 2002 21:44, Justin R. Miller wrote:
> I've been using a compiled KDE3 for the past few days, and I was
> wondering if anyone else noticed an oddity where kicker starts up with
> the default icons each time.  I have to re-apply the theme to make them
> stick.  Desktop and other icons are unaffected.  This is with Crystal in
> particular.

No problem for me. Be sure to check out using -r KDE_3_0_BRANCH. I'm using 
Crystal as well.

> I'm asking on this list since there seem to be a good number of folks
> using custom KDE3's right now :-)

Yeah sure seems like it. There were times when everybody told you "Try debian 
unstable if you want the newest and coolest stuff". Ah, those were the days. 
Now we're like the only distribution on the planet without a prepackaged KDE3 
for it. :-)

-- 
Ciao...


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




Error after KDM (kde3) Login

2002-04-11 Thread Carlos Acedo
Hi!

I run /opt/kde3/bin/kdm, I get the login screen, I select an user, click
login, just after this I get a X error message (not kde error):

Horizontal-scroll-mode not found

And I get the Login screen again

What's wrong?

Thanks

Regards
Hirs


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




"unsubscribe"

2002-04-11 Thread netburner



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




Re: how to add kicker icons?

2002-04-11 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 11 April 2002 8:17 pm, Fred K Ollinger wrote:
> How to add icons to kicker? Is there some file for this?

You can just drag and drop icons (e.g. from the desktop) onto kicker.

- -- 
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

iD8DBQE8tf2qF8Iu1zN5WiwRAlwZAKCmb9O8stJR8VOot7HRkLr5phIzPQCfdxb+
UMpNlG1CIIIAsRWn3bxrdA4=
=GRat
-END PGP SIGNATURE-


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




Re: assign icons to non-kde apps

2002-04-11 Thread Robert Lindgren
Hi all.

Since nobody has answered this I guess it's not possible to get a fancy
icon to all those rxvt terminals in my taskbar? or for gkrellm, or for
any other non-kde app that doesn't have it's own icon. Or am I totaly
wrong in stating this? Maybe there are some kde-heads out there knowing
anything about how to fix this?

Cheers
/Robert


On Tue, 2002-03-19 at 22:05, kiss the sun and walk on air wrote:
> Is it possible to assign icons to non-KDE applications? Not icons in
> the menu, but the icon that will appear in the taskbar/window
> menu. I'm getting sick of looking at the X for some programs.
> -pete




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




Re: assign icons to non-kde apps

2002-04-11 Thread Achim Bohnet
On Thursday 11 April 2002 23:51, Robert Lindgren wrote:
> Hi all.
> 
> Since nobody has answered this I guess it's not possible to get a fancy
> icon to all those rxvt terminals in my taskbar? or for gkrellm, or for
> any other non-kde app that doesn't have it's own icon. Or am I totaly
> wrong in stating this? Maybe there are some kde-heads out there knowing
> anything about how to fix this?

Right click on your rxvt icon in the taskbar, select preferences ... item,
click on thebig version of the icon used in the taskbar (tab general),
choose whatever icon you want in in the 'Select icon' dialog.

Achim
> 
> Cheers
> /Robert
> 
> 
> On Tue, 2002-03-19 at 22:05, kiss the sun and walk on air wrote:
> > Is it possible to assign icons to non-KDE applications? Not icons in
> > the menu, but the icon that will appear in the taskbar/window
> > menu. I'm getting sick of looking at the X for some programs.
> > -pete
> 
> 
> 
> 
> -- 
> 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]


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




Re: how to add kicker icons?

2002-04-11 Thread Bob Underwood
On Thursday 11 April 2002 15:17, Fred K Ollinger wrote:
> How to add icons to kicker? Is there some file for this?
>
> Thanks in advance.
>
> Fred Ollinger ([EMAIL PROTECTED])
> CCN sysadmin

Right click on the kicker, choose panel > add > (program/icon)

bob


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




Re: kde3

2002-04-11 Thread Malte Cornils
Emmanuel Collet wrote:
is kde3 available in a debian package?
please see the list archives for a recent answer for that. (in 
short: "no, but soon"). Also when posting to lists please open up a 
new topic and do not reply to some unrelated Mail, otherwise your 
mail will likely not get read much.

(that's not meant to flame you though!)
HTH,
Yours Malte #8-)

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