Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
nls/translators: typo, plus Translation.m.desc never existed. Never.
more consistent keys file comments in fluxbox-update_config.
|
|
|
|
|
|
compatibility, but leave it as default for new users
|
|
|
|
This change fixes the build for g++ 4.3. Build verified on openSUSE Factory.
Only missing includes and using directives are added.
|
|
|
|
|
|
|
|
|
|
|
|
--program-prefix/suffix problems
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also fix 'regenerate menu' code to use correct program name, rather than $0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file on reconfigure
|
|
|
|
|
|
|
|
added fluxbox-remote.cc
|
|
|
|
|
|
|
|
on *bsd /bin/sh is not just a symlink to /bin/bash as on most linux's
but a real standalone shell. and it behaves differently from "bash -c"
behavior .. it doesnt exec the command given but waits till the command
finishes. as a result a lot of "rogue" a flying around. solution is now
( $SHELL or /bin/sh ) -c exec <cmd>
|
|
|
|
|
|
|
|
|
|
|
|
PATH when generating install menu so it can find fbrun.
data thus needs to come after util in toplevel subdir processing so
that fbrun is built
|
|
|
|
|
|
|
|
|