文件操作 - thunar-settings
返回文件管理
返回主菜单
删除本文件
文件: /usr/bin/thunar-settings
编辑文件内容
#!/bin/sh # # vi:set et ai sw=2 sts=2 ts=2: */ test "x$DISPLAY" != "x" || DISPLAY=:0 output=`dbus-send --session --print-reply --dest=org.xfce.FileManager \ /org/xfce/FileManager org.xfce.FileManager.DisplayPreferencesDialog \ "string:$DISPLAY" "string:$DESKTOP_STARTUP_ID"` if ! [ $? -eq 0 ]; then echo $output exit 1 fi
修改文件时间
将文件时间修改为当前时间的前一年
删除文件