|
|
- 从以下位置没有找到并载入launchy.xml文件:
- /home/ackman/.mozilla/firefox/ivvsozmz.default/chrome/launchy.xml
复制代码
这是launchy选项里的信息。以上路径我已经创建了launchy.xml,文件内容如下:
- <?xml version="1.0" encoding="UTF-8"?>
- <configurations xmlns="http://launchy.mozdev.org/configurations">
- <application>
- <label>D4X<label>
- <type>5</type>
- <command>/usr/bin/nt</command>
- <arguments>-a</arguments>
- </application>
- </configurations>
复制代码
不知道为什么launchy找不到launchy.xml文件? |
|