From 0aff103f3146bcfe62df5c542ec77144e3333d2d Mon Sep 17 00:00:00 2001 From: Thomas Wiringa Date: Sun, 13 Mar 2016 12:06:33 +0100 Subject: [PATCH] Fix loading spinner in the top bar --- Paper/gnome-shell/gnome-shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Paper/gnome-shell/gnome-shell.css b/Paper/gnome-shell/gnome-shell.css index 640c167..712b546 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; }