[10:32] PR snapd#7456 closed: usersession/client: add a client library for the user session agent [12:23] I'm just testing, how i can build a custom snapcraft- and/or snapd-version, with experimental features. But i have trouble to install it, in a oneliner like that: [12:23] snap install --dangerous <(wget -o - https://github.com/sd-hd/snapcraft/releases/download/3.9.9-0sdhd1/snapcraft-snap-3.9.9-0sdhd1 ) [12:23] Does anybody has an idea ? [12:23] /me sometimes i don't want to wait for the PRs to be merged [12:23] * sdhd-sascha it's bash (or so) here [12:32] My fault.... wget has additional output, if i called it this way ... [14:26] * sdhd-sascha back [14:27] what do i am wrong: [14:27] ``` [14:27] # snap install --dangerous <(wget -q -O- https://github.com/sd-hd/snapcraft/releases/download/3.9.9-0sdhd1/snapcraft-snap-3.9.9-0sdhd1) [14:27] error: cannot perform the following tasks: [14:27] - Mount snap "snapcraft" (unset) (snap "snapcraft" requires classic confinement) [14:27] ``` [14:27] ??? [14:29] *awkward* sorry [14:29] classic is missing [14:38] :-) [16:56] Hello all! After Looking through all the FAQs, I need to know if there is a special plug-in to CentOS Application Installer that allows it to show SNAP installed Items? [18:09] Hello. I have run into an issue with one of the snaps (Rocketchatserver mongo db issue). In order to fix it I need to revert a snap to a specific revision from a specific channel. How can I do it? [23:59] PR snapcraft#2922 opened: Fix push on Windows