0

申し訳ありませんが、実際にはプログラミングの質問ではありませんが、他にどこで助けが得られるかわかりません。

最近の更新 (特に Xorg の更新) の後、GTK アプリが kde4 で実行されなくなりました。4 月 22 日頃に更新された Debian 不安定版があります。それらを実行しようとすると、次のエラーが表示されます。

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 年間更新されているため、古い設定を使用できます。

4

2 に答える 2

0

Debian 不安定版 (unstable) は、リリースが少し前に作成されたため、現在非常に不安定です。大きな変更とパッケージの移行が行われています。Xorg (およびすべての X 関連のもの) は、そのプロセスにおいて重要なパッケージの 1 つです。この問題を解決する可能性のある新しいバージョンを取得するために、新しい更新/アップグレードを実行することをお勧めします。

開発者が新しい、あまりテストされていないバージョンのアプリケーションをアップロードしているという理由だけで、更新後に何かが不可解な方法で壊れることが非常に頻繁にあります。

于 2009-05-14T20:19:05.257 に答える
0

私は最終的にこれを理解しました.xfsは現在他のコンポーネントと互換性がないようで、幸いなことにシステムから削除すると問題が完全に解決します.

于 2009-05-18T16:26:35.323 に答える