dwl icon indicating copy to clipboard operation
dwl copied to clipboard

Unable to run firefox flatpak

Open nful2 opened this issue 2 years ago • 4 comments

dwl version: 0.4 wlroots version: 0.16.2-1 distro: arch linux

Running flatpak run org.mozilla.firefox doesn't output anything and doesn't start firefox.

nful2 avatar Jul 05 '23 11:07 nful2

I was having the same problem no matter how I installed firefox. I was to fix it by changing the following area in config.def.h from firefox to something that I don't use like foot https://github.com/djpohly/dwl/blob/fbd84aca4a2cbaa4e7daaa9d1a546d2248be8fec/config.def.h#L13-L19

compguy284 avatar Jul 06 '23 15:07 compguy284

That section allows you to specify initial configuration for certain apps. Here it says to start Firefox with tag 8 instead of the current tagset.

If that's not what you want, then just remove that line from your config.h. config.def.h is a sample; config.h is meant to be read and edited.

djpohly avatar Jul 08 '23 15:07 djpohly

I just tested the default rule after I got waybar working and firefox showed up on tag 9 instead of 8.

compguy284 avatar Jul 08 '23 22:07 compguy284

If you count them starting with 1, sure. 😉

djpohly avatar Jul 08 '23 22:07 djpohly