Rythmbox works in libertine
-
Tested on 16.04 dev 110
Plays sound and is able to import mp3sused 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?
-
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!
-
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