본문 바로가기
Infra

Rocky 8.10 Thunar 에러 발생

by west_east_circle 2025. 5. 26.
반응형

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 치면 제대로 출력 된다. 안되면 모르겄다.

반응형