I thought the DBus initialization was used to allow only one intsnace of
your program to be run, which is good on a handheld device ...
I think you should let the user decide if he wants to put a shortcut on
his desktop or not ?
Fred
Le 10/08/2010 17:29, Naresh Mehta a écrit :
Hi All
You simply have to create a .desktop file associated with your program
(don't forget to initialize dbus session with osso_init)
users wil then be able to start your program via the menu and to add a
shortcut on their desktop.
you can check the developper documentation
Fred
Le 10/08
+1
On Thu, Jul 1, 2010 at 5:32 AM, Lorenzo Bettini
wrote:
> On 06/26/2010 09:44 PM, Andrea Grandi wrote:
>
>> Hi,
>>
>> On 22 June 2010 22:46, Fred Duarte wrote:
>>
>>> Hi, Andrea.
>>>
>>> I've had the same issue
Hhhmmm,
It uses the Maemo Multimedia Application Framework (MAFW) to make the
queries
in python. But I think its possible to make a Qt C++ version of it.
Tnx for the tip, Cláudio.
2010/6/23 Cláudio Sampaio
> On Wed, Jun 23, 2010 at 9:02 PM, Fred Duarte wrote:
>
>> Is it possible t
Is it possible to query info about the music currently played on the device.
That is, if the user plays a music file from maemo's default media player or
any other player that was installed, is there a notification signal, maybe a
DBUS
interface that I can listen to that can give me this kind of i
Hi, Andrea.
I've had the same issue for a while and I've opened a bug report for it:
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1614
In my case, the error occurs only when building projects of template type
'SUBDIRS'
for maemo using the QtCreator.
If this is also your case, then I'm sor
I'm trying to package a QT application with MADDE that contains
some non-QT dependencies.
Is it possible to install it via "apt-get install PACKAGE_NAME" or "dpkg -i
PACKAGE_NAME.deb" ?
If not, how can I add these dependencies to the MADDE environment?
--
Frederico Simas Duarte
SW & UI - Softwa
Le 24/03/2010 19:33, Michael Cronenworth a écrit :
Benoît HERVIER on 03/24/2010 12:08 PM wrote:
Yes there is discussions, talk, brainstorm ... and other discussions,
emails on the mailing list but ZERO actions taken. This was my first
experience in an true OSS community ... but probably the last
Sqlite is available in the extras repository as a lib (gpe and others depnd on
it)
Fred
- Original message -
> Hi all,
>
> I was able to install and run mySQL on both the N800 and N810 fairly
> easy.
> I want to also test out the SQLite - I download the binaries fo
Le 09/12/2009 02:23, Ian a écrit :
> Hi
>> me too, I ordered it since they wrote to order it before the 21 of december.
> ordered it from where? I looked around on forum.nokia.com and I have
> nothing related to N900 anywhere..maybe I missed something/some link
>
> Ian
>
>
>
>
Once the store's con
Le 10/11/2009 09:27, Tim Teulings a écrit :
> Hello!
>
>> Is there a way to read XML files in the Maemo distribution ?
>
> The GNOME XML library is available (should be libxml2-dev, libxml2).
> See also http://xmlsoft.org/.
Thanks a lot
>
> It is also possible that QT has a XML library, too (I'm
Hi,
Is there a way to read XML files in the Maemo distribution ?
If not can you recommend one available in extras ?
If not can you recommend one ?
I want to read keepassx xml files for importing in passwordSafe
Thanks
Fred
___
maemo-developers
I think it is good to be able to keep maemo-optify out of Build-Depends :
This way we can keep the same debian control file for Diablo and Fremantle.
I suppose the Diablo builder will only ignore the optify header ?
Fred
On Wed, Oct 28, 2009 at 8:10 PM, Ed Bartosh wrote:
> 2009/10/28 And
Hi,
Is there a way to get a User friendly description for a path ?
ie see "N900 Documents/toto" instead of "/home/user/MyDocsDir/.documents/toto" ?
Thanks
Fred
PS : Faheem already proposed the baseName glib function but it only
gives
won't increase hugely now ... or will it ?
What do you think ?
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
PWSafe 1.5.5a appeared in the repository : thanks to anyone who did it !
Le 15/10/2009 10:05, tero.k...@nokia.com a écrit :
> Hi all,
>
> Garage is down for a disk upgrade. It ran full and needs some more space.
> Estimate is in the ball park of an hour or so.
>
> Hope you understand.
>
> Thanks,
Is there a link with the fact that a package build yesterday is still
not in the extras-devel repo ? (pwsafe 1.5.5a
https://garage.maemo.org/builder/diablo/pwsafe_1.5.5a/)
Thanks for your work
Fred
Le 15/10/2009 10:05, tero.k...@nokia.com a écrit :
> Hi all,
>
> Garage is down f
t(docsDir, "/.documents", NULL);
} else {
myDir = g_strdup("/home/user/MyDocs/.documents");
}
And it looks like a reboot of the device did it ...
check bug https://bugs.maemo.org/show_bug.cgi?id=5252
Thanks for your time
Fred
___
write and move files ...
Thanks
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
And for the record there is an example of using MCE via DBus here :
http://wiki.maemo.org/Using_Fremantle_Widgets
search for MCE_DEVICE_ORIENTATION_SIG in the page
Fred
Le 30/09/2009 10:25, daniel wilms a écrit :
> Hi Fred,
>
> have a look here [1], this might be what you want.
&
Thanks a lot. It looks like it !
Fred
Le 30/09/2009 10:25, daniel wilms a écrit :
> Hi Fred,
>
> have a look here [1], this might be what you want.
>
> Cheers Daniel
>
> [1]
> http://maemo.org/api_refs/5.0/beta/mce-dev/dbus-names_8h.html#84c46d903ba9ab3b6e965e107e399852
&
Hi,
I wonder what I should do to get signaled when the device is getting out
of inactivity (screen blanking) ?
libosso has an indicator for getting into inactivity mode
(system_inactivity_ind) but I don't see one for getting out of it ...
Or is it the same ?
Thanks
Le 29/09/2009 11:38, Claudio Saavedra a écrit :
> El mar, 29-09-2009 a las 10:33 +0200, Fred Lefévère-Laoide escribió:
>> Hi Cornelius,
>>
>> I tried Enter and Return on my keyboard : no dice !
>>
>> I suppose I'll try the gtk_widget_activate way for debug
Hi Cornelius,
I tried Enter and Return on my keyboard : no dice !
I suppose I'll try the gtk_widget_activate way for debugging purpose.
Can anyone confirm this behavior in the SDK so that I can open a bug ?
Fred
Le 29/09/2009 09:41, Cornelius Hald a écrit :
> Hi Fred,
>
> I
No I can't because :
- I cannot figure out how to fire the signal in the SDK.
- I works fine on Diablo
- I do not have a fremantle device
Fred
Le 29/09/2009 08:54, Qiang Chai a écrit :
> Can you figure out which line of code crashes?
>
> Maybe you can check the pointer value of m
get_text(HILDON_ENTRY(widget));
...
}
Thanks for your help
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
that if
an app has a very limited public it doesn't get out of extras-testing ?
Fred
Henrik Hedberg a écrit :
> Extras-testing QA is not working as it is implemented now! There are
> two main issues:
>
> * Comments are stored into a wrong place. Those belong to Bugzil
implement a usb-hid device.
>
Why don't you implement a bluetooth HID ?
You could even use a N800/N8100 with BlueMaemo to emaulate the client
part :)
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Cornelius Hald a écrit :
> On Sun, 2009-09-20 at 20:05 +0200, Fred Lefévère-Laoide wrote:
>> I noticed that too ...
>> I thought it was linked to the sound server not being available ... ?
>
> Ah right, doing:
> run-standalone.sh pulseaudio
>
Thaks for the tip : I
ialog with gtk_dialog_run() does not crash
> and does not play a sound.
>
> Thanks!
> Conny
>
>
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/
Andrew Flegg a écrit :
> On Mon, Aug 31, 2009 at 16:47, Fred wrote:
>> Andrew Flegg a écrit :
>>> https://bugs.maemo.org/show_bug.cgi?id=3354
>> I keep getting this error :
>>
>> $ dput -f diablo-extras-builder pwsafe_1.5.0e_source.changes
>>
>>
Andrew Flegg a écrit :
> On Mon, Aug 31, 2009 at 14:22, Fred wrote:
>> I'm fredoll on garage and the account/index2.php page gives me the right
>> public ssh key.
>> but I always get authent... denied
>
> Hmm, I've not seen "authentication denied&
your help
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Hi,
Contact-infos does access contact but not via DBus (via libebook API if
I remember correctly) !
It then offers a DBus interface to allow users to choose the contact
they want via a dialog.
ContactInfos can access built-in contact or GPE contacts ...
Fred
Tatu Lahtela a écrit :
>
Shoudln't you use the memory cards to store thumbnails & co.
the main filesystem is quite limited in size ...
Fred
Andrei Mirestean a écrit :
> Hello,
>
> I have just updated the wiki, posting my second report on the project:
> http://wiki.maemo.org/GSoC_2009/Projects/Pic
Thomas Clavier a écrit :
> Valerio Valerio a écrit :
>> I'm not a expert in this area, but by your assumptions seems to me that
>> telepathy offer a better future for your project, and also will allow
>> you to extend and add more feature in the application. Probably
>> python-purple will be easier
Fully agree too
Fred
Luca Donaggio a écrit :
> I definitely second Graham's opinion!
>
> Luca Donaggio
>
> On Thu, May 14, 2009 at 1:03 PM, Graham Cobb <mailto:g%2b...@cobb.uk.net>> wrote:
>
> On Thursday 14 May 2009 11:25:32 Claudio Saavedra wrote:
>
> https://lists.maemo.org/mailman/listinfo/maemo-developers
Hi,
I would be also interested to know how I can find out in the postinst
script if I'm in Fremantle as maemo-select-menu-location is not
available anymore ...
I suppose I could test
for everybody or just for me ?
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Hi all,
I'd like to try my luck with python and EFL for a new project.
Is there any pointer I should be aware of to help me start this project
? (We say "mettre le pied à l'étrier" ...)
Thanks
Fred
___
maemo-developers mailing l
Would VLC (http://www.videolan.org) be a good client ?
There was a port for Maemo but it was underpowered.
It has the capacity to be embedded and could be a very good all-purpose
(all-codec) media player ...
Fred
___
maemo-developers mailing list
maemo
Darren Enns a écrit :
> Fred wrote:
>> Eero Tamminen a écrit :
>>> Hi,
>>>
>>> ext Darren Enns wrote:
>>>> Today, I determined to 'once again' try to install 'scratchbox' on
>>>> my Fedora 8 machine. I have now
; - Eero
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
Do you have SELinux enabled ?
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Pedro Sanchez a écrit :
> Likely a silly question, but I'm getting the subject linking error when
> I try to use this glib function.
>
> My configure.ac file has
>
> PKG_CHECK_MODULES(... glib-2.0 ...)
>
> and my source file has
>
> #include
> #include
>
> What else is needed?
>
> Thanks,
>
That is what I understood also (contactinfos)
And be carefull that you cannot yet define complex parameters to your
method (only simple type are supported by DBus)
Fred
Pedro Sanchez a écrit :
> Hello,
>
> I'm writing an app for my N800 and I want it to create and export a DBUS
For Chinook and Diablo ?
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
ists.maemo.org/mailman/listinfo/maemo-developers
No idea about log
but I know that your app will live if started from command line :)
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Hi all,
I tried to auto-build pwsafe on diablo and I got loads of (111
Connection refused) errors
check out :
https://garage.maemo.org/builder/diablo/pwsafe_1.3.2/armel.root.log.FAILED.txt
Is this problem known ?
Fred
___
maemo-developers mailing
Ed Bartosh a écrit :
> On Mon, 2008-06-23 at 14:07 +0200, ext Fred wrote:
>>>>>>> Theoreticaly it should work. However we didn't get any feedback about it
>>>>>>> since it was announced several months ago, so I can't say for sure.
>>>
Ed Bartosh a écrit :
> On Mon, 2008-06-23 at 11:52 +0200, ext Fred wrote:
>> Ed Bartosh a écrit :
>>> On Wed, 2008-06-18 at 18:00 +0200, ext Fred wrote:
>>>>>>> That's because you haven't promote your packages to extras.
>>>>>&g
Ed Bartosh a écrit :
> On Wed, 2008-06-18 at 18:00 +0200, ext Fred wrote:
>>>>> That's because you haven't promote your packages to extras.
>>>>> Autobuilder puts successfully built packages into extras-devel.
>>>>> It's
Andrew Barr a écrit :
> Is anyone else being spammed by garage.maemo.org with the same message
> saying "logo contest is now open"? I seem to be getting a new one of
> these in my inbox about every thirty minutes.
>
> I'm sure there's no malicious intent here, I'm just not sure if anyone
> is awar
Ed Bartosh a écrit :
> On Tue, 2008-06-17 at 17:45 +0200, ext Daniel Martin Yerga wrote:
>> On Mon, 16 Jun 2008 19:46:41 +0300
>> Ed Bartosh <[EMAIL PROTECTED]> wrote:
>>
>>> On Mon, 2008-06-16 at 17:53 +0200, ext Fred wrote:
>>>> Is there any
Is there any link with the autobuilder ?
Because I changed my packages so that they build with auto-builder
(mainly declare hildon-dev dependencies) and you tried to build the
version I uploaded to extras before that ...
Fred
Niels Breet a écrit :
> Hi all,
>
> Currently Ed Bartosh
Neil Jerram a écrit :
> 2008/6/6 Fred <[EMAIL PROTECTED]>:
>> Looks like it works ...
>>
>> Can this pb be linked to the fact that I have a passphrase associated
>> with my ssh key and that I may not answer the passphrase question as
>> soon as it arises
Thanks, I'll take a look
Fred
- Original message -
> 2008/6/6 Fred <[EMAIL PROTECTED]>:
> > Looks like it works ...
> >
> > Can this pb be linked to the fact that I have a passphrase associated
> > with my ssh key and that I may not answer the passph
Hi,
I try to be able to generate my projects for OS2007 as well as 0S2008
(with a few lines in configure.ac)
But with the auto-builder, I have to specify hildon dev packages in
debian/control ... which breaks my setup for OS2007
What would you recommend to keep this possibility ?
Fred
I have replaced the links with the actual files and it worked ...
Thanks a lot for your support
Fred
Ed Bartosh a écrit :
> On Fri, 2008-06-06 at 14:16 +0200, ext Fred wrote:
>> I managed to get gnokii-gconf to auto-build !!!
>> Thanks a lot
>>
> Thank you for usin
Looks like it works ...
Can this pb be linked to the fact that I have a passphrase associated
with my ssh key and that I may not answer the passphrase question as
soon as it arises ?
Fred
Niels Breet a écrit :
>> On Fri, 2008-06-06 at 13:56 +0200, ext Niels Breet wrote:
>>
&
checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
configure: error: cannot run /bin/sh ./config.sub
make: *** [configure-stamp] Error 1
Any idea ?
Fred
PS : that was my first ever maemo (and GTK ad Linux) software ...
___
maemo
s not match that specified in .dsc'
It goes away if I retry the dput without changing anything ...
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Thanks Graham and Ed
I'll try that tomorrow ;)
Fred
- Original message -
> On Thu, 2008-06-05 at 17:34 +0200, ext Fred wrote:
> > Hi,
> >
> > I'm trying to use the autobuilder :
> >
> > I managed to have gnokii OK
> > but then when I t
ng for HILDON... configure: error: Package requirements
(hildon-libs >= 0.9.50 hildon-fm libossohelp) were not met:
No package 'hildon-libs' found
No package 'hildon-fm' found
No package 'libossohelp' found
What am I doing wrong ?
Thanks
Fred
__
27;m not including myself in that), the tablet might not have the success it
has.
Fred
P.S. Sorry for not contributing anything else than a rant ;-)
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
there was this tuner that used the microphone and a fft lib I think ...
But I think it hasn't been ported to OS2008 (chinook)
Fred
nisha jain a écrit :
> Hi All,
>
> I have to do fft calculation for an application running on maemo
> developed for N800.
> I am looking for
There is no need to be so upset ...
You can still do it the old way :
- Switch to R&D mode (with the linux flasher
- edit the gainroot shell script
You're done ;)
Fred
sebastian maemo a écrit :
> Thank you very much to the developers and maintainers of the pages:
>
> ht
There is an example (not very high level I'm afraid) of it in "Remote
Connection Manager" or "Password Safe" in the garage .
Fred
Andrea Grandi a écrit :
> Hi all,
>
> can someone please tell me where can I find an example of GtkIconView
> usage? I'
Il think the best thing you could do is find a GTK training course.
Hildon dev is really an extension of GTK and follows the same guidelines.
Fred
Merrick Fonnesbeck a écrit :
> Does anybody know of any good training courses or seminars that are
> available in the United States for learni
hinook_sdk.html then you do
> not need the debian tools
>
> The scratchbox installer will use tarballs to install scratchbox, and
> the the SDK installs a debian-like setup under scratchbox.
There are also ebuilds for scratchbox here and there and you'll find very
useful instr
een and keys when the light
> sensor value drops, and unlock when the light sensor value rises. This
> way, the N810's case would work like the N770's slide cover (unless you
> are in the dark).
Shame there isn't one on the N800 because this
; Questions:
> 1) is there a canonical tutorial/example for using osso-media-server,
> or shall I learn from Kagu?
> 2) is there the same for audio recording using gstreamer?
>
> I am new to the gstreamer thing, so be gentle ;)
>
I suppose you co
p file (otherwise there would be no
icon at all I presume). I have added 12x12 and 16x16 icons too, thinking
these might be needed for the small ones, to no avail.
Ideas anyone?
Cheers,
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
rg
> https://lists.maemo.org/mailman/listinfo/maemo-developers
Did you specify the icon entry in your .desktop file ?
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Hi,
I'd like to know the proper way and place to file bugs for OS2008HE on
the 770.
I think this is one :
Take a Wifi connection that works fine (created by saving from a
detected WLAN)
Edit its "advanced properties" to change it from a DHCP connection to a
fixed IP address.
From there on
Daniel Martin Yerga suggested this on the pymaemo list :
> I am not expert in this, but to try with:
> update-desktop-database /usr/share/applications/hildon/
The command does seem to run (no error messages), and the .desktop files
are all present in the directory, but the app menu is still empty
(I mistakenly posted this to the pymaemo list on 2/2 - resending here)
I had a rare case of bad luck today while installing Canola2b2 on my 770:
The download and installation went OK (Canola runs from the command
line), but at the very end the device ran out of internal memory and
could not write
On Wednesday 06 Feb 2008, Tollef Fog Heen wrote:
> * Fred Labrosse
>
> | I should have been a bit more specific. I want to have a client running
> | on a nokia talking to a server running on another machine with the comms
> | being done with tcp sockets. It's an had-ho
On Tuesday 05 Feb 2008, Kaj-Michael Lang wrote:
> On Tue, 5 Feb 2008, Fred Labrosse wrote:
> > I need to use TCP sockets and was wondering if there was any high level
> > library to do that. I saw references to SDL_net for maemo 2, but not
> > maemo 4 (and indeed, it is not
On Tuesday 05 Feb 2008, Mohammed Hassan wrote:
> On Tue, 2008-02-05 at 13:28 +, ext Fred Labrosse wrote:
> > All,
> >
> > I'm fairly new to maemo development (but not to C/C++) and am starting an
> > application for my N800.
> >
> > I need to use TC
on my nokia or in the devel environment).
Would anybody have anything to suggest?
TIA,
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
I think Evolution Data Server is a special cut-down version for Maemo.
there are example of use in contactInfos (lib...eds) and cell phone tools
Fred
David Hautbois a écrit :
> Hi
>
> I try to access to the addressbook using libebook.
> It does not work.
>
> Could
Devraj Mukherjee a écrit :
> Hi everyone,
>
> I am developing a Python GTK/Hildon application, and everything works
> well in Scratchbox. I am trying to get my application running on the
> device with out creating a debian package (since I am still developing
> the app and would like to debug stuf
I've received it too in France during lunch time (ordered Friday before
2) and it feels and looks very nice ;)
Restoring right now ...
Thanks a lot to Quim and the Maemo team
Fred
Tilman Vogel a écrit :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> BTW, I received a n
9 hildon-fm-2 hildon-help, \
AC_DEFINE(HILDON, 1, [Version of hildon libraries]), \
[AC_DEFINE(HILDON, 0, [Version of hildon libraries]) \
PKG_CHECK_MODULES(HILDON, hildon-libs >= 0.9.50 hildon-fm
libossohelp)])
AC_SUBST(HILDON_CFLAGS)
AC_SUBST(HILDON_LIBS)
Then in your source file y
Hi,
Does anyone have the bsddb module for maemo-python, or know where to
find it ?
I don't know why it's been excluded from the maemo distribution : it's
not that big, and its absence means some existing software cannot be
reused easily on the tablets - like the very interesting Gluon:
http:/
ou have to request an invite to [EMAIL PROTECTED] and then upload your
public key and then you can sign and upload your packages.
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
0.1.3) but it is not going to
be installed
E: Broken packages
Have you any idea what I did wrong ?
Thanks
Fred
Luostarinen Mika (Nokia-M/Helsinki) a écrit :
>Dear all,
>
>We are happy to announce maemo SDK+ Alpha-1 development environment
>for maemo developers.
Thanks,
But I can't find any hildonization in this version ...
I'm a little bit lazy and don't really feel like redoing a job already
done ...
Fred
Mingxi Wu a écrit :
> Hi,
> Try here: http://ftp.gnome.org/pub/gnome/sources/gconf-editor
>
> Or, if you are using
.
Any help would be welcome
Fred
PS : Happy Holidays
Bon Reste
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Hi Joni,
Thanks a lot for your reply ...
Joni Valtanen a écrit :
>
> On Thu, 20 Dec 2007, Fred wrote:
>
>> Hi,
>>
>> I'm trying to port GRCM (Remote COnnection Manager) to Maemo.
>> But GRCM launch a terminal so I thougth that I'd launch osso-xterm bu
so-xterm with a parameter to tell it to
run ssh or ftp ...
3/ when I run osso-xterm from osso-xterm the toolbar is created in the
first instance of osso-xterm so there are 2 toolbars ...
Ant idea ?
Thanks
Fred
___
maemo-developers mailing list
maemo-d
Hi,
Do you have the following line in your debian/postinst ?
gtk-update-icon-cache -f /usr/share/icons/hicolor
Not sure if it is still needed but it is supposed to reload your icons ...
Fred
chetan nanda a écrit :
> Hi Fred,
>
> Yes, i did path mistake in rules file. I found th
I suppose it's not the standard way of doing it but if you add
mkdir and cp commands in your debian rules file to copy your images in
the debian package structure (sometimes in debian/tmp or debian/)
Your files will be present and installed
Hope this helps
O Fred
chetan nanda a écrit :
different Maemo versions.
>
And X environment is available on the X86 target ...
So you have to construct 2 times the number of targets that you're
aiming for : X86 and ARMEL for Gregale, Bora and Chinook
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers
Looks like it's general ...
Same here in France :(
Fred
Uwe Koch a écrit :
> Hi,
>
> I just saw the N810 available in the online shop from Nokia Germany.
> But entering the discount code fails.
>
> We had the same situation with the developer program for the N800 alre
Eero Tamminen a écrit :
>
> So you've now verified that Exec part works, whether it's in
> .desktop or .service file. What about the service name,
> Does the service name in .desktop match the .service file?
> I don't really know D-BUS, but when looking at the maemoblocks
> stuff on the device:
>
Kimmo Hämäläinen a écrit :
> On Thu, 2007-11-29 at 15:20 -0800, ext Mike Morrison wrote:
>> On Nov 29, 2007 2:33 PM, Thomas D. Waelti <[EMAIL PROTECTED]> wrote:
>>> Something else: make sure your service name is something like
>>> com.nokia.yourapp, and NOT com.yourdomainname.yourapp or so...
>>>
Markku Vire a écrit :
> Hi,
>
> Try using GtkIconView.
>
> -Markku-
>
> Fred wrote:
>> Hi,
>>
>> I try to compile pwsafe for OS2008 and those 2 have disappeared.
>> What is the best replacement (GTK I suppose) for HildonGrid and
Hi,
I try to compile pwsafe for OS2008 and those 2 have disappeared.
What is the best replacement (GTK I suppose) for HildonGrid and
HildonGridItem) ?
Thanks
Fred
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org
Thomas D. Waelti wrote :
>> However, I have been unable to adapt the mClock example for the
>> service file successfully. As soon as I reference the X-Osso-
>> Service value in the desktop file, I get a lengthy "Loading..."
>> banner and nothing else, even though I call osso.Context() early in
>> m
1 - 100 of 151 matches
Mail list logo