We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox doesn't know how to open this address, because the protocol (skype) isn't associated with any program.

  • 2 답장
  • 133 이 문제를 만남
  • 1 보기
  • 최종 답변자: bluby

more options

Using Ubuntu 10.04 LTS and Firefox 3.6.13. Created a call me button from the following address http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/

Placed the button on my website and when using Firefox to click on the button i get error : Firefox doesn't know how to open this address, because the protocol (skype) isn't associated with any program.

the HTML used is

<!--
Skype 'Skype Me™!' button
http://www.skype.com/go/skypebuttons
-->
<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
<a href="skype:wingusupport?call"><img src="http://download.skype.com/share/skypebuttons/buttons/call_green_white_153x63.png" style="border: none;" width="153" height="63" alt="Skype Me™!" /></a>

How do I instruct Firefox to open Skype 2.1.0.81 already installed and running.

Thanks

Using Ubuntu 10.04 LTS and Firefox 3.6.13. Created a call me button from the following address http://www.skype.com/intl/en-us/tell-a-friend/get-a-skype-button/ Placed the button on my website and when using Firefox to click on the button i get error : Firefox doesn't know how to open this address, because the protocol (skype) isn't associated with any program. the HTML used is <pre><nowiki><!-- Skype 'Skype Me™!' button http://www.skype.com/go/skypebuttons --> <script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script> <a href="skype:wingusupport?call"><img src="http://download.skype.com/share/skypebuttons/buttons/call_green_white_153x63.png" style="border: none;" width="153" height="63" alt="Skype Me™!" /></a></nowiki></pre> How do I instruct Firefox to open Skype 2.1.0.81 already installed and running. Thanks

글쓴이 cor-el 수정일시

모든 댓글 (2)

more options

Partia solution. This is general to Ubuntu (and probably other Linux distros that use gnome/gconftool).

From a terminal window comand line, enter these two commands:

gconftool-2 -s /desktop/gnome/url-handlers/skype/command '/usr/bin/skype %s' --type String

gconftool-2 -s /desktop/gnome/url-handlers/skype/enabled --type Boolean true

I rate this as a "Partial solution" because it works when you don't have skype running, but if skype is running, then you get a new instance of skype that just complains "Another Skype instance may exist."

Duh!!!!! Why doesn't it just "activate" the skype instance that is already running and bring the focus to that Skype window?

글쓴이 MaximumResults 수정일시

more options

Whan i try to download anything from internet same happend to me...any help pls

[email protected]