GooBox / goobox-sync-storj

Sync app for Storj
GNU General Public License v3.0
3 stars 1 forks source link

Synchronized icon doesn't appear on macOS #113

Closed jkawamoto closed 6 years ago

jkawamoto commented 6 years ago

screenshot log.txt

kaloyan-raev commented 6 years ago

@jkawamoto I am not sure how to reproduce this.

Does it happen on Windows?

What's the DB state of the files with no overlay icon? Is any of them syncing too?

jkawamoto commented 6 years ago

The DB state is as same as one in #114 and the outputs of dump command is here.

On Windows, it didn't happen.

kaloyan-raev commented 6 years ago

I cannot see any issue in the code. The only thing I noticed in the logs is that the OK icon is registered first. Perhaps, you can try changing the registration order, so the OK icon is not first, and see if this makes any difference.

jkawamoto commented 6 years ago

Initializing icons in reverse order worked to show sync icons. But, this time, the app loses the error icons...

jkawamoto commented 6 years ago

I've tried to wait 10 more seconds before registering overlay icons and so far it works. I'll open a PR about this in the common library's branch.