Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
I constantly get errors saying "Could not find mime type application/octet-stream" when I open konqueror, or save a fiel in kwrite, and even when my desktop icons load when I log in.
Also, when I start X applications from a terminal, they start but I get errors. starting kwrite from a terminal will complain about a few *.desktop files in /usr/share/applications/ containing bad mime types as well. As well as errors such as:
Code:
user@helix~# kwrite
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KMimeType): WARNING: KServiceType::offers : servicetype KTextEditor/Plugin not found
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
and this:
Code:
user@helix~# konqueror
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KSycoca): ERROR: No database available!
kio (KMimeType): WARNING: KServiceType::offers : servicetype Browser/View not found
kio (KSycoca): WARNING: Found version 79, expecting version 93 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): ERROR: No database available!
kio (KMimeType): WARNING: KServiceType::offers : servicetype KonqAboutPage not found
kio (KMimeType): WARNING: KServiceType::offers : servicetype KonqAboutPage not found
konqueror: WARNING: KonqFactory::createView : no factory
konqueror: WARNING: Profile Loading Error: View creation failed
I'm also having other issues with KDE, such as I cannot modify my login screen. I make changes to it in kcontrol as root, and it saves just fine, but the KDE Login manager (display manager?) just seems to ignore them completely.
should I just unmerge and emerge KDE again, or do you have a better idea?
__________________
Congress will soon vote on Internet Freedom, on Network Neutrality, which prevents Internet Service Providers from dictating which web sites YOU get to see based on which ones pay them more money. Contact your senators and tell them to support the Snowe-Dorgan “Internet Freedom Preservation Act” (S 2917). Save our Internet. Save Network Neutrality.
You probably don't have to unmerge, just try re-emerging first and see if that helps.
you're right, that would be the best thing to do. I'll do that tonight so it will be done by the time I get home from work tomarrow (take s along time!)
One thing is odd, however. I have multiple version of the same package installed, according to equery. check this out:
__________________
Congress will soon vote on Internet Freedom, on Network Neutrality, which prevents Internet Service Providers from dictating which web sites YOU get to see based on which ones pay them more money. Contact your senators and tell them to support the Snowe-Dorgan “Internet Freedom Preservation Act” (S 2917). Save our Internet. Save Network Neutrality.
this is because gentoo does not automatically remove previousl versions of kde when you upgrade. Check out this guide for instructions on how to remove older version. This might also solve your problems with different programs if you just remove the older version. For example if you do a
ls -a in your /home/bob directory you probably have .kde .kde3.4 .kde3.5 and applications could theoretically have trouble here.
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
this is because gentoo does not automatically remove previousl versions of kde when you upgrade. Check out this guide for instructions on how to remove older version. This might also solve your problems with different programs if you just remove the older version. For example if you do a
ls -a in your /home/bob directory you probably have .kde .kde3.4 .kde3.5 and applications could theoretically have trouble here.
you've been great help, thanks!
I'll post back here after I've done that and let you know what happened.
It wont be for a q ahile though, but probably within the day.
__________________
Congress will soon vote on Internet Freedom, on Network Neutrality, which prevents Internet Service Providers from dictating which web sites YOU get to see based on which ones pay them more money. Contact your senators and tell them to support the Snowe-Dorgan “Internet Freedom Preservation Act” (S 2917). Save our Internet. Save Network Neutrality.
__________________
Congress will soon vote on Internet Freedom, on Network Neutrality, which prevents Internet Service Providers from dictating which web sites YOU get to see based on which ones pay them more money. Contact your senators and tell them to support the Snowe-Dorgan “Internet Freedom Preservation Act” (S 2917). Save our Internet. Save Network Neutrality.
make sure in your home directory you only have .kde and kde3.5 if you have anything else try deleting it. Worst case scenario would be to delete all the kde stuff in your home directory and reemerging.
__________________
All right, brain. You don't like me and I don't like you, but let's just do this and I can get back to killing you with beer. All New Users Read This!!! If you have a grub problem please look at GRUB MANUAL
make sure in your home directory you only have .kde and kde3.5 if you have anything else try deleting it. Worst case scenario would be to delete all the kde stuff in your home directory and reemerging.
I have .kde and .kderc
Code:
user@helix~# cd .kde
.kde/ .kderc
user@helix~# cd .kde
user@helix~/.kde# ls
socket-helix/ cache-helix/ tmp-helix@ Autostart/ share/
user@helix~/.kde# cat ../.kderc
[General]
background=192,192,192
selectBackground=92,179,255
selectForeground=0,0,0
windowBackground=106,139,192
windowForeground=0,0,0
__________________
Congress will soon vote on Internet Freedom, on Network Neutrality, which prevents Internet Service Providers from dictating which web sites YOU get to see based on which ones pay them more money. Contact your senators and tell them to support the Snowe-Dorgan “Internet Freedom Preservation Act” (S 2917). Save our Internet. Save Network Neutrality.
Ok, I fixed this a while ago, I should post about it.
All I had to do was add the octet-stream mime type thingy in the applications mime type category under Kcontrol. I don't know why it didnt work the first time I tried it, maybe I put it in the wrong spot.
Everything is A-OK
__________________
Congress will soon vote on Internet Freedom, on Network Neutrality, which prevents Internet Service Providers from dictating which web sites YOU get to see based on which ones pay them more money. Contact your senators and tell them to support the Snowe-Dorgan “Internet Freedom Preservation Act” (S 2917). Save our Internet. Save Network Neutrality.
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it. subscribe
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe