changed mode for ~/.fluxbox/startup to 644 so people on noexec-mounted
partitions dont run into problems
This commit is contained in:
parent
4c6378564d
commit
426c12c25c
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -85,6 +85,6 @@ exec @pkgbindir@/@pkgprefix@fluxbox@pkgsuffix@
|
|||
EOF
|
||||
) > "$startup"
|
||||
fi
|
||||
chmod 755 "$startup"
|
||||
chmod 644 "$startup"
|
||||
exec "$startup"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue