Navigation

    UBports Robot Logo

    UBports Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Rythmbox works in libertine

    Support
    2
    3
    247
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      killerbee last edited by

      Tested on 16.04 dev 110
      Plays sound and is able to import mp3s

      used the deb from

      https://launchpad.net/ubuntu/xenial/armhf/rhythmbox/3.3-1ubuntu7

      Now if ONLY we would be able to access the sd card from libertine container.... ANY CLUE?

      1 Reply Last reply Reply Quote 0
      • T
        TartanSpartan last edited by

        On 15.04 you can set up a bash script to mount the SD card in a folder named "mount" for Libertine programs. I presume this must work in 16.04 too but haven't tested it. The script goes like:

        #!/bin/bash
        sudo mount -B /media/phablet/15D3-9E3C/ ~/.local/share/libertine-container/user-data/vivid/mount/

        exit 0

        Replace "15D3-9E3C" with whatever the alphanumeric designation is for your SD card. Make the script executable and remember that you'll have to run it from the Ubuntu Touch terminal everytime you reboot the phablet, but it works great!

        1 Reply Last reply Reply Quote 1
        • K
          killerbee last edited by

          Worked kind of. Its important that you first create a folder in the user-data/xenial folder
          I named it SDCARD and then the mount command is:

          sudo mount -B /media/phablet/ED34-76D7/ ~/.local/share/libertine-container/user-data/xenial/SDCARD

          Now i can access the data from libertine apps 😉

          1 Reply Last reply Reply Quote 1
          • First post
            Last post