Results 1 to 4 of 4

Thread: Run Applications at start-up in Kubuntu

  1. #1
    Join Date
    Jan 2009
    Posts
    202

    Run Applications at start-up in Kubuntu

    Hey guys!
    I am new to linux and using the Kubuntu 8.10 edition... I use three specific programs and want it to run at startup as we do in Windows... Can anyone help me with this? Please help guys! Would really appreciate if any help...! Thanks in advance...!

  2. #2
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Run Applications at start-up in Kubuntu

    Hey...!
    Yeah you can do that.. Just follow the instructions below... Have broken into multiple post so that you can understand well...! Read On :

    First Step
    Open your Konsole, Terminal or Yakuake (refer to Tips for Yakuake Installation). The first thing we need to find is the location of the application. The command, whereis, will be used to do just that. Since I use the command line quite a bit, I will go with Yakuake. Type: whereis yakuake. The results will show you the location to the application and the manual. We only need the binary, /usr/bin/yakuake.

  3. #3
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Run Applications at start-up in Kubuntu

    Second Step

    Now that we have the location, we need to copy the binary to the Autostart folder; /home/user/.kde/Autostart. A regular user cannot manipulate the /usr folder or its contents. For this reason, we will use "sudo". Type the following command into Konsole, Terminal or Yakuake window: sudo cp /usr/bin/yakuake /home/user/.kde/Autostart/ . The last slash is important.

  4. #4
    Join Date
    Jan 2009
    Posts
    1,738

    Re: Run Applications at start-up in Kubuntu

    Step Three

    We have now successfully copied the Yakuake binary to your Autostart folder. Reboot your computer, if you wish, to see the application start at login. You will see a popup window in the top left corner of your screen letting you know Yakuake has been started.

Similar Threads

  1. "Try Kubuntu / install kubuntu" Spash, start screen
    By thekid86 in forum Operating Systems
    Replies: 1
    Last Post: 17-06-2011, 08:02 PM
  2. Replies: 4
    Last Post: 21-12-2010, 01:16 PM
  3. How to deploy Java Web Start Applications on JBoss
    By CodGuru in forum Software Development
    Replies: 2
    Last Post: 28-07-2010, 11:22 PM
  4. To Auto-start applications on mobile phone
    By Japheth in forum Portable Devices
    Replies: 2
    Last Post: 04-04-2009, 02:11 PM
  5. Kubuntu 8.10
    By Din_the1 in forum Operating Systems
    Replies: 2
    Last Post: 12-12-2008, 06:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,513,580.07697 seconds with 17 queries