Skip to content

Commit

Permalink
Set 666 on cache files #131
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Feb 25, 2019
1 parent b3276a6 commit ee8f563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ mkfile() { # create file $1 owned by $Hostuser
:> "${1:-}" || return 1
chown $Hostuser "${1:-}" || return 1
chgrp $Hostusergid "${1:-}" || return 1
chmod 666 "${1:-}" || return 1
[ -n "${2:-}" ] && { chmod ${2:-} "${1:-}" || return 1 ; }
return 0
}
Expand Down Expand Up @@ -6460,7 +6461,7 @@ declare_variables() { # declare global variables

# these window managers are known to work well with x11docker (alphabetical order)(excluding $Wm_not_recommended and $Wm_ugly):
Wm_good="amiwm blackbox cinnamon compiz ctwm enlightenment fluxbox flwm fvwm"
Wm_good="$Wm_good jwm kwin lxsession mate-session mate-wm marco metacity notion olwm olvwm openbox ororobus pekwm"
Wm_good="$Wm_good jwm kwin kwin_x11 lxsession mate-session mate-wm marco metacity notion olwm olvwm openbox ororobus pekwm"
Wm_good="$Wm_good sawfish twm wmaker w9wm xfwm4"
# these wm's are recommended and lightweight, but cannot show desktop options. best first:
Wm_recommended_nodesktop_light="xfwm4 metacity marco sawfish"
Expand Down

0 comments on commit ee8f563

Please sign in to comment.