View Single Post
Posts: 355 | Thanked: 598 times | Joined on Sep 2009 @ Nizhny Novgorod, Russia
#23
Hi, angun33!

Congrats with releasing the first release! Good job!

Unfortunately, i can't test it because it seems not working on my tablet... Doh...
I installed your deb from the first post. Statusbar icon seemed to do nothing for me. I started to search the reason and noticed that there is no d-bus with name "org.launcher". So, i inserted a dozen of printf's in your code and found that the program seems to hang at MenuReader.c line 192:
Code:
    if (g_markup_parse_context_parse (context, text, length, NULL) == FALSE)
Nor printf inserted inside this if { ... }, neither one placed after the if { ...} is executed.

It also prints this on console:
Code:
launcher[2003]: GLIB INFO default - Application dtor
Unfortunately, i have no time at the moment to dig inside and find the reason. Hope these source line number tells something to you.

About way to call this launcher: since it supports calling via D-Bus, it is fairly easy to call it from statusbar, from tasknavigator, from telescope or anywhere else. I'm sure that this should be configurable.

Btw, my fingers want smooth kinetic scrolling in the launcher too But it is a lowest priority task of course

I'm going to be in vacation next 7 days. Sorry if i wont be able to answer quickly.

Thank you

Last edited by Mitrandir; 2010-07-18 at 19:27.
 

The Following User Says Thank You to Mitrandir For This Useful Post: