문제

죄송합니다. 실제로 프로그래밍 질문은 아니지만 도움을 찾을 수있는 곳이 어디 있는지 잘 모르겠습니다.

최근 업데이트가 끝난 후 (Xorg가 무엇보다도 업데이트 됨) GTK 앱은 KDE4에서 실행 중지 중지되었습니다. 4 월 22 일경 업데이트 된 데비안 불안정이 있습니다. 실행하려고하면 다음 오류가 발생합니다.

ga@grzes:~$ iceweasel 
The program 'firefox-bin' received an X Window System error. 
This probably reflects a bug in the program. 
The error was 'BadName (named color or font does not exist)'. 
  (Details: serial 888 error_code 15 request_code 45 minor_code 0) 
  (Note to programmers: normally, X errors are reported asynchronously; 
   that is, you will receive the error a while after causing it. 
   To debug your program, run it with the --sync command line 
   option to change this behavior. You can then get a meaningful 
   backtrace from your debugger if you break on the gdk_x_error() function.) 
ga@grzes:~$ gimp The program 'gimp' received an X Window 
System error. 
This probably reflects a bug in the program. 
The error was 'BadName (named color or font does not exist)'. 
  (Details: serial 6955 error_code 15 request_code 45 minor_code 0) 
  (Note to programmers: normally, X errors are reported asynchronously; 
   that is, you will receive the error a while after causing it. 
   To debug your program, run it with the --sync command line 
   option to change this behavior. You can then get a meaningful 
   backtrace from your debugger if you break on the gdk_x_error() function.) 


(script-fu:4643): LibGimpBase-WARNING **: script-fu: gimp_wire_read(): 
error 

수정하려면 글꼴 서버를 수동으로 다시 시작해야합니다.

ga@grzes:~$ su 
Password: 
grzes:/home/ga# /etc/init.d/xfs restart 
Stopping X font server: xfs. 
Setting up X font server socket directory /tmp/.font-unix...done. 
Starting X font server: xfs. 

무엇이 잘못 될 수 있는지 아이디어가 있습니까? 구성 문제입니까? 내 시스템은 지난 7 년 동안 업데이트되었으므로 오래된 설정을 가질 수 있습니다.

도움이 되었습니까?

해결책 2

나는 마침내 이것을 알아 냈습니다. XFS는 현재 다른 구성 요소와 호환되지 않는 것 같습니다. 운 좋게도 시스템은 문제를 완전히 해결합니다.

다른 팁

데비안 불안정은 매우 불안정합니다. 주요 변경 및 패키지 마이그레이션이 발생하고 있습니다. Xorg (및 모든 X 관련 제품)는 해당 프로세스의 중요한 패키지 중 하나입니다. 제 조언은이 문제를 해결할 수있는 새로운 버전을 포착하기 위해 새로운 업데이트/업그레이드를 수행하는 것입니다.

업데이트가 끝난 후 개발자가 새로운 테스트를 거치지 않고 응용 프로그램의 버전을 업로드하고 있기 때문에 어떤 일이 설명 할 수없는 방식으로 깨질 것입니다.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top