Results 1 to 6 of 6
How can I start firefox when the system boots? I am using suse 11.0....
- 09-19-2009 #1Just 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.
- 09-19-2009 #2
Assuming that you run KDE 4.X as the GUI
Put a script in the Autostart directory under the ~ /.kde4 directory
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.Code:#! /bin/bash firefox
- 09-19-2009 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
- 09-19-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
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.
- 09-19-2009 #5
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
- 09-19-2009 #6Linux Newbie
- Join Date
- Apr 2009
- Posts
- 160
They are assuming you're running KDE. Open a terminal and do
to see if you have a .kde folder.Code:cd ~ ls .kde
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.


Reply With Quote
