文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
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  
相关阅读 更多 +
排行榜 更多 +
方块枪战战场安卓版

方块枪战战场安卓版

飞行射击 下载
战斗火力射击安卓版

战斗火力射击安卓版

飞行射击 下载
空中防御战安卓版

空中防御战安卓版

飞行射击 下载