doc: element: leave notes for if element fails to render, again

This commit is contained in:
Colin 2023-09-09 07:11:25 +00:00
parent 0da8d282fe
commit 59f82cea27

View File

@ -1,3 +1,9 @@
# debugging tips:
# - if element opens but does not render:
# - `element-desktop --disable-gpu --in-process-gpu`
# - <https://github.com/vector-im/element-desktop/issues/1029#issuecomment-1632688224>
# - `rm -rf ~/.config/Element/GPUCache`
# - <https://github.com/NixOS/nixpkgs/issues/244486>
{ ... }:
{
sane.programs.element-desktop = {