#!/bin/bash

file_name=$( echo $NAUTILUS_SCRIPT_SELECTED_URIS | sed -e 's/file:\/\///g' -e 's/\%20/\ /g')

gconftool-2 --type string --set /apps/gnome-session/options/splash_image "$file_name"
