diff options
| author | 2016-04-05 18:50:32 -0400 | |
|---|---|---|
| committer | 2016-04-05 18:50:32 -0400 | |
| commit | 95db271750069667c6755b8cf873070486836d0f (patch) | |
| tree | e681d34815990fd69c2c39f13a6a27bd437be79a | |
| parent | c6b71dc11a6958268ac40ff76f2e466c9f39ef7f (diff) | |
Move from 'menu' to 'openbox-menu' for xdg menu support.
| -rw-r--r-- | etc/xdg/xdg-icebox/openbox/menu.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/xdg/xdg-icebox/openbox/menu.xml b/etc/xdg/xdg-icebox/openbox/menu.xml index 3d039c4..f2a2489 100644 --- a/etc/xdg/xdg-icebox/openbox/menu.xml +++ b/etc/xdg/xdg-icebox/openbox/menu.xml @@ -12,8 +12,8 @@ <item label="Web browser"> <action name="Execute"><execute>x-www-browser</execute></action> </item> - <!-- This requires the presence of the 'menu' package to work --> - <menu id="/Debian" /> + <!-- This requires the presence of the 'openbox-menu' package to work --> + <menu id="xdg-menu" label="Applications" execute="openbox-menu lxde-applications.menu"/> <separator /> <menu id="client-list-menu" /> <separator /> |
