Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
Um, I don't follow this suggestion. I have in my data/Makefile.am: serviceentry_DATA = com.kjainvestments.tabletbridge.service desktopentry_DATA = tabletbridge.desktop icon_26x26_DATA = icons/26x26/tabletbridge.png icon_40x40_DATA = icons/40x40/tabletbridge.png icon_scalable_DATA =

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
This was not in my debian/control but I have added this now. thanks, Frank On Wed, Jan 6, 2010 at 1:50 AM, Faheem Pervez tripp...@gmail.com wrote: Ed Bartosh looked into this for another person last time and his solution applies here, too: Add osso-af-settings to Build-Depends. -Faheem On

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Faheem Pervez
Apologies, I was typing from my bedside in the morning; clearly, I hadn't woken up. ;) I'm used to seeing things like servicedir = $(DIR) in Makefile.am but you did that in configure.ac. Best Regards, Faheem On Wed, Jan 6, 2010 at 1:10 PM, Frank Banul frank.ba...@gmail.com wrote: Um, I don't

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
No apologies necessary. Thanks for taking the time to look. Frank - Original message - Apologies, I was typing from my bedside in the morning; clearly, I hadn't woken up. ;) I'm used to seeing things like servicedir = $(DIR) in Makefile.am but you did that in configure.ac. Best

Re: why do my .service and .desktop files end up in the root directory?

2010-01-06 Thread Frank Banul
Thanks, this did the trick. Frank - Original message - Ed Bartosh looked into this for another person last time and his solution applies here, too: Add osso-af-settings to Build-Depends. -Faheem On 1/6/10, Frank Banul frank.ba...@gmail.com wrote: Hi, Can any one give me any

why do my .service and .desktop files end up in the root directory?

2010-01-05 Thread Frank Banul
Hi, Can any one give me any hints (or answers) on why my .service and .desktop files end up in the their proper locations and in the root directory of the device? I've been staring at the scripts but really don't see where I've gone wrong. I've also examined other source packages. The source is

Re: why do my .service and .desktop files end up in the root directory?

2010-01-05 Thread Frank Banul
It's probably the same but my most recent source is here http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4-4.tar.gz, not the below link. thanks, Frank On Tue, Jan 5, 2010 at 8:35 PM, Frank Banul frank.ba...@gmail.com wrote: Hi, Can any one

Re: why do my .service and .desktop files end up in the root directory?

2010-01-05 Thread Faheem Pervez
Ed Bartosh looked into this for another person last time and his solution applies here, too: Add osso-af-settings to Build-Depends. -Faheem On 1/6/10, Frank Banul frank.ba...@gmail.com wrote: Hi, Can any one give me any hints (or answers) on why my .service and .desktop files end up in the

Re: why do my .service and .desktop files end up in the root directory?

2010-01-05 Thread Faheem Pervez
Oh, and now that I'm looking at it a bit better, telling data/Makefile.am to actually use $serviceentry et al. may help. On 1/6/10, Faheem Pervez tripp...@gmail.com wrote: Ed Bartosh looked into this for another person last time and his solution applies here, too: Add osso-af-settings to