반응형
thunar: symbol lookup error: thunar: undefined symbol: xfce_expand_desktop_entry_field_codes
실행시 위와 같이 나오면 아래와 같이 차근차근? 진행 해보는게 좋다.
sudo dnf remove thunar exo libxfce4* xfce*
sudo dnf install epel-release -y
sudo dnf groupinstall "Xfce" -y
sudo dnf install thunar exo libxfce4util -y
ldd /usr/bin/thunar | grep xfce
#아래와 같이 나오는지 확인
libxfce4ui-2.so.0 => /lib64/libxfce4ui-2.so.0 (0x00007f81519ed000)
libxfce4util.so.7 => /lib64/libxfce4util.so.7 (0x00007f815044e000)
이렇게 나오면 thunar --version 치면 제대로 출력 된다. 안되면 모르겄다.
반응형
'Infra' 카테고리의 다른 글
Mattermost - password reset 패스워드를 찾아 삼만리..? (0) | 2025.06.30 |
---|---|
vmware 7.x image to xcp-ng import (8.3) (0) | 2025.06.10 |
Gitlab backup / restore 방법 (0) | 2025.05.20 |
XCP-NG 가상화 (리눅스) OS 용량 늘리기 (0) | 2025.05.20 |
Rocky 8.10 /PostgreSQL 15 /Mattermost 10.7.0 ver 설치 /메타모스트 로키 8.10버전 설치 (0) | 2025.04.29 |