vscode-firefox-debug icon indicating copy to clipboard operation
vscode-firefox-debug copied to clipboard

[Feature request] Flatpak support

Open kekonn opened this issue 2 years ago • 4 comments
trafficstars

I run the flatpak version of firefox, so command -v firefox returns nothing. I tried setting the setting for the executable path to flatpak run org.mozilla.firefox but that doesn't work.

What would be required to enable this kind of support?

kekonn avatar Aug 25 '23 15:08 kekonn

I have no idea how flatpak apps work but... What does which firefox give you, when typed inside a terminal? If that doesn't give anything, then your firefox can't be located inside the environment you are running...

TriMoon avatar Aug 27 '23 08:08 TriMoon

which firefox gives me nothing, because flatpaks usually aren't registered in the environment. They are run through the flatpak command or registered as .desktop files.

But all I need to know is, why wouldn't entering the flatpak command to run firefox as a path in the settings, work?

kekonn avatar Aug 27 '23 17:08 kekonn

I have found the flatpak executable in: /home/<my-home>/.local/share/flatpak/app/org.mozilla.firefox/current/active/files/lib/firefox

but after a few seconds a pop-up appears sayng: connect ECONNREFUSED::1:6000

matteopaolucci avatar Feb 04 '24 21:02 matteopaolucci