Home > 備忘録(Fedora) > アプリケーション > skype( 103 )
[root@server]# vi /etc/yum.repos.d/skype-stable.repo
[skype-stable]
name=skype (stable)
baseurl=https://repo.skype.com/rpm/stable/
enabled=1
gpgcheck=1
gpgkey=https://repo.skype.com/data/SKYPE-GPG-KEY[root@server]# dnf install -y skypeforlinux[root@server]# cp -f /usr/share/applications/skypeforlinux.desktop /home/$USER/.local/share/applications[root@server]# sed -e "s/Exec=\/usr\/bin\/skypeforlinux %U/Exec=bash -c 'LD_PRELOAD=\/usr\/lib64\/libv4l\/v4l1compat.so \/usr\/bin\/skypeforlinux'/" -i /home/$USER/.local/share/applications/skypeforlinux.desktop