Thread: [Fremantle Maemo5] [Announce] Advanced Geocaching Tool
View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#391
Originally Posted by nieldk View Post
Ok, the /opt/advancedcaching/launch file is not installed.
File it is in deb-package
Code:
wget http://www.cs.helsinki.fi/u/rantalai/agtl/meego/advancedcaching_0.9.1.3_all.deb
ar x advancedcaching_0.9.1.3_all.deb 
tar xvf data.tar.xz 
cat ./opt/advancedcaching/launch
#!/bin/sh
cd /opt/advancedcaching/
python core.py --qml
How it is not installed?


I have tried to find documentation how to build package which aegis accepts. This is only I have found and I have no idea why it is not working:

Code:
aegis-deb-util  --add-manifest --manifest=meego-debuild/_aegis --add-digsigsums='/opt/advancedcaching/launch' 
advancedcaching_0.9.1.3_all.deb
Where content of file meego-debuild/_aegis is
Code:
<aegis>
        <request policy="add">
                <credential name="Location" />
                <credential name="GRP::video" />
		<credential name="GRP::pulse-access" />
                <for path="/opt/advancedcaching/launch" />
        </request>
</aegis>

Last edited by AapoRantalainen; 2015-05-02 at 10:15.
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: