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!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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 odpowiedzi
  • 3 osoby mają ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od 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.

Wybrane rozwiązanie

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

Przeczytaj tę odpowiedź w całym kontekście 👍 0

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

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.