I installed the Mozilla Firefox ESR snap using sudo snap install firefox --channel=esr/stable
. When Firefox is not running, firefox 'https://askubuntu.com'
successfully opens this website in Firefox. However, if there is an existing Firefox window, the same command would produce an error message: "Firefox is already running, but is not responding. To use Firefox, you must first close the existing Firefox process, restart your device, or use a different profile." How do I use the command line to open a webpage in an existing Firefox window?
Firefox version: 102.10esr. Ubuntu version: Ubuntu 20.04.6 LTS.
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/$(id -u)/bus
right before I would run Firefox from the command line. – Terrance May 09 '23 at 02:41firefox 'https://askubuntu.com'
onto my system, it just opened a new tab with the page on the command line on the firefox window I'm typing into now. – guiverc May 09 '23 at 02:50echo $DBUS_SESSION_BUS_ADDRESS
currently printsunix:path=/run/user/1000/bus
, so I don't think that would help. – Flux May 09 '23 at 03:39firefox http://[url]
simply opens another tab in the currently-running application. See if you can reproduce the issue in the current (non-ESR) Firefox snap. – user535733 May 09 '23 at 04:19snap info firefox
there is a link on how to file a bug. This is not reproducible with the latest/stable Firefox snap in 20.04 LTS nor is it reproducible with the apt version 112 of Firefox. – Terrance May 09 '23 at 14:06