瀏覽代碼

Different desktop background for amnesic

Bob Mottram 8 年之前
父節點
當前提交
25a819c506
共有 2 個檔案被更改,包括 5 行新增0 行删除
  1. 二進制
      img/backgrounds/freedombone_mesh_amnesic_background.png
  2. 5
    0
      src/freedombone-image-customise

二進制
img/backgrounds/freedombone_mesh_amnesic_background.png 查看文件


+ 5
- 0
src/freedombone-image-customise 查看文件

@@ -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