Comment 9 for bug 952707

Revision history for this message
xapantu (xapantu) wrote : Re: [Bug 952707] Re: First page disappears, other pages shift

All is in CMakeLists.txt files. But you don't need to add glib, it is
added since gtk (and granite, and everything related to vala (if we
don't count sdl)).

I'm not sure doing a "killall slingshot" is really the right way to do
it, we should be able to make a clean reloading/adding without having to
close the process.

Le 15/03/2012 17:59, tim schoen a écrit :
> i think i found a fix but it will need glib and i don't know how to add --pkg flags to cmake.
> the fix is: remove the following:
>
> categories = app_system.get_categories ();
> apps = app_system.get_apps ();
>
> populate_grid_view ();
>
> and add this:
>
> spawn_command_line_async ("killall slingshot");
>
> could someone please explain how to add --pkg flags to cmake or try this
> themselves?
>