Ubuntu :: Cannot Seem To Launch Firefox By Clicking On Any Of Shortcuts

Mar 3, 2010

Whenever im logged into my Ubutu Desktop at home remotely from work i cannot seem to launch Firefox by clicking on any of the shortcuts.Seems the only thing that lets me lauch it is by opening a command windown and typing "sudo firefox".

View 8 Replies


ADVERTISEMENT

General :: Keyboard Shortcuts Only Work After Clicking On The Desktop?

Jul 6, 2010

I've started using the keyboard shortcuts in Linux Mint with the Gnome desktop, and I've found that they don't work unless I first click on the desktop with the mouse.

The problem occurs if I start with no application windows open, then open a single application, and later close it leaving an empty desktop. If any other app windows are open the keyboard shortcuts still work. But if there are no other windows open the shortcuts fail to work until I click on the desktop. It's as though the system fails to return the input focus to the desktop when the last remaining app window is closed.

View 2 Replies View Related

Ubuntu Installation :: Launch Utilities And Other Programs That Have .exe Extensions By Double Clicking The .exe File?

Apr 27, 2010

I recently installed ubuntu 9.10. I have been trying to launch utilities and other programs that have .exe extensions by double clicking the .exe file. Each time I attempt this I get the following error message in archive manager:

[Code]...

View 5 Replies View Related

General :: Launch A Terminal By Clicking On The Terminal Icon At The Top Of The Screen

Apr 22, 2010

I have a favorite REXX program called fv2. When I was a Windows user I had an icon for fv2 on the Quick Launch bar. Click that icon, and the program ran. Now, as a Linux (Ubuntu) user it is necessary to go through several steps to run fv2.

1) Launch a terminal by clicking on the terminal icon at the top of the screen. What's that area called? The GNOME panel?
2) Enter: ~/Desktop/RexxScripts
3) Enter: regina fv2

I run fv2 several times per day and would really like to have the convenience of a clickable icon.

View 3 Replies View Related

Ubuntu :: Firefox Not Working When Clicking?

Aug 21, 2010

I can't get Firefox to load up. I know what the problem is by reading this post http://ubuntuforums.org/showthread.php?t=828648

But I can't get it to go back to working by using the solution provided. I'm using Lucid Lynix by the way.

View 7 Replies View Related

Ubuntu :: Firefox On Top When Clicking Links From Other Apps?

Apr 23, 2010

Clicking on a web link in an application used to open Firefox in the foreground, on top of the calling application in previous versions of Ubuntu (i.e. whatever versions of applications shipped by default).

In Ubuntu 10.04 if I click on a link in an email message then it opens the page within Firefox 3.6.3, but leaves Firefox behind the calling application. I would prefer to have Firefox take the focus and load the web page on top of my email. I have tried the usual fixes (setting browser.tabs.loadDivertedInBackground and disabling the Ubuntu extensions), but I can not make Firefox take the focus. Funnily enough, most of the threads I see refer to preventing Firefox from opening on top.

View 9 Replies View Related

Ubuntu :: Firefox Freezes When Clicking Menu

Aug 24, 2010

Firefox 3.6.8 is freezing whenever I click a menu item. It locks up for about 25 seconds before continuing. It does this even in safe mode, or if all the addons and extentions are disabled. I have even tried deleting and creating a new profile. Chrome works fine. Also, on another login account, firefox is working fine!

View 1 Replies View Related

Fedora :: Non-root User Cannot Launch 'shortcuts' From The File Manager / Plasma Desktop Manager

Aug 3, 2011

Non-root user cannot launch "shortcuts" (sorry I grew up on windows, don't know the right term) from the file manager or plasma desktop manager.They have full permissions to the shortcuts, even ones they create do not work.If I log in with root permissions they work fine

View 2 Replies View Related

Ubuntu :: Firefox - Mouse Randomly Stops Clicking?

Jan 6, 2011

some windows fail to react to my mouse clicks (left and right). This has been starting to happen more and more often. However, one window usually stays working normally, while all others fail. Usually, it's the gnome-panel, but one time, this happened to Firefox. During this, I discovered that clicking a window above firefox, would go through the window, and Firefox would recieve it instead, as if the window wasn't there. Even stranger, firefox was not the active window, and all keyboard and mouse commands were received perfectly, however, the window titlebar wouldn't darken as usual. I can still move the mouse around, but when I keep it still for a minute, I see "View your Appointments and Tasks", pop-up, but it sticks to the screen afterward. A reboot fixes this problem, but only for a while. his also occurs when booting from the live Ubuntu 10.10 i386 Desktop Edition CD. I'm using a Logitech Mouse, but I don't believe this has to do with hardware, since this doesn't happen on Windows.

View 2 Replies View Related

Ubuntu :: Firefox - If There Is More Than One Page Tab It Makes A Loud Clicking Noise

Feb 3, 2010

I love Ubuntu, but it makes a loud sort of death rattle when it starts up, disturbing other people. Also when I exit Firefox, if there is more than one page tab, it makes a loud clicking noise. How can I stop these things?

View 2 Replies View Related

Ubuntu :: Clicking On A Link In Tbird No Longer Opens Firefox?

Jul 27, 2010

Since I upgraded to Firefox 3.6.8, when I click on a link in Thunderbird 3.1.1, nothing happens!! Right-clicking on a link and selecting "Open Link in Browser" does not work either. Any idea what might be the cause of this annoying problem?

View 3 Replies View Related

OpenSUSE :: Right Clicking On Flash Will Cause Firefox To Freeze?

May 16, 2011

Firefox and flash have just been automatically updated to 3.6.17-0.2.1 & 10.3.181.14-0.2.1. Flash no longer seems to work very well and right clicking on flash will cause firefox to freeze. These problems do not happen with Opera.

View 2 Replies View Related

Fedora :: Clicking URLs In Thunderbird Does Not Start Firefox In F15?

May 27, 2011

Does anyone have the problem where clicking a URL in an email in Thunderbird doesn't start up Firefox? It used to work in previous Fedora releases

View 6 Replies View Related

OpenSUSE :: Firefox Shortcuts Broken / What To Do?

Apr 25, 2010

Firefox in openSUSE has a customized openSUSE toolbar menu. The hyperlink to openSUSE documentation is broken (HTTP 404). Please remove it; it is sufficient to visit the home page and to access the documentation from there.

View 2 Replies View Related

Ubuntu :: Firefox Vimperator Conflicting With Regular Keyboard Shortcuts?

Aug 26, 2010

I think firefox vimperator is great, but unlike google chrome it completely overrides all general shortcuts, copying, pasting,s elect all. does anyone know how to restore these?

View 1 Replies View Related

Ubuntu :: Keyboard Shortcuts In Firefox - Backspace Key To Take Me Back To The Previous Page

Sep 1, 2011

Can i set keyboard shortcuts in firefox? in particular, i would like the backspace key to take me back to the previous page.

View 2 Replies View Related

Programming :: Bash Script - Sending Shortcuts To Firefox

Aug 26, 2010

When I attempt to extract some webpages there are far too many jscript functions and html encodings. Hence, I can manually search the page, perform select all (^A), copy (^C) it, open a prepared file (^O), but cannot figure how to paste it (&V). I want to do this from a bash script. I know how to do the search. Now how do I send these shortcuts (especially ctrl-C) to Firefox. Once I have the page copied to the clipboard, I think I can figure out how to open a file and save the clipboard to a file using bash script on the Linux side. How do I send shortcuts to Firefox? Is this done with the hex equivalent of the keystrokes?

View 8 Replies View Related

Ubuntu :: Flash In Firefox And Launch WoW

Mar 29, 2010

I made an error by downloading and installing a new version of firefox. I do not manage any more to install the flash! I would also play World of warcraft but I have a little problem. I know it is not precise. But my english teacher would we make a discussion of anything in English, for 30 minutes. Thus it would be cool if anybody can contact me on <snip.> We could discuss about these problems with skype.

View 7 Replies View Related

Ubuntu :: Launch Firefox After Router Detected?

Feb 8, 2010

I am launching my web browser from start up.
How can i detect that the wireless network has been detected and connected before the
browser launches?

View 2 Replies View Related

Ubuntu Servers :: Launch My PHP Files In Firefox ?

May 6, 2011

My problem is that I can' t launch my PHP files in Firefox to see them local.

I have Apache, PHP and MySQL installed.

I also moved my web folder to /var/www but still can't see them.

I can see the default html file: "It works!" but not my files.

Firefox is still asking what it should do with the file, if it should open or save it. But I can't see them.

View 3 Replies View Related

Ubuntu :: Can't Launch Firefox From External Hyperlinks

Jun 21, 2011

When I click on a hyperlink inside a PDF, email (Thunderbird), or other document (ex. AbiWord, LibreOffice) Firefox attempts to launch and it shows in the gnome2 panel (in the window manager with all the other applications) but when I click on it in the window manager to un-minimize/focus Firefox the browser crashes. Odd thing is this is only a problem if the browser is not yet open. If I have previously launched Firefox then click an external link it opens in a new tab just fine. I upgraded from Firefox 4 to 5 and the problem persists. I've only recently noticed this so it could be the result of something I did (installed/uninstalled) though I don't know what I could have done. Or, maybe I never noticed because I almost always have an open browser window.

View 1 Replies View Related

Ubuntu :: Firefox Doesn't Launch Thunderbird?

Jun 27, 2011

I just installed Ubuntu 11.04 and suddenly when I click on email links in Firefox, Thunderbird isnt launched to write an email. How do I correct this?

View 2 Replies View Related

OpenSUSE :: Cannot Launch URL From Thunderbird 3.04b To Firefox

Nov 14, 2009

This is a fresh install of 11.2 KDE-4.3.1.

After reviewing all of the 11.2 Milestone 64-bit DVDs, Milestone 1 - 8 - I was always able to launch Firefox from Thunderbird in search of add-ons or an html link.

It stopped working in RC1, RC2.

I thought this was resolved for openSUSE 11.2. The problem still exists!

Now, thinking the problem was with Thunderbird 3.0.4b. I navigated to Configure Desktop --> Personal Settings --> General --> Default Applications:

Changed Email Client from KMail to Thunderbird

From within KMail I can launch Firefox. However, Thunderbird 3.0.4b does NOT launch Konqueror nor Firefox 3.5.4 !!

In addition the Thunderbird 3.04b Help does NOT work.

Could the setting of Default Applications be broken in KDE-4.3.1 " release 6 " ??

I'm sure I cannot be the only one experiencing this at home???

View 9 Replies View Related

General :: How To Launch Gedit From Firefox

Jun 29, 2010

I'm trying to set up the Firefox extension 'Web Developer' to view the source of a webpage with gedit.

I've done this previously on Windows with notepad just by adding the command 'notepad %1' to the appropriate entry in 'Web Developer'.

In Firefox under Linux Mint 9, I tried replacing that command with 'gedit %U' but nothing happens. I can launch gedit from a terminal, but how do I get it to run from another application?

View 1 Replies View Related

Server :: CentOS VPS Looking To Launch Firefox?

Jun 4, 2011

So I recently got a VPS from hostgator and am now looking to get xwindows or xorg installed so that I can launch firefox from my VPS, the issue is that I don't want to install a complete desktop environment. Is there a way to accomplish this? I have enabled X11 forwarding in ssh and in the putty session, but continue to receive errors about displays.

View 1 Replies View Related

Ubuntu :: Firefox Doesn't Launch After Generic Update (2.6.32.24) / Sort It?

Aug 4, 2010

I am a newbie in Linux and have only been recently using it. I have faced a problem with my the firefox browser launch. Recently there was a update (to generic version 2.6.32.24) after which the browser fails to start. It gives the message starting Firefox web browser and then dies off. I tried searching for some already posted answers but couldn't find much.

View 4 Replies View Related

Ubuntu Installation :: When Launch Firefox / It Takes Over All Screen / Desktop

May 1, 2011

Wen I am on the desktop I have to put the mouse on the top bar in order to see File, Edit,View, Places, Help.when I launch firefox it takes over all the screen/desktop.Is this the way unity supposed to be ?

View 2 Replies View Related

Fedora :: F12 Two Versions On Boot - Cannot Launch Firefox

Dec 21, 2009

I installed f12 few days back. A pop up came which mentioned '336 new updates available' and I opted 'install only security updates'.

Now in the boot screen 3 options come instead of 2:
1. Fedora 2.6.31.6-166.fc12.i686.pae
2. Fedora 2.6.31.6-127.fc12.i686.pae
3. Windows

I am able to boot into both versions of fedora, but I cannot launch firefox it says-'your version of SQlite is too old and the application cannot run'. How do I correct the screw up. Should I re-install the whole thing....? why is it showing as 2 versions....? I installed yumex recently, is it the reason.....?

View 8 Replies View Related

Fedora :: F14: GNOME Won't Launch Firefox / Thunderbird

Jun 8, 2011

Noticed this last night, when I try and launch either Firefox or Thunderbird using the GNOME menu or the quick launch icons, it fails. I am able to launch them both from the command line in a terminal. Other applications seem to launch fine, so I'm at a bit of a loss where to begin taking this apart... I do get a task in the task bar that says "Launching Firefox", but then nothing comes up. The same thing happens with Thunderbird. That task just goes away. Another odd thing - following a reboot the launch buttons work once. If I close them, they won't launch again unless I run them from a terminal window.

View 3 Replies View Related

Ubuntu :: Firefox Says "not A Directory" When Clicking On Downloaded File?

Jul 24, 2011

I've upgraded Maverick to Natty, and since then I'm having one problem with Firefox.

I have a list of downloaded files in FF. Clicking on every file (pdf, png, iso, etc) gives me an error, like: "Can't open <filename>: This location is not a directory". The error message is the same as if I'd run nautilus <filename>, and in fact it seems to originate from nautilus. Also FF seems to ignore my settings under Preferences -> Applications, where I can choose what program to use for different file types.

View 4 Replies View Related







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