Results 1 to 6 of 6

Thread: Firefox on xubuntu startup

  1. #1
    Join Date
    Jul 2009
    Posts
    140

    Firefox on xubuntu startup

    Hello.
    Here is my problem. I installed xubuntu on an old pc to my business. It seems to run fairly well. This PC (like all his other buddies) is intended to be placed in the workshops to the terminals. Users will therefore need an application that opens with firefox. For now, I managed to open firefox after booting xubuntu. But I'd like it to open from the start, without the system displays the office or around the GUI. Is it possible, if so, how? I took some courses in unix system, but I am not a regular. Thank you very much in advance.

  2. #2
    Join Date
    May 2008
    Posts
    4,345

    Re: Firefox on xubuntu startup

    Hi
    You can always try to add these two lines in / etc / rc.local
    Code:
    X-nolisten tcp: 0 &
    / usr / bin / firefox-new-window http://application - display: 0
    And disable the startup login prompts graphics such as kdm, gdm or other and then try it.
    Last edited by JonathanD; 19-12-2009 at 01:56 PM.

  3. #3
    Join Date
    Jul 2009
    Posts
    140

    Re: Firefox on xubuntu startup

    Hello
    Code:
    X-nolisten tcp: 0 &
    / usr / bin / firefox-new-window http://application - display: 0
    Thank you for your reply. Where in the file should I add those lines? And what is "to disable the startup logon prompts graphic". How do I do that? Does the display will still Firefox correct? Thank you.
    Last edited by Ameeryan; 19-12-2009 at 02:00 PM.

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Firefox on xubuntu startup

    Hi
    Under xubuntu it seems to me the gdm package that gives you a graphical login prompt at startup. You can try this
    sudo apt-get remove gdm (possibly with the-s option is to simulate first see what it does)
    Regarding the lines that I've given you the places in the / etc / rc.local before the exit 0. Finally the few lines I gave you should start an X server with a single firefox window. No menus, no icons, no background image display, just an X server with a firefox window. And this firefox window will bare.
    Let me explain- This will not allow firefox window frame, the famous framework that allows you to move the window, close it by clicking the little cross or to minimize it.
    Does the display will still firefox mm correct?
    At first I would say yes but the best is to try.

  5. #5
    Join Date
    Jul 2009
    Posts
    140

    Re: Firefox on xubuntu startup

    Hi
    Code:
    sudo apt-get remove gdm (possibly with the-s option is to simulate first see what it does)
    I will try this tonight but I want to know first, I can then return to my environment office, typing startx in a terminal and try it. Thank you!

  6. #6
    Join Date
    May 2008
    Posts
    4,345

    Re: Firefox on xubuntu startup

    Hello
    Code:
    I will try this tonight but I want to know first, I can then return to my environment office, typing startx in a terminal and try it.
    You want to test it on an old PC or your PC to you? In any case if you want to test it on your pc to return to normal you comment the two lines I gave you and you reinstall gdm
    Code:
    sudo apt-get install gdm
    But I just thought of something important, with two lines of code that I just give you unfortunately you start an X server and firefox with root privileges Administrator which is recommended. So to avoid this here are the best lines of code
    Code:
    sudo-u normal X-nolisten tcp: 0 &
    sudo-u normal / usr / bin / firefox-new-window
    Last edited by JonathanD; 19-12-2009 at 01:59 PM.

Similar Threads

  1. Firefox 8 getting crashed on the startup.
    By Vishwa12 in forum Technology & Internet
    Replies: 8
    Last Post: 03-12-2011, 03:33 PM
  2. In Firefox 8, App Tabs always load on startup
    By Hunter! in forum Technology & Internet
    Replies: 9
    Last Post: 30-11-2011, 04:42 PM
  3. How to customize Firefox startup page
    By B-P-ti in forum Technology & Internet
    Replies: 8
    Last Post: 17-09-2011, 07:08 AM
  4. Firefox 3.6.8 crashes at startup
    By Ucchal in forum Windows Software
    Replies: 7
    Last Post: 09-09-2010, 04:40 PM
  5. mozilla firefox slow startup
    By Dayaram in forum Windows Software
    Replies: 3
    Last Post: 02-06-2009, 08:28 AM

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,514,405.05398 seconds with 16 queries