Clemens Eisserer | 4 May 2009 12:21
Picon

Can sysprof generate in-kernel callgraphs?


Hi,

Is it possible to get in-kernel callgraphs when profiling with
sysprof, and if so how can it be used?
I've installed debug packages for my kernel, however I still only get
"in kernel: xy%" displayed, without any further information where the
time has been spent inside the kernel.

Thank you in advance, Clemens Eisserer
chen Emily | 15 May 2009 11:20
Picon

Call for invitations to be the host of GNOME.Asia Summit 2009


Hi,

We are soliciting proposals for hosting GNOME.Asia 2009. The GNOME.Asia Summit is planned to be an annual GNOME event hosted in Asia. We started the GNOME.Asia Summit in 2008 and we want to continue this tradition and spread GNOME throughout the Asian region.


The GNOME.Asia Summit will focus primarily on the GNOME desktop including both applications and the development platform in addition to larger GNOME-related community in Asia. The Summit brings together the GNOME community in Asia to provide a forum for users, developers, foundation leaders, governments and businesses to discuss a varied range of topics relating to GNOME and the GNOME community in Asia. Learn more about GNOME.Asia Summit from our website at http://www.gnome.asia/en/

The Summit has an active committee to assist the local coordinators, but there is a definitive need for individuals actively involved and committed to the planning and execution of the Summit. There are challenges to work through but the process can be a very rewarding and a lot of fun.

GNOME.Asia is much like a tiny seed we want to grow into a tree in Asia. We are looking for local organizers in any Asian country with the desire to take on and succeed in the challenges of organizing an excellent GNOME event.

The following two links are "must read items" for GUADEC, the European model for the Summit. It has (Continue reading)

Sundaram | 22 May 2009 12:07
Picon
Favicon

[Announce] Artha - Handy off-line English thesaurus with regex search feature released!


Dear friends,
I am glad to announce release 0.9.1 of Artha ~ A handy off-line English thesaurus/dictionary based on WordNet with regular expressions based search feature added to it with this release.

Artha houses distinct features like global hot key look-ups, regular expressions based search to locate a vaguely known word, passive desktop notifications, suggestions for misspelle d words, etc. Once executed, it sits on the system tray monitoring for a pre-set hot key combination. When the user selects text from any window and presses this hot key, Artha pops-up with the word looked up. Should the user prefer passive notifications over the app. popping-up, Artha's 'Notify' option does this. Apart from showing definitions, it also shows Synonyms, Antonyms, Derivatives, Similar Terms, Attributes, Domain Terms, Pertainyms and 5 more. When a word is misspelled, it shows spelling suggestions too.

Download (src and binaries):
http://sourceforge.net/project/showfiles.php?group_id=250410

Code (release 0.9.1):
svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0.9.1

Thanks!

P.S.: This is my first open-source application. Thanks for all the support you guys gave me!

Best Regards
Sundaram

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
Stefan Nuxoll | 26 May 2009 00:46
Gravatar

Re: [Announce] Artha - Handy off-line English thesaurus with regex search feature released!


An offline tool for this is kinda cool, but it should be noted that
applications should not sit in the notification area, it is *not* a
'tray'.  It really should just be a standalone app, you may make a
separate panel applet if you desire (or even better, write a deskbar
plugin).

On Fri, May 22, 2009 at 4:07 AM, Sundaram <legends2k <at> yahoo.com> wrote:
>
>
> Dear friends,
> I am glad to announce release 0.9.1 of Artha ~ A handy off-line English thesaurus/dictionary based on
WordNet with regular expressions based search feature added to it with this release.
>
> Artha houses distinct features like global hot key look-ups, regular expressions based search to locate
a vaguely known word, passive desktop notifications, suggestions for misspelled words, etc. Once
executed, it sits on the system tray monitoring for a pre-set hot key combination. When the user selects
text from any window and presses this hot key, Artha pops-up with the word looked up. Should the user prefer
passive notifications over the app. popping-up, Artha's 'Notify' option does this. Apart from showing
definitions, it also shows Synonyms, Antonyms, Derivatives, Similar Terms, Attributes, Domain Terms,
Pertainyms and 5 more. When a word is misspelled, it shows spelling suggestions too.
>
> Download (src and binaries):
> http://sourceforge.net/project/showfiles.php?group_id=250410
>
> Code (release 0.9.1):
> svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0.9.1
>
> Thanks!
>
(Continue reading)

gege2061 | 29 May 2009 07:32
Gravatar

Libuniqueapp: undefined reference to `org_gnome_GUniqueAppInterface_send_message'


Hello,

I would like use the libuniqueapp library, but it doesn't link with my application:

liblibguniqueapp.so: undefined reference to `org_gnome_GUniqueAppInterface_send_message'

I compile with the waf build system, but if I delete this function, it works fine.

What is the problem?

--
Nicolas Joseph

Responsable des rubriques C et GTK+ de developpez.com /
In charge of the C and GTK+ sections on developpez.com

http://nicolasj.developpez.com

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list
Nikolay V. Shmyrev | 29 May 2009 08:42
Picon
Favicon

Re: Libuniqueapp: undefined reference to `org_gnome_GUniqueAppInterface_send_message'


В Птн, 29/05/2009 в 07:32 +0200, gege2061 пишет:
> Hello,
> 
> I would like use the libuniqueapp library, but it doesn't link with my
> application:
> 
> liblibguniqueapp.so: undefined reference to
> `org_gnome_GUniqueAppInterface_send_message'
> 
> I compile with the waf build system, but if I delete this function, it
> works fine.
> 
> What is the problem?
> 
> -- 
> Nicolas Joseph

Dear Nicolas

Please provide more information to let us help you. 

What version of libUnique are you trying to use? 
How did you build and install it? 
Why it's not the latest released one? 
How do you link the library?

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
(Continue reading)

gege2061 | 29 May 2009 14:56
Gravatar

Re: Libuniqueapp: undefined reference to `org_gnome_GUniqueAppInterface_send_message'


Thank's for your answer, I wanted to create a minimalist demo and I
found the problem: I have skipped the client script.
Sundaram | 26 May 2009 08:41
Picon
Favicon

Re: [Announce] Artha - Handy off-line English thesaurus with regex search feature released!


Hi Stefan,
Thanks for your input! I am not sure of the usage of "notification area" since it is not only used for notifying battery status, date/time, weather, etc. but also by applications like RhythmBox, Pidgin, etc. RhythmBox shows passive desktop notification when a song changes, pidgin doesn't do any notifications except for icon changes w.r.t to status change. What is the difference between them and Artha? Artha notifys the user with the definition of a word, when you select it and press the assigned hot key. I don't see the difference here, in the way you do. Can you please explain it so I can correct it?

Thanks for y our time!

Regards
Sundaram
From: Stefan Nuxoll <stefan <at> nuxoll.eu.org>
To: Sundaram <legends2k <at> yahoo.com>
Cc: gnome-devel-list <at> gnome.org; Gnome DevList <gnome-app-devel-list <at> gnome.org>
Sent: Tuesday, May 26, 2009 4:16:50 AM
Subject: Re: [Announce] Artha - Handy off-line English thesaurus with regex search feature released!

An offline tool for this is kinda cool, but it should be noted that
applications should not sit in the notification area, it is *not* a
'tray'.  It really should just be a standalone app, you may make a
separate panel applet if you desire (or even better, write a deskbar
plugin).

On Fri, May 22, 2009 at 4:07 AM, Sundaram <legends2k <at> yahoo.com> wrote:
>
>
> Dear friends,
> I am glad to announce release 0.9.1 of Artha ~ A handy off-line English thesaurus/dictionary based on WordNet with regular expressions based search feature added to it with this release.
>
> Artha houses distinct features like global hot key look-ups, regular expressions based sear ch to locate a vaguely known word, passive desktop notifications, suggestions for misspelled words, etc. Once executed, it sits on the system tray monitoring for a pre-set hot key combination. When the user selects text from any window and presses this hot key, Artha pops-up with the word looked up. Should the user prefer passive notifications over the app. popping-up, Artha's 'Notify' option does this. Apart from showing definitions, it also shows Synonyms, Antonyms, Derivatives, Similar Terms, Attributes, Domain Terms, Pertainyms and 5 more. When a word is misspelled, it shows spelling suggestions too.
>
> Download (src and binaries):
> http://sourceforge.net/project/showfiles.php?group_id=250410
>
> Code (release 0.9.1):
> svn co http://artha.svn.sourceforge.net/svnroot/artha/tags/0.9.1
>
> Thanks!
>
> P.S.: This is my first open-source application. Thanks for all the support you guys gave me!
>
> Best Regards
> Sundaram
>
>
> _______________________________________________
> gnome-devel-list mailing list
> gnome-devel-list <at> gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-devel-list
>
>



--
Stefan Nuxoll <stefan <at> nuxoll.eu.org>

_______________________________________________
gnome-devel-list mailing list
gnome-devel-list <at> gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-devel-list

Gmane