[ Home | Linux | Xfce | AVideo | Network | Systemd | Bugs | Other ]
DMZ Cursor bug
https://forums.linuxmint.com/viewtopic.php?t=414360
https://forums.linuxmint.com/viewtopic.php?t=414671
change cursor to DMZ White if needed :
sudo update-alternatives --config x-cursor-theme
Video stuttering regression
https://bugzilla.mozilla.org/show_bug.cgi?id=1939685
https://hg.mozilla.org/integration/autoland/pushloghtml?startdate=2023-07-13&enddate=2023-07-16
https://hg.mozilla.org/integration/autoland/rev/e1c387461f1491b8b63445d4505d5617392ed527
fix : user_pref("gfx.x11.glx_sgi_video_sync", true);
Fullscreen freeze
add gpu-api=opengl
in mpv.conf
Chromium geometry
Dialog position
Popup menu don't close
https://github.com/linuxmint/nemo/issues/3218
https://github.com/linuxmint/nemo/.../eel-gtk-extensions.c
/usr/share appears twice in XDG_DATA_DIRS
https://gitlab.xfce.org/xfce/xfce4-session/-/issues/111
https://gitlab.xfce.org/xfce/xfce4-session/-/issues/50
Thunar Leak ThunarFile objects
Xfwm4 Unmaximize
clang-format
Firmwares warnings
Warning : update-initramfs: Generating /boot/initrd.img-6.1.0-28-amd64 W: Possible missing firmware
Nouveau
nouveau 0000:01:00.0: bus: MMIO read of 00000000 FAULT
Upgrade error
https://serverfault.com/questions/905921/
update-initramfs: Generating /boot/initrd.img-6.6.74+rpt-rpi-v8
mkinitramfs: failed to determine device for /
mkinitramfs: workaround is MODULES=most, check:
grep -r MODULES /etc/initramfs-tools
check MODULES : grep -r MODULES= /etc/initramfs-tools
sudo nano /etc/initramfs-tools/initramfs.conf
change MODULES=dep to MODULES=most
sudo update-initramfs -u