I tried to install Telegram with 'sudo snap install telegram-desktop'. In kde menu I have the voice relative to 'Telegram'; It seems launching but it doesn't appear ( to be honest I have to same problem with Skype since an update, and I gave up).
I also did 'sudo yum update snapd'
'sudo systemctl enable --now snapd.socket'
Code: Select all
sudo systemctl status snapd
● snapd.service - Snap Daemon
Loaded: loaded (/usr/lib/systemd/system/snapd.service; disabled; vendor preset: disabled)
Active: active (running) since Sat 2021-01-09 21:13:47 GMT; 8min ago
Main PID: 15650 (snapd)
CGroup: /system.slice/snapd.service
└─15650 /usr/libexec/snapd/snapd
Jan 09 21:13:44 mic systemd[1]: Starting Snap Daemon...
Jan 09 21:13:45 mic snapd[15650]: AppArmor status: apparmor not enabled
Jan 09 21:13:45 mic snapd[15650]: daemon.go:343: started snapd/2.47.1-1.el7 (series 16; classic;...6_6.
Jan 09 21:13:45 mic snapd[15650]: daemon.go:436: adjusting startup timeout by 1m5s (pessimistic ...nap)
Jan 09 21:13:47 mic systemd[1]: Started Snap Daemon.
Hint: Some lines were ellipsized, use -l to show in full.
Code: Select all
snap version
snap 2.47.1-1.el7
snapd 2.47.1-1.el7
series 16
centos 7
kernel 3.10.0-1160.6.1.el7.x86_64
Do I need 'apparmor'? I can't find it....
By the way, after typing 'sudo systemctl enable --now snapd' and lanunching telegram from console with 'telegram-desktop' I got in the console this message error:
Code: Select all
telegram-desktop: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory
Kind Regards