I found this nice script for generating the menu on fluxbox: https://github.com/trizen/fbmenugen
But for my needs I need to find the libraries perl-linux-desktopfiles
and perl-file-desktopentry
. Do you know How I can install them for ubuntu 16.04LTS?
These are CPAN modules for Perl, which can be installed using:
Information about the modules:
Download https://packages.debian.org/sid/all/libdata-dump-perl/download and install it with
Download https://github.com/trizen/Linux-DesktopFiles, then click on Clone or Download, and download the zip.
Follow build instructions on the same place you download the zip.
Except add
sudo
in front of each command.Now
obmenu-generator
should work flawlessly.