Thread
:
[Announce - Now for N900 too] oobProfile - the easiest way to change profiles by location
View Single Post
qwazix
2012-03-26 , 09:26
Moderator | Posts: 2,622 | Thanked: 5,447 times | Joined on Jan 2010
#
28
v0.0.5 on it's way to devel, and I will promote it right away to testing.
Technical explanation of the problem
The upstart job file /etc/event.d/oobProfileDaemon was installed as a debian
conffile
I had been testing oobProfile on my phone and I did not purge but rather remove between subsequent tests so the conffile stayed where it was after removing (my error)
Qt creator publishing wizard does
not
include files without extension in the package for the autobuilder (Qt creators error)
When installing from the repository, the conffile was there so upstart did not complain and I thought all was ok but in reality there was no upstart job file in the package
Solution:
added extension .conf to the upstart job. It looks a bit out of place but it saves the hassle of creating your own source package each time.
Note to other devs or if you want to manually start or stop oobProfile:
use
Code:
/sbin/initctl start oobProfileDaemon.conf
and not
Code:
/sbin/initctl start oobProfileDaemon
as you would in harmattan
(harmattan upstart ignores the extension)
__________________
Proud coding competition 2012 winner:
ρcam
My other apps:
speedcrunch
N9
N900
Jolla
––
contactlaunch
––
timenow
Nemo UX blog:
Grog
My website:
qwazix.com
My job:
oob
Quote & Reply
|
The Following User Says Thank You to qwazix For This Useful Post:
reinob
qwazix
View Public Profile
Send a private message to qwazix
Find all posts by qwazix