[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2013-01-27 Thread Roman Yepishev
We are drawing text onto CAIRO_FORMAT_ARGB32 surface with fully
transparent background. Therefore we have artifacts at the edges -
http://lists.cairographics.org/archives/cairo/2010-November/021265.html

So we either need to fix cairo or draw background.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2013-01-27 Thread Ubuntu Foundations Team Bug Bot
The attachment "draw_background.patch" of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2013-01-27 Thread Adolfo Jayme Barrientos
** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2013-01-27 Thread Roman Yepishev
As with bug 945608, we appear to be drawing menu entries on something that 
pango/cairo don't want to draw antialiased fonts.
By adding gtk_render_background I am now able to get the proper font rendering 
in both Ambiance and Radiance, however it does not play well with the fading 
in/out of the title/menubar - some flickering occurs.

This patch is against unity 5.18 in Precise. My PPA (
https://launchpad.net/~rye/+archive/ppa ) will have this test build
shortly for those who want to see how a panel should have looked with a
Radiance theme.

** Patch added: "draw_background.patch"
   
https://bugs.launchpad.net/ayatana-design/+bug/723167/+attachment/3503026/+files/draw_background.patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2013-01-24 Thread Roman Yepishev
Based on my tests:
1. The settings from gtk_settings_get_default() are being read and used (set in 
FontSettings.cpp). Forcing RGB mode in the code does not change anything.

2. Removing text-shadow makes text look slightly better but still with
visible colorization/blurriness.

3. Rebuilding unity with cairo_font_options_set_antialias(font_options,
CAIRO_ANTIALIAS_GRAY) makes it a bit better.

4. Setting "gsettings set org.gnome.settings-daemon.plugins.xsettings
rgba-order bgr" makes panel fonts look the right way but all other
applications start rendering fonts in a blurred way. Rebuilding unity
with forced BGR mode makes panel font look the right way but the menu
entry selected will be reversed (see attached image).

So it looks like the text is rendered in a wrong way in the panel but it
is actually using the proper settings.

** Attachment added: "unity-bgr.png"
   
https://bugs.launchpad.net/ayatana-design/+bug/723167/+attachment/3498130/+files/unity-bgr.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-12-29 Thread Mattia Guidi
For me, that workaround alleviates the problem, but doesn't solve it.
Fonts in the top bar still look worse than in the rest of the screen
(not as smooth as when using Ambiance).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-12-28 Thread Adolfo Jayme Barrientos
See comment #11 in this bug report.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-12-28 Thread Mattia Guidi
Adolfo, could you explain how this bug can be "workarounded"?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-12-28 Thread Adolfo Jayme Barrientos
This can be workarounded in the theme, adding another bugtask.

** Tags added: oneiric precise quantal raring

** Changed in: ayatana-design
   Status: New => Invalid

** Also affects: ubuntu-themes (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-themes (Ubuntu)
   Importance: Undecided => Low

** Changed in: ubuntu-themes (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-12-27 Thread Adolfo Jayme Barrientos
Ugly as hell. This is a clear bug that does not need "ayatana design"
advice. I think the desired fix for this is obvious.

** Changed in: unity (Ubuntu)
   Status: Confirmed => Triaged

** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-12-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-09-19 Thread John Lea
** Changed in: ayatana-design
   Importance: Medium => Undecided

** Changed in: unity (Ubuntu)
   Importance: Medium => Undecided

** Changed in: unity (Ubuntu)
   Status: Confirmed => New

** Changed in: unity
   Status: Confirmed => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-08-14 Thread Marcus Bointon
I'm seeing this same thing in a VM, though significantly worse. This
could be down to the VM not having real hardware access, but it's acting
as others describe - all the text looks ok apart from the menu bar. In
my case I'm getting rough green fringes where shadows would be. Screen
shot shows it in action. This is in current 12.04 running in VMWare
fusion 4.1.3.

** Attachment added: "Bad text in VM.png"
   
https://bugs.launchpad.net/ayatana-design/+bug/723167/+attachment/3260739/+files/Bad%20text%20in%20VM.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-08-12 Thread Daniel van Vugt
** Changed in: unity
   Status: Incomplete => Confirmed

** Changed in: unity (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-08-12 Thread Paul Sladen
Peter: appears to be being rendered (in the panel) with BGR sub-pixel
ordering (instead of RGB), and without the vertical autohinter in use.

For the sub-pixel ordering; there are some possibilities:

  1. the system rendering settings aren't being read/used
  2. the text is being rendered as white-on-black, and negated/inverted (in 
colour-space)
  3. the text is being rendered right->left, and then the texture being 
mirrored (in horizontal space)
  4. something else

For the latter:

  1. the system rendering settings aren't being read/used
  2. something else

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-08-12 Thread Peter Mertz
Testing the polished themes in Quantal's daily build. Unfortunately the
panel font in Radiance still hurts to look at.

The screenshot shows a comparison between the rendering in the panel vs.
rendering in the window title. While the latter looks really smooth, the
one in the panel clearly sticks out.

It is also visible in global menus where all of the non-selected items
look slightly wrong.

** Attachment added: "Radiance-Panel-Font.png"
   
https://bugs.launchpad.net/ayatana-design/+bug/723167/+attachment/3258720/+files/Radiance-Panel-Font.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-06-25 Thread oriolpont
Using Precise, Ubuntu session. I experience fuzzy fonts in the panel when using 
Radiance or any other theme that has font shadows. A similar issue seems to be 
present also in the unity-2d panel, #977080 
The same workaround mentioned in that bug-report - namely disabling 
text-shadows in the panel - works for me for the 3D compiz-based panel. As 
suggested by jihedamine:

open /usr/share/themes/Radiance/gtk-3.0/apps/unity.css
and add "text-shadow: none;" inside
.unity-panel.menubar,
.unity-panel .menubar {
}

so you get :

.unity-panel.menubar,
.unity-panel .menubar {
text-shadow: none;
}

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-06-25 Thread Daniel van Vugt
The font in the panel is still different. But that's because it's
rendered as embossed in the panel, but not in menus (except for disabled
items). I think this is what design intended...

** Project changed: null => ayatana-design

** Project changed: ayatana-design => compiz

** Changed in: compiz
   Status: Fix Released => New

** Project changed: compiz => ayatana-design

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-06-25 Thread Omer Akram
Thanks for the bug report. Is that still an issue in Ubuntu 12.04?

** Changed in: unity
   Status: Confirmed => Incomplete

** Changed in: unity (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/null/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-04-17 Thread Fitoschido
** Project changed: unity => null

** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/null/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2012-03-24 Thread paranoid
** Changed in: unity
 Assignee: Neil J. Patel (njpatel) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-11-24 Thread Fitoschido
This is definitely not fixed in current Oneiric nor in Precise. Compare
panel font rendering of Unity and Unity 2D, the latter is correct.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-10-24 Thread Mattia Guidi
Here (http://askubuntu.com/questions/68022/how-to-fix-font-rendering-no-
anti-aliasing-in-unity-global-menu-and-search) some users suggest to
remove the file ~/.config/dconf/user and reboot. Does this "solution"
work for you? For me it doesn't.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-10-24 Thread Dan Lea
Same problem here in current version of unity (4.22.0-0ubuntu3).  I'm
attaching a screenshot that I think shows this in a slightly more
pronouned way, with really sloppy rgba antialiasing, as if it has been
iteratively applied.

** Attachment added: "Screenshot of panel showing poor rgba antialiasing"
   
https://bugs.launchpad.net/unity/+bug/723167/+attachment/2569953/+files/panel_antialiasing.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-10-20 Thread Jason
Neil,

When will this fix be released? I do realize that this was fixed in a
prior bug, but could it be that this is a regression? I'm seeing bad
rendering for the Unity panel in Unity 4.22.0-0ubuntu3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-10-14 Thread Spaced
Same for me. What is strange is that Ambiance's rendering is OK, but
with Radiance everything is messed up.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/723167/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-04-17 Thread Javier García Díaz
Hi, I wonder if someone is working on this bug. I can still experience
this problem after the several updates to unity. Fonts are OK if I use
Ambiance, but not with Radiance or any other theme. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-03-29 Thread Martin Pitt
This is still an issue in current unity 3.6.8 (which was released after
the upstream task was set "fix released").

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-03-17 Thread Neil J. Patel
** Changed in: unity
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 723167] Re: Panel does not use standard GTK/Pango font rendering/antialiasing, causing fuzzy fonts

2011-02-24 Thread Alex Launi
** Changed in: unity
   Status: New => Confirmed

** Changed in: unity (Ubuntu)
   Status: New => Confirmed

** Changed in: unity
   Importance: Undecided => Medium

** Changed in: unity (Ubuntu)
   Importance: Undecided => Medium

** Changed in: unity
 Assignee: (unassigned) => Neil J. Patel (njpatel)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/723167

Title:
  Panel does not use standard GTK/Pango font rendering/antialiasing,
  causing fuzzy fonts

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs