|
@@ -657,6 +657,11 @@ function configure_user_interface {
|
657
|
657
|
mesh_client_startup_applications
|
658
|
658
|
mesh_desktop_icons
|
659
|
659
|
|
|
660
|
+ # Different desktop background for amnesic
|
|
661
|
+ if [[ $AMNESIC != 'no' ]]; then
|
|
662
|
+ MESH_DESKTOP_BACKGROUND_IMAGE=/usr/local/share/${PROJECT_NAME}_mesh_amnesic_background.png
|
|
663
|
+ fi
|
|
664
|
+
|
660
|
665
|
# change the desktop background
|
661
|
666
|
if [ $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
|
662
|
667
|
if [ -f $MESH_DESKTOP_BACKGROUND_IMAGE ]; then
|