Was wondering if someone could help me troubleshoot why I cannot get Tizonia to work on tumbleweed.
I have successfully installed snapd using YAST
snapd version: 2.34.3-5.8
I have successfully installed tizonia as a snap file
sudo snap list
Name Version Rev Tracking Publisher Notes
core 16-2.36+git992.417cfc6 5867 edge canonical core
tizonia 0.15.0 211 stable tizonia -
uname -a
Linux linux-6sxo 4.18.15-1-pae #1 SMP PREEMPT Thu Oct 18 08:56:17 UTC 2018 (5a53676) i686 i686 i386 GNU/Linux
here is the error message I get when I try to start tizonia
tizonia --youtube-audio-search "bruce springsteen born to run"
cannot perform readlinkat() on the mount namespace file descriptor of the init process: Permission denied
the snapd daemon is running…as I have set snapd daemon to start at system boot
systemctl status snapd
● snapd.service - Snappy daemon
Loaded: loaded (/usr/lib/systemd/system/snapd.service; enabled; vendor preset: disabled)
Active: active (running) since Sun 2018-11-04 23:16:55 MST; 20h ago
Main PID: 1110 (snapd)
Tasks: 10 (limit: 4783)
CGroup: /system.slice/snapd.service
└─1110 /usr/lib/snapd/snapd
Thanks in advance for any help that can be provided…