|
2010-02-06
, 14:12
|
Posts: 61 |
Thanked: 43 times |
Joined on Aug 2008
|
#2
|
The Following User Says Thank You to harriva For This Useful Post: | ||
|
2010-02-06
, 20:44
|
Posts: 355 |
Thanked: 566 times |
Joined on Nov 2009
@ Redstone Canyon, Colorado
|
#4
|
The Following User Says Thank You to jebba For This Useful Post: | ||
|
2010-02-07
, 07:59
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#5
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-02-07
, 08:22
|
|
Posts: 516 |
Thanked: 643 times |
Joined on Oct 2009
@ Denmark/Poland
|
#6
|
|
2010-02-07
, 09:54
|
Posts: 42 |
Thanked: 132 times |
Joined on Feb 2010
|
#7
|
|
2010-02-07
, 17:27
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#8
|
Thanks for the help
I'm currently trying this page : http://wiki.maemo.org/Py2deb
I didnt built the package yet with py2deb, but i'm trying to get the proper layout and files on the device. But i have a question : is the dbus "*.service " file really needed even if my application as nothing to do with services ? I'm asking because without it i can see my application under the applications menu, but when i try to launch it, it return to the desktop .. hum hum !
|
2010-02-07
, 18:12
|
Posts: 42 |
Thanked: 132 times |
Joined on Feb 2010
|
#9
|
Nokia-N900-51-1:/home/opt# cat /usr/share/applications/hildon/wesnoth.desktop [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Battle For Wesnoth Comment=A fantasy turn-based strategy game Exec=/opt/wesnoth/bin/wesnoth_n900 Icon=wesnoth X-Icon-path=/usr/share/icons X-Window-Icon=wesnoth Type=Application X-Osso-Service=com.nokia.wesnoth X-Osso-Type=application/x-executable Categories=Games MimeType=application/game Terminal=false
Nokia-N900-51-1:/home/opt# ls -laih /opt/wesnoth/bin/ 98317 drwxrwxrwx 2 root root 4.0k Feb 7 19:11 . 98316 drwxr-xr-x 4 root root 4.0k Feb 7 12:00 .. 98318 -rwxrwxrwx 1 root root 16.8M Feb 7 12:00 wesnoth 98327 -rwxrwxrwx 1 root root 213 Feb 7 12:07 wesnoth_n900 98325 -rwxrwxrwx 1 root root 2.2M Feb 7 12:00 wesnothd 98330 -rwxrwxrwx 1 root root 214 Feb 7 12:20 wesnothd_n900
Nokia-N900-51-1:/home/opt# cat /opt/wesnoth/bin/wesnoth_n900 LD_PRELOAD="/opt/wesnoth/lib/libSDL_mixer-1.2.so.0.10.1" LD_LIBRARY_PATH="/opt/wesnoth/lib/" /opt/wesnoth/bin/wesnoth --smallgui -f --bpp 16 -r 800x480 /home/user/MyDocs/games/wesnoth_data/ &>/opt/wesnoth/bin/log
|
2010-02-07
, 18:16
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#10
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
Thanks in advance,
David.