Fedora

~/.config/openbox/rc.xml 中的 Openbox 語法錯誤

  • January 7, 2015

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 中。

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

官方文件

引用自:https://unix.stackexchange.com/questions/177889