source: projects/synaptic/trunk/FAQ @ 280

Revision 280, 1.1 KB checked in by yasumichi, 15 years ago (diff)

first import

Line 
1Some FAQs:
2
3Q: Synaptic segfaults when I click on the "Repository" Window. I run Fedora
4   Core1.
5A: This may be caused by some ABI changes in used apt version. Please try
6   to recompile synaptic and see if the problem goes away. If not, please
7   mail us!
8
9
10Q: How can I change the font in synaptic
11A: 1. You are not running gnome:
12   Edit your /root/.gtkrc-2.0 and add the following line:
13   gtk-font-name = "Sans 14"
14
15   2. You use gnome 2.x:
16   Go to Applications/Desktop Preferences/Font and choose whatever you like.
17
18
19Q: Synaptic crashes with the following messages:
20   (synaptic:1316): Gdk-WARNING **: locale not supported by Xlib
21   (synaptic:1316): ZVT-WARNING **: Cannot get required fonts from "monospace 13" 
22   (synaptic:1316): ZVT-WARNING **: Failed to load any required font, so crash will  occur..check X11 font pathes and etc/pangox.alias file
23   [crash]
24A: This is most likley caused by incorrect locales. Try to set the locales
25   with "dpkg-reconfigure locales" or set it to something like:
26   $ export LC_ALL=it_IT
27   or
28   $ export LC_ALL=it_IT@euro
29   
30   
Note: See TracBrowser for help on using the repository browser.