baskerville / bspwm

A tiling window manager based on binary space partitioning
BSD 2-Clause "Simplified" License
7.79k stars 414 forks source link

Incapable of opening file chooser dialog with chromium based browsers:brave, chrome-stable, chromium #1364

Open kqvanity opened 2 years ago

kqvanity commented 2 years ago

I'm currently using the latest version of bspwm obtained through the master branch, running on Elementary os 6.1 (debian-based distro) . Whenever i conduct an operation at any of these browsers i.e. load an extension, browser some files, choose a download path, the dialog doesn't show up at all . I've tried to open either browser from the terminal to look for any error output, but nothing was returned at the terminal standard output .

My current bspwmrc

#!/usr/bin/sh
xrandr --rate 60 &
sxhkd &
picom --experimental-backend &
~/.config/polybar/polybar-launch.sh
feh --bg-fill /usr/share/backgrounds/ubuntu-logo-bright-background.png

bspc config split_ratio         0.50
bspc config window_gap          5
bspc config border_width        2
bspc config normal_border_color "#2e3440" 
bspc config focused_border_color "#FF0000"

bspc config borderless_monocle   true
#bspc config gapless_monocle      true
bspc monitor -d  I II III IV V

It worth noting that this behavior is confined to these browsers, as Firfox works just fine in this respect .