Hi Folks -
Something maddening is happening and I need help troubleshooting please… just did the following:
snap install vscodium --classic
All seemed to install fine.
But it won’t start, no matter what I do. I’ve waited too. Tried many times.
echo $?
0
So it thinks it starts form the cli.
I tried removing and install it again. Same result, nothing.
sudo journalctl --since=yesterday | grep audit
Shows:
… Feb 24 16:00:17 prax kernel: audit: type=1400 audit(1677272417.917:453): apparmor=“STATUS” operation=“profile_replace” info=“same as current profile, skipping” profile=“unconfined” name=“snap.codium.codium” pid=338384 comm=“apparmor_parser” …
But no DENIED.
/snap/codium/297 is mounted:
lsblk |grep codium
loop5 7:5 0 174.6M 1 loop /snap/codium/297
Nothing appears in /var/log/* that I can find related.
Other snaps appear to start.
What am I missing/doing wrong? What can I do to troubleshoot further?
Shouldn’t be this much effort to run a snap…
Bob