Find the answer to your Linux question:
Results 1 to 5 of 5
I have installed firefox on my Ubuntu Server. When i type "firefox" on my terminal. it's not running and says "Error: no display specified" How can I specify display and ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2

    Running firefox through terminal

    I have installed firefox on my Ubuntu Server.
    When i type "firefox" on my terminal. it's not running and says
    "Error: no display specified"
    How can I specify display and run firefox through terminal?

    Regards,
    tkeins

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Is it a fresh Server Installation? X Server is not installed in Server Edition by default. Have you installed X Server?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2
    no I haven't yet. I'm going to install now.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Ok, either install complete Desktop Environment like Gnome, KDE, Xfce or install Xorg only.
    Desktop Environments will install a lot of other packages too but xorg will install core packages necessary to run X Server only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    Alternatively, you may have been installed with one of the classic text based browsers:

    w3m {url}

    or

    lynx
    then g to specify url.

    w3m is most often used now since it has mouse support (if the kernel module's loaded) and basic graphics support (again, if svgalibs are installed and configured); Without extras, it's just a fancier clone of Lynx.

    Text based browsing seems a little clunky to those who are not used to it, but once you figure out the navigation, you may be refreshed by the lack of clutter and the extreme speed of which it operates (good for dial-up connections.)

Posting Permissions

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