At line 260 in tdp-provider.c, the loop to retrieve dropbox options terminates on G_IO_STATUS_AGAIN. Elsewhere this status causes the operation to be retried. And, in fact, if I simply delete these three lines, I am able to get a proper menu when otherwise I don't.
At line 260 in tdp-provider.c, the loop to retrieve dropbox options terminates on G_IO_STATUS_AGAIN. Elsewhere this status causes the operation to be retried. And, in fact, if I simply delete these three lines, I am able to get a proper menu when otherwise I don't.