From 2a2bbdb07bd1240bce1cc848e6ea74c6f0030568 Mon Sep 17 00:00:00 2001 From: Nameless <22097253+nameless3@users.noreply.github.com> Date: Sun, 12 Apr 2020 12:23:00 +0200 Subject: [PATCH] add "I can't open links in external applications in Firefox" --- Home.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index cd16ead..312908e 100644 --- a/Home.md +++ b/Home.md @@ -438,4 +438,8 @@ This is a Xwayland bug. The workaround is to rearrange your workspaces to not us ### Xwayland DPI increases after hotplug -This is an [Xwayland bug](https://gitlab.freedesktop.org/xorg/xserver/-/issues/731). This usually results in oversized text. As a workaround, add `Xft.dpi: 96` to `~/.Xresources` and add `exec xrdb -load ~/.Xresources` to your Sway config. \ No newline at end of file +This is an [Xwayland bug](https://gitlab.freedesktop.org/xorg/xserver/-/issues/731). This usually results in oversized text. As a workaround, add `Xft.dpi: 96` to `~/.Xresources` and add `exec xrdb -load ~/.Xresources` to your Sway config. + +### I can't open links in external applications in Firefox + +If you get the message "Firefox is already running", set the environmental variable `MOZ_DBUS_REMOTE=1` (Firefox 74+, dbus required). See explanation here: [https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/](https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/)