all repos — fluxbox @ f8b9c9a211af2f9ee54c533367ef69e330bdfa8e

custom fork of the fluxbox windowmanager

Fix sometimes missing windowmenu

When the windowmenu file is empty in ~/.fluxbox/init the code falls
back to the default. In ab2eef4 I forgot to set the rc_path which
caused this bug to happen.
Mathias Gumz akira@fluxbox.org
commit

f8b9c9a211af2f9ee54c533367ef69e330bdfa8e

parent

da285bcb11b862b19f86925e791531d36ea48b46

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.cc

@@ -287,6 +287,7 @@ "Can not connect to X server.\nMake sure you started X before you start Fluxbox.",

"Error message when no X display appears to exist"); } + m_config.path = rc_path; m_config.file = rc_filename; m_active_screen.mouse = 0; m_active_screen.key = 0;