[09:47] PR snapd#6127 opened: overlord/ifacestate: setup systemd backend in separate pass [13:01] when I run snap run --shell $snap, where is the rootfs for the snap? do I get the same env vars as defined by snap run $snap? [13:02] trying to debug why vulkan doesnt work inside the snpa [13:31] thresh: cd $SNAP [13:31] right :) [13:31] thresh: the env is the same except for things defined in the wrappers [13:31] that are in $SNAP [13:31] you can extract variables from there [13:31] so vulkaninfo shows lots of stuff [13:31] * zyga runs for lunch :) [13:35] is there a way to enable ptrace in the confined env? [13:35] I dont want to launch & strace my snapped app, I want to strace something else [13:35] (vulkaninfo to be exact) [13:39] yeah I guess I can just change the wrapper & snap try it [13:42] INFO: [loader] Code 0 : Found ICD manifest file /snap/vlc/x3/usr/share/vulkan/icd.d/intel_icd.x86_64.json, version "1.0.0" [13:42] open("/usr/lib/x86_64-linux-gnu/libvulkan_intel.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) [13:42] eh [13:42] so I guess that's why it doesnt work [16:51] made vulkan video output work inside a snap \o/ [16:52] got to apply a hack on top of vulkan ubuntu packaging: https://git.videolan.org/?p=vlc.git;a=commitdiff;h=58c57d1c4bdf17459f74dd70a3374f25cb38911e [17:18] thresh, awesome !