Whatsup - לינוקס, תוכנה חופשית וקוד פתוח בעברית

יישומים כללי - אזהרה מעצבנת בהרצת תוכניות במסוף

yotama9 - 22/10/2012 - 10:18
נושא ההודעה: אזהרה מעצבנת בהרצת תוכניות במסוף
שלום.

כל פעם שאני מריץ משהו במסוף אני מקבל את האזהרה:
ציטוט:
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 12: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 34: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 44: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 55: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 66: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 77: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 89: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 101: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 111: Having multiple values in <test> isn't supported and may not works as expected


בקובץ האמור, מופיע:
קוד:
<match target="pattern" >
      <test name="family" >
         <string>Guttman Adii</string>
         <string>Guttman Adii-Light</string>
      </test>
      <edit mode="append" binding="same" name="family" >
         <string>David CLM</string>
      </edit>
      <edit mode="assign" binding="same" name="slant" >
         <const>italic</const>
      </edit>
   </match>

הקטע הזה חוזר על עצמו כמה פעמים, כל פעם עם שם אחר של פונטים.

אני לא בטוח מה המשמעות של הקבוץ ואיפה אני אראה את ההשלכות של שינויים שאני אעשה בו אז אני לא רוצה סתם להתעסק. מה אני אמור למחוק? בנוסף, איך יכול להיות שמצב כזה נוצר מלכתחילה?


הערה: לא מזמן עדכנתי את אובונטו מ12:04 ל12.10 ואני משתמש בגנום 3.4
לולי - 22/10/2012 - 11:32
נושא ההודעה:
מותר לנחש שמחיצת הבית שלך נשארה עוד מימי ארץ' "העליזים"?
קרא כאן:
https://bbs.archlinux.org/viewtopic.php?pid=1157954
בדוק אם בספריית הבית (או השורש, לפי העניין) יש ספריה נסתרת בשם fonts.
תוכל לנסות להחליף אותה בחדשה ולמלא אותה בפונטים טריים, או להשאיר אותה ריקה.
yotama9 - 22/10/2012 - 12:08
נושא ההודעה:
לולי :
מותר לנחש שמחיצת הבית שלך נשארה עוד מימי ארץ' "העליזים"?
קרא כאן:
https://bbs.archlinux.org/viewtopic.php?pid=1157954
בדוק אם בספריית הבית (או השורש, לפי העניין) יש ספריה נסתרת בשם fonts.
תוכל לנסות להחליף אותה בחדשה ולמלא אותה בפונטים טריים, או להשאיר אותה ריקה.


כן, היא נשארה, מה הקשר בין ספרית הבית לקובץ הזה?
mksoft - 22/10/2012 - 12:45
נושא ההודעה:
הבעיה יכולה להיות גם בקובץ המוזכר בשגיאה. ב-test מצויינות שתי מחרוזות - לא נתמך (צריך להיות שני חוקי test לדעתי).

ראה:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/1034928
לולי - 22/10/2012 - 17:40
נושא ההודעה:
ציטוט:

כן, היא נשארה, מה הקשר בין ספרית הבית לקובץ הזה?

הספריה fonts. קובעח באיזה פונטים ישתמש ה-user שלך, בכל הפעולות שלו. רק אם היא ריקה התכנית תמשיך לחפש פונטים במקומות אחרים, למשל בספריות ה X.
mksoft - 22/10/2012 - 17:47
נושא ההודעה:
נסה לשים בהערה את אחד ה-string שיש שם ב-test עד שיתוקנו קבצי ה-config של קולמוס. זה אמור לפתור את הבעיה הספציפית הזו (מתוך תקווה שאין כאלה בקבצים נוספים).
Anonymous - 23/10/2012 - 14:31
נושא ההודעה:
יש על זה באג פתוח. אצלי הוא צועק על 89 ו 90.
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/1034928
Anonymous - 23/10/2012 - 14:48
נושא ההודעה:
mksoft :
נסה לשים בהערה את אחד ה-string שיש שם ב-test עד שיתוקנו קבצי ה-config של קולמוס. זה אמור לפתור את הבעיה הספציפית הזו (מתוך תקווה שאין כאלה בקבצים נוספים).


שמתי את זה בהערה אבל עדיין הוא צועק. אני צריך לעשות עוד משהו?
Anonymous - 23/10/2012 - 14:52
נושא ההודעה:
אצלי הוא חטף את זה קשה.

קוד:

Fontconfig warning: "/etc/fonts/conf.d/69-language-selector-ja-jp.conf", line 126: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/89-tlwg-garuda-synthetic.conf", line 21: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 9: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 22: Having multiple <family> in <alias> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 26: Having multiple <family> in <alias> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 31: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum.conf", line 40: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-unfonts-core.conf", line 11: Having multiple values in <test> isn't supported and may not works as expected

mksoft - 23/10/2012 - 15:18
נושא ההודעה:
Anonymous :
mksoft :
נסה לשים בהערה את אחד ה-string שיש שם ב-test עד שיתוקנו קבצי ה-config של קולמוס. זה אמור לפתור את הבעיה הספציפית הזו (מתוך תקווה שאין כאלה בקבצים נוספים).


שמתי את זה בהערה אבל עדיין הוא צועק. אני צריך לעשות עוד משהו?


על אותו קובץ או קבצים אחרים ?
Anonymous - 23/10/2012 - 18:48
נושא ההודעה:
הסתדר מספיק להוריד את השורות. תודה.
kaplan - 05/11/2012 - 00:24
נושא ההודעה:
גרסה 0.121-2 של קולמוס הועלתה עכשיו לדביאן וכוללת תיקון של הבעיה. מוזמנים להתקין ידנית על האובונטו שלהם.
Anonymous - 05/11/2012 - 08:34
נושא ההודעה:
kaplan :
גרסה 0.121-2 של קולמוס הועלתה עכשיו לדביאן וכוללת תיקון של הבעיה. מוזמנים להתקין ידנית על האובונטו שלהם.
]

הכיצד?
amit.aronovitch - 09/11/2012 - 13:30
נושא ההודעה:
הועלה גם לאובונטו. שתי אפשרויות:
1. מתעלמים מההודעות ומחכים בסבלנות עד שהתיקון יכנס בעידכונים
או

2. מוסיפים את מאגר החבילות הנסיוניות:

קוד:

 sudo bash
 echo deb http://il.archive.ubuntu.com/ubuntu/ quantal-proposed main >/etc/apt/sources.list.d/quantal-proposed.list
 apt-get update

 apt-get install culmus


אח"כ אפשר להסיר את המאגר ע"י
קוד:

rm /etc/apt/sources.list.d/quantal-proposed.list

שמשתמש - 02/06/2020 - 15:55
נושא ההודעה:
היי אני עם אותה בעיה אבל השנה לא אותה שנה.
אני על ג'נטו וזה מה שאני מקבל כבר הרבה מאוד זמן:
קוד:
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 21: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 43: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 53: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 64: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 75: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 86: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 98: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 110: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-culmus.conf", line 120: Having multiple values in <test> isn't supported and may not work as expected

מה אפשר לעשות עם הדבר הזה.
אגב אכן בתוך תגיות הtest בשורות המתאימות יש לי מספר ערכים שונים.
למשל:
קוד:

[quote] <test name="family" >
                        <string>Aharoni</string>
                        <string>Guttman Aharoni</string>
                        <string>Guttman-Aharoni</string>
                </test>[/quote]


או למשל:
קוד:

[quote]<test name="family" >
                        <string>FrankRuehl</string>
                        <string>Guttman Frank</string>
                        <string>Guttman Frnew</string>
                </test>[/quote]

Anonymous - 02/06/2020 - 18:33
נושא ההודעה:
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/1034928/comments/93
Anonymous - 03/06/2020 - 01:09
נושא ההודעה:
Anonymous :
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/1034928/comments/93

תודה! אשתדל לעבוד על זה בהמשך ואדווח Smile
Anonymous - 17/06/2020 - 20:43
נושא ההודעה:
Anonymous :
https://bugs.launchpad.net/ubuntu/+source/fonts-unfonts-core/+bug/1034928/comments/93

חזרתי לעדכן שאכן עשיתי את הדבר הזה ואין יותר את ההתראות האלו.
אשריך.
Anonymous - 17/06/2020 - 21:40
נושא ההודעה:
3>
כל הזמנים הם GMT + 2 שעות