Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/modules/fluxbox/fluxbox.client.class.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2151 by niro, Fri Jan 10 13:39:27 2014 UTC revision 2152 by niro, Fri Jan 10 13:42:25 2014 UTC
# Line 145  help_fluxbox_theme() Line 145  help_fluxbox_theme()
145  set_fluxbox_theme()  set_fluxbox_theme()
146  {  {
147   local theme="$1"   local theme="$1"
148   local stylesdir="/usr/share/fluxbox/styles"   local stylesdir="@@DATADIR@@/fluxbox/styles"
149    
150   [[ -z ${theme} ]] && help_fluxbox_theme && return 1   [[ -z ${theme} ]] && help_fluxbox_theme && return 1
151   [[ ! -x $(which fluxbox-remote) ]] && eecho "fluxbox-remote missing! Aborted" && return 1   [[ ! -x $(which fluxbox-remote) ]] && eecho "fluxbox-remote missing! Aborted" && return 1
# Line 161  set_fluxbox_theme() Line 161  set_fluxbox_theme()
161  get_fluxbox_theme()  get_fluxbox_theme()
162  {  {
163   local method="$1"   local method="$1"
164   local stylesdir="/usr/share/fluxbox/styles"   local stylesdir="@@DATADIR@@/fluxbox/styles"
165   local value   local value
166   local i   local i
167    

Legend:
Removed from v.2151  
changed lines
  Added in v.2152