Revision 280,
1.1 KB
checked in by yasumichi, 14 years ago
(diff) |
first import
|
Line | |
---|
1 | Some FAQs: |
---|
2 | |
---|
3 | Q: Synaptic segfaults when I click on the "Repository" Window. I run Fedora |
---|
4 | Core1. |
---|
5 | A: 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 | |
---|
10 | Q: How can I change the font in synaptic |
---|
11 | A: 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 | |
---|
19 | Q: 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] |
---|
24 | A: 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.