LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-21-2012, 06:14 AM   #1
tm2383
Member
 
Registered: Oct 2006
Posts: 185

Rep: Reputation: 15
turning off warning messages


Ho everyone. I get this warning everytime I log off or start Dolphin. Does anyone know how to turn it off, or fix the problem.

Code:
tim@tim-Aspire-5551:~$ dolphin
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
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
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum-coding.conf", line 10: Having multiple values in <test> isn't supported and may not works as expected
Fontconfig warning: "/etc/fonts/conf.d/90-fonts-nanum-coding.conf", line 22: Having multiple values in <test> isn't supported and may not works as expected
dolphin(3828)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(3828)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(3828)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(3828)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(3828)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
dolphin(3828)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
tim@tim-Aspire-5551:~$

Here is the content of /etc/fonts/conf.d/65-culmus.conf

Code:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>

<!-- WINDOWS ALIASES -->

	<!-- Guttman Adii is replaced with David Medium Italic -->
	<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>

        <match target="pattern" >
                <test name="family" >
                        <string>Guttman-Aram</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Keter YG</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>Guttman Stam</string>
                        <string>Guttman Stam1</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Stam Ashkenaz CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>Guttman Hodes</string>
                        <string>Monotype Hadassah</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Hadasim CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>Aharoni</string>
                        <string>Guttman Aharoni</string>
                        <string>Guttman-Aharoni</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Aharoni CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>FrankRuehl</string>
                        <string>Guttman Frank</string>
                        <string>Guttman Frnew</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Frank Ruehl CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>David</string>
                        <string>David Transparent</string>
                        <string>Guttman David</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>David CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>Fixed Miriam Transparent</string>
                        <string>Guttman Myamfix</string>
                        <string>Guttman-CourMir</string>
                        <string>Miriam Fixed</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Miriam Mono CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>Guttman Miryam</string>
                        <string>Levenim MT</string>
                        <string>Miriam</string>
                        <string>Miriam Transparent</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Miriam CLM</string>
                </edit>
        </match>

        <match target="pattern" >
                <test name="family" >
                        <string>Guttman Drogolin</string>
                        <string>Guttman Vilna</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Drugulin CLM</string>
                </edit>
        </match>

<!-- CULMUS ALIASES -->
        <match target="pattern" >
                <test name="family" >
                        <string>Shmuel CLM</string>
                </test>
                <edit mode="append" binding="same" name="family" >
                        <string>Shmulik CLM</string>
                </edit>
        </match>

	<alias>	<family>Caladings</family>	<accept><family>Caladings CLM</family></accept>	</alias>
	<alias>	<family>David</family>		<accept><family>David CLM</family></accept>	</alias>
	<alias>	<family>Drugulin</family>	<accept><family>Drugulin CLM</family></accept>	</alias>
	<alias>	<family>Ellinia</family>	<accept><family>Ellinia CLM</family></accept>	</alias>
	<alias>	<family>Frank Ruehl</family>	<accept><family>Frank Ruehl CLM</family></accept></alias>
	<alias>	<family>Ktav Yad</family>	<accept><family>Ktav Yad CLM</family></accept>	</alias>
	<alias>	<family>Miriam Mono</family>	<accept><family>Miriam Mono CLM</family></accept></alias>
	<alias>	<family>Nachlieli</family>	<accept><family>Nachlieli CLM</family></accept>	</alias>
	<alias>	<family>Frank Ruehl OT</family>	<accept><family>Frank Ruehl CLM</family></accept></alias>

<!-- MAC ALIASES -->
	<alias>	<family>Raanana</family>	<accept><family>David CLM</family></accept>	</alias>
	<alias>	<family>ArialHB</family>	<accept><family>Nachlieli CLM</family></accept>	</alias>
	<alias>	<family>New Peninim MT</family>	<accept><family>Frank Ruehl CLM</family></accept></alias>

</fontconfig>
My computer seems to e working fine. It is a Ubuntu 12.10 (64 bit) set up.

Thanks for any advice

Tim
 
Old 12-22-2012, 06:53 PM   #2
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
The warnings are for good intentions. There is something wrong with that culmus fonts.

Try to move that folder to a neutral state first:

Code:
~# mv /etc/fonts/conf.d/65-culmus.conf /etc/fonts/conf.d/my_65-culmus.conf.my
then run dolphin again, see if warnings still occur. Should, in case, dolphin still reads the modified file name you can tar the file with a new name (deleting the original file) and run dolphin again. ( I don't advise deletion for you still need that in the future to get configured properly; this solution is just for the meantime and for the sake of eliminating the bothersome warnings.)

HOpe that helps.

Good luck.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HeartBeat warning messages karlochacon Linux - Server 1 10-16-2009 09:40 AM
Turning on/off debug messages galapogos Linux - Kernel 0 07-20-2008 11:10 PM
Nautilus warning messages !! DipeshKhakhkhar Linux - Software 1 11-18-2004 11:14 AM
Mimedefang warning messages sloop Linux - Software 0 11-15-2004 09:11 PM
MDK8.2 --> Turning on startup messages amp2000 Linux - Distributions 3 05-23-2002 02:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration