baskerville / bspwm

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

chromium ui breaks while opening booksmarks popup #1483

Closed vimfn closed 2 months ago

vimfn commented 5 months ago

Here is a similar issue https://github.com/ungoogled-software/ungoogled-chromium/issues/2691 which I was wondering if related to bspwm or not.

Here is my bspwm config file for reference.

#! /bin/sh

# source the colors.
. "${HOME}/.cache/wal/colors.sh"

# Set the border colors.
bspc config normal_border_color "$color1"
bspc config active_border_color "$color2"
bspc config focused_border_color "$color15"
# Use the line below if you are on bspwm >= 0.9.4
bspc config presel_feedback_color "$color1"
# Use the line below if you are on bspwm < 0.9.4
#bspc config presel_border_color "$color1"

pgrep -x sxhkd > /dev/null || sxhkd &

bspc monitor -d I II III IV V VI VII VIII IX X

bspc config border_width         1
bspc config window_gap           6

#bspc config ignore_ewmh_struts true
#bspc config top_padding 35

bspc config split_ratio          0.52
bspc config borderless_monocle   true
bspc config gapless_monocle      true

bspc rule -a Gimp desktop='^8' state=floating follow=on
bspc rule -a Chromium desktop='^2'
bspc rule -a discord desktop='^9'
bspc rule -a mplayer2 state=floating
bspc rule -a Kupfer.py focus=on
bspc rule -a Screenkey manage=off

bspc config focus_follows_pointer true

# Autostarts
picom --config $HOME/.config/picom/picom.conf &
# polybar &
$HOME/.config/polybar/poly.sh &
dunst &
xsetroot -cursor_name left_ptr &
drgkaleda commented 3 months ago

I can confirm same thing happens. Brave browser (chromium family). Popups do not show. This started after linux dist upgrade. Sadly did not checked was it bspwm or the browser upgrade. Changing to other WM works without issues.

Noryub commented 3 months ago

I'm on Debian 12 with dwm, bookmarks works well now. Tested on Ungoogled Chromium 122.0.6261.94-1 AppImage and Portable.

Tectu commented 3 months ago

This started after linux dist upgrade. Sadly did not checked was it bspwm or the browser upgrade.

Most likely not bspwm as releases are rare. You can check the package log/history of your packaging ecosystem.