GNOME 3 Fonts: Font looks off in Applications (GNOME Shell)

The fonts under Applications in GNOME Shell look like I'm missing a font. What font's are required by GNOME 3. There are also multiple entries of applications.

half-left wrote:
Instructions:
Backup your theme directory first. Extract the zip file and rename "gnome-shell" directory to "theme" and copy to /usr/share/gnome-shell/. This path is usually where GNOME Shell is installed.
Restart GNOME Shell by Alt, F2, then type r and press enter.
You can use the gnome-shell theme extension for easier installation of themes.
If it doesn't work check the permissions on /usr/share/gnome-shell/theme directory.
I tried Drakfire Caffe Shell Theme and fonts look much better, but I don't like colors.

Similar Messages

  • [SOLVED] Gnome & Firefox: Fonts are too small

    Hi,
    I am really used to using firefox in Windows XP where fonts are readable out-of-the-box. By this I mean I didn't have to fiddle with firefox when I installed it, the fonts looked great.
    Now that I'm using Gnome, I see that firefox's fonts are really too small. The glyphs are smashed together too. How can I get the fonts to look decent in firefox? I'm not sure if this is an OS-level setting or a firefox-level setting.
    Last edited by void.pointer (2009-02-04 04:57:55)

    If you have an LCD monitor, try this:
    Copy & paste the code below into a file called
    .fonts.conf
    [NOTE: It's a hidden file ! ]
    and save it in your home directory. Log out & in again and fire up The Fox !
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <!-- the cathectic LCD tweaks, from linuxquestions.org,
    http://www.linuxquestions.org/questions/showthread.php?postid=1361098#post1361098 -->
    <fontconfig>
    <!-- Disable sub-pixel rendering. X detects it anyway, and if you set this as well, it just looks really horrible -->
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>none</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hinting">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    <!-- The first part of the 'magic.' This makes the fonts start to look nice, but some of the shapes will be distorted, so hinting is
    needed still -->
    <match target="font" >
    <edit mode="assign" name="antialias">
    <bool>true</bool>
    </edit>
    </match>
    <!-- Autohinter is not turned on automatically. Only disable this if you have recompiled Freetype with the bytecode interpreter, which
    is run automatically. Although to be honest, Freetype are right, there isn't much difference between the two. Note that OpenOffice is
    built against the bytecode interpreter, so even if you have compiled it and override it with the autohinter, OOo will still use the
    bytecode interpreter -->
    <match target="pattern" >
    <edit mode="assign" name="autohint">
    <bool>true</bool>
    </edit>
    </match>
    <!-- Helvetica is a non true type font, and will look bad. This replaces it with whatever is the default sans-serif font -->
    <match target="pattern" name="family" >
    <test name="family" qual="any" >
    <string>Helvetica</string>
    </test>
    <edit mode="assign" name="family" >
    <string>sans-serif</string>
    </edit>
    </match>
    <dir>~/.fonts</dir>
    </fontconfig>
    All credit to LinuxQuestions for this conf file.
    Deej

  • Garamond font is turned off. I restored it but it's not showing up in Pages. How do I correct this problem?

    Garamond font is turned off when I installed OS X Mavericks. I restored it but it's not showing up in Pages. How do I fix this problem?

    Try opening up:
    /Applications/Font Book
    Scroll to the Garamont Font, then try File > Validate font
    If this doesnt work, right click (or control + click) the font and select show in finder. Makes sure it is not located in the /Library/Disabled Fonts/   folder

  • Font rendering and legacy X applications

    For some time, I have had problems keeping older applications working well as the X font system evolves. For example, I have many drawings created in Xfig, and the fonts stopped being rendered correctly some time ago. Converting all these files for a new drawing package like Inkscape would be a pain. The other main problem occurs with a commercial CAD package (Eagle), which is statically linked to Qt2, and does not play nicely when anti-aliasing is applied to Qt3/KDE apps.
    Xfig and others
    The problem here is that Xfig would render fonts with the letters too closely spaced, such that the on-screen representation no longer matches the printed or PDF output. I fixed this by forcing 75 x 75 DPI resolution, rather than using the resolution determined by the X server from probing the monitor. To do this, put a line in the Monitor section of XF86Config or xorg.conf:
        DisplaySize 433 347
    The above x and y values were calculated for a resolution of 1280 x 1024.
    Another fix I have done for Xfig is to patch the sources to pick up the URW font names instead of the Adobe names for the standard Postscript fonts. If anyone is interested, I could make a proper Arch package for this.
    Forcing the resolution is admittedly a kludge. I might look into font rendering in an Xlib application, to see if there is some extra code needed to handle the proper resolution correctly.
    Gtk-2.0 UI fonts at 75DPI
    An unfortunate side effect of forcing 75 x 75 DPI resolution is that the menu and other UI fonts in Gtk apps end up too small. This was noticed on Gvim and Gnumeric. KDE and Qt programmes appear to be unaffected. This can be fixed by creating a .gtkrc-2.0 file in your home directory with the following contents:
        gtk-font-name = "Bitstream Vera Sans 12"
    Put whatever font and size you like. I have no information on the format of the gtkrc file. The above was adapted from a page found on Google.
    Mozilla (which uses Gtk) needs some individual tweaking, as the UI fonts end up far too big. In preferences->fonts, set the resoultion to 72 DPI.
    The above measures should only be required if you have forced 75DPI. I had no problems with Gtk apps prior to doing that.
    Eagle
    The problem with Eagle appears to be related to the fact that it uses Qt2 (statically linked) in a Qt3 environment. This might also occur with other apps, but Eagle is the only one I know about. When antialising is turned on via KDE control center, this modifies .qt/qtrc, and so affects all Qt applications. If I have anti-aliasing turned on, the fonts in Eagle are very ragged and badly spaced.
    I fixed this by modifying the font path in XF86Config, to remove the entry /usr/X11R6/lib/X11/fonts/TTF. The problem appears to be that Eagle is picking up one of the True Type fonts, instead of a Type 1 or bitmapped font. Turning on antialing in Qt appears to alter its font selection behaviour (fontconfig?) as well as font rendering.
    An interesting outcome of experimenting with the font path is that removing entries only affects older applications. KDE and other modern apps work perfectly well with only the mandatory /usr/X11R6/lib/X11/fonts/misc entry present. As far as I know, this is because modern toolkits like Qt3 and Gtk2 use fontconfig to find fonts.

    I now made two screenshots of Mail: The first one while the external display was disconnected, the second one when it was connected (and Mail moved to the external display). I opened both screenshots in Photoshop and there was a clear difference between the font renderings: On the screenshot of the internal display, the fonts are smoothed with black and grey pixels only, while on the screenshot from the external display they are smoothed with colored pixels. This is the reason why the text looks so bad on the external one. Therefore, it is definitely a problem of the font rendering. In Photoshop, the difference of font rendering is clearly visible!
    See here:
    http://img208.imageshack.us/img208/5389/fontt.jpg
    The first line is internal display, the second line external display. That's unbelievable.
    Another thing: I found out that it's not only Mail that has the problem - it is any application that was started after the external display had been connected. It seems that OS X applies the font rendering setting at the moment a application is starts. When I disconnect the display, start Finder, Mail, Safari and so on, and then connect the display, then all the applications look great even on the external display. When I quit the apps and then restart, the font rendering is broken again

  • Font Book on/off is confused (thinking fonts are off when they are on)

    So my Font Book activates and deactivates font properly and other apps react accordingly.
    Problem is the On/Off label next to each font inside Font Book. Font Book is completely ignoring the correct statues of each font. So it is stuck on a specific label. If a font is deactivated, and I try to activate, it works fine, BUT the label is stuck displaying 'OFF' instead of turning into 'ON'.
    This seemed like a small issue, until i needed to deactivate a font that says 'OFF'! now I am stuck, since right clicking on it says 'Activate family' while it should say 'Deactive family'! Font book thinks its deactivated while in reality its activated!
    i can activate but not deactivate since the labels are wrong and font book is confused!
    Here are the things that i already tried: restart, check for damaged fonts, repair permissions, run iTools, run disk utility, deleting font book preferences.
    Only thing that I have not tried is deleting all fonts, rebooting font book and doing everything again. (i have around 3100 fonts)
    how do i resolve this? anyone else encountering this problem?

    so after much research, trial and errors and several backups later:
    Trashed the fb.db file in my ~Users > Gaith > Library > Application Support > Font Book folder.

  • Set a default Font for a whole Swing application?

    Hi,
    Is it possible to set "Courier" as the default font for a whole swing application?
    I seem to have gotten lost here, could someone give me some pointers please?
    Thank You,
    -Uday

    So it needs to be done right at the beginningYes.
    Is there a code sample i can look at for reference and a standard way of doing this.I've seen examples posted in the forum the use the UIManager.getDefaults() method and then iterate through the defaults looking for all properties that end with ".font" and then replace the font as required.

  • Set global font size for the whole application.

    Is there a way of setting a font globally
    What I mean I want to set a font size for the whole application.
    Is this posable ??
    Thanks Craig

    After posting over 300 questions I would think you would be passed the "New to Java TechnologY" stage.
    The answer for Swing applications is yes this can be done.
    I don't know how to do it for AWT components.
    Since you posted the question in this forum (as oppose to the Swing forum for Swing related problems), I'm assuming this is an AWT related question and therefore I can't help you.

  • I used IE first time in 3 years. I was able to READ the screen without my glasses. Didn't realize Firefox FONTS were so 'weak' Tried most everything to get Firefox fonts to look as bold and clean. Failed. Ideas please.

    I used IE first time in 3 years. When I did I was able to READ the screen without my glasses. Didn't realize Firefox FONTS were so 'weak' Tried most everything to get Firefox fonts to look as bold and clean. No luck.
    How do I get Firefox to DISPLAY a font as clear and clean as Word? I choose different fonts in Firefox and sizes and nothing really happens.

    You can use an extension to set a default font size and page zoom on web pages:
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *Anti-Aliasing Tuner: https://addons.mozilla.org/firefox/addon/anti-aliasing-tuner/

  • Files and font sync turn off working with InDesign..

    Hi
    Files and font sync turns off when I work with InDesign directly on the CC disctop files folder. It use to be ok to work directly in sync mode, but apparently not any more. I guess the problem is the backup file that InDesign creates, that consist of signs behaps not allowed (?). It use to work for me, but not any more..?
    Do anyone els have the same problem?
    Jørgen

    Hi again
    Thanks for your reply. In the Creative Cloud Help page I get, it says: "Save and close the file when you're done editing it and the error goes away.", but I actually have to reconnect. The bad thing about this is that it turns off the font sync as well when I was working.
    I have temporarely solved the problem, simply be changing the name of the file I'm working on. I have tryed to reproduce it with a different name - all with leagal signs according to the page mensioned above - with no success (which is positive). Then I tryed to move the file to a new folder within the folder I was working on, and then it  worked without problem. Strange.
    I guess, if I run in to the same problem again, I will just try to change the name.
    Thanks
    J

  • How can i enlarge the fonts in remarks,of tel.application in ihpone 5s ?

    How can i enlarge the fonts in remarks,of tel application in iphone 5S ??

    Settings > General > Accessibility > Larger Type > turn ON

  • Getting Consolas font to look like Windows

    Hey all,
    I just got Arch installed with KDE, and I must say I'm liking it a lot because Arch seems like the only distro with up to date versions of chrome and gcc. But I digress.
    I'm having problems getting fonts to look good. I've tried following the directions on the Fonts page on the wiki with regards to subpixel rendering (which might end up not being the problem, I don't know), but it hasn't helped. In particular, my favourite font, Consolas, looks pretty bad on Arch.
    Here's Windows 7, which is how I would like it to look:
    And here's Arch:
    The Arch version isn't nearly as smooth, and it looks especially bad in the console (Konsole) and in my web browser (Chrome). Does anyone know how to fix this problem? Thanks.
    Last edited by kens (2011-11-12 21:29:05)

    Hi brebs, thanks for the reply. I had tried installing infinality, but I can't because pacman says this:
    $ sudo pacman -U freetype2-infinality-2.4.7-1-x86_64.pkg.tar.xz
    resolving dependencies...
    looking for inter-conflicts...
    :: freetype2-infinality and freetype2-ubuntu are in conflict (freetype2). Remove freetype2-ubuntu? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: fontconfig-ubuntu: requires freetype2-ubuntu>=2.3.11
    :: libxft-ubuntu: requires freetype2-ubuntu
    I'm sorry if this is a stupid mistake, I'm pretty new to Arch and linux in general. What should I do?
    Last edited by kens (2011-11-12 22:14:01)

  • Font display looks awful all of a sudden

    I don't recall making ANY changes to my Prefs, but fonts are looking rancid. I've tried changing the prefs, but the fonts I choose never seem to be displayed. I've deleted the apple.com.safari.fonts.plist file in case it had been corrupted, but no dice! What am I overlooking?

    Hi,
    Go here for troubleshooting duplicate or corrupted fonts.
    http://reviews.cnet.com/8301-13727_7-10389716-263.html?tag=mncol;title
    apple.com.safari.fonts.plist
    I've never come across that .plist file before.
    Carolyn

  • FAQ: UI - How can I change the color theme, size of the text, or turn off the application frame?

    CHANGING THE INTERFACE COLOR SCHEME:
    The Photoshop CS6 default interface is dark, but if you prefer the lighter interface you are used to from earlier versions,
    you can change it back in the appearance area. There are 4 default color themes.
    Mac          Photoshop > Preferences > Interface
    Windows   Edit > Preferences > Interface
    CONFIGURING LARGER FONTS:
    For those who need larger fonts, you can also change the UI Font Size down in the type area.
    Be sure to restart Photoshop to see the changes.
    TURNING OFF THE APPLICATION FRAME
    CS6 opens now by default in "Application Frame". You can go Window>Application Frame in the main meu and uncheck this

    Select the title / text and then click on the "i" (inspector). A colored pin wheel shows up after you click on the square box directly below the font settings inside the inspector window. Then simply drag the dot to the color you want. Like this:
    click here
    Message was edited by: SDMacuser

  • How to change font/ font color etc in a graphic object using JCombobox?

    Hello
    My program im writing recently is a small tiny application which can change fonts, font sizes, font colors and background color of the graphics object containing some strings. Im planning to use Jcomboboxes for all those 4 ideas in implementing those functions. Somehow it doesnt work! Any help would be grateful.
    So currently what ive done so far is that: Im using two classes to implement the whole program. One class is the main class which contains the GUI with its components (Jcomboboxes etc..) and the other class is a class extending JPanel which does all the drawing. Therefore it contains a graphics object in that class which draws the string. However what i want it to do is using jcombobox which should contain alit of all fonts available/ font sizes/ colors etc. When i scroll through the lists and click the one item i want - the graphics object properties (font sizes/ color etc) should change as a result.
    What ive gt so far is implemented the jcomboboxes in place. Problem is i cant get the font to change once selecting an item form it.
    Another problem is that to set the color of font - i need to use it with a graphics object in the paintcomponent method. In this case i dnt want to create several diff paint.. method with different property settings (font/ size/ color)
    Below is my code; perhaps you'll understand more looking at code.
    public class main...
    Color[] Colors = {Color.BLUE, Color.RED, Color.GREEN};
            ColorList = new JComboBox(Colors);
    ColorList.addActionListener(new ActionListener() {
                public void actionPerformed(ActionEvent ev) {
                     JComboBox cb = (JComboBox)ev.getSource();
                    Color colorType = (Color)cb.getSelectedItem();
                    drawingBoard.setBackground(colorType);
              });;1) providing the GUI is correctly implemented with components
    2) Combobox stores the colors in an array
    3) ActionListener should do following job: (but cant get it right - that is where my problem is)
    - once selected the item (color/ font size etc... as i would have similar methods for each) i want, it should pass the item into the drawingboard class (JPanel) and then this class should do the job.
    public class DrawingBoard extends JPanel {
           private String message;
           public DrawingBoard() {
                  setBackground(Color.white);
                  Font font = new Font("Serif", Font.PLAIN, fontSize);
                  setFont(font);
                  message = "";
           public void setMessage(String m) {
                message = m;
                repaint();
           public void paintComponent(Graphics g) {
                  super.paintComponent(g);
                  //setBackground(Color.RED);
                  Graphics2D g2 = (Graphics2D) g;
                  g2.setRenderingHint             
                  g2.drawString(message, 50, 50);
           public void settingFont(String font) {
                //not sure how to implement this?                          //Jcombobox should pass an item to this
                                   //it should match against all known fonts in system then set that font to the graphics
          private void settingFontSize(Graphics g, int f) {
                         //same probelm with above..              
          public void setBackgroundColor(Color c) {
               setBackground(c);
               repaint(); // still not sure if this done corretly.
          public void setFontColor(Color c) {
                    //not sure how to do this part aswell.
                   //i know a method " g.setColor(c)" exist but i need to use a graphics object - and to do that i need to pass it in (then it will cause some confusion in the main class (previous code)
           My problems have been highlighted in the comments of code above.
    Any help will be much appreciated thanks!!!

    It is the completely correct code
    I hope that's what you need
    Just put DrawingBoard into JFrame and run
    Good luck!
    public class DrawingBoard extends JPanel implements ActionListener{
         private String message = "message";
         private Font font = new Font("Serif", Font.PLAIN, 10);
         private Color color = Color.RED;
         private Color bg = Color.WHITE;
         private int size = 10;
         public DrawingBoard(){
              JComboBox cbFont = new JComboBox(GraphicsEnvironment.getLocalGraphicsEnvironment().getAvailableFontFamilyNames());
              cbFont.setActionCommand("font");
              JComboBox cbSize = new JComboBox(new Integer[]{new Integer(14), new Integer(13)});
              cbSize.setActionCommand("size");
              JComboBox cbColor = new JComboBox(new Color[]{Color.BLUE, Color.RED, Color.GREEN});
              cbColor.setActionCommand("color");
              JComboBox cbBG = new JComboBox(new Color[]{Color.BLUE, Color.RED, Color.GREEN});
              cbBG.setActionCommand("bg");
              add(cbFont);
              cbFont.addActionListener(this);
              add(cbSize);
              cbSize.addActionListener(this);
              add(cbColor);
              cbColor.addActionListener(this);
              add(cbBG);
              cbBG.addActionListener(this);
         public void setMessage(String m){
              message = m;
              repaint();
         protected void paintComponent(Graphics g){
              super.paintComponent(g);
              Graphics2D g2 = (Graphics2D)g;
              g2.setColor(bg);//set background color
              g2.fillRect(0,0, getWidth(), getHeight());          
              g2.setColor(color);//set text color
              FontRenderContext frc = g2.getFontRenderContext();
              TextLayout tl = new TextLayout(message,font,frc);//set font and message
              AffineTransform at = new AffineTransform();
              at.setToTranslation(getWidth()/2-tl.getBounds().getWidth()/2,
                        getWidth()/2 + tl.getBounds().getHeight()/2);//set text at center of panel
              g2.fill(tl.getOutline(at));
         public void actionPerformed(ActionEvent e){
              JComboBox cb = (JComboBox)e.getSource();
              if (e.getActionCommand().equals("font")){
                   font = new Font(cb.getSelectedItem().toString(), Font.PLAIN, size);
              }else if (e.getActionCommand().equals("size")){
                   size = ((Integer)cb.getSelectedItem()).intValue();
              }else if (e.getActionCommand().equals("color")){
                   color = (Color)cb.getSelectedItem();
              }else if (e.getActionCommand().equals("bg")){
                   bg = (Color)cb.getSelectedItem();
              repaint();
    }

  • Help Apps, Fonts, Font Collections, Ser. Nos. from Crashed Boot drive!

    Hi folks,
    My nearly new MacBook Pro (Aug '09 17") got seriously zapped last month and had major repairs carried out under AppleCare warranty (never do without!) Unfortunately, the internal boot drive was damaged and also had to be replaced. It still ran, provisionally, and I've been able to manually copy a good portion of the data (I had some TimeMachine installation issues and had not gotten around to reinstalling it (never put that off, either!) However, I'm looking for a way to copy apps, network settings, Fonts & Font Collections, etc. with their serial number information, key codes, etc. I ran Carbon Copy Cloner session, which was major but not complete. Is there a methodology for copying apps and their plists?
    Thanks in advance for ANY help!
    All the best,
    David

    Many better Font experts hear than mw, but I'd Safe boot again, trash this file...
    /Users/Your UserName/Library/Preferences/com.apple.FontBook.plist
    Try adding them again.

Maybe you are looking for

  • T440P Dual Boot Windows 8 with Centos 7

    So I have a T440p with Windows 8 installed. I have been trying to dual boot Centos 7 and also have attempted Centos 6.5. I have been using a bottable USB to perform the installation for both Centos 7 and 6.5. When I try the Centos 7 install, I set th

  • Custom PL/SQL API that inserts the data into a custom interface table.

    We are developing a custom Web ADI integrator for importing suppliers into Oracle. The Web ADI interface is a custom PL/SQL API that inserts the data into a custom interface table. We have defined the content, uploader and an importer. The importer i

  • PDF to EXCEL failed conversion

    have a pdf auto created by app file it is an INVOICE before app was created it was done in Excel - everything should be EASILY converted after coversion got from Acrobat services a messed-up file even subscription is paid - no way to get support /inc

  • V$db_object_cache

    Hi, I have a package OWA that is executing many times and I see that has a lot of locks. What means this? How could I fix this issue? Thanks! sql> select type, sharable_mem, loads, executions, locks, pins, kept, child_latch   2  from v$db_object_cach

  • Simple Servlet Example - Using Tuxedo JOLT

    Hi I am trying to run the sample Tuxedo provided application which uses Servlets. I had configured JSL & JSH properly and had booted the Tuxedo Service and they are all running properly. I have WebLogic Server installed and had created the JoltSessio