Closed jluttine closed 11 months ago
Please check if this is due to https://github.com/NixOS/nixpkgs/issues/244742
Ran these commands but it didn't help (the directories did exist and were removed):
$ rm ~/.config/chromium/GrShaderCache -rf
$ rm ~/.config/chromium/ShaderCache -rf
$ rm ~/.config/chromium/Default/GPUCache/ -rf
And after that this command doesn't find anything anymore so I suppose everything relevant should be removed:
$ find ~ -name "GrShaderCache"
It should be rm -rf ~/.config/Element/GPUCache
, as in https://github.com/NixOS/nixpkgs/issues/244486#issuecomment-1643916313
That fixed it, thanks!
Describe the bug
After upgrading on nixos-unstable, element-desktop opens but the window is totally blank - just white.
Steps To Reproduce
Steps to reproduce the behavior:
element-desktop
in the terminal.It's possible that you need to have already signed in and used an older version of element desktop.
On terminal, I see the following output:
While the window is open, the following message repeats in the terminal:
Expected behavior
Element desktop should show normal content in the window.
Screenshots
Additional context
Notify maintainers
Maintainers: @Ma27 @fadenb @mguentner @Ralith @sumnerevans @NickCao @dali99
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a :+1: reaction to issues you find important.