Package: fluxbox / 1.3.5-2

Metadata

Package Version Patches format
fluxbox 1.3.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix xterm keybinding.patch | (download)

data/keys | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 This changes the default keybinding from xterm to x-terminal-emulator,
 which is more complient with Debian policy. This is a local change only,
 for the most part.
fix startup check fbautostart.patch | (download)

util/startfluxbox.in | 8 8 + 0 - 0 !
1 file changed, 8 insertions(+)

 debian-local change to check if fbautostart exists.

 This is to better integrate the two apps, without fbautostart
 having to restort to gross hacks to get it's self started up, or
 give the user correct (but unexpected) behavior.

fix home detection.patch | (download)

src/FbTk/StringUtil.cc | 34 29 + 5 - 0 !
src/main.cc | 11 4 + 7 - 0 !
src/tests/StringUtiltest.cc | 15 10 + 5 - 0 !
util/fluxbox-update_configs.cc | 3 1 + 2 - 0 !
4 files changed, 44 insertions(+), 19 deletions(-)

 usually $HOME is set when fluxbox runs. in some rare scenarios (eg., fuzzying
 binaries to detect bugs) one could launch fluxbox by using 'env -i' and thus
 eliminating $HOME from the environment. to prevent crashes fluxbox uses now
 'getpwuid()' when $HOME is not set to detect the home folder.