~/.config/openbox/rc.xml 中的 Openbox 语法错误

~/.config/openbox/rc.xml 中的 Openbox 语法错误

Openbox 语法错误

我在 rc.xml 中添加了一个新的键绑定,现在每次登录 Openbox 时都会收到此消息。另外,右键菜单也不再起作用。

现在我自己修复了这个错误,但不幸的是我的 rc.xml 没有第 749 行。它以 748 结尾。而且我对如何“查看标准输出”有点困惑。

这是我添加的、从 Arch Linux Wiki 复制的内容。

<!-- Keybindings for screenshots -->
  <keybind key="Print">
    <action name="Execute">
      <startupnotify>
      <command>sh -c "import -window root ~/Pictures/$(date '+%Y%m%d-%H%M%S').png"</command>
    </action>
  </keybind>

我更改了顶部的引用,它通常表示应该复制该文档,否则它将被覆盖。

我的操作系统是 Fedora 21,我使用原始 Openbox,现在我在 Gnome 中。

答案1

您需要使用<startupnotify>相应的</startupnotify>.

请参阅官方文档

相关内容