RE: [newbie] How to run script on KDE start?

2003-06-26 Thread Stephen Kuhn
On Thu, 2003-06-26 at 23:24, Burrows, Scott wrote:
 Stephen,
 I don't seem to have an autostart under /yourname/Destktop/
 
 I do have an autostart under /home/yourname/.kde/Autostart
 
 Is that what you meant?
 
 Scott

Yeppers.

-- 
Thu Jun 26 23:35:00 EST 2003
 23:35:00 up 1 day, 23:21,  2 users,  load average: 0.94, 1.01, 1.01
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

A friend of mine is into Voodoo Acupuncture.  You don't have to go.
You'll just be walking down the street and...  Ooohh, that's much better.
-- Steven Wright

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] How to run script on KDE start?

2003-06-26 Thread Burrows, Scott
Stephen,
I don't seem to have an autostart under /yourname/Destktop/

I do have an autostart under /home/yourname/.kde/Autostart

Is that what you meant?

Scott

-Original Message-
From: Stephen Kuhn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 25, 2003 6:40 PM
To: newb-mdk
Subject: Re: [newbie] How to run script on KDE start?


On Thu, 2003-06-26 at 05:28, Tango Echo wrote:
 Hi all,
 
 I have a MDK 9.1 KDE box that I would like to run a
 bash script on start.  Becuase the script in turn
 plays sound files, I would like it to run at the very
 end of the KDE start up sequence or as soon as KDE is
 up and running.  
 
 TIA!

Create a link to the script and put it in your
~/home/yournamehere/Desktop/Autostart folder.

-- 
Thu Jun 26 08:35:01 EST 2003
 08:35:01 up 1 day,  8:21,  2 users,  load average: 0.85, 0.57, 0.47
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

But you who live on dreams, you are better pleased with the sophistical
reasoning and frauds of talkers about great and uncertain matters than
those who speak of certain and natural matters, not of such lofty nature.
-- Leonardo Da Vinci, The Codex on the Flight of Birds


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


[newbie] How to run script on KDE start?

2003-06-25 Thread Tango Echo
Hi all,

I have a MDK 9.1 KDE box that I would like to run a
bash script on start.  Becuase the script in turn
plays sound files, I would like it to run at the very
end of the KDE start up sequence or as soon as KDE is
up and running.  

TIA!

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] How to run script on KDE start?

2003-06-25 Thread John Drouhard
On Wed, 25 Jun 2003 12:28:20 -0700 (PDT)
Tango Echo [EMAIL PROTECTED] wrote:

 Hi all,
 
 I have a MDK 9.1 KDE box that I would like to run a
 bash script on start.  Becuase the script in turn
 plays sound files, I would like it to run at the very
 end of the KDE start up sequence or as soon as KDE is
 up and running.  
 
 TIA!

Correct me if I'm wrong, but couldn't ya just put the script in the
~/.kde/Autostart folder?

John Drouhard


-- 
Wed Jun 25 15:45:07 CDT 2003
-
They told me to install Windows 98 or better, so I installed Linux.
Registered Linux User # 315649
Registered Machine # 201001

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] How to run script on KDE start?

2003-06-25 Thread Derek Jennings
BTW: If you are using the OSS sound drivers you might find your sounds from 
your script do not play. This is because the OSS drivers can only allow 1 
application at a time to use the sound system, and the KDE 'arts' sound 
system will be using the sound card to play the start up sound. If you get 
this problem. Using the alsa drivers ought to fix it.  (You can check your 
alsa configuration here http://www.alsa-project.org/alsa-doc/  )

derek


On Wednesday 25 Jun 2003 9:41 pm, Derek Jennings wrote:
 Right click on your desktop and select CreateNewLink to Application
 Fill in the details of your script in the window that pops up. You will
 then have a desktop link to your script. Then drag and drop the desktop
 link into ~/.kde/Autostart

 The script will then run after KDE starts.

 HTH

 derek

 On Wednesday 25 Jun 2003 8:28 pm, Tango Echo wrote:
  Hi all,
 
  I have a MDK 9.1 KDE box that I would like to run a
  bash script on start.  Becuase the script in turn
  plays sound files, I would like it to run at the very
  end of the KDE start up sequence or as soon as KDE is
  up and running.
 
  TIA!
 
  __
  Do you Yahoo!?
  SBC Yahoo! DSL - Now only $29.95 per month!
  http://sbc.yahoo.com

-- 
--
www.jennings.homelinux.net


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] How to run script on KDE start?

2003-06-25 Thread Stephen Kuhn
On Thu, 2003-06-26 at 05:28, Tango Echo wrote:
 Hi all,
 
 I have a MDK 9.1 KDE box that I would like to run a
 bash script on start.  Becuase the script in turn
 plays sound files, I would like it to run at the very
 end of the KDE start up sequence or as soon as KDE is
 up and running.  
 
 TIA!

Create a link to the script and put it in your
~/home/yournamehere/Desktop/Autostart folder.

-- 
Thu Jun 26 08:35:01 EST 2003
 08:35:01 up 1 day,  8:21,  2 users,  load average: 0.85, 0.57, 0.47
-
|____  |kuhn media australia|
|   /-oo /| |'-.   |http://kma.0catch.com   |
|  .\__/ || |   |  ||
|   _ /  `._ \|_|_.-'  |stephen kuhn|
|  | /  \__.`=._) (_   | email: [EMAIL PROTECTED] |
-
 linux user #:267497 linux machine #:194239 * MDK 9.1  RH 7.3  
 Mandrake Linux Kernel 2.4.21-11mdk Cooker for i586
-
 * This message was composed on a 100% Microsoft free computer *

But you who live on dreams, you are better pleased with the sophistical
reasoning and frauds of talkers about great and uncertain matters than
those who speak of certain and natural matters, not of such lofty nature.
-- Leonardo Da Vinci, The Codex on the Flight of Birds

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com