=== JanC is now known as Guest4059 === ikey|afk is now known as ikey [09:20] if i build the snap package using "snapcraft" and install the package over the existing previous downloaded package using "snap install --dangerous *.snap" i do not get my modifications. i am [09:20] pretty new in snap packaging, probably i am doing something wrong...any hints? [09:24] how can i inspect what is going on in the snap envrironment? i discovered that i can open a shell with "snap run --shell wekan.wekan" but this shell is very restricted (i cannot browse files)...how can i inspect hwat is going on in the snap environment? [09:28] well [09:28] it is exactly that ... [09:28] "i can open a shell with "snap run --shell wekan.wekan" but this shell is very restricted (i cannot browse files)" [09:29] that is what makes a snap environment [09:30] you can see some writable spaces and have some additional env variables set (depening on what you defined in snapcraft at build time and depending on what interfaces (plugs and slots) your snap has in use at runtime) [09:30] in that snap shell run: env [09:31] you will see a bunch of variables starting with SNAP_ ... they point to the places your snap has access to [09:35] if you need additional access you need to use interfaces (plugs and slots) [17:10] Anyone around to help out debugging Arch OpenGL issues? zyga? [22:46] PR snapcraft#1431 opened: tests: do not check the opencv command if it wasn't installed