우분투에서 bless를 시작할 때 이러한 오류는 무엇입니까?

우분투에서 bless를 시작할 때 이러한 오류는 무엇입니까?

Bless는 Ubuntu 14.04에서 시작하는 16진수 편집기입니다. 내가 설치한 방법은 다음과 같습니다 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

나는 이것이 정상이라고 생각합니다. Bless에서도 동일한 출력이 제대로 작동하는 것으로 나타났습니다.

어쨌든 이러한 경고를 없애고 싶다면 다음을 수행할 수 있습니다.

mkdir -p '/home/masi/.config/bless/plugins'
touch "/home/masi/.config/bless/export_patterns"

bless이제 출력 경고 없이 실행할 수 있습니다 .하지만위에서 말했듯이 저는 오래 전에 사용했고 그런 경고가 있어도 잘 작동합니다.

관련 정보