diff -Nru openbox-3.6.1/debian/changelog openbox-3.6.1/debian/changelog --- openbox-3.6.1/debian/changelog 2018-03-12 09:41:03.000000000 +0000 +++ openbox-3.6.1/debian/changelog 2018-05-18 00:52:20.000000000 +0000 @@ -1,3 +1,9 @@ +openbox (3.6.1-7ubuntu0.1) bionic; urgency=medium + + * Fix applications menu when there are no entries (LP: #1771696). + + -- Simon Quigley Thu, 17 May 2018 19:52:20 -0500 + openbox (3.6.1-7) unstable; urgency=medium * Adjust adapt-to-gsd-324.patch for plugin dropped in diff -Nru openbox-3.6.1/debian/control openbox-3.6.1/debian/control --- openbox-3.6.1/debian/control 2018-01-08 11:44:01.000000000 +0000 +++ openbox-3.6.1/debian/control 2018-05-18 00:50:36.000000000 +0000 @@ -1,7 +1,8 @@ Source: openbox Section: x11 Priority: optional -Maintainer: Mateusz Łukasik +Maintainer: Lubuntu Developers +XSBC-Original-Maintainer: Mateusz Łukasik Build-Depends: debhelper (>= 11), gettext, libstartup-notification0-dev, libxrender-dev, pkg-config, libglib2.0-dev, libxml2-dev (>= 2.6.0), perl, libxt-dev, libxinerama-dev, libxrandr-dev, libpango1.0-dev, libx11-dev, diff -Nru openbox-3.6.1/debian/obamenu openbox-3.6.1/debian/obamenu --- openbox-3.6.1/debian/obamenu 2018-01-05 08:41:04.000000000 +0000 +++ openbox-3.6.1/debian/obamenu 2018-05-18 00:49:27.000000000 +0000 @@ -143,7 +143,7 @@ continue this.addType(eqi[1]) elif eqi[0] == "Categories": - if eqi[1][-1] == ';': + if eqi[1] and eqi[1][-1] == ';': eqi[1] = eqi[1][0:-1] cats = [] # DEBUG