public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* CenterICQ
@  Chris
   ` CenterICQ Jessica and Pets
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Chris @  UTC (permalink / raw)
  To: speakup

Would someone please be ever so kind to attach the tar.gz file for CenterICQ
to an e-mail and send it off to me privately?  I can't seem to find it on
the net...  I'll keep looking in the ming time, but please someone send it
and I'll notify yall if by slim chance I find it...


Chris.



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
   CenterICQ Chris
@  ` Jessica and Pets
     ` CenterICQ Buddy Brannan
   ` CenterICQ Igor Gueths
   ` CenterICQ Lorenzo Prince
  2 siblings, 1 reply; 22+ messages in thread
From: Jessica and Pets @  UTC (permalink / raw)
  To: speakup

You should goto www.centericq.de
No one should have to attach it and send it to you. It is out there very
easy to get.
http://www.centericq.de
Hope this helps.
On Sun, Sep 21, 2003 at 09:05:49AM -0400, Chris wrote:
> Would someone please be ever so kind to attach the tar.gz file for CenterICQ
> to an e-mail and send it off to me privately?  I can't seem to find it on
> the net...  I'll keep looking in the ming time, but please someone send it
> and I'll notify yall if by slim chance I find it...
> 
> 
> Chris.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
   ` CenterICQ Jessica and Pets
@    ` Buddy Brannan
       ` CenterICQ Chris
  0 siblings, 1 reply; 22+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

Its main home page is at
konst.org.ua
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
     ` CenterICQ Buddy Brannan
@      ` Chris
         ` Having a script executed for all users? Darragh
                         ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Chris @  UTC (permalink / raw)
  To: speakup

What country is uA based out of, just wondering.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Having a script executed for all users?
       ` CenterICQ Chris
@        ` Darragh
           ` Buddy Brannan
                           ` (2 more replies)
         ` CenterICQ Buddy Brannan
                         ` (2 subsequent siblings)
  3 siblings, 3 replies; 22+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: speakup

Hello all,
I want to include the following two lines in a script that will execute
no matter who is logging on.

Echo 25 > /proc/speakup/apolo/jiffy_delta
Echo 10 > /proc/speakup/apolo/delay_time

I tried putting it into the /home/darragh/.bash_profile file but As far
as I can tell that file is executed after I log in and I don't have
write permission for the two files.

Thanks

Darragh




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
       ` CenterICQ Chris
         ` Having a script executed for all users? Darragh
@        ` Buddy Brannan
         ` CenterICQ Gregory Nowak
         ` CenterICQ Igor Gueths
  3 siblings, 0 replies; 22+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

The Ukraine, I think; although Konst now lives in Romania.
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Having a script executed for all users?
         ` Having a script executed for all users? Darragh
@          ` Buddy Brannan
             ` Darragh
           ` Joseph C. Lininger
           ` Joseph C. Lininger
  2 siblings, 1 reply; 22+ messages in thread
From: Buddy Brannan @  UTC (permalink / raw)
  To: speakup

Why do you want to execute them upon login?

Really, those should be executed when you boot your machine and should
therefore be put in your startup sequence somewhere...preferably
wherever it is you initialize the rest of your Speakup stuff. I don't
remember what distro you use, so this will vary. In Debian, you want a
file called something like S99speakupinit (make the number lower to
have it run earlier in the boot sequence). Call it whatever you like,
but the capital s denotes that it run on startup. Put this in the run
levels you want, i.e. /etc/rc2.d/S99speakupinit if you primrily use
runlevel 2. There's a way to do this automagically, but I don't
remember it...just make a file with the right sort of name with the
commands you want in it and it'll run when you boot your
machine. Putting those lines in your .profile would (assuming you had
write permissions of course) run *every time* you logged in, which
doesn't make a lot of sense for what you're wanting to do.
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter


^ permalink raw reply	[flat|nested] 22+ messages in thread

* RE: Having a script executed for all users?
           ` Buddy Brannan
@            ` Darragh
  0 siblings, 0 replies; 22+ messages in thread
From: Darragh @  UTC (permalink / raw)
  To: speakup

Thanks, I thought it didn't make much sence but heh it was a start.

I'm using Red hat 8.

-----Original Message-----
From: speakup-admin@braille.uwo.ca [mailto:speakup-admin@braille.uwo.ca]
On Behalf Of Buddy Brannan
Sent: 21 September 2003 17:33
To: speakup@braille.uwo.ca
Subject: Re: Having a script executed for all users?


Why do you want to execute them upon login?

Really, those should be executed when you boot your machine and should
therefore be put in your startup sequence somewhere...preferably
wherever it is you initialize the rest of your Speakup stuff. I don't
remember what distro you use, so this will vary. In Debian, you want a
file called something like S99speakupinit (make the number lower to have
it run earlier in the boot sequence). Call it whatever you like, but the
capital s denotes that it run on startup. Put this in the run levels you
want, i.e. /etc/rc2.d/S99speakupinit if you primrily use runlevel 2.
There's a way to do this automagically, but I don't remember it...just
make a file with the right sort of name with the commands you want in it
and it'll run when you boot your machine. Putting those lines in your
.profile would (assuming you had write permissions of course) run *every
time* you logged in, which doesn't make a lot of sense for what you're
wanting to do.
-- 
Buddy Brannan, KB5ELV/3    | But I will lay my burden 
Email: davros@ycardz.com   | in the cradle of your grace,
ICQ: 36621210              | And the shining beaches of your love,
http://www.ycardz.com      | and the sea of your embrace.--Dave Carter

_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup




^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
       ` CenterICQ Chris
         ` Having a script executed for all users? Darragh
         ` CenterICQ Buddy Brannan
@        ` Gregory Nowak
           ` CenterICQ Chris
         ` CenterICQ Igor Gueths
  3 siblings, 1 reply; 22+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

What country is cx based out of? I was wondering that since first
seeing your email address.

Greg


On Sun, Sep 21, 2003 at 12:18:20PM -0400, Chris wrote:
> What country is uA based out of, just wondering.
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup

-- 
Free domains: http://www.eu.org/ or mail dns-manager@EU.org



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
         ` CenterICQ Gregory Nowak
@          ` Chris
  0 siblings, 0 replies; 22+ messages in thread
From: Chris @  UTC (permalink / raw)
  To: speakup

Heheheheh.

Actually, I have no idea...  I'm on a dynamic dns domain service through
dyndns.org and one of the domains they offered was ath.cx which I just
thought sounded really cool.


Chris.



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
   CenterICQ Chris
   ` CenterICQ Jessica and Pets
@  ` Igor Gueths
   ` CenterICQ Lorenzo Prince
  2 siblings, 0 replies; 22+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Try http://konst.org.ua.

On Sun, 21 Sep 2003, Chris wrote:

> Would someone please be ever so kind to attach the tar.gz file for CenterICQ
> to an e-mail and send it off to me privately?  I can't seem to find it on
> the net...  I'll keep looking in the ming time, but please someone send it
> and I'll notify yall if by slim chance I find it...
>
>
> Chris.
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
       ` CenterICQ Chris
                         ` (2 preceding siblings ...)
         ` CenterICQ Gregory Nowak
@        ` Igor Gueths
  3 siblings, 0 replies; 22+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

That would be the Ukraine.

On Sun, 21 Sep 2003, Chris wrote:

> What country is uA based out of, just wondering.
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: CenterICQ
   CenterICQ Chris
   ` CenterICQ Jessica and Pets
   ` CenterICQ Igor Gueths
@  ` Lorenzo Prince
  2 siblings, 0 replies; 22+ messages in thread
From: Lorenzo Prince @  UTC (permalink / raw)
  To: speakup

The tar.gz file is at
http://thekonst.net/download/centericq-4.9.6.tar.gz
the tar.bz2 is at
http://thekonst.net/download/centericq-4.9.6.tar.bz2
A search for "centericq" on freshmeat.net took me to the homepage where I found these direct download URL's.

Prince
-- 
#!/bin/bash
/usr/games/fortune linuxcookie


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Having a script executed for all users?
         ` Having a script executed for all users? Darragh
           ` Buddy Brannan
@          ` Joseph C. Lininger
           ` Joseph C. Lininger
  2 siblings, 0 replies; 22+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: speakup

Try putting that in to /etc/profile. This should result in it being executed
for all users. The exception is that it won't be executed for anyone who
doesn't have a born style shell.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message ----- 
From: "Darragh" <lists@digitaldarragh.com>
To: <speakup@braille.uwo.ca>
Sent: Sunday, September 21, 2003 10:24 AM
Subject: Having a script executed for all users?


> Hello all,
> I want to include the following two lines in a script that will execute
> no matter who is logging on.
>
> Echo 25 > /proc/speakup/apolo/jiffy_delta
> Echo 10 > /proc/speakup/apolo/delay_time
>
> I tried putting it into the /home/darragh/.bash_profile file but As far
> as I can tell that file is executed after I log in and I don't have
> write permission for the two files.
>
> Thanks
>
> Darragh
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: Having a script executed for all users?
         ` Having a script executed for all users? Darragh
           ` Buddy Brannan
           ` Joseph C. Lininger
@          ` Joseph C. Lininger
  2 siblings, 0 replies; 22+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: speakup

Please ignore my previous post. I realized my mistake after I'd already sent
the message. You can't write to those files under any user except root, so
you should execute those commands in your startup files.
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message ----- 
From: "Darragh" <lists@digitaldarragh.com>
To: <speakup@braille.uwo.ca>
Sent: Sunday, September 21, 2003 10:24 AM
Subject: Having a script executed for all users?


> Hello all,
> I want to include the following two lines in a script that will execute
> no matter who is logging on.
>
> Echo 25 > /proc/speakup/apolo/jiffy_delta
> Echo 10 > /proc/speakup/apolo/delay_time
>
> I tried putting it into the /home/darragh/.bash_profile file but As far
> as I can tell that file is executed after I log in and I don't have
> write permission for the two files.
>
> Thanks
>
> Darragh
>
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: centericq
   centericq Alex Snow
@  ` Adam Myrow
  0 siblings, 0 replies; 22+ messages in thread
From: Adam Myrow @  UTC (permalink / raw)
  To: speakup

There's a README file in the source package that explains most of it.  The
guy isn't a nitive speaker of English, so the text reads awkwardly in
places.  However, it covers most everything.




^ permalink raw reply	[flat|nested] 22+ messages in thread

* centericq
@  Alex Snow
   ` centericq Adam Myrow
  0 siblings, 1 reply; 22+ messages in thread
From: Alex Snow @  UTC (permalink / raw)
  To: speakup

Hi all,

I just installed centericq and am trying to get it configured.  I have one
question:
Where can I get some docs on this prog?

--
A message from the system administrator: "I've upped my priority, now up yours!"



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: centericq
   centericq Alex Snow
   ` centericq Frank Carmickle
   ` centericq Shaun Oliver
@  ` Toby Fisher
  2 siblings, 0 replies; 22+ messages in thread
From: Toby Fisher @  UTC (permalink / raw)
  To: speakup

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, 20 Jan 2003, Alex Snow wrote:

> Hi All,
>
> I have downloaded centericq to use msn messenger under linux.  Before I
> install It, I have one question:
> How good does it work with speakup?

It takes some getting used to as others have said.
You should be aware that the voice-chat facilities of MSN aren't
supported, or at least, if they are, they're undocumented and I haven't
figured it out yet.

Cheers.

- -- 
Toby Fisher	Email: toby@tjfisher.co.uk
Tel.: +44(0)1480 417272	Mobile: +44(0)7974 363239
ICQ: #61744808
   Please avoid sending me Word or PowerPoint attachments.
   See http://www.fsf.org/philosophy/no-word-attachments.html

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: pgpenvelope 2.10.2 - http://pgpenvelope.sourceforge.net/

iD8DBQE+LPYZKl9qIwuqk+IRAt73AJ4qMzOYG64bCDRI1jQcaTzxZ5UWXwCcCcLK
1RJ3dgJ13cwqYPk9a+4jU2o=
=VUsk
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: centericq
   centericq Alex Snow
   ` centericq Frank Carmickle
@  ` Shaun Oliver
   ` centericq Toby Fisher
  2 siblings, 0 replies; 22+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

hi there,
centericq is a bit messy until you get use to it it's a dialog based app 
that uses ncurses and you also need the correct libsigc++ installed.
I've found though that on my red hat system I find I get peoples nicks or 
the end character of their nicks on my stats line.
um. make that status.
but once you figure it out, it's not too bad.


-- 
Shaun Oliver
A message from the system administrator: 
"I've upped my priority, now up yours!"
email: shaun_oliver@optusnet.com.au
icq: 76958435
yahoo: blindman01_2000
msn: blindman_2001@hotmail.com
aim: captain nemo 200



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: centericq
   ` centericq Frank Carmickle
@    ` Alex Snow
  0 siblings, 0 replies; 22+ messages in thread
From: Alex Snow @  UTC (permalink / raw)
  To: speakup

Ok I'll install it and see how it works.


--
A message from the system administrator: "I've upped my priority, now up yours!"
On Mon, 20 Jan 2003, Frank Carmickle wrote:

> On Mon, 20 Jan 2003, Alex Snow wrote:
>
> > Hi All,
> >
> > I have downloaded centericq to use msn messenger under linux.  Before I
> > install It, I have one question:
> > How good does it work with speakup?
>
> It's not the greatest thing in the world.  However it is my preferred icq
> client.  Install it and see for yourself.
>
> --FC
>
>
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
>



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: centericq
   centericq Alex Snow
@  ` Frank Carmickle
     ` centericq Alex Snow
   ` centericq Shaun Oliver
   ` centericq Toby Fisher
  2 siblings, 1 reply; 22+ messages in thread
From: Frank Carmickle @  UTC (permalink / raw)
  To: speakup

On Mon, 20 Jan 2003, Alex Snow wrote:

> Hi All,
>
> I have downloaded centericq to use msn messenger under linux.  Before I
> install It, I have one question:
> How good does it work with speakup?

It's not the greatest thing in the world.  However it is my preferred icq
client.  Install it and see for yourself.

--FC



^ permalink raw reply	[flat|nested] 22+ messages in thread

* centericq
@  Alex Snow
   ` centericq Frank Carmickle
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Alex Snow @  UTC (permalink / raw)
  To: speakup

Hi All,

I have downloaded centericq to use msn messenger under linux.  Before I
install It, I have one question:
How good does it work with speakup?

--
A message from the system administrator: "I've upped my priority, now up yours!"



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 CenterICQ Chris
 ` CenterICQ Jessica and Pets
   ` CenterICQ Buddy Brannan
     ` CenterICQ Chris
       ` Having a script executed for all users? Darragh
         ` Buddy Brannan
           ` Darragh
         ` Joseph C. Lininger
         ` Joseph C. Lininger
       ` CenterICQ Buddy Brannan
       ` CenterICQ Gregory Nowak
         ` CenterICQ Chris
       ` CenterICQ Igor Gueths
 ` CenterICQ Igor Gueths
 ` CenterICQ Lorenzo Prince
  -- strict thread matches above, loose matches on Subject: below --
 centericq Alex Snow
 ` centericq Adam Myrow
 centericq Alex Snow
 ` centericq Frank Carmickle
   ` centericq Alex Snow
 ` centericq Shaun Oliver
 ` centericq Toby Fisher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).