
Bless 是我在 Ubuntu 14.04 中啟動的十六進位編輯器。我想我是bless
透過以下方式安裝的:
sudo apt-get install bless
有一些關於這種行為的錯誤報告,但我不確定它們是否是同一件事。我願意
bless binData.raw
Directory '/home/masi/.config/bless/plugins' not found.
Directory '/home/masi/.config/bless/plugins' not found.
Directory '/home/masi/.config/bless/plugins' not found.
Could not find file "/home/masi/.config/bless/export_patterns".
如何才能正確開始祝福呢?
答案1
我認為這是正常的,我注意到相同的輸出,即使祝福工作正常。
無論如何,如果你只想擺脫這些警告,你可以這樣做:
mkdir -p '/home/masi/.config/bless/plugins'
touch "/home/masi/.config/bless/export_patterns"
現在您可以bless
在沒有這些輸出警告的情況下運行,但正如我上面告訴你的,我很久以前就使用過它,即使有這些警告也能正常工作