This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Installing Rygel on N900

Installing via application manager

  1. Start the Application manager.

  2. Click the Application manager menu bar at the top and select Application catalogs.

  3. Press the New button.

  4. Enter the following details:
    •     Catalog name: Fatal
          Web address: http://www.fatal.se/pub/ah-maemo-repo
          Distribution: fremantle
          Components: free
  5. Press Save and click at the top to close the Application catalogs dialog.

    • (The available applications will now be updated and you'll need Internet access.)
  6. Choose Download.

  7. You'll find Rygel under the Multimedia section.

Installing on the command line

  1. From application manager, install 'rootsh'.
  2. In the terminal run these commandlines:

$ sudo gainroot
# cat > /etc/apt/sources.list.d/ah-maemo-repo.list
deb http://www.fatal.se/pub/ah-maemo-repo/ fremantle free non-free
deb-src http://www.fatal.se/pub/ah-maemo-repo/ fremantle free non-free
# apt-get update
# apt-get install rygel

Running Rygel

At this point you should have rygel installed. When you want to share media, you will need to run rygel from commandline. (There is also a plan to provide a nice applet to do this for you.)

Known Issues


2024-10-23 11:37