wl-copy(wl-clipboard)를 사용하여 복사할 수 없음 - "xdg-mime" 문제

wl-copy(wl-clipboard)를 사용하여 복사할 수 없음 - "xdg-mime" 문제
  • 운영 체제: 아치 리눅스(linux-6.8.1.arch1-1)
  • WM: 헤플란드

실행하면 echo 'hello' | wl-copy다음과 같은 결과가 나타납니다.

echo "hello" | wl-copy
Usage: file [-bcCdEhikLlNnprsSvzZ0] [--apple] [--extension] [--mime-encoding]
            [--mime-type] [-e <testname>] [-F <separator>]  [-f <namefile>]
            [-m <magicfiles>] [-P <parameter=value>] [--exclude-quiet]
            <file> ...
       file -C [-m <magicfiles>]
       file [--help]

그러나 다음을 사용하여 텍스트를 복사할 수 있습니다.wl-copy Hello World

흥미로운 부분은 wl-clipboard가 file종속성이 없고 대신 xdg-mime을 사용한다는 것입니다. 실행하려고 하면 xdg-mime query filetype <file>모든 파일에 대해 위와 동일한 오류가 발생합니다.

xdg-mime query filetype ./.bash_history
Usage: file [-bcCdEhikLlNnprsSvzZ0] [--apple] [--extension] [--mime-encoding]
            [--mime-type] [-e <testname>] [-F <separator>]  [-f <namefile>]
            [-m <magicfiles>] [-P <parameter=value>] [--exclude-quiet]
            <file> ...
       file -C [-m <magicfiles>]
       file [--help]

xdg-mime 호출이 나타나는 이유를 이해할 수 없습니다 file. 어떻게 하면 더 이상 디버깅할 수 있습니까? 패키지 충돌인가요, 버전 충돌인가요, 아니면 손상된 설치인가요?

편집: 검색 끝에 이것을 발견했습니다.이것, 그것은 나를 만든다이것. 버전 비호환 문제일 수 있나요?

관련 정보