# HG changeset patch # User Christopher Rogers # Date 1299000999 0 # Node ID e55f2df34161bc0bf9d9451f78c54d2796a79fba # Parent f09b3af74c7c067a46fffdd9a57e675dbc32c767 Fixed lxlauncher to not need any soft links. Even though we don't add stuff/background. diff -r f09b3af74c7c -r e55f2df34161 lxlauncher/receipt --- a/lxlauncher/receipt Tue Mar 01 16:55:18 2011 +0000 +++ b/lxlauncher/receipt Tue Mar 01 17:36:39 2011 +0000 @@ -35,7 +35,11 @@ mkdir -p $fs/usr/share/lxlauncher cp -a $_pkg/usr/bin $fs/usr # SliTaz home make config files - cp stuff/gtkrc $fs/usr/share/lxlauncher - #cp -a stuff/background $fs/usr/share/lxlauncher + cp $stuff/gtkrc $fs/usr/share/lxlauncher + #cp -a $stuff/background $fs/usr/share/lxlauncher + #background="internet learn play settings work" + #for i in $background; do + # ln -sf slitaz.jpg $fs/usr/share/lxlauncher/background/accessibility_${i}_wallpaper.jpg + #done chown -R root.root $fs } diff -r f09b3af74c7c -r e55f2df34161 lxlauncher/stuff/background/accessibility_internet_wallpaper.jpg --- a/lxlauncher/stuff/background/accessibility_internet_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -slitaz.jpg \ No newline at end of file diff -r f09b3af74c7c -r e55f2df34161 lxlauncher/stuff/background/accessibility_learn_wallpaper.jpg --- a/lxlauncher/stuff/background/accessibility_learn_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -slitaz.jpg \ No newline at end of file diff -r f09b3af74c7c -r e55f2df34161 lxlauncher/stuff/background/accessibility_play_wallpaper.jpg --- a/lxlauncher/stuff/background/accessibility_play_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -slitaz.jpg \ No newline at end of file diff -r f09b3af74c7c -r e55f2df34161 lxlauncher/stuff/background/accessibility_settings_wallpaper.jpg --- a/lxlauncher/stuff/background/accessibility_settings_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -slitaz.jpg \ No newline at end of file diff -r f09b3af74c7c -r e55f2df34161 lxlauncher/stuff/background/accessibility_work_wallpaper.jpg --- a/lxlauncher/stuff/background/accessibility_work_wallpaper.jpg Tue Mar 01 16:55:18 2011 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -slitaz.jpg \ No newline at end of file