awfed
(Andreas Werner)
April 15, 2019, 7:02am
1
I use ostree://fedora-workstation:fedora/30/x86_64/silverblue Version: 30.20190413.n.1 (2019-04-13T17:46:44Z).
Very often the cursor changes to the rotating symbol and is rotating for a long time. But then changes back to the ordinary cursor.
Why does this happen?
Best regards
AW
fedelibre
(Federico Bruni)
April 15, 2019, 10:32am
2
I confirm this behaviour. Iām running same version as you.
Donāt know why itās happening.
In the logs (journalctl -xe|less
) I see:
apr 15 12:18:16 localhost.localdomain polkitd[921]: Registered Authentication Agent for unix-process:6757:650656 (system bus name :1.589 [/usr/bin/pkttyagent --notify-fd 4 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8)
apr 15 12:18:16 localhost.localdomain rpm-ostree[2163]: Allowing active client :1.590 (uid 1000)
apr 15 12:18:16 localhost.localdomain rpm-ostree[2163]: client(id:cli dbus:1.590 unit:gnome-terminal-server.service uid:1000) added; new total=2
apr 15 12:18:17 localhost.localdomain rpm-ostree[2163]: client(id:cli dbus:1.590 unit:gnome-terminal-server.service uid:1000) vanished; remaining=1
apr 15 12:18:17 localhost.localdomain polkitd[921]: Unregistered Authentication Agent for unix-process:6757:650656 (system bus name :1.589, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_IT.UTF-8) (disconnected from bus)
apr 15 12:18:29 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:18:29 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:18:29 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:18:32 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:18:33 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:19:14 localhost.localdomain firefox.desktop[1678]: IPDL protocol Error: Received an invalid file descriptor
apr 15 12:19:54 localhost.localdomain firefox.desktop[1678]: IPDL protocol Error: Received an invalid file descriptor
apr 15 12:20:02 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:23:29 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:23:29 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:23:29 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:23:32 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:23:33 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
apr 15 12:25:02 localhost.localdomain dbus-broker-launch[902]: Activation request for 'org.freedesktop.resolve1' failed: Unit dbus-org.freedesktop.resolve1.service not found.
fedelibre
(Federico Bruni)
April 15, 2019, 10:43am
3
For this error, thereās an explanation here . But I have no idea if it may be related to the spinning cursor of gnome-shellā¦
jakfrost
(Stephen Douglas Snow)
April 16, 2019, 2:54am
4
I have it happen at times too, generally it does so when the PC is idle more than when I am busy on it. Usually, it is a flatpak that is open but idle for me. Reason? Maybe something to do with not updating the cursor after completing an action that initiated the āspinning cursorā.
Guess itās related to GNOME 'cause I seen this issue a lot in F30 non-silverblue.
jakfrost
(Stephen Douglas Snow)
April 16, 2019, 5:51pm
6
Yes I think you are correct on that. It doesnāt happen to me in Deepin or Pantheon who both use Wayland I believe.
refi64
(Ryan Gonzalez)
April 17, 2019, 4:46am
7
(For the record this is probably a bug, but I donāt think Pantheon uses Wayland yet.)
jakfrost
(Stephen Douglas Snow)
April 17, 2019, 12:38pm
8
I wasnāt sure about Pantheon, but was fairly certain about Deepin using Wayland. Yes it is a bug, I think as well, do you know if it has been filed yet? Maybe Iāll go over to the Gnome issue tracker and take a look.
otaylor
(Owen Taylor)
April 17, 2019, 1:39pm
9
Do you think you could be seeing 1692135 ā Possible regression: Spinner will not always terminate unless window titlebar grabbed and window moved ? As I understand that bug, it involves the wait cursor sometimes not going away after starting an application.
1 Like
fedelibre
(Federico Bruni)
April 18, 2019, 6:23am
10
Thanks for the link.
$ rpm -qi mutter | grep Version
Version : 3.32.0
Iāll wait for 3.32.1 and see if it fixes the issue.