[02:05] PR snapcraft#1050 opened: repo: add multiarch support for stage packages [11:21] if i want to include a remote part without making any changes whats the right syntax for that? [11:22] like i want to include the juju part from https://wiki.ubuntu.com/snapcraft/parts as is [11:22] does it need like a plugin: false or something similar? [11:30] ah maybe 'after' is what i want? [11:30] will try that [13:13] Hey all. [13:14] Anyone knows how I can get things like other filesystems into ubuntu core? It is missing both xfs and btrfs. There does not seem to be any way to do it via snaps so...? [13:34] the kernel should care on its own if you access a disk with such a filesystem [13:34] and beyond that .... [13:34] ogra@pi3:~$ sudo modprobe btrfs [13:34] ogra@pi3:~$ dmesg|grep Btrfs [13:34] [ 7123.194582] Btrfs loaded [13:34] ogra@pi3:~$ [14:12] if you echo $HOME inside a classic snap it doesn't point to the users $HOME but to $HOME/snap//x7 [14:12] is that expected? [14:24] Issue snapd#2632 opened: classic snap $HOME reported incorrectly [14:39] zyga, im online to re that classic snap $HOME bug [14:49] Hey guys, I have an error when trying to build a 32 bit snap on 64 bit with electron-builder "Building for a different target architecture requires a plugin specific implementation in the 'desktop-glib-only' plugin" [15:03] Issue snapd#2632 closed: classic snap $HOME reported incorrectly [15:09] Issue snapd#2632 opened: classic snap $HOME reported incorrectly [15:24] If someone here is doing work on an Intel Joule, I've got a couple of questions. Like... if you're using the i2c interface, which library are you using to access it? [15:42] Issue snapd#2632 closed: classic snap $HOME reported incorrectly [17:01] Yes.. but how do I install or access btrfs-tools then? [17:02] or xfs-tools?