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  wrote:
> > 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
> > http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
> >
> > Thanks in advance. The user's root directory appreciate your help. ;)
> >
> > thanks,
> > Frank
> > ___
> > maemo-developers mailing list
> > maemo-developers@maemo.org
> > https://lists.maemo.org/mailman/listinfo/maemo-developers
> >

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 Regards,
> Faheem
>
> On Wed, Jan 6, 2010 at 1:10 PM, Frank Banul  wrote:
> > 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 = icons/scalable/tabletbridge.png
> > icons/scalable/tabletbridge-wait.png
> >
> > EXTRA_DIST = $(serviceentry_DATA) $(desktopentry_DATA)
> > $(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_scalable_DATA)
> >
> > I looked at other data/Makefile.am files and they are the same. What
> > am I missing?
> >
> > thanks,
> > Frank
> >
> > On Wed, Jan 6, 2010 at 1:55 AM, Faheem Pervez  wrote:
> > > 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  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 1/6/10, Frank Banul  wrote:
> > > > > 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
> > > > > http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
> > > > >
> > > > > Thanks in advance. The user's root directory appreciate your help. ;)
> > > > >
> > > > > thanks,
> > > > > Frank
> > > > > ___
> > > > > maemo-developers mailing list
> > > > > maemo-developers@maemo.org
> > > > > https://lists.maemo.org/mailman/listinfo/maemo-developers
> > > > >
> > > >
> > >
> >

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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  wrote:
> 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 = icons/scalable/tabletbridge.png
> icons/scalable/tabletbridge-wait.png
>
> EXTRA_DIST = $(serviceentry_DATA) $(desktopentry_DATA)
> $(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_scalable_DATA)
>
> I looked at other data/Makefile.am files and they are the same. What
> am I missing?
>
> thanks,
> Frank
>
> On Wed, Jan 6, 2010 at 1:55 AM, Faheem Pervez  wrote:
>> 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  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 1/6/10, Frank Banul  wrote:
 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
 http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz

 Thanks in advance. The user's root directory appreciate your help. ;)

 thanks,
 Frank
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

>>>
>>
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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  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 1/6/10, Frank Banul  wrote:
>> 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
>> http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
>>
>> Thanks in advance. The user's root directory appreciate your help. ;)
>>
>> thanks,
>> Frank
>> ___
>> maemo-developers mailing list
>> maemo-developers@maemo.org
>> https://lists.maemo.org/mailman/listinfo/maemo-developers
>>
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 = icons/scalable/tabletbridge.png
icons/scalable/tabletbridge-wait.png

EXTRA_DIST = $(serviceentry_DATA) $(desktopentry_DATA)
$(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_scalable_DATA)

I looked at other data/Makefile.am files and they are the same. What
am I missing?

thanks,
Frank

On Wed, Jan 6, 2010 at 1:55 AM, Faheem Pervez  wrote:
> 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  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 1/6/10, Frank Banul  wrote:
>>> 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
>>> http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
>>>
>>> Thanks in advance. The user's root directory appreciate your help. ;)
>>>
>>> thanks,
>>> Frank
>>> ___
>>> maemo-developers mailing list
>>> maemo-developers@maemo.org
>>> https://lists.maemo.org/mailman/listinfo/maemo-developers
>>>
>>
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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  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 1/6/10, Frank Banul  wrote:
>> 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
>> http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
>>
>> Thanks in advance. The user's root directory appreciate your help. ;)
>>
>> thanks,
>> Frank
>> ___
>> maemo-developers mailing list
>> maemo-developers@maemo.org
>> https://lists.maemo.org/mailman/listinfo/maemo-developers
>>
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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  wrote:
> 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
> http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
>
> Thanks in advance. The user's root directory appreciate your help. ;)
>
> thanks,
> Frank
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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  wrote:
> 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 
> http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz
>
> Thanks in advance. The user's root directory appreciate your help. ;)
>
> thanks,
> Frank
>
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


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 
http://repository.maemo.org/extras-devel/pool/fremantle/free/source/t/tabletbridge/tabletbridge_0.2.4.tar.gz

Thanks in advance. The user's root directory appreciate your help. ;)

thanks,
Frank
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers