General instructions
Install package icedtea-java7-plugin, select it for use as your java plugin (using sudo update-alternatives --config java).
Completely remove (including ~/.miro) everything related to miro.
Add the following repo:
Code:
Install miro from this new repo.
Notes
Seems that the icedtea-java7-plugin is step is not necessary for some users, sometimes just clearing the ~/.miro directory and then installing from the different repo works. If you are nervous to change your Java plugin (for fear of other programs/applets ceasing to work), just try all steps except changing your Java.
Detailed instructions
Prerequisites:
Completely remove (apt-get --purge or in Synaptic, completely remove) the packages miro, miro-data, and democracyplayer.
I cleaned my user configuration of miro as well, by deleting the folder /home/user/.miro
Step 1:
Update the java plugin that you use to icedtea-java7-plugin.
a. Open Synaptic Package Manager, click the search button, and search for icedtea-java7-plugin, right click it, select Mark for installation, select apply.
b. Accept any licenses that it needs, and click through the series until it is installed.
Step 2:
From a terminal, type the following:
Code:
deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu gutsy/
sudo update-alternatives --config java
Select the iced-tea plugin that we just installed. For me it was called /usr/lib/jvm/java-7-icedtea/jre/bin/java
Step 3:
Still in Synaptic, select settings, then Repositories. Click the Third-Party Software tab.
Step 4:
Click the add button, and copy and paste the following where it asks for APT line:
Code:
deb http://ftp.osuosl.org/pub/pculture.org/miro/linux/repositories/ubuntu gutsy/
Click Add Source, then close the Software Sources window.
Step 5
Synaptic should inform you that your repositories have changed. Close this message, then click the Reload button, near the upper left of the synaptic window.
Step 6
Click the Search button, and search for miro.
Step 7
Right click the package called miro, and select mark for installation, and click through any messages Synaptic spits back at you. Select apply, wait for everything to finish, and you should have a working installation of miro!
Good luck! Feel free to post back with any questions. Thanks to everyone, especially jay_ramos and brainkilla for the help!
Last edited by papatrpt89; December 15th, 2007 at 08:55 PM.. Reason: Added more necessary steps.