2020-01-12T00:55:57+09:00 [Sun]
--> [Ubuntu]
How to fix Chromium and Electron short time freeze on i3wm
Electron and xfce4-notifyd or other notify daemon don’t get along.
Chromium stops short time, when we viewing pornHub and other some cool sites.
How to fix this.
- stop xfce4-notifyd.
- change to dunst.
stop xfce4-notifyd
sudo mv /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service /usr/share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications_service
Rename file and reboot.
adding autostart dunst on i3 starts.
add your i3config this.
exec --no-startup-id dunst
notice: dunstrc on ubuntu
/usr/share/doc/dunst/dunstrc.gz
Have fun!