Results 98 comments of josch

It did not just become unprovisioned. It said "restart the initial version please be patient" and this seems to indicate that it performed a factory reset? I didn't touch the...

Yes, and here somebody else experienced it: https://www.roboter-forum.com/index.php?thread/33043-mein-roborock-s50-hat-sich-gestern-selbst-zur%C3%BCckgeflasht/

Another possible duplicate: Hypfer/Valetudo/issues/206

@dugite-code I posted the contents of my `roborock.conf` here: https://github.com/Hypfer/Valetudo/issues/206#issuecomment-493832448

> It would certainly be nice usability wise, but due to single threaded nature of GTK and OpenGL, rendering two different windows from single process at once would be bad...

> > Is there a reason against spawning an entirely new process with its own window? > > It does not seem to be a supported mechanic under [GApplication](https://docs.gtk.org/gio/class.Application.html) or...

Hah, nice find, thank you! I'm now running clapper with this patch: ```diff --- a/src/app.js +++ b/src/app.js @@ -17,7 +17,7 @@ class ClapperApp extends Gtk.Application { super._init({ application_id: Misc.appId, -...

Since I neither need flatpak nor mpris support, I opened PR #325. If desired, this allows the user to start clapper with `NON_UNIQUE` while also warning that this is required...

> Sorry for the delay in looking at this pull request. Things have been pretty busy. No problem, same over here. :) > So some comments about this change. Thank...

I'm submitted my patch to the linux-ext4 list to get more feedback: https://lore.kernel.org/linux-ext4/[email protected]/