trizen / obmenu-generator

A fast menu generator for the Openbox Window Manager.

Home Page:https://trizenx.blogspot.com/2012/02/obmenu-generator.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gdbm_fetch: Item not found at /usr/bin/obmenu-generator line 492

miramir opened this issue · comments

distr: gentoo
Clean setup.

$ obmenu-generator -i
gdbm_fetch: Item not found at /usr/bin/obmenu-generator line 492.

Hmm.. I think gdbm is built to throw an error when an item is not found. Try to rebuild gdbm with the default options.

getting the same error even after gdbm rebuild

Please check the latest commit (6901b02) to see if it indeed fixes the issue. Thanks.

Latest commit fixed the issue for me on gentoo.

Just released version 0.90 with this fix: https://github.com/trizen/obmenu-generator/releases/tag/0.90

Thanks for confirmation!