Ola, > Mobile player is also a python application. > Maybe it's not the best way to launch python application, but it can be a > reference. > 1. create an exe file under /usr/bin -- mobile-player > #!/bin/sh > Cd /usr/share/mobile-player > Python media_gui.py > 2. add mobile-player in *.desktop file > Exec=mobile-player > Type=Application > ... > 3. add mobile-player in conf.xml > <app id="6" title="Media Player" desc="Mobile media player" > icon="icons/media.png" > path="/usr/bin/mobile-player" />
this is valuable information...thanks []'s ian -- http://ianlawrence.info -- Ubuntu-mobile mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile
