Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How do I open firefox and go to a bookmark directly? Typing: firefox "/home/user/document.htm#bookmark" places /home/user/document%23bookmark in the path.

  • 2 respostas
  • 3 têm este problema
  • 1 exibição
  • Última resposta de dftyler

more options

Typing: firefox "/home/user/document.htm#bookmark" places file:///home/user/document%23bookmark in the path. Yet the error message says "Firefox can't find the file at /home/user/document#bookmark." So it gets the path right for the error message but wrong for the path. If I go to the path in firefox window and replace the "%23" with the "#" the file loads correctly at the expected bookmark.

Typing: firefox "/home/user/document.htm#bookmark" places file:///home/user/document%23bookmark in the path. Yet the error message says "Firefox can't find the file at /home/user/document#bookmark." So it gets the path right for the error message but wrong for the path. If I go to the path in firefox window and replace the "%23" with the "#" the file loads correctly at the expected bookmark.

Solução escolhida

Does it make any difference if you include the file:// protocol, i.e., use a fully formed URL?

Ler esta resposta 👍 0

Todas as respostas (2)

more options

Solução escolhida

Does it make any difference if you include the file:// protocol, i.e., use a fully formed URL?

more options

Yes, that made all the difference! Thank you very much.