|
gnome 3 gedit 3 外部工具即 external tools 出现问题, 文件在运行前不能保存, 只能手动保存. 以前是头部这样的
#!/bin/sh
# [Gedit Tool]
# Comment=xxxx
# Name=xxx
# Shortcut=xxx
# Applicability=all
# Input=nothing
# Output=output-panel
# Save-files=document
运行外部工具, 先自动保存, 再运行. 而现在如果是
# Save-files=document
则无论如何不会运行. 唯一的选择
# Save-files=nothing
才能运行. 放狗找了几天, 没答案. |
|