文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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  
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载