i3: google-chrome drag'n drop tabs do not work

I’m submitting a…

[x] Bug
[ ] Feature Request
[ ] Documentation Request
[ ] Other (Please describe in detail)

Current Behavior

I am using google-chrome-stable as browser, which has the following problems with i3

  1. dragging the tabs to re-arrange them opens always a new window
  2. from OWA (microsoft mail client) trying to drag’n drop an email to a folder, it simply doesn’t work. It doesn’t grab the email, and does nothing

I saw some similar posts in the past, that they claimed to be fixed

Expected Behavior

Before switching to i3 I was using XFCE and there it works.

Reproduction Instructions

Install google-crhome and try the tab rearranging

Environment

Output of i3 --moreversion 2>&-:

i3 version: 
Binary i3 version:  4.20 (2021-10-19) © 2009 Michael Stapelberg and contributors
Running i3 version: 4.20 (2021-10-19) (pid 2581)
Loaded i3 config:
  /home/bnv/.config/i3/config (main) (last modified: Fri 07 Jan 2022 11:18:52 AM CET, 279 seconds ago)

The i3 binary you just called: /usr/bin/i3
The i3 binary you are running: i3
Config file
```
# This file has been auto-generated by i3-config-wizard(1).
# It will not be overwritten, so edit it as you like.
#
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#

i3 config file (v4)

Please see https://i3wm.org/docs/userguide.html for a complete reference!

set $mod Mod1 #set $mod Mod4

BNV: Start up programs and plugins

execute some setup commands

exec --no-startup-id xrdb /home/bnv/.Xresources exec --no-startup-id xset r rate 250 30

turn off screen after xxx s and suspend at yyy s

exec --no-startup-id xset dpms 120 600

Start password saving

exec --no-startup-id /usr/bin/gnome-keyring-daemon --start --components=secrets

Fix displays at work

exec --no-startup-id /home/bnv/scripts/office_randr.sh exec --no-startup-id /home/bnv/scripts/mouse_settings.sh

Clipboard manager

exec --no-startup-id xfce4-clipman #exec --no-startup-id xfce4-power-manager #exec --no-startup-id indicator-multiload #exec --no-startup-id xfce4-taskmanager

Bluetooth monitor.

exec --no-startup-id blueman-applet

cernbox

exec --no-startup-id cernbox

Battery icon.

exec --no-startup-id cbatticon

Keyboard

#exec setxkbmap -layout us,el

Hide the mouse after some time

exec --no-startup-id unclutter

Font for window titles. Will also be used by the bar unless a different font

is used in the bar {} block below.

font pango:monospace 10

This font is widely installed, provides lots of unicode glyphs, right-to-left

text rendering and scalability on retina/hidpi displays (thanks to pango).

#font pango:DejaVu Sans Mono 8

Start XDG autostart .desktop files using dex. See also

https://wiki.archlinux.org/index.php/XDG_Autostart

exec --no-startup-id dex --autostart --environment i3

The combination of xss-lock, nm-applet and pactl is a popular choice, so

they are included here as an example. Modify as you see fit.

xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the

screen before suspend. Use loginctl lock-session to lock your screen.

exec --no-startup-id xss-lock --transfer-sleep-lock – i3lock --nofork

NetworkManager is the most popular way to manage wireless networks on Linux,

and nm-applet is a desktop environment-independent system tray GUI for it.

exec --no-startup-id nm-applet

Use pactl to adjust volume in PulseAudio.

set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status

Sreen brightness controls

#bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness #bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness bindsym XF86MonBrightnessUp exec sudo /home/bnv/scripts/brightness.sh 100 bindsym XF86MonBrightnessDown exec sudo /home/bnv/scripts/brightness.sh -100 bindsym $mod+F12 exec sudo /home/bnv/scripts/brightness.sh 100 bindsym $mod+F11 exec sudo /home/bnv/scripts/brightness.sh -100

use these keys for focus, movement, and resize directions when reaching for

the arrows is not convenient

set $left h set $down j set $up k set $right l

Use Mouse+$mod to drag floating windows to their wanted position

floating_modifier $mod

start a terminal

#bindsym $mod+Return exec i3-sensible-terminal

kill focused window

bindsym $mod+Shift+q kill bindsym Mod1+F4 kill

start dmenu (a program launcher)

bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+F2 exec --no-startup-id dmenu_run

A more modern dmenu replacement is rofi:

bindcode $mod+40 exec “rofi -modi drun,run -show drun”

There also is i3-dmenu-desktop which only displays applications shipping a

.desktop file. It is a wrapper around dmenu, so you need that installed.

bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop

change focus

#bindsym $mod+$left focus left #bindsym $mod+$down focus down #bindsym $mod+$up focus up #bindsym $mod+$right focus right

with keycode to be valid also in greek

43=h 44=j 45=k 46=l

bindcode $mod+43 focus left bindcode $mod+44 focus down bindcode $mod+45 focus up bindcode $mod+46 focus right

alternatively, you can use the cursor keys:

bindsym $mod+Left focus left bindsym $mod+Down focus down bindsym $mod+Up focus up bindsym $mod+Right focus right

move focused window

bindsym $mod+Shift+$left move left bindsym $mod+Shift+$down move down bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right

alternatively, you can use the cursor keys:

bindsym $mod+Shift+Left move left bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right

split in horizontal orientation

bindsym $mod+semicolon split h bindsym Mod1+Mod4+h split h

split in vertical orientation

bindsym $mod+v split v bindsym Mod1+Mod4+v split v

enter fullscreen mode for the focused container

bindsym $mod+f fullscreen toggle bindsym Mod4+Up fullscreen toggle

change container layout (stacked, tabbed, toggle split)

bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split

Combine all layouts in $mod+e

#bindsym $mod+e layout toggle splith splitv tabbed stacking

toggle tiling / floating

bindsym $mod+Shift+space floating toggle

change focus between tiling / floating windows

bindsym Mod4+Tab focus mode_toggle

focus the parent container

bindsym $mod+a focus parent

focus the child container

bindsym $mod+c focus child

bindsym $mod+n focus next bindsym $mod+Shift+n focus prev

move the currently focused window to the scratchpad

Hide/Display from scratchpad

bindsym $mod+Shift+s move scratchpad bindsym Mod4+s move scratchpad bindsym Mod4+Down move scratchpad bindsym $mod+Shift+d scratchpad show bindsym Mod4+d scratchpad show

Define names for default workspaces for which we configure key bindings later on.

We use variables to avoid repeating the names in multiple places.

set $fluka “1: Fluka” set $work “2: Work” set $priv “3: Private” set $web “4: Web” set $remote “5: Remote” set $ws6 “6” set $ws7 “7” set $ws8 “8” set $ws9 “9” set $ws10 “10”

switch to workspace

bindsym $mod+1 workspace number $fluka bindsym $mod+2 workspace number $work bindsym $mod+3 workspace number $priv bindsym $mod+4 workspace number $web bindsym $mod+5 workspace number $remote bindsym $mod+6 workspace number $ws6 bindsym $mod+7 workspace number $ws7 bindsym $mod+8 workspace number $ws8 bindsym $mod+9 workspace number $ws9 bindsym $mod+0 workspace number $ws10

move focused container to workspace

bindsym $mod+Shift+1 move container to workspace number $fluka bindsym $mod+Shift+2 move container to workspace number $work bindsym $mod+Shift+3 move container to workspace number $priv bindsym $mod+Shift+4 move container to workspace number $web bindsym $mod+Shift+5 move container to workspace number $remote bindsym $mod+Shift+6 move container to workspace number $ws6 bindsym $mod+Shift+7 move container to workspace number $ws7 bindsym $mod+Shift+8 move container to workspace number $ws8 bindsym $mod+Shift+9 move container to workspace number $ws9 bindsym $mod+Shift+0 move container to workspace number $ws10

dual monitor

workspace $web output DP-2

reload the configuration file

bindsym $mod+Shift+c reload

restart i3 inplace (preserves your layout/session, can be used to upgrade i3)

bindsym $mod+Shift+r restart

exit i3 (logs you out of your X session)

bindsym $mod+Shift+e exec “i3-nagbar -t warning -m ‘You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.’ -B ‘Yes, exit i3’ ‘i3-msg exit’”

resize window (you can also use the mouse for that)

mode “resize” { # These bindings trigger as soon as you enter the resize mode

    # Pressing left will shrink the window’s width.
    # Pressing right will grow the window’s width.
    # Pressing up will shrink the window’s height.
    # Pressing down will grow the window’s height.
    bindsym $left  resize shrink width  5 px or 2 ppt
    bindsym $down  resize grow   height 5 px or 2 ppt
    bindsym $up    resize shrink height 5 px or 2 ppt
    bindsym $right resize grow   width  5 px or 2 ppt

    # same bindings, but for the arrow keys
    bindsym Left  resize shrink width  5 px or 2 ppt
    bindsym Down  resize grow   height 5 px or 2 ppt
    bindsym Up    resize shrink height 5 px or 2 ppt
    bindsym Right resize grow   width  5 px or 2 ppt

    # back to normal: Enter or Escape or $mod+r
    bindsym Return mode "default"
    bindsym Escape mode "default"
    bindsym $mod+r mode "default"

}

bindsym $mod+r mode “resize”

Start i3bar to display a workspace bar (plus the system information i3status

finds out, if available)

bar { #status_command i3status #status_command i3status --config ~/.config/i3/i3status.conf status_command /home/bnv/scripts/i3status_cpugraph.py output primary tray_output primary }

BNV setup

workspace_auto_back_and_forth yes

#assign [class=“google-chrome” instance=“Navigator”] → $web assign [class=“google-chrome”] → $web assign [class=“Google-chrome”] → $web

Hide the bar

bindsym $mod+Control+h bar mode toggle

Mouse doesn’t jump from one screen to another

mouse_warping none

Replace mod+Return with xterm

bindsym $mod+Return exec xterm -e screen bindsym $mod+Shift+Return exec xterm -ls bindsym Mod1+Control+Escape exec --no-startup-id xkill #bindsym Mod4+d exec --no-startup-id xfce4-appfinder

Toggle keyboard

bindsym $mod+space exec --no-startup-id /home/bnv/scripts/toggle_keyboard.sh

Print screen

bindsym Print exec --no-startup-id /usr/bin/xfce4-screenshooter

Various commands

bindsym $mod+g exec --no-startup-id gvim #bindsym Mod4+Shift exec --no-startup-id /home/bnv/scripts/stiler.py center_mouse bindsym Mod1+Control+m exec --no-startup-id /home/bnv/scripts/touchpad_toggle.r bindsym $mod+Shift+w exec --no-startup-id /usr/bin/google-chrome --password-store=gnome bindsym Mod4+w exec --no-startup-id /usr/bin/google-chrome --password-store=gnome bindsym Mod4+e exec --no-startup-id thunar

Super+Alt + left/right

bindsym Mod1+Mod4+Left workspace prev bindsym Mod1+Mod4+Right workspace next

Alt-Tab

#bindsym Mod1+Tab exec i3flip n #bindsym Mod1+Shift+Tab exec i3flip p bindsym Mod1+Tab exec --no-startup-id ~/scripts/i3t.py n w bindsym Mod1+Shift+Tab exec --no-startup-id ~/scripts/i3t.py p w bindsym Control+Tab exec --no-startup-id ~/scripts/i3t.py n bindsym Control+Shift+Tab exec --no-startup-id ~/scripts/i3t.py p

Toggle K810 FN keys

bindsym $mod+Escape exec /home/bnv/scripts/k810toggle.sh

Floating windows

to find class run the command

$ xprop WM_CLASS

… and click the window to show

WM_CLASS(STRING) = “gnuplot_qt”, “gnuplot_qt”

for_window [window_role=“pop-up”] floating enable for_window [window_role=“task_dialog”] floating enable #for_window [class=“gnuplot_qt”] floating enable #for_window [class=“gnuplot”] floating enable for_window [class=“realvnc-vncviewer”] floating enable #for_window [class=“flair”] floating enable

enable window icons for all windows

#for_window [all] title_window_icon on

lockscreen

# set $i3lockwall i3lock -i $I3_CONFIG/wallpapers/2016-04-07-09.34-Village-in-the-sky.png -t

set $i3lockwall sh /home/bnv/scripts/i3lock.sh

In order to cache an image

exec --no-startup-id betterlockscreen -u $I3_CONFIG/wallpapers/snow_tree.png

exec --no-startup-id betterlockscreen -w

set $i3lockwall exec betterlockscreen --lock

bindsym $mod+Ctrl+l exec --no-startup-id $i3lockwall

shutdown / restart / suspend…

set $mode_system
System (Ctrl+l) lock, (l) logout, (s) suspend,
(h) hibernate, ® reboot, (Ctrl+s) shutdown

mode “$mode_system” { bindsym Ctrl+l exec --no-startup-id $i3lockwall, mode “default” bindsym l exec --no-startup-id i3-msg exit, mode “default” bindsym s exec --no-startup-id $i3lockwall && systemctl suspend, mode “default” bindsym h exec --no-startup-id $i3lockwall && systemctl hibernate, mode “default” bindsym r exec --no-startup-id systemctl reboot, mode “default” bindsym Ctrl+s exec --no-startup-id systemctl poweroff -i, mode “default”

# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"

}

bindsym $mod+BackSpace mode “$mode_system”

</pre>
</details>

<!--
Providing a logfile can help us trace the root cause of an issue much quicker. You can learn how to generate the logfile here:
https://i3wm.org/docs/debugging.html

Providing the logfile is optional.
-->
<pre>
Logfile URL:
</pre>

<!--
Please also answer the questions below to help us process your issue faster. If you have any other information to share, please add it here as well.
-->
<pre>
- Linux Distribution & Version: xubuntu 21.10
- Are you using a compositor (e.g., xcompmgr or compton): no
</pre>

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 18
  • Comments: 25 (9 by maintainers)

Most upvoted comments

For anyone wondering, this was broken again - fix doesn’t seem to be in the stable channel yet: https://bugs.chromium.org/p/chromium/issues/detail?id=1316735

The problem is finally fixed again in Chromium 102.0.5005.115.

For anyone wondering, this was broken again - fix doesn’t seem to be in the stable channel yet: https://bugs.chromium.org/p/chromium/issues/detail?id=1316735

Same. Chrome/Chromium/Brave.

Same issue here, running Google Chrome (not Chromium directly) in i3 on Ubuntu, tried stable chrome (102.0.5005.6) and beta chrome (103.0.5060.33).

I fixed this temporarily for myself on Ubuntu by running

The problem is fixed for me on Chrome version 103. If you’re using Arch, you can use Google Chrome Beta (which is on version 103) from the Arch User Repository: https://aur.archlinux.org/packages/google-chrome-beta

(I noticed Chrome version 102 also broke other drag-and-drop related features such as this extension)

I don’t have an Ubuntu distro, but maybe this command might work for you:

sudo apt install -y google-chrome-beta

(of course it’s a beta version, but I didn’t notice something obvious that was broken)

For full context, I’m running Version 103.0.5060.24 (Official Build) beta (64-bit) on Manjaro (5.15.41-1-MANJARO).

drag and drop not working in any chrome based browser.

Same over here, but with Brave in Manjaro.

Edit: Also forgot to mention that drag 'n drop a bookmark folder from the bookmarks bar also don’t work. Tested on Chrome and Brave.

same here on Brave with Ubuntu; tabs and bookmark folders drang 'n drop does not work.

just downgraded my Brave version 1 step back image and it’s working again.

Random guess from using GitHub to find files mentioning _NET_WM_DESKTOP and then looking at these files’ history: https://github.com/chromium/chromium/commit/58b74676f3ddd57add8dc3132755a5fe9eedd456#diff-0a86d3fc03f2fd4ae2de5785a0d14d2715bf9f8e12911a5827cb798c9c722c3a sounds related

I am not entirely sure how to figure out what the first release with this commit is, but GitHub shows this on that commit’s page, so I guess 97 is the first release with this change (No, I will not post this to the Chromium bug tracker and no, I will not actually investigate this properly):

Useless wall of text that might be "all git tags that include this commit

main 99.0.4816.1 99.0.4816.0 99.0.4815.1 99.0.4815.0 99.0.4814.1 99.0.4814.0 99.0.4813.2 99.0.4813.1 99.0.4813.0 99.0.4812.1 99.0.4812.0 99.0.4811.2 99.0.4811.1 99.0.4811.0 99.0.4810.1 99.0.4810.0 99.0.4809.2 99.0.4809.1 99.0.4809.0 99.0.4808.2 99.0.4808.1 99.0.4808.0 99.0.4807.1 99.0.4807.0 99.0.4806.1 99.0.4806.0 99.0.4805.1 99.0.4805.0 99.0.4804.1 99.0.4804.0 99.0.4803.1 99.0.4803.0 99.0.4802.1 99.0.4802.0 99.0.4801.1 99.0.4801.0 99.0.4800.1 99.0.4800.0 99.0.4799.1 99.0.4799.0 99.0.4798.1 99.0.4798.0 99.0.4797.1 99.0.4797.0 99.0.4796.1 99.0.4796.0 99.0.4795.1 99.0.4795.0 99.0.4794.1 99.0.4794.0 99.0.4793.1 99.0.4793.0 99.0.4792.1 99.0.4792.0 99.0.4791.1 99.0.4791.0 99.0.4790.1 99.0.4790.0 99.0.4789.2 99.0.4789.1 99.0.4789.0 99.0.4788.1 99.0.4788.0 99.0.4787.1 99.0.4787.0 99.0.4786.1 99.0.4786.0 99.0.4785.1 99.0.4785.0 99.0.4784.2 99.0.4784.1 99.0.4784.0 99.0.4783.1 99.0.4783.0 99.0.4782.1 99.0.4782.0 99.0.4781.1 99.0.4781.0 99.0.4780.1 99.0.4780.0 99.0.4779.1 99.0.4779.0 99.0.4778.1 99.0.4778.0 99.0.4777.1 99.0.4777.0 99.0.4776.1 99.0.4776.0 99.0.4775.1 99.0.4775.0 99.0.4774.1 99.0.4774.0 99.0.4773.1 99.0.4773.0 99.0.4772.2 99.0.4772.1 99.0.4772.0 99.0.4771.1 99.0.4771.0 99.0.4770.2 99.0.4770.1 99.0.4770.0 99.0.4769.1 99.0.4769.0 99.0.4768.2 99.0.4768.1 99.0.4768.0 99.0.4767.1 99.0.4767.0 99.0.4766.1 99.0.4766.0 99.0.4765.1 99.0.4765.0 99.0.4764.2 99.0.4764.1 99.0.4764.0 99.0.4763.1 99.0.4763.0 99.0.4762.1 99.0.4762.0 99.0.4761.1 99.0.4761.0 99.0.4760.1 99.0.4760.0 99.0.4759.1 99.0.4759.0 98.0.4758.49 98.0.4758.48 98.0.4758.47 98.0.4758.46 98.0.4758.35 98.0.4758.34 98.0.4758.33 98.0.4758.32 98.0.4758.31 98.0.4758.30 98.0.4758.29 98.0.4758.28 98.0.4758.27 98.0.4758.26 98.0.4758.25 98.0.4758.24 98.0.4758.23 98.0.4758.22 98.0.4758.21 98.0.4758.20 98.0.4758.19 98.0.4758.18 98.0.4758.17 98.0.4758.16 98.0.4758.15 98.0.4758.14 98.0.4758.13 98.0.4758.12 98.0.4758.11 98.0.4758.10 98.0.4758.9 98.0.4758.8 98.0.4758.7 98.0.4758.6 98.0.4758.5 98.0.4758.4 98.0.4758.3 98.0.4758.2 98.0.4758.1 98.0.4758.0 98.0.4757.1 98.0.4757.0 98.0.4756.2 98.0.4756.1 98.0.4756.0 98.0.4755.1 98.0.4755.0 98.0.4754.1 98.0.4754.0 98.0.4753.3 98.0.4753.2 98.0.4753.1 98.0.4753.0 98.0.4752.1 98.0.4752.0 98.0.4751.1 98.0.4751.0 98.0.4750.2 98.0.4750.1 98.0.4750.0 98.0.4749.1 98.0.4749.0 98.0.4748.1 98.0.4748.0 98.0.4747.1 98.0.4747.0 98.0.4746.1 98.0.4746.0 98.0.4745.25 98.0.4745.24 98.0.4745.23 98.0.4745.22 98.0.4745.21 98.0.4745.20 98.0.4745.19 98.0.4745.18 98.0.4745.17 98.0.4745.16 98.0.4745.15 98.0.4745.14 98.0.4745.13 98.0.4745.12 98.0.4745.11 98.0.4745.10 98.0.4745.9 98.0.4745.8 98.0.4745.7 98.0.4745.6 98.0.4745.5 98.0.4745.4 98.0.4745.3 98.0.4745.2 98.0.4745.1 98.0.4745.0 98.0.4744.1 98.0.4744.0 98.0.4743.3 98.0.4743.2 98.0.4743.1 98.0.4743.0 98.0.4742.1 98.0.4742.0 98.0.4741.2 98.0.4741.1 98.0.4741.0 98.0.4740.1 98.0.4740.0 98.0.4739.7 98.0.4739.6 98.0.4739.5 98.0.4739.4 98.0.4739.3 98.0.4739.2 98.0.4739.1 98.0.4739.0 98.0.4738.2 98.0.4738.1 98.0.4738.0 98.0.4737.2 98.0.4737.1 98.0.4737.0 98.0.4736.3 98.0.4736.2 98.0.4736.1 98.0.4736.0 98.0.4735.1 98.0.4735.0 98.0.4734.1 98.0.4734.0 98.0.4733.1 98.0.4733.0 98.0.4732.1 98.0.4732.0 98.0.4731.1 98.0.4731.0 98.0.4730.1 98.0.4730.0 98.0.4729.1 98.0.4729.0 98.0.4728.1 98.0.4728.0 98.0.4727.1 98.0.4727.0 98.0.4726.1 98.0.4726.0 98.0.4725.1 98.0.4725.0 98.0.4724.1 98.0.4724.0 98.0.4723.1 98.0.4723.0 98.0.4722.1 98.0.4722.0 98.0.4721.1 98.0.4721.0 98.0.4720.1 98.0.4720.0 98.0.4719.1 98.0.4719.0 98.0.4718.1 98.0.4718.0 98.0.4717.0 98.0.4715.4 98.0.4715.3 98.0.4715.2 98.0.4715.1 98.0.4715.0 98.0.4714.2 98.0.4714.1 98.0.4714.0 98.0.4713.2 98.0.4713.1 98.0.4713.0 98.0.4712.1 98.0.4712.0 98.0.4711.1 98.0.4711.0 98.0.4710.6 98.0.4710.5 98.0.4710.4 98.0.4710.3 98.0.4710.2 98.0.4710.1 98.0.4710.0 98.0.4709.3 98.0.4709.2 98.0.4709.1 98.0.4709.0 98.0.4708.1 98.0.4708.0 98.0.4707.2 98.0.4707.1 98.0.4707.0 98.0.4706.1 98.0.4706.0 98.0.4705.2 98.0.4705.1 98.0.4705.0 98.0.4704.1 98.0.4704.0 98.0.4703.1 98.0.4703.0 98.0.4702.1 98.0.4702.0 98.0.4701.2 98.0.4701.1 98.0.4701.0 98.0.4700.2 98.0.4700.1 98.0.4700.0 98.0.4699.1 98.0.4699.0 98.0.4698.0 98.0.4697.3 98.0.4697.2 98.0.4697.1 98.0.4697.0 98.0.4696.6 98.0.4696.5 98.0.4696.4 98.0.4696.3 98.0.4696.2 98.0.4696.1 98.0.4696.0 98.0.4695.3 98.0.4695.2 98.0.4695.1 98.0.4695.0 98.0.4694.2 98.0.4694.1 98.0.4694.0 98.0.4693.2 98.0.4693.1 98.0.4693.0 97.0.4692.85 97.0.4692.84 97.0.4692.83 97.0.4692.82 97.0.4692.81 97.0.4692.80 97.0.4692.79 97.0.4692.78 97.0.4692.77 97.0.4692.76 97.0.4692.75 97.0.4692.74 97.0.4692.73 97.0.4692.72 97.0.4692.71 97.0.4692.70 97.0.4692.69 97.0.4692.68 97.0.4692.67 97.0.4692.66 97.0.4692.65 97.0.4692.64 97.0.4692.63 97.0.4692.62 97.0.4692.61 97.0.4692.60 97.0.4692.59 97.0.4692.58 97.0.4692.57 97.0.4692.56 97.0.4692.55 97.0.4692.54 97.0.4692.53 97.0.4692.52 97.0.4692.51 97.0.4692.50 97.0.4692.49 97.0.4692.48 97.0.4692.47 97.0.4692.46 97.0.4692.45 97.0.4692.44 97.0.4692.43 97.0.4692.42 97.0.4692.41 97.0.4692.40 97.0.4692.39 97.0.4692.38 97.0.4692.37 97.0.4692.36 97.0.4692.35 97.0.4692.34 97.0.4692.33 97.0.4692.32 97.0.4692.31 97.0.4692.30 97.0.4692.29 97.0.4692.28 97.0.4692.27 97.0.4692.26 97.0.4692.25 97.0.4692.24 97.0.4692.23 97.0.4692.22 97.0.4692.21 97.0.4692.20 97.0.4692.19 97.0.4692.18 97.0.4692.17 97.0.4692.16 97.0.4692.15 97.0.4692.14 97.0.4692.13 97.0.4692.12 97.0.4692.11 97.0.4692.10 97.0.4692.9 97.0.4692.8 97.0.4692.7 97.0.4692.6 97.0.4692.5 97.0.4692.4 97.0.4692.3 97.0.4692.2 97.0.4692.1 97.0.4692.0 97.0.4691.0 97.0.4690.10 97.0.4690.9 97.0.4690.8 97.0.4690.7 97.0.4690.6 97.0.4690.5 97.0.4690.4 97.0.4690.3 97.0.4690.2 97.0.4690.1 97.0.4690.0 97.0.4689.6 97.0.4689.5 97.0.4689.4 97.0.4689.3 97.0.4689.2 97.0.4689.1 97.0.4689.0 97.0.4688.4 97.0.4688.3 97.0.4688.2 97.0.4688.1 97.0.4688.0 97.0.4687.2 97.0.4687.1 97.0.4687.0 97.0.4686.3 97.0.4686.2 97.0.4686.1 97.0.4686.0 97.0.4685.5 97.0.4685.4 97.0.4685.3 97.0.4685.2 97.0.4685.1 97.0.4685.0 97.0.4684.2 97.0.4684.1 97.0.4684.0 97.0.4683.2 97.0.4683.1 97.0.4683.0

The same problem in Debian. Trying install previous 4.19 version of i3-wm. But problem is in Google Chrome. Version google-chrome-stable/stable 97.0.4692.71-1 amd64 is broken but 96.0.4664.110-1 works well, I’ve tested it just now.