20 secs or more to open a web link clicked from Skype conversation.

I noticed that when i click the link sent from others, or even me, in chat in Skype there is a big delay. I opened a terminal to see the output and i get this error.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
START /opt/google/chrome/google-chrome "http://google.com"
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
[17428:17454:0817/174340:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[17428:17454:0817/174340:ERROR:object_proxy.cc(627)] Failed to get name owner. Got org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.chromium.Mtpd': no such name
[17428:17428:0817/174340:ERROR:object_proxy.cc(532)] Failed to call method: org.chromium.Mtpd.EnumerateStorages: object_path= /org/chromium/Mtpd: org.freedesktop.DBus.Error.ServiceUnknown: The name org.chromium.Mtpd was not provided by any .service files
ERROR: ld.so: object '/usr/lib32/libv4l/v4l2convert.so' from LD_PRELOAD cannot be preloaded: ignored.
I dont use webcam. What is the problem here?
lib32-libv4l installed
skype 4.2.0.11-3
google-chrome 28.0.1500.71-1
arch x86_64
Last edited by manolos (2013-08-17 15:07:46)

Someone else reported this sound last September, but there wasn't any resolution to that thread: [https://support.mozilla.org/en-US/questions/938003 After upgrading to Snow Leopard on my Mac, Firefox makes typewriter or paper crinkling sounds when going to links and sites].
Does it seem to be at all related to whether pages use Flash? Just wondering whether it is some kind of notification sound related to Flash's capabilities of using the webcam and microphone.

Similar Messages

  • PDF export with link to document defaulting to "Open a web link" instead of "Open a file"

    I have a MS Access database and I'm trying to export reports to PDF (I have Acrobat XI Pro) that include a hyperlink to another document on the same drive on my computer.  I have tested this with hyperlinked email addresses, and emails export fine to PDF and are still functional, opening a new email in Outlook.  The hyperlinks to documents work fine in MS Access, opening a Word, PDF, or other document when clicked.
    When I export to PDF, the links to documents say, "This document is trying to connect to: file:" and my filepath.  If I say "Allow," the link tries to open in my default web browser, which comes up blank.  I've tested this on other computers in our office too.  When I right-click the link, I have the option to "Open weblink as a new document" -- this opens the document successfully, but won't be very helpful or fast for our staff.  When I examine the link with Tools - Add or Edit Link, I see that the link's action defaulted to "Open a web link" when the PDF was created.  This seems like it should be "Open a file."  To see if "Open a file" would work in theory, I tried creating a test button in a blank PDF and made the "mouse up" action "Open a file" and linked to various documents on my computer.  Each time, the button does not react to being clicked at all, like nothing happened.
    I also tried making a basic Word doc with just the hyperlink to another document.  It works fine in Word, but, when saved as a PDF, the hyperlink does the same behavior-- tries to connect to the web instead of opening the file on the computer.
    I have a lot of experience building Acrobat PDF forms and working in Acrobat, and I'm almost certain I've created links that open another file on the computer in Acrobat before, but I'm out of ideas and an internet search isn't turning up much.  I welcome any suggestions for things to try.  Thank you!

    This is what I currently have, and it attempts to open in a web browser.  Do you know of a setting in Acrobat I might need to change, or any other solution to tell Acrobat to open the "file:" URL as a document, not try to start the web browser?

  • Action: Open a web link vs Run a JavaScript

    I've been able to add a "Run a JavaScript" Action to my Link, but what I really need to do is use the "Open a web link" action instead. Is there anything I can change in this code...
    Link.setAction("app.launchURL('http://www.lego.com/', true);" );
    or is there a different call I can use that will put in an action of "Open a web link" instead?
    Thanks in advance.

    Does anyone have a plugin that would work for this?  Or know where I could find one?
    Thank you

  • JSP page open a web link in a new browser

    How i can open a web link from JSP page to a new web browser?
    regards,
    deemy

    How i can open a web link from JSP page to a new web
    browser?JSPs can't open any client browser windows, if that's what you mean. Javascript and HTML can, though. You should get your understanding of JSPs straight.

  • Problem opening live web page (url) from within keynote

    hi.
    i encountered this problem during a recent presentation. i have a standard two-monitor set-up, on my laptop viewing notes etc and presenting on the attached monitor. the transitions between my slides are all set onClick.
    so, when i encounter a hyperlink in my presentation (of the web page type), when i click on it, i am not taken to the web page, but rather to the next slide.
    how do i avoid this? how do i make keynote follow the hyperlink -- i.e. open the webpage during the presentation?
    many thanks in advance for your tips.

    use '_blank' as parameter, not '_self'.
    Guy Dallaire (guest) wrote:
    : Hi,
    : We would like to open a Web Page from a forms running in
    : client/server as well as from a form runningover the web.
    : Over the web, we plan to use SHOW_DOWUMENT (Even tough it
    seems
    : broken, on forms 6.0, the only way we have got it working was
    by
    : using the parameter that overwrites the current page (the
    form),
    : we cannot have it open an URL in another window)
    : In C/S mode, the SHOW DOCUMENT does not work. What is the
    proper
    : way to lauch an URL in a browser in C/S mode ?
    : Is there a way to determine if we're running in CS mode or Web
    : Mode ? We would like to use the same code both on the web and
    in
    : C/S
    : Example pseudo code:
    : if (Running in CS Mode) then
    : open the URL using C/S method
    : else
    : open the URL with show dowument
    : fi
    : Thanks
    null

  • Unable to open any web links.

    whenever I click on link, it opens a new tab but then it throws up the error saying the safari is not able to connect to the server. But, if I logoff from my account and login back thru guest account, I am able to open the same link. Any ideas why this is happening and how to fix it?

    I moved all of them from the plugins folder to the desktop and did a reset of Safari.
    You do need to move them with safari quit, or at least quit/restart after moving them.
    all the items in Accounts - Login Items are unchecked
    the check mark controls whether or not they're hidden - they still run, checked or not.
    from Apple help...
    To make items open automatically when you log in:
    Choose Apple menu > System Preferences, click Accounts, select your account, and then click Login Items.
    Open Accounts preferences
    Click the Add ( + ) button to the right of the account list.
    Select an application, document, folder, or disk, and then click Add.
    If you want the window for an item to remain closed, click the Hide checkbox next to it.
    To temporarily prevent items from opening automatically when you log in:
    In the login window, hold down the Shift key while clicking the Log In button.
    Continue holding down the Shift key until you see the Dock.
    To permanently prevent an item from opening automatically when you log in:
    Select the item in the login items list.
    Click the Delete ( - ) button.

  • How to remove prompt for Allow or Block message when opening a web link?

    THE ENVIRONMENT:
    User audience running version of Adobe Reader 5.x-8.x on Microsoft Windows XP Professional SP2 platform.
    Our web platform is Windows 2003 server, web site address: http://www.uzlicek.cz/default.aspx?ido=95&sh=216233947
    THE ISSUE:
    We produce pdf documents with lot of hyperlinks. In new versions of Acrobat and Reader you have to click Allow or Block button before going to the site. It is very annoying for our readers.
    There are probably two directions of solution: either modify somehow the pdf document or somehow edit end readers Adobe Reader security settings (or add the document to trusted documents list.
    THE QUESTION:
    Is there any possibility how to preset Allow all web sites in Preferences/Trust manager/Internet access from pdf file.../Change settings in such a way, that reader of pdf document is not forced to confirm access to external web site?
    Some common thing should work for playing multimedia, the problem is the same, asking and confirming all the time...
    Thanks in advance for suggestions of resolving this behavior.

    I find these "security" warnings that pop up in Adobe Reader to be a little absurd. All I want to do is create a PDF with a couple of links to websites. How is this any different than creating a webpage with a couple links?
    My web visitors certainly don't get a "trusted site" warning box every thime they click on a link. Yet, the pdfs I create force my readers to see not only one, but two different warning boxes before they can do anything with the pdf.
    First they get a security warning for connecting to a website, and then they get another message box asking them if they want to "manage trust for multimedia content." Good lord. Talk about scaring people away. Is there really any good reason why my PDF audience should have to go through all this hassle?

  • Firefox 3.6 doesn't open links clicked from other programs (IM, etc.,)

    Whenever I try to open a link from either my IM or an IRC program like mIRC it won't open in firefox. I have to copy and paste the link.

    I now have FireFox 32.0.2 no joy. I have loaded ThunderBrowse which took care of Thunderbird but still can't load links from other programs. I fixed this before (other backups, I crashed my windows C drive and have been trying to restore), but can't remember how. I think it required reloading IE (I had deleted IE on my latest restore), but I have now done that with no joy.
    When I click on a link from another program, nothing happens, and when I right click and am offered "open in browser" nothing happens, and when offered " copy browser link" it doesn't copy.
    I tried resetting FireFox, no joy.
    Noticed control panel "set program access" doesn't hold, always goes back to custom, and defaults to "uses default browser"!
    Please help!

  • Firefox quit working (at all) after last two updates (browser window opens but won't open any webpages whether clicked from bookmarks or browser or typed into address window).

    "Troubleshooting Information" (from Firefox Help menu):
    XML Parsing Error: no element found
    Location: jar:file:///C:/Program%20Files/Mozilla%20Firefox/omni.jar!/chrome/toolkit/content/global/aboutSupport.xhtml
    Line Number 1, Column 1:

    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: [http://kb.mozillazine.org/Kill_application Kill Application]
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    [[Firefox hangs]]
    [http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit]
    [[Firefox is already running but is not responding]]
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes <u>'''before'''</u> starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it by enabling <u>'''one at a time'''</u> until the problem reappears. <u>'''You MUST close and restart Firefox after EACH change'''</u> via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.

  • Web pages missing from PDF conversion of my website

    The top page of my website has an expander list with links to subpages. When I convert my site to PDF, Acrobat skips those subpages. The expander list is closed during PDF conversion, so the links are not visible preventing Acrobat from "seeing" these subpages.
    How can I make Acrobat "see" these pages?

    In WORD try these for comparison: 1. Print to the Adobe PDF printer and 2. Use the Adobe menu to convert to PDF (this is PDF Maker). There are possibly 2 conversion to PDF processes in the file menu. One is equivalent to PDF Maker (Save As Adobe PDF) and the other is the MS conversion to PDF (Save As PDF or XPS).
    One additional issue you may run into (since you mentioned page numbers) is a change in formating when creating the PDF. To avoid this change, be sure the Adobe PDF printer is selected in the print menu before editing the DOC file. Another option is to make the Adobe PDF printer the default.

  • Web links in Mail no longer open

    MacBook Pro with Retina
    Yosemite Mail
    Firefox 33.02
    Web links clicked from email fail to open if Firefox is running.  Mac shifts to Firefox, but the new page never loads, nor does a new tab or window open.  If Firefox is not running, on clicking a Mail link Firefox open and the new link is loaded just fine.
    Any clue how to fix this?
    Firefox is my default browser.
    This seems to have started when I upgraded to Yosemite.  I know that a month ago Mail links opened just fine.

    Safari > Preferences > General > Default web browser

  • Mac won't open pdfs from web links.

    I am running Mac OS  v 10.5.8 and it suddenly stopped displaying PDFs that are opened via web links.  All I see is a grey screen with the file title.pdf at the top, no error message.  Has anyone experienced this or aware of a fix?  Soooooo frustrating.
    Thanks!

    Alternatively, you can select any PDF file from Finder, hit Command-i, or right click on the file and select Get Info.
    From there, change Open With to Safari.
    Then hit the button Change All.
    And done.

  • Problem opening web links in a pdf

    I work at a college and I have a user that cannot open web links in pdfs that he created himself in Acrobat 7.0. He uses Adobe Reader XI to view pdf's and Adobe Acrobat 7.0 to edit them. His computer at home and my own office computer can open the web links. Funny thing is, Acrobat 7.0 will open the links but latest and greatest Reader on his specific machine won't. Any ideas?

    Make sure the URLs are complete and valid. A common error is to leave out http:// at the start, since that seems to work in browsers, but isn't a URL.
    Other common errors are leaving spaces or other special characters in URLs, which are forbidden (but not all software blocks it).

  • Fillable Form posted to website will not open web links in new window-wipes out data

    Using Adobe Pro X, have a link to open a web link, but this is posted to our website and when a user clicks on the link, it does not open in a new window, so when they go back to the form, all the typed data is gone.  I do not see an option for the link to open in a new window.  Help!
    Thanks

    Ajlan,
    I tested it with Firefox, which does not support filling in of forms and makes you open it with adobe reader, which it fine once you get to that point since you are no longer on the web.  I have Adobe Reader XI.   I am not aware of any clipboard policy.
    I have actually found a fix that requires a java script that solves the issue.
    Under link properties/Actions/Run a JavaScript-input the below.
    app.launchURL("https://infoshare.jccc.edu/communities/toolbox/Desk%20Reference%20Manual%20Documents/per-d iem-and-mileage.pdf", true);
    To truly fix this issue, I believe there needs to be an option of "in a new window" when you choose "Open a Web Link".
    There are hundreds of individuals using this form and there is no way to know which browser they are using or which version of reader they have.
    Thank you for your time.

  • Problem with Adobe 9.5.2 stalling when appending Web Links

    Every time I go to append a multi-level web link to a PDF using Adobe Acrobat Pro 9.5.2 it stalls (this problem also occurs on a computer I have with Adobe Acrobat Pro 9.2 installed). I have tried repairing the program, installing updates, and restarting the computer with no luck. This problem only started happening 5 days ago after using the program with no problems for over a year. How can I fix this?   Steps to reproduce the problem: 1. Open PDF. 2. Click on Advanced > Web Capture > View Web Links 3. Select desired web link > click "Properties" > chose number of levels or entire site > Press OK 4. Select desired web link again > click on Download   Results: Adobe starts to convert the web link for a few seconds and then stalls for hours with no success on a web link that previously only took two minutes to convert a week ago. Sometimes it will crash and I get the message "Adobe Acrobat has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."   Expected results: To be able to append the multi-level web link to the PDF.

    Hi Jamie,
    I was able to reproduce this crash. I've logged a bug with our engineering team.  When I hear more, I'll update this thread.
    I do not have a workaround for this issue at this time.
    -David

Maybe you are looking for

  • Is it possible to add a property using variable in variable name?

    I want to query for a list of virtual machines within a folder, then create a menu of the host names using forms.  Since the list of machines is subject to change, I want to build the list each time the script is run, rather than build off a static l

  • Jsp dynpage

    hi, I used follwing tag lib  in my  jsp file. <%@ taglib uri ="htmlb" prefix ="hbj"%> But it gives Portal Runtime Error like Error in parsing taglib 'htmlb' tag in web.xml or .tld file of the taglib library...

  • Distiller rips my PS file, before indesign finish ?

    My distiller is always on - whay is it, that some files... just keeps spinning in my distiller... i See up to -1000% not done. The distiller starts before my indesign og illustrator is finished printing... I use CS3 with acrobat 9

  • Multiple Sales Order in one Delivery Order

    Is it possible to create a delivery order with multiple sales order in it ? Does it need any additional configuration or the basic SD Module in SAP can support this kind of transaction? Anyone can advise me on this issue as my experience in SAP SD Mo

  • IDOC_INBOUND_SYNCHRONOUS

    I am creating IDocs (FI, PO, GR) using FM IDOC_INBOUND_ASYNCHRONOUS. How can I find out the application document numbers created by the resulting IDocs so that I can put it the ABAP report. If I use instead FM IDOC_INBOUND_SYNCHRONOUS is there a way