[08:09] And hello again \o [10:51] Saviq re: the inotify race - I just realized the CREATE event is for the .lock file, not the socket. I think we've misunderstood what is going on [11:12] So the lock file triggers inotify, the loop goes on to find the socket isn't there (or isn't openable), and by the time we're back in inotifywait, that won't trigger anymore… I really want a --timeout 1 there :P [11:15] So: 1. we spawn inotify, 2. we find the socket doesn't exist, 3. the socket is created, 4. inotify sets up the watch, 5. we wait on inotifiy [11:16] Why did I ever try to do this in a bash script?! [11:18] You'd think there would already be a "simple-inotifywait" that would DTRT to ensure the path exists, or gets created within a timeout… [11:51] So that plan goes down the drain… sommelier (or rather, the wine runtime, I suppose) only working on base: core18 :/ [11:52] Really! I thought snaps were the way to get the future here, not the past! [11:52] If anyone cares… [11:53] There are wine-platform*core20 snaps, but can't find examples using it [11:54] And just flipping existing snaps to base: core20 makes them die. [11:56] alan_g would you please invite me to the Telegram snapcrafters channel? I can't seem to find it… [11:58] "Sorry, you cannot add this user to groups because of their privacy settings" [11:59] You should be able to share a link? [11:59] And I've now changed my settings so you should be able to invite me [12:00] Though you should've been able already, as you're in my contacts… [12:00] Thanks [12:00] Group doesn't seem to have a link [12:04] Oh, there is a wine-platform-runtime-core20, that may help. Thanks snapd for not showing this in find :P [12:05] Is that because it isn't searchable on the store? [12:07] Must be 🤷 [12:13] Now it's here… I must've missed it in the results [12:19] Great success. [12:20] Something worked?! [12:41] Now I need ideas about a good example Windows app… [12:43] The only Windows app I've used in the past decade is Fritz. But that would be a bad example to choose [12:49] Here are a few ideas: https://download.cnet.com/windows/ [13:36] 🧌. Will snap AVG ;P [17:00] 🌊 [17:00] Talk tomorrow o/ [17:42] -GitHub[m]:#mir-server- **[MirServer/mir]** graysonguarino drafted [pull request #2734](https://github.com/MirServer/mir/pull/2734): Add start drag [17:42] -GitHub[m]:#mir-server- [17:42] -GitHub[m]:#mir-server- > This is only the beginning of the implementation of `start_drag`. Currently, the icon is dragged around but the pasting of the data the icon represents is not implemented. [17:44] > <@github:maunium.net> **[MirServer/mir]** graysonguarino drafted [pull request #2734](https://github.com/MirServer/mir/pull/2734): Add start drag [17:44] > [17:44] > > This is only the beginning of the implementation of `start_drag`. Currently, the icon is dragged around but the pasting of the data the icon represents is not implemented. [17:44] Just threw up a really early draft for `start_drag`. Still working out the pasting side of this, and I don't think we should bother with merging until that's ready.