On Mon, Dec 27, 2004 at 10:14:51AM +0000, Graham Watkins wrote:
> This ought to be easy but I can't figure it out.
> 
> How do I get the iconbox to launch with xfce4 instead of having to start 
> it from the command line?  Is there anywhere I should put a script for 
> this and any other program I want launched on startup?

You have a couple of options.

1. Put a script in $HOME/Desktop/Autostart to start iconbox. It would be
   as simple as

   #!/bin/bash
   /path/to/iconbox &

   The issue with this is that if you decide to switch to another
   desktop environment, iconbox will start.

2. Add a line to /usr/local/etc/xdg/xfce4 (in mine, your location might
   be different like /etc/xdg/xfce4). Just take a peek inside that file
   and you'll see where different things are started. Just add a line
   with "iconbox" and you should be good to go.

Todd

____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to