Ubuntu 14.04에 Unity Web Player를 설치하는 방법은 무엇입니까?


14

많은 온라인 응용 프로그램에 액세스 할 수 없으므로 ubuntu 14.04 LTS 64 비트 버전의 unity web player를 설치하는 방법을 알고 싶습니다.

간단한 절차를 통해 다운로드 할 수 있습니까?


askubuntu.com/questions/227897/… 등의 웹 앱을 실행하는 데 사용되는 Ubuntu 브라우저 ( Oxide )에 대해 이야기하고 있습니까?
muru

@muru 모질라와 크롬에 대해 이야기하고있다
아그 rehan 압바스

답변:


11

해결책은 Pipelight를 사용하는 것입니다.

Ubuntu에 Pipelight를 설치하는 방법 : http://pipelight.net/cms/install/installation-ubuntu.html

sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update

Unity 웹 플레이어 플러그인 활성화 방법 : http://wiki.unity3d.com/index.php/Running_Unity_Web_Player_on_Linux_using_Pipelight

#!/bin/bash

#FDS-Team: Pipelight Project
#Tomasz Zackiewicz, Pipelight.sh


#update the checksum of Unity3D Web Player
sudo pipelight-plugin --update

#for Firefox, clear the plugin cache
sudo pipelight-plugin --create-mozilla-plugins

#enabling Unity3D Web Player
sudo pipelight-plugin --enable unity3d

4
여기 에 언급 된 것과 동일한 명령 :)
Lucio

1
파이어 폭스 우분투에서 활성화했지만 여전히 작동하지 않습니다
vipin8169

2
최신 버전의 Firefox에서는 작동하지 않는 것 같습니다. 2014 년 이후 출시 된 것일 수도 있습니다.
Ratul
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.