all repos — fluxbox @ 426c12c25c2ef095a882619ad7424684b88465b8

custom fork of the fluxbox windowmanager

changed mode for ~/.fluxbox/startup to 644 so people on noexec-mounted
partitions dont run into problems
mathias mathias
commit

426c12c25c2ef095a882619ad7424684b88465b8

parent

4c6378564ddee251734ddeab3a14ee100622857a

2 files changed, 5 insertions(+), 1 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,6 +1,10 @@

(Format: Year/Month/Day) Changes for 1.0rc3: *06/10/27: + * Changed mode for .fluxbox/startup to 644 (Mathias) + some people on noexec-mounted partitions ran into problems + util/startfluxbox.in + * Small updates to the asciidoc-docs (Mathias) * Cosmetic patch from Slave Semushin Slit.cc Screen.cc Keys.cc main.cc ToolbarTheme.cc FbTk/MultLayers.cc FbTk/Transparent.cc FbTk/Resource.cc FbTk/Theme.cc FbTk/XLayer.cc
M util/startfluxbox.inutil/startfluxbox.in

@@ -85,6 +85,6 @@ # exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@ -log "$HOME/.fluxbox/log"

EOF ) > "$startup" fi - chmod 755 "$startup" + chmod 644 "$startup" exec "$startup" fi