Michał Sawicz

Results 243 comments of Michał Sawicz

Hi @srcshelton there actually isn't a window yet, do you have the status menu icon on the menu bar?

Hey @srcshelton while case sensitivity shouldn't matter, except for Windows most of the filesystems we work on should be case sensitive. But that may be a symlinking problem - the...

Hi @grumbach, can you please have a look if there is any difference in your Multipass installation from this (`tree` is [from brew](https://formulae.brew.sh/formula/tree)): ``` $ tree /Library/Application\ Support/com.canonical.multipass /Library/Application\ Support/com.canonical.multipass...

OK having had a look at @grumbach's system (thanks!) this does seem to be related to case-sensitivity of APFS. So we should have a reproducer and a fix coming soon...

Hi @srcshelton, sorry about this, other things took priority… It's not trivial to get an environment to reproduce this…

> There doesn't seem to be a functional GUI other than starting and stopping the service (which occurs in a terminal window) and I've not had chance to investigate any...

> Doesn't `success()` imply `!cancelled()`? The link you posted says that success "Returns true when none of the previous steps have failed or been canceled." You'd think so, wouldn't you......

I think what we can do is apply [`QDir::cleanPath`](https://doc.qt.io/qt-5/qdir.html#cleanPath) to the input, this should give us enough uniformity.

If I may chime in, does this really require a bump to `v2`? Can't you instead maintain backwards compatibility?

> Blueprint-specific images will only apply to amd64 and arm64 Shouldn't that be a per-blueprint thing? I mean, if someone comes in and provides an armhf image, that should be...