diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 813f220..4dbcd60 100644 --- a/Paper/gnome-shell/gnome-shell.css +++ b/Paper/gnome-shell/gnome-shell.css @@ -846,7 +846,8 @@ StScrollBar { border: none; } #appMenu { - spinner-image: url("assets/process-working.svg"); + /*spinner-image: url("assets/process-working.svg"); Broken, not compatible with 60 fps. See https://github.com/theRealPadster/Mist-theme/issues/4 */ + spinner-image: url("resource:///org/gnome/shell/theme/process-working.svg"); spacing: 4px; } #appMenu .label-shadow { color: transparent; }