[solved]kdemod 4.3.4: news widget opens kate instead of browser

Hi,
i'm having a persistent problem with the news widget under kdemod 4.3.4.
Whenever I click on one of the news feeds it launches kate and I see the html source code.
How can I change this behavior that the browser will be launched instead?
The browser is already set as standard application for html files.
thanks in advance
bel
Last edited by belbono (2010-02-05 13:30:59)

Thanks for this.. I already checked that but now I stumbled over a strange behavior:
Kate was on top of the list of associated applications. Moving a browser on top was possible, but after pressing 'apply' kate was on top of the list again. Must be some kind of bug..
Anyway, I removed kate from the list and now everything is alright. even kate is in the list again, but on a lower position...

Similar Messages

  • When I click many many links a new window opens...no browser just address window that says type address here this is including the live chat link in help from here what is wrong?

    most links I try takes me to the same blank page with type a web address at top nothing else on entire page

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • When opening new tab, a new window opens instead; 2nd window does allow you to open new tab

    boot up firefox, click to open a new tab, a new window opens up instead; in the original window, if you keep clicking to open a new tab it opens it in the 2nd window.

    I'm having this problem, but I don't have the textarea cache add-on, nore the MozBar 2.3.
    Now that I think about, I did just update an add-on (imtranslator), maybe that's what causing this to happen for me..
    edit: yep, disabling it fixed the problem for me.

  • Editing swfobject.js code so hyperlinks inside the flash widget open in a new window

    0down votefavorite
    I have a flash calendar widget (code shown directly below) and I do not have access to anything other than the compiled .swf file (no access to .fla).
    The widget contains some hyperlinks to other websites, these links are dynamic and changes based on a number of things.
    There is also a corresponding swfobject.js file that is used to add functionality to the flash widget. The swfobject.js code is shown further down this post.
    Currently, the way the code is now, when I click any of the hyperlinks that are available to me in the widget, the destination website that hyperlink takes me to opens in THE SAME PAGE as the flash widget which is a big problem.
    I need to edit the code below so that any hyperlinks that are clicked inside of the flash widget open in a brand new browser window and do not take the user away from the original widget other than opening a new page with new content.
    Because the hyperlinks that are available are always changing, the swfobject code below uses some functions and parameters.
    I am hoping you can show me exactly what code I must insert, and exactly where I must insert it, in order to alter the behavior that happens so that when a user clicks one of the hyperlinks inside the flash widget, so that the content at the other end of the hyperlink opens in a new window, instead of opening in the same window.
    See code below.
    Thank you in advance for any help you can provide
    Flash Widget Code
    <!-- Embedded Calendar --> <div id="activecontent"> <script type="text/javascript" src="swfobject.js"></script> <div id="awccalendar"></div> <script type="text/javascript"> var so = new SWFObject("awc.swf", "awccalendar2", "700", "180", "8", "#ffffff"); so.addVariable('calendarid', '0'); so.addVariable('appurl', ''); // Flash Widget Initial Date should be ddmmyyyy so.addVariable('ldate', '20052014'); so.write('awccalendar'); </script> </div>  <!-- Embedded Calendar -->
    SWFOBJECT.JS CODE
    /** * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ * * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php * */ if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(

    In that case, I will have no choice but to decompile the .swf to get the .fla because the original .fla is un-obtainable. Unless there is a way to edit the contents of the .swf file without decompiling it.
    I can see the code inside via various decompile tools and it seems that I would need to add the equivalent of <src target=_blank> to some of the lines I have shown below.
    obj_xml.load(appurl + "loadconfig.aspx?calendarid=" + calendarid);  -- need to edit this so it opens in a new window using something similar to target = _blank
    dest_page = appurl + "default.aspx"; -- need to edit this so it opens in a new window using something similar to target = _blank
    I know a lot of decompile tools can get you the code and the .fla but once you edit and re-compile and attempt to replace the original with the new & updated file, the decompiler did not necessarily generate the properly formatted flash pro project file, so compiling it back into an operational .swf often ends in failure.
    Do you know or can you recommend a tool that has a very good track record of re-compiling the decompiled modified.fla into a workable and usable .swf?

  • Having widgets open a web page in a new window

    Everyone,
    Is it possible to have a widget open a webpage in a new window? I can get it to work when I publish as .html, but not when I publish as a widget.
    Is there any way around this?
    Thanks for ALL of your help!
    Tara

    The widgets options is for Apple iBooks.
    https://www.youtube.com/watch?v=5QPCaGZjL-w
    http://helpx.adobe.com/edge-animate/using/publish-your-content.html
    Darrell

  • Featured news widget and shifting site down on opening?

    How do I get the featured news widget to drop down the entire site when open. Currently it stays in a closed state until triggered open. How do I get it so that when its open it moves everything below it down on the site. Currently it just opens and depending on the layer just goes right on top or underneath whatever content is there. Is this feature available or only for the accordion style widget?
    Thanks

    Yes. The ability to push content down and back up based on whether the content is showing or hidden is only available for the Accordion Widget. The Composition Widgets always occupy as much space as is required to render all the triggers and targets (be it placed below or above other page content) and will show/hide based on user interaction without reflowing the neighboring content.
    Cheers,
    Vikas

  • Can't add new Widgets to Dashboard on main user account

    I recently switched to a new MacBook Air and after the initial intstallation used migration assistent to move my old data to the MacBook Air. All works fine except the Dashboard. With the old useraccount (which is my main account) I can't add new widgets to the dashboard. When I download and install a new widget I can see it in the /user/library/widgets section, I can see it in the widget list in the dashboard but when I click on it or drag it up to the dashboard it closes the dashboard again.
    I tried adding a new user and in works fine in that new account.
    Here's what I did to try and solve it sofar:
    1. Repaired permissions
    2. Deleted the two .plist's in user/library/preferences
    3. Deleted the Cache in user/library/cache
    4. Checked the folder permissions in /user/library/widget and compared that with the newuser/library/widget
    5. Downloaded the 10.6.6. combo update and reinstalled
    This behaviour is with every new widget I tried to install.
    I tried to find similar behaviour using google but so far no luck. Any suggestions?

    You have hosed preferences in the main user account. Create a new admin user account, log into it, backup the bad account's folder, delete the bad account, selecting the save data option, recreate the bad account using the same username/password combo, log out and back into the recreated original account. If the problem's solved, open the saved data dmg file in /Users/Deleted Users/, open the /Library/Preferences/ folder from the saved data, open the current /Users/restored account/Library/Preferences/ folder, and slowly copy plist files from the saved data folder to the current one that don't exist in it. Log out and back in to ensure there's no conflict and things still work correctly. Resolving conflicts or identifying corrupt plist files is a laborious process. Good luck.
    See http://discussions.apple.com/thread.jspa?messageID=4703015 for more details on this process.

  • How do I change where a new tab opens?

    When I used to open a new tab, it would be a blank page. Now, a new tab opens to the AVG Secure Search page. How can I change it back or change it to, say, the Google search page? Thx.

    To change the option in AVG, see second section, "AVG search on newly opened Firefox tabs", of the following page:
    *http://forums.avg.com/ww-en/avg-forums?sec=thread&act=show&id=184012#post_184012
    I am not an AVG user, therefore I do not know what options are offered in the above. '''''After setting the above''''' to "None" or similar option, if offered, you can install the following and set the options to load whatever page you want to open in a new tab (''Add-ons > Extensions > New TabURL > Options):
    *'''''New TabURL''''' --> https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    *New TabURL home page --> http://www.sogame.cat/newtaburl/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • 'open in new tab' opens new window instead

    My system just went through a bunch of updates, maybe that was Windows 7, but I'm unsure. I didn't initiate them. Anyway, now when I right click 'open in new tab' instead a new window opens. I have read a bunch of other similar posted questions the answers to which do NOT solve the problem I'm having. I've gone into Tools>Options>Tabs and selected the appropriate boxes. PLEASE read this post carefully and only respond if you have a working answer. Thank you very much!
    My system is Windows 7
    I use Firefox as my default browser

    The items on the right-click context menu should be independent of your settings and should work as described.
    I think there might be an exception for links with certain kinds of scripts attached, so if this only affects some links or links on a particular sites, you could post some page addresses and describe which links cause the problem.
    Do you have any tab-related extensions such as Tab Mix Plus? If so, please review the settings to make sure they haven't become changed or corrupted.
    You also could test whether Firefox works with extensions disabled. One way is to try Firefox's Safe Mode. That's a standard diagnostic tool to bypass interference by extensions (and some custom settings). More info: [[Troubleshoot Firefox issues using Safe Mode]].
    You can restart Firefox in Safe Mode using
    Help > Restart with Add-ons Disabled
    In the dialog, click "Start in Safe Mode" (''not'' Reset)
    Any difference?

  • Firefox 8 puts new tabs opened from links in another tab at the end of the tab list, NOT next to the tab it came from like in V3.6. I want it next to the tab it came from. How do I get it to do this?

    Question as stated, sums it up. When I click the mousewheel on a link in a tab I want a new tab open with that link and I want it next to the tab I clicked the link in just like Firefox V3.6 did. Firefox 8 is always opening the new tab at the end of the list and boy is this annoying!
    Please tell me how to fix this.

    type in the address bar '''about:config'''
    then press the button '''i'l be careful i promise'''
    then type in the bar '''browser.tabs.insertRelatedAfterCurrent'''
    then '''Right-click''' click on it, and select '''Toggle''', and you see changing the value from True to '''False'''.
    exit firefox and restart.
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • When I click to open anything I get a box saying open link in new window, open link in new tab, download linked file etc.  When I go to close anything I get hide toolbar, customize toolbar.  It takes  3-5 clicks and it will finally close.

    When I click to open anything I get a box saying open link in new window, open link in new tab, download linked file etc.  When I go to close anything I get hide toolbar, customize toolbar.  It takes  3-5 clicks and it will finally close.

    In Firefox Options / Privacy be sure "Remember download history" is checked. To see all of the options on that panel, "Firefox will" must be set to "Use custom settings for history".
    To find your OS information, on your Windows desktop, right-click the My Computer icon, choose Properties, under System on that small window is info about your OS.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • New tabs opening when clicking a link

    I have a MacBook Pro running OS X
    As of lately every time I am using safari and click on a link (i.e to get to the next page in a trademe search) a new tab opens up like a pop up. Normally it is some kind of advertisement. This just keeps happening and I can't figure out how to stop it happening. Sometimes it will open a whole new window but 90% of the time it is just a new tab that pops up. I can be simply looking for a recipe on Google and before I know it I have 10 tabs open of advertisements.
    ~feeling frustrated, please help me

    There is no need to download anything to solve this problem.
    You may have installed the "VSearch" trojan, perhaps under a different name. Remove it as follows.
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    /Library/LaunchDaemons/Jack.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /Library/PrivilegedHelperTools/Jack
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    This trojan is distributed on illegal websites that traffic in pirated content. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect much worse to happen in the future.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that this Internet criminal has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Link in new tab opens blank and "javascript:subValue(1)" is seen in the address bar.

    On a specific website, when I left click a link it opens but when trying to open the link in a new tab, the new tab opens blank and "javascript:subValue(1)" is seen in the address bar. This website hosts many, many images which I hope to download using a bulk image save addon but those images must first be in separate tabs. Opening these links in new tabs is vital to the process.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Everytime I click a button that leads to a new page, a new tab opens telling me to update firefox. I've updated, but it still keeps happening.

    I have updated as the page has been telling me, but nothing seems to be different. The new tab opens up when I click on a picture to enlarge, when I open a new tab manually, or when I open a page through a link.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Firefox 4 new tab opens new windows instead

    After upgrade to Firefox 4, the feature "mouserightclick-open new tab" opens a new window, instead.
    From then on, all "open new tab" operations open new tabs in the other window, the second one created.

    Thanks for the hint, cor-el , but problem persisted even with all Add-ons disabled.
    But after some 8 days and several O.S. reboots, the problem disappeared .
    No action was taken, I suppose that it was some bug that the developers corrected.
    Issue solved.

Maybe you are looking for

  • Customer payment terms issue

    Hi I need one urgent solution In customer master data the payment terms is znz8 which is due 20th of the following month. But they want it if we do invoice  11/06/2008(today) the due date shpuld be 11/07/2008. for that in customer masta we need to ch

  • ITunes & Windows Live Messenger (MSN) - Now Playing Feature.

    Hey Guys! I'm a lover of iTunes over Windows Media Player and made the switch approximately a year and a half ago when I bought my iPod. At first I was upset I would lose the "Now Playing" feature of my Messenger and said the pros were far more benef

  • During PO creation system should not allow to save if it cross the PR value

    Hi, As I said in above subject line while creating the PO system should not allow to create more than the PR value and Quantity. Always system should allow the person to create the  Po with in PR value as well quantity in order to set up please let m

  • How to develop a new bill of materials report(BOM) in SBO?

    Dear all On sbo, there is a report of BOM in production, the BOM report can explore to Class1.Class2.. ClassN,, but the report is with fixed format, now I need add more columns into the report, how to do? if not, can I write and SQL script to get it

  • Alerts through mail

    Hi all,               could anyone explain how to configure alerts ti mail(i mean i want to send alert and warning to a mail id),how can i achieve this one. thanks in advance. regards Joshi