Deaconclgi
|
2010-06-19
, 06:26
|
Posts: 337 |
Thanked: 192 times |
Joined on Feb 2010
@ Atlanta
|
#521
|
|
2010-06-19
, 12:27
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#522
|
Code:apt-get install earthcomber
[install] catalogues = nokia-ovi-store package = earthcomber [nokia-ovi-store] id = ovi file=variant-catalogues
|
2010-06-20
, 20:47
|
|
Posts: 121 |
Thanked: 275 times |
Joined on Oct 2009
@ Blackhawk Island
|
#523
|
#! /bin/sh INSTALL_FILE=/tmp/application.install PACKAGE_LIST=/var/lib/apt/lists/downloads.maemo.nokia.com_fremantle1.2_ovi_._Packages PACKAGE=$1 echo "[install]" >${INSTALL_FILE} echo "catalogues = nokia-ovi-store" >>${INSTALL_FILE} echo "package = ${PACKAGE}" >>${INSTALL_FILE} echo "" >>${INSTALL_FILE} echo "[nokia-ovi-store]" >>${INSTALL_FILE} echo "id = ovi" >>${INSTALL_FILE} echo "file = variant-catalogues" >>${INSTALL_FILE} dbus-send --type=method_call --print-reply --dest='com.nokia.hildon_application_manager' /com/nokia/hildon_application_manager com.nokia.hildon_application_manager.mime_open string:"${INSTALL_FILE}"
sh oviinstall.sh earthcomber
grep "Package: " /var/lib/apt/lists/downloads.maemo.nokia.com_fremantle1.2_ovi_._Packages
|
2010-06-21
, 12:45
|
Posts: 36 |
Thanked: 9 times |
Joined on May 2010
|
#524
|
|
2010-06-21
, 12:56
|
Posts: 54 |
Thanked: 7 times |
Joined on Mar 2010
@ Slovakia, Žilina
|
#525
|
|
2010-06-21
, 12:57
|
Posts: 286 |
Thanked: 117 times |
Joined on Jan 2010
|
#526
|
|
2010-06-21
, 13:33
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#527
|
The Following User Says Thank You to Flandry For This Useful Post: | ||
|
2010-06-21
, 13:47
|
|
Posts: 170 |
Thanked: 53 times |
Joined on Jun 2010
@ Sweden
|
#528
|
|
2010-06-21
, 15:06
|
Posts: 139 |
Thanked: 88 times |
Joined on Dec 2009
|
#529
|
|
2010-06-21
, 18:29
|
Posts: 165 |
Thanked: 78 times |
Joined on Jun 2010
|
#530
|