[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-31 Thread Gunnar Hjalmarsson
Yeah, this is strange. When I first changed to "Droid Sans Fallback" in
69-language-selector-zh-tw.conf, I got this:

$ LANG=zh_TW.UTF-8 fc-match -s 'sans-serif' | head -n 20
uming.ttc: "AR PL UMing TW" "Light"
uming.ttc: "AR PL UMing HK" "Light"
ukai.ttc: "AR PL UKai TW" "Book"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSans-Bold.ttf: "DejaVu Sans" "Bold"
DejaVuSans-Oblique.ttf: "DejaVu Sans" "Oblique"
DejaVuSans-BoldOblique.ttf: "DejaVu Sans" "Bold Oblique"
Verdana.ttf: "Verdana" "Normal"
Arial.ttf: "Arial" "Normal"
Waree.ttf: "Waree" "Book"
DroidNaskh-Regular.ttf: "Droid Sans" "Regular"
DroidSansEthiopic-Regular.ttf: "Droid Sans" "Regular"
DroidSansHebrew-Regular.ttf: "Droid Sans" "Regular"
DroidSansJapanese.ttf: "Droid Sans" "Regular"
DroidSansFallbackFull.ttf: "Droid Sans" "Regular"
ukai.ttc: "AR PL UKai CN" "Book"
uming.ttc: "AR PL UMing CN" "Light"
NotoSansDevanagari-Regular.ttf: "Noto Sans Devanagari" "Regular"
KhmerOS.ttf: "Khmer OS" "Regular"
MuktiNarrow.ttf: "Mukti Narrow" "Regular"

I.e. fontconfig seemed to not understand at all.

Then, after I had changed things back and forth when working with bug
#1351092, suddenly I was able to reproduce the behaviour you describe!
Now I fear that the fix of this bug report was a mistake. :(

I suggest that we leave this bug report, and continue talking at bug
#1351092. Your comments on the idea there would be much appreciated.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-31 Thread Cheng-Chia Tseng
However, if I change "Droid Sans" to "Droid Sans Fallback", and I can
get sas-serif as "Droid Sans Fallback" although it is still different
from yours.

$ LANG=zh_TW.UTF-8 fc-match -a 'sans-serif' | head -n 20
DroidSansFallbackFull.ttf: "Droid Sans Fallback" "Regular"
uming.ttc: "AR PL UMing TW" "Light"
uming.ttc: "AR PL UMing HK" "Light"
ukai.ttc: "AR PL UKai TW" "Book"
ukai.ttc: "AR PL UKai HK" "Book"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSans-Bold.ttf: "DejaVu Sans" "Bold"
n019003l.pfb: "Nimbus Sans L" "Regular"
n019043l.pfb: "Nimbus Sans L" "Regular Condensed"
n019004l.pfb: "Nimbus Sans L" "Bold"
n019044l.pfb: "Nimbus Sans L" "Bold Condensed"
n019023l.pfb: "Nimbus Sans L" "Regular Italic"
n019063l.pfb: "Nimbus Sans L" "Regular Condensed Italic"
n019024l.pfb: "Nimbus Sans L" "Bold Italic"
n019064l.pfb: "Nimbus Sans L" "Bold Condensed Italic"
Waree.ttf: "Waree" "Book"
Waree-Bold.ttf: "Waree" "Bold"
Waree-Oblique.ttf: "Waree" "Oblique"
Waree-BoldOblique.ttf: "Waree" "BoldOblique"
Loma.ttf: "Loma" "Book"

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-30 Thread Cheng-Chia Tseng
No, I don't have any other fontconfig configuration files because this
is a fresh installation and a new user. I have enabled all updates-repo
and done 'apt-get upgrade'.

That's strange we don't have the same results!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-30 Thread Gunnar Hjalmarsson
Can't reproduce on an updated 14.04.

$ dpkg-query -W language-selector-common fonts-droid
fonts-droid 1:4.3-3ubuntu1
language-selector-common0.129.2
$ LANG=zh_TW.UTF-8 fc-match -a 'sans-serif' | head -n 20
DroidSansFallbackFull.ttf: "Droid Sans" "Regular"
DroidSans.ttf: "Droid Sans" "Regular"
DroidNaskh-Regular.ttf: "Droid Sans" "Regular"
DroidSansEthiopic-Regular.ttf: "Droid Sans" "Regular"
DroidSansHebrew-Regular.ttf: "Droid Sans" "Regular"
DroidSansThai.ttf: "Droid Sans" "Regular"
DroidSansArmenian.ttf: "Droid Sans" "Regular"
DroidSansGeorgian.ttf: "Droid Sans" "Regular"
DroidSansJapanese.ttf: "Droid Sans" "Regular"
DroidSansHebrew-Bold.ttf: "Droid Sans" "Bold"
DroidSans-Bold.ttf: "Droid Sans" "Bold"
DroidNaskh-Bold.ttf: "Droid Sans" "Bold"
DroidSansEthiopic-Bold.ttf: "Droid Sans" "Bold"
uming.ttc: "AR PL UMing TW" "Light"
uming.ttc: "AR PL UMing HK" "Light"
ukai.ttc: "AR PL UKai TW" "Book"
ukai.ttc: "AR PL UKai HK" "Book"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSansCondensed.ttf: "DejaVu Sans" "Condensed"

On 2014-07-30 13:58, Cheng-Chia Tseng wrote:> Any edit to font family name of 
"Droid Sans Fallback" won't make it
> become real "Droid Sans". They are still two instances.
> 
> If we DO want to use "Droid Sans" instead of "Droid Sans Fallback" here.
> The only way is to bind them together to make them as one font.

Well, the whole idea is to get DroidSansFallbackFull.ttf to the top of
the list, and the reason why I changed it is that the "Droid Sans
Fallback" strings in the 69-language-selector-zh-??.conf files were
ignored.

Do you possibly have own fontconfig configuration files that might
affect this?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-30 Thread Cheng-Chia Tseng
Hi Gunnar,

I just installed ubuntu 14.04.1 today. :)

However, in my system, the output of the fc-match is

$ LANG=zh_TW.UTF-8 fc-match 'sans-serif'
DroidSans.ttf: "Droid Sans" "Regular"

and the sorted matching font list is
$ LANG=zh_TW.UTF-8 fc-match -s 'sans-serif'
DroidSans.ttf: "Droid Sans" "Regular"
uming.ttc: "AR PL UMing TW" "Light"
uming.ttc: "AR PL UMing HK" "Light"
ukai.ttc: "AR PL UKai TW" "Book"
DejaVuSans.ttf: "DejaVu Sans" "Book"
DejaVuSans-Bold.ttf: "DejaVu Sans" "Bold"
Waree.ttf: "Waree" "Book"
DroidSansFallbackFull.ttf: "Droid Sans Fallback" "Regular"

And you can see Droid Sans Fallback is far away from Droid Sans, so the
CJK characters of sans-serif style will display as AR PL UMing which is
a serif style font. Any edit to font family name of "Droid Sans
Fallback" won't make it become real "Droid Sans". They are still two
instances.

If we DO want to use "Droid Sans" instead of "Droid Sans Fallback" here.
The only way is to bind them together to make them as one font.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-22 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.129.2

---
language-selector (0.129.2) trusty-proposed; urgency=low

  * fontconfig/69-language-selector-zh-??.conf:
Replace "Droid Sans Fallback" with "Droid Sans" (LP: #1335482).
 -- Gunnar HjalmarssonSun, 06 Jul 2014 21:49:00 +0200

** Changed in: language-selector (Ubuntu Trusty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Released

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-17 Thread Gunnar Hjalmarsson
I have successfully installed and run language-selector-common 0.129.2
from trusty-proposed, and could with that verify the changed behaviour
as described in the test case.

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-17 Thread Colin Watson
Hello Gunnar, or anyone else affected,

Accepted language-selector into trusty-proposed. The package will build
now and be available at http://launchpad.net/ubuntu/+source/language-
selector/0.129.2 in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: language-selector (Ubuntu Trusty)
   Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Fix Committed

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-06 Thread Gunnar Hjalmarsson
Thanks, Aron. It's in the queue now.

** Changed in: language-selector (Ubuntu Trusty)
   Status: Confirmed => In Progress

** Changed in: language-selector (Ubuntu Trusty)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Description changed:

+ [Impact]
+ 
  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
- seems to not work any longer.
+ seems to not work any longer. The number of affected users is
+ significant.
  
+ [Test Case]
+ 
+ How to reproduce:
+ 
+ $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
- uming.ttc: "AR PL UMing CN" "Light"
- $ sudo sed -i 's/Droid Sans Fallback/Droid Sans/' \
- > /etc/fonts/conf.avail/69-language-selector-zh-cn.conf
- $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
+ 
+ After the change, the response is the expected
+ 
  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"
  
- It looks like the intended behaviour gets back if the family name is
- changed from "Droid Sans Fallback" to just "Droid Sans". I have noticed
- this on both 14.04 and 14.10, but have no idea of the reason for the
- changed behaviour.
+ Before the change, the response is something else.
  
- * Does this affect others, or is it something with my machine?
- * Should we replace "Droid Sans Fallback" with "Droid Sans" in those
-   files?
- * Undesired side effects if we do?
+ [Regression Potential]
+ 
+ This makes the intended (and previously working) behaviour effective. No
+ undesired side effects identified.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  In Progress

Bug description:
  [Impact]

  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer. The number of affected users is
  significant.

  [Test Case]

  How to reproduce:

  $ sudo locale-gen zh_CN.UTF-8
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'

  After the change, the response is the expected

  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  Before the change, the response is something else.

  [Regression Potential]

  This makes the intended (and previously working) behaviour effective.
  No undesired side effects identified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-06 Thread Aron Xu
I confirm this affects Trusty, recommend to SRU.

** Changed in: language-selector (Ubuntu Trusty)
   Importance: Undecided => High

** Changed in: language-selector (Ubuntu Trusty)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Confirmed

Bug description:
  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer.

  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  uming.ttc: "AR PL UMing CN" "Light"
  $ sudo sed -i 's/Droid Sans Fallback/Droid Sans/' \
  > /etc/fonts/conf.avail/69-language-selector-zh-cn.conf
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  It looks like the intended behaviour gets back if the family name is
  changed from "Droid Sans Fallback" to just "Droid Sans". I have
  noticed this on both 14.04 and 14.10, but have no idea of the reason
  for the changed behaviour.

  * Does this affect others, or is it something with my machine?
  * Should we replace "Droid Sans Fallback" with "Droid Sans" in those
files?
  * Undesired side effects if we do?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.132

---
language-selector (0.132) utopic; urgency=low

  * fontconfig/69-language-selector-zh-??.conf:
Replace "Droid Sans Fallback" with "Droid Sans" (LP: #1335482).
 -- Gunnar HjalmarssonTue, 01 Jul 2014 15:41:00 +0200

** Changed in: language-selector (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  Fix Released
Status in “language-selector” source package in Trusty:
  Incomplete

Bug description:
  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer.

  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  uming.ttc: "AR PL UMing CN" "Light"
  $ sudo sed -i 's/Droid Sans Fallback/Droid Sans/' \
  > /etc/fonts/conf.avail/69-language-selector-zh-cn.conf
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  It looks like the intended behaviour gets back if the family name is
  changed from "Droid Sans Fallback" to just "Droid Sans". I have
  noticed this on both 14.04 and 14.10, but have no idea of the reason
  for the changed behaviour.

  * Does this affect others, or is it something with my machine?
  * Should we replace "Droid Sans Fallback" with "Droid Sans" in those
files?
  * Undesired side effects if we do?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/language-selector

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  In Progress
Status in “language-selector” source package in Trusty:
  Incomplete

Bug description:
  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer.

  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  uming.ttc: "AR PL UMing CN" "Light"
  $ sudo sed -i 's/Droid Sans Fallback/Droid Sans/' \
  > /etc/fonts/conf.avail/69-language-selector-zh-cn.conf
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  It looks like the intended behaviour gets back if the family name is
  changed from "Droid Sans Fallback" to just "Droid Sans". I have
  noticed this on both 14.04 and 14.10, but have no idea of the reason
  for the changed behaviour.

  * Does this affect others, or is it something with my machine?
  * Should we replace "Droid Sans Fallback" with "Droid Sans" in those
files?
  * Undesired side effects if we do?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1335482] Re: Droid Sans no longer preferred font for Chinese

2014-07-01 Thread Gunnar Hjalmarsson
Changing this in utopic, but would want some feedback before possibly
proceeding with trusty.

** Also affects: language-selector (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: language-selector (Ubuntu Trusty)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1335482

Title:
  Droid Sans no longer preferred font for Chinese

Status in “language-selector” package in Ubuntu:
  In Progress
Status in “language-selector” source package in Trusty:
  Incomplete

Bug description:
  In the 69-language-selector-zh-??.conf files we try to make Droid Sans
  the preferred font in case of a Chinese locale. However, suddenly this
  seems to not work any longer.

  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  uming.ttc: "AR PL UMing CN" "Light"
  $ sudo sed -i 's/Droid Sans Fallback/Droid Sans/' \
  > /etc/fonts/conf.avail/69-language-selector-zh-cn.conf
  $ LANG=zh_CN.UTF-8 fc-match 'sans-serif'
  DroidSansFallbackFull.ttf: "Droid Sans" "Regular"

  It looks like the intended behaviour gets back if the family name is
  changed from "Droid Sans Fallback" to just "Droid Sans". I have
  noticed this on both 14.04 and 14.10, but have no idea of the reason
  for the changed behaviour.

  * Does this affect others, or is it something with my machine?
  * Should we replace "Droid Sans Fallback" with "Droid Sans" in those
files?
  * Undesired side effects if we do?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-selector/+bug/1335482/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp