Find the answer to your Linux question:
Results 1 to 6 of 6
How can I start firefox when the system boots? I am using suse 11.0....
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Posts
    2

    Starting firefox automaticly

    How can I start firefox when the system boots? I am using suse 11.0.

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    Assuming that you run KDE 4.X as the GUI

    Put a script in the Autostart directory under the ~ /.kde4 directory

    Code:
    #! /bin/bash
    firefox
    That should do it. Note: the .kde4 directory is a hidden directory because it starts with a period. If using the GUI you need to set View-Show hidden on.

  3. #3
    Just Joined!
    Join Date
    Nov 2007
    Posts
    2

    Where will i find .kde4

    Thanks for your reply. However I have been unable to locate .kde.

    Quote Originally Posted by gogalthorp View Post
    Assuming that you run KDE 4.X as the GUI

    Put a script in the Autostart directory under the ~ /.kde4 directory

    Code:
    #! /bin/bash
    firefox
    That should do it. Note: the .kde4 directory is a hidden directory because it starts with a period. If using the GUI you need to set View-Show hidden on.

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by abique View Post
    Thanks for your reply. However I have been unable to locate .kde.
    The dot in front of the folder name indicates that it's a hidden folder. You'll need to set your file manager to show hidden files, then you should be able to find it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  5. #5
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    It will be hidden in your /home .
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  6. #6
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    They are assuming you're running KDE. Open a terminal and do

    Code:
    cd ~
    ls .kde
    to see if you have a .kde folder.

    This HOWTO: Automatically Start a Program When KDE Starts : New Linux User - Linux Tips – Information for Using Linux should help for KDE

    This Ubuntu Desktop Guide - Run programs automatically when GNOME starts should help for Gnome.


    Also usually once you have everything set up and on which desktop you have it, when you shut down KDE nicely, it should save the settings.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...