Silverlight on openSUSE - HowTo
by
Published on 13-Sep-2013 03:02
Number of Views: 40387
Introduction
Thanks to the efforts by
Richard Bos we can now have Silverlight applications / websites on our openSUSE install, using Pipelight. This project was started mainly to give dutch people access to Magister, a Silverlight based students/parents application a lot of dutch schools use, that was not accessible on linux until now.
Pre-install
Remove the moonlight plugin, through Yast + browsers, if installed.
Add the repo below for your openSUSE version, trust the key when prompted for:
- Through Yast: Add the repo below for your openSUSE version, trust the key when prompted for:
- Through zypper:
- 12.2:
Code:
zypper ar http://download.opensuse.org/repositories/home:/rbos:/pipelight/openSUSE_12.2/
- 12.3:
Code:
zypper ar http://download.opensuse.org/repositories/home:/rbos:/pipelight/openSUSE_12.3/
- Tumbleweed:
Code:
zypper ar http://download.opensuse.org/repositories/home:/rbos:/pipelight/openSUSE_Tumbleweed/
- Close any browser sessions
Installation
- Through Yast:
- Select View - Repositories
- Tick the Pipelight repo
- Select the pipelight package for install, it will pull in some dependencies.
- Tick "Switch system packages .....". This will make sure the packages from the added repo will be used, not other.
- Perform the install
- Through zypper:
Code:
su -c 'zypper in pipelight'
Post-install
Start your browser and let the magic happen....... The pipelight plugin will trigger a Silverlight install on ~/.wine-pipelight and use that. Let it do it's thing, visit
http://bubblemark.com/silverlight2.html to test. You should see a square with bouncing balls.