General :: Set Default Browser On Ubuntu From Command Line?

May 10, 2011

I'm using Ubuntu 10.04 with Fluxbox.

Since I installed Chromium-browser, it has been set as the default system browser (don't know why, don't know when, maybe I clicked accept somewhere without paying attention). Now every web link I click (for example from Skype), Chromium will be opened instead of Firefox.

How can I make Firefox my system default browser?

I need to set this preference using the command line.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Mail() Works In Command Line But Does Not In Browser?

Jun 18, 2011

I'm trying to configure sending mail from my site under Ubuntu 10.04 LTS.I have installed LAMP and postfix. To test mail I created the file test.php with code:

PHP Code:
$to = 'mymail@gmail.com';
$subject = 'The subject';

[code]....

View 1 Replies View Related

Fedora :: Setting Default Browser From Terminal Command?

Jul 23, 2011

Anybody know the names for the config for trying to set the default browser in Fedora KDE (from Konqueror to Opera ) ...

Code:

update-alternatives --config (name)

this may be for debian distros only ?

[URL]

i.e what are the group names ?

View 6 Replies View Related

Ubuntu :: Cant Set Default Browser To Chromium - Asks For Default Browser?

May 31, 2011

For some reason, i cannot set my default browser to Chromium. Whenever i open up Chromium, it asks whether it should be the default browser or not. I say yes i mean "Set as default" But nothing happens. When i open it again, i am greeted with the same question again.

View 3 Replies View Related

Ubuntu :: Change Default Window Manager Through Command Line?

Jul 16, 2011

I'd to know how to change ubuntu's default window manager through command line.

View 1 Replies View Related

Ubuntu :: Unable To Hear Sound Played Through Both Browser-based Flash And Locally Stored Files After Install Command Line

Aug 18, 2011

I have recently installed Ubuntu 11.04 from the alternative installation CD; the installation was just the command line system. On top of this I have installed xorg and awesome window manager. The only problem I am having is with sound; I am unable to hear sound played through both browser-based Flash and locally stored files.

Is there something that I have to do before I can use sound? Edit: I have solved the original problem however I would like to know if I can remove pulseaudio as it seems that I am only using alsa.

View 8 Replies View Related

OpenSUSE :: Change Default Command Line Editor?

Mar 1, 2010

I want to change the default command line editor from vim to nano, so for example when I type "visudo", I want it to user nano. In Ubuntu this can be easily done by using "update-alternatives --config editor", but openUSE doesn't have an editor-option

View 4 Replies View Related

OpenSUSE :: Defining Default Applications Via Command Line/terminal?

Apr 7, 2011

I recently upgraded from 11.3 to 11.4 succesfully. I had to reinstall several applications and, some of them, can't be configured as default from the control panel (e.g. Opera as default browser, VLC as default media player). The problem is that droplists at the prefered applications don't show any other than the default ones, Firefox and TotemIs there a way I can change these settings via command line or a way to fix what applications are shown at the control panel?

View 8 Replies View Related

Ubuntu :: Which Is The Default File Browser (NOT Web Browser) Of 10.10 Maverick Meerkat

Apr 18, 2011

Which is the default file browser(NOT web browser) of Ubuntu 10.10 Maverick Meerkat?Nautilus?Are there any others for Ubuntu?

View 7 Replies View Related

General :: Click Set As Default Browser But It Does Not Do Anything?

Jun 14, 2011

I am running PC LinuxOS 2010.12, I am using google chrome as my web browser, when I open Chrome it asks me if I want to set chrome as my default browser and I click yes. The message goes away, but the next time I open the browser its asks again. When I go to the tools settings it says that chrome is not the default browser and I try to click set as default browser but it does not do anything,

View 4 Replies View Related

General :: Command Line Way To View A Line Of A File With Context?

Feb 24, 2011

I'd like show a certain line or lines of a file with context, kind of like a unified diff, on the command line in Linux:

$ (something) -l 154 stuff.py
150: def foo(bar):
151: """

[code]....

View 5 Replies View Related

General :: Printing Command Line History Without Line Numbers?

Aug 22, 2011

How can I print Linux command line history without including the line numbers? I want to send it all to a text file like this:history >> history.txt

View 1 Replies View Related

General :: How To Set Default Browser For PDF Reader Evince

Jun 14, 2010

I find this command
sudo update-alternatives -config x-www-browser
I choose Chrome. It works for xpdf, but Evince still starts Firefox after click. I feel Linux is not standard. I use Linux Mint 8 (Helena) LXDE.

View 2 Replies View Related

Ubuntu :: Reset Compiz Settings From Command-line To Default System Settings?

Jan 31, 2010

Did you play too much with compiz and after-a-while you realize that certain functions are not working anymore?

Well, just follow the steps below:

Quote:

gconftool-2 --recursive-unset /apps/compiz

Then,

Quote:

Restart your PC / lappy

[URL]

View 4 Replies View Related

General :: Why Is 'browser.backspace_action' Turned Off By Default In Firefox

Apr 25, 2010

How come this setting is disabled (2 in about:config rather than 0) under Linux by default? Is there a reason to not turn it on?

View 1 Replies View Related

General :: Ubuntu 10.10 And Command Line Scripts - Error - Android: Command Not Found

Mar 26, 2011

I know my way around MS Windows much better, but I just don't feel right trying to program something for Android on a Microsoft operating system. I am interested in Android programming so I followed the instructions on [URL] to install the environment on my computer...

I just installed the JDK, SDK, Eclipse successfully (or I assume):

* When I get to Step 4 where I'm supposed to run 'android' it will not run. I get the error message "android: command not found" (I am definitely in the right directory).

** When I double-click it in nautilus, it opens up in gedit. I can set the permissions in nautilus (through the properties - Allow executing file as a program) and get it to work,

My system:

Intel i7
Ubuntu 10.10 Maverick Meerkat
android-sdk-linux-x86
eclipse 3.6.2

View 5 Replies View Related

Fedora :: Run Python3 Scripts From Command Line And Call Up Python 2.6.2 Idle With The Command Idle From Command Line?

May 29, 2010

i've gotten my fedora 12 to the point where i can run python3 scripts from command line and can call up python 2.6.2 idle with the command 'idle' from command line. what command will call up python3 (3.1.2 to be exact) idle?

View 5 Replies View Related

General :: Access The Dbxml From The Command Line And It Returns Command Not Found?

Apr 30, 2011

I installed the Berkeley DB on the Ubuntu server and tried to access the dbxml from the command line and it returns command not found

path/to/dir/dbxml-2.5.16/install/bin$dbxml
-bash" dbxml: command not found

Can someone point me in the right direction

View 1 Replies View Related

General :: Write <Esc> In The Vim Command Line (:vim Command)?

Jun 24, 2011

how do you write the ASCII character #27 in the vim command line?

View 6 Replies View Related

General :: Apache Command And Terminal / Command With Apache Through Web Browser And It Is Not Working?

Aug 18, 2009

I want to run a linux command with apache through web browser and that's is not working. and it's working properly when I execute this command through terminal, where is the problem?

NOTE: apache have the privileges to execute the command

View 7 Replies View Related

General :: Use Cd Command To Navigate Back And Forward (like Browser)?

Sep 6, 2011

Is it possible to use cd command to navigate back and forward (like browser)?. Something similar to cd - but it only swaps current and last location. I know I can push dir on stack, it would be great to use cd -> and cd <-, though.

View 3 Replies View Related

General :: Host Command And Web Browser's Don't Accept Hosts.conf Order

Mar 4, 2011

Why does ping see audit.median.hu as 127.0.0.0, and why does host -t a audit.median.hu see it as 193.68.35.149? audit.median.hu is just an example site [hosts ads, etc.]

I just have a caching nameserver on my Fedora PC:

I configured my DNS server addresses in the Network-Manager Applet: 127.0.0.1, 8.8.8.8

Even with Wireshark, I can see it:

So the big question: Why don't the host command or my web browser recognize that I have modified audit.median.hus IP address?

View 1 Replies View Related

General :: Ubuntu 10.10 - How To Use Command Line

Oct 18, 2010

I really would like to learn all I can about using the command line. So if anyone knows of a good tutorial please let me know. I am running Ubuntu 10.10.

View 3 Replies View Related

General :: Can't Boot Ubuntu To Command Line

Aug 8, 2010

Just installed Ubuntu 10.04 LTS as a VM on MAC OSX. I want to auto boot to the command line, but the GUI keeps coming up. I ran "sudo update-rc.d -f gdm remove", but it didn't work.

View 8 Replies View Related

General :: Cannot Log In From Command Line

Apr 1, 2010

trying to install the latest NVIDIA drivers:

I need to disable the X server to install it, which brings me to a blank screen prompting for a login before continuing. it reads thusly:

Ubuntu 9.10 chris-linux

chris-linux login: [i would assume i put in chris here...]

Password:[i type the password i use to login from the normal GUI screen, however i see no indication that im typing anything..]

Login incorrect

View 4 Replies View Related

General :: How To Tell Which OS With Command Line

Jan 21, 2010

Just want to know what OS is, Fedora/RH/... Tried the following on a redhat machine:
uname -o : GNU/Linux
less /proc/version:
Linux version 2.6.18-164.el5 (mockbuild@x86-002.build.bos.redhat.com)
(gcc version 4.1.2 20080704) (Red Hat 4.1.2-46)) #1 SMP Tue Aug 18 15:51:54 EDT 2009
What is the right command to do it?

View 9 Replies View Related

Ubuntu :: Can't Set Firefox As Default Browser?

Jun 3, 2010

I have Chromium and Firefox installed on Karmic. HTML files by default open with Chromium. I try to set Firefox as the default application through the "Other application..." dialog, but it opens the file through Firefox once, then after it goes back to Chromium

View 4 Replies View Related

Ubuntu :: Iron Browser As Default?

Jun 11, 2010

Ubuntu 10.04 running on HP Compaq nx9600 laptop

I have a question re: Iron web browser. I downloaded the the latest iron-linux-32.gz

I unzipped the package to /opt/iron-linux-32 and I can run the browser with no problem from the command line or from the gui. This is good.

However, how can I add Iron to the list of applicable browsers so that I can tell the OS to use Iron and not Firefox as default browser? Only Firefox is in the list of preferred applications.

View 3 Replies View Related

Ubuntu :: Get Firefox As The Default Browser

Dec 28, 2010

I tried Chrome, but I still like Firefox better. I can't figure out how to get Firefox back as the default browser. When I go to Preferences --> Prefered Applications, web browser is set to Firefox.

I found this post...[url]

They said to run this command...

Code:

Tried that and it didn't help either. When clicking on link icons on my desktop, they open up in Chrome. Chrome says something to the extent "chrome is not your default browser to open links with. Do you want to make it?" I selected No and checked the box to not show it again. (That's why the above is not exactly what it said.) Kind of funny it said that yet it still opened up with Chrome and not Firefox.

View 4 Replies View Related

Ubuntu :: How To Set Opera As Default Web Browser

Feb 28, 2011

I want to know how to set Opera as the default web browser.

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved