Elizabeth Loss-Cutler-Hull

Results 63 comments of Elizabeth Loss-Cutler-Hull

I'm glad to help. :) Looking at the logs (I added a fair bit of debugging statements while tracking this down, and have not removed them yet), I see another...

I am still seeing some oddities that I am trying to track down, it is helping, but... Odd. I am curious, why is moveToTop called via GLib.idle_add instead of being...

@phocean I have code that definitely fixes the issue at the top. From the description I'm pretty sure that @Enigma0 has a different bug. (Though, it is possible that they...

[TopIcons.diff.txt](https://github.com/phocean/TopIcons-plus/files/1259123/TopIcons.diff.txt) Here is the diff with all the debugging.

And here is the diff with just the code changes. [TopIcons.code_only.diff.txt](https://github.com/phocean/TopIcons-plus/files/1259127/TopIcons.code_only.diff.txt)

@Enigma0 If you can easily reproduce this, can you try applying my diff and restarting gnome-shell? Save TopIcons.diff.txt in /tmp/ cd ~/.local/share/gnome-shell/extensions/[email protected] cat /tmp/TopIcons.diff.txt | patch -s Then log out...

@Enigma0 To confirm, applying the patch seems to have resolved the issue?

Here is an additional fix on top of my non-logging version, which seems to have cleared up a crash due to race condition. [TopIcons_More.diff.txt](https://github.com/phocean/TopIcons-plus/files/1276113/TopIcons_More.diff.txt) And here is an updated version...

@matjam Please let me know if the most recent patch does it for you. There was a race condition where if the icon changed between us adding it and a...

@phocean It looks like you have recently merged in some other changes. I will get everything merged, tested and commited and try and get you a pull request in the...