文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>设置为桌面的脚本

设置为桌面的脚本

时间:2008-09-22  来源:wfnh

设置为桌面的脚本 #!/bin/bash ##Written by Akshay Srinivasan. You're welcome to modify this script. This script requires Zenity to work as intended.
FILE=`echo -n $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS`
if [ -n `file "$FILE" | grep image` ]
then
 zenity --notification --text="$FILE is not an image."
else
 gconftool-2 -t string -s /desktop/gnome/background/picture_filename "$FILE"
fi
exit  
相关阅读 更多 +
排行榜 更多 +
央视新闻

央视新闻

浏览阅读 下载
滋滋先锋队

滋滋先锋队

飞行射击 下载
糖葫芦达人

糖葫芦达人

模拟经营 下载