Just days since the last release and here I am again prodding about menu-cache. Release early, release often in real life =)
All changes was there but one file was missing in the generated tar file we distribute. Sorry.
No real changes are available in this relase if you pull and use git, but the old tar file linked in the old post is just botched.
menu-cache-0.4.1.tar.gz, sha1sum: ca79049f9cab6d5099a8ab03584dc44bdc35a7c4

Comments 4
Bug in menu-cache.
I am on archlinux 64 bits with openbox, when i try this small test in a terminal:
#include
#include
int
Posted 21 Nov 2012 at 9:50 pm ¶main (int argc, char **argv)
{
gtk_init(&argc, &argv);
MenuCache *menu_cache = menu_cache_lookup_sync(“applications.menu”);
menu_cache_unref (menu_cache);
return 0;
}
with ~/cache/menus/ empty; it is ok but the second time i get :
WARNING **: removed previous socket file /tmp/.menu-cached-:0-pierre and, in messages.log:
localhost kernel: [17807.047651] menu-cached[1928]: segfault at 100000007 ip 00007fc663cbc9b2 sp 00007ffffdca9310 error 4 in libc-2.16.so[7fc663c43000+19d000]
sorry, the first #include is for gtk/gtk.h
Posted 21 Nov 2012 at 10:05 pm ¶the second is for menu-cache.h
I hope you guys now push some awesomeness into LXPanel2
Posted 22 Nov 2012 at 2:11 am ¶Get the sane error as Pierre with pcmanfm trying to access application menu.
# journalctl|grep -i “menu-cache”
kernel: menu-cached[14194]: segfault at 100000007 ip 00007ff1797f69b2 sp 00007fff22698670 error 4 in libc-2.16.so[7ff17977d000+19d000]
menu-cache 0.4.0-1
Posted 04 Dec 2012 at 3:59 pm ¶pcmanfm 1.1.0-1
https://bbs.archlinux.org/viewtopic.php?pid=1197074#p1197074
Trackbacks & Pingbacks 1
[...] The release tar file is missing a file! Do not use it, grab 0.4.1 instead (or rather use the git [...]