KDE text editor component missing

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

KDE text editor component missing

Postby rakitsa » Nov 14th, '13, 13:55

When i try to start a text editor "Kwrite" or "Kate", the system says " A KDE text-editor component could not be found. Please check your KDE installation."
If I try to start the application from a console, I have the same result and the following:
"Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated."
What does it mean? Did I choose wrong fonts for KDE? Why did this thing allowed me to do so?
Last edited by isadora on Nov 28th, '13, 13:39, edited 3 times in total.
Reason: adjusted thread title
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: Applications do not start

Postby doktor5000 » Nov 14th, '13, 23:33

Which media did you use to install Mageia, and which Mageia version do you use?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Applications do not start

Postby rakitsa » Nov 15th, '13, 08:37

It is Mageia-3 64-bit, I installed it on a desktop computer using a DVD. The only problem I have is with opening text editors Kate and Kwrite (both give the same diagnostics). While Emacs opens without problems.
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: Applications do not start

Postby doktor5000 » Nov 15th, '13, 22:35

Can you please open a terminal and show the output of
Code: Select all
rpm -qa | grep -e kate -e kwrite
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Applications do not start

Postby rakitsa » Nov 19th, '13, 10:33

doktor5000 wrote:Can you please open a terminal and show the output of
Code: Select all
rpm -qa | grep -e kate -e kwrite

Code: Select all
~>rpm -qa|grep -e kate -e kwrite
kate-4.10.5-1.1.mga3
kwrite-4.10.5-1.1.mga3
kwrite-handbook-4.10.2-3.mga3
lib64kateinterfaces4-4.10.5-1.1.mga3
lib64katepartinterfaces4-4.10.2-3.mga3
kate-handbook-4.10.5-1.1.mga3
katepart-4.10.5-1.1.mga3
kate-plugin-pate-4.10.5-1.1.mga3
~>
Last edited by isadora on Nov 19th, '13, 10:51, edited 1 time in total.
Reason: Command-output placed between [CODE]-tags, to keep the forum readable. ;)
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: Applications do not start

Postby doktor5000 » Nov 19th, '13, 23:36

Looks fine. What about
Code: Select all
rpm -qa | grep texteditor
ps -ef | grep dbus
dbus-launch kwrite

All should be executed as user.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Applications do not start

Postby rakitsa » Nov 20th, '13, 08:40

Code: Select all
~>rpm -qa | grep texteditor
ktexteditor-4.10.5-1.1.mga3
lib64ktexteditor4-4.10.2-3.mga3
~>ps -ef | grep dbus
499        880     1  0 08:23 ?        00:00:01 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
rakitsa   1125     1  0 08:24 ?        00:00:00 /usr/bin/dbus-launch --exit-with-session --sh-syntax
rakitsa   1132     1  0 08:24 ?        00:00:00 /usr/bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
rakitsa   3950  3935  0 08:33 pts/1    00:00:00 grep dbus
~>dbus-launch kwrite
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.                                                                                                                 
kdeinit4: Shutting down running client.                                                                             
klauncher: Exiting on signal 15                                                                                     
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
kbuildsycoca4 running...
QDBusObjectPath: invalid path ""
QObject::connect: Cannot connect (null)::deviceFound(Device*) to BlueDevilDaemon::deviceFound(Device*)
QObject::connect: Cannot connect QTimer::timeout() to (null)::stopDiscovery()
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
kded(4113): KDE Power Management system not initialized, another power manager has been detected
QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.6'
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

A small window appears saying: A KDE text-editor component could not be found. Please check your KDE installation.
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: KDE text editor component missing

Postby davidwhodgins » Nov 20th, '13, 20:20

rakitsa, Please post the output of
Code: Select all
urpmq --list-media active
davidwhodgins
 
Posts: 47
Joined: Nov 18th, '11, 05:14

Re: KDE text editor component missing

Postby jiml8 » Nov 21st, '13, 08:19

I suggest you try strace (from the command line, "strace kate"). This will certainly tell you what is missing, though you might need to take some time to sort it all out.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: KDE text editor component missing

Postby rakitsa » Nov 21st, '13, 09:40

Code: Select all
~>urpmq --list-media active
Core Release
Core Release (distrib1)
Core Updates (distrib3)
Nonfree Release (distrib11)
Tainted Release (distrib21)
Core 32bit Release (distrib31)
Core 32bit Updates (distrib32)
Nonfree 32bit Release (distrib36)
Tainted 32bit Release (distrib41)
~>
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: KDE text editor component missing

Postby rakitsa » Nov 21st, '13, 09:43

Code: Select all
strace kate
gives extremely long and incomprehensible output. If I were able to understand such things, I would not seek help here :oops:
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: KDE text editor component missing

Postby davidwhodgins » Nov 21st, '13, 14:57

rakitsa wrote:
Code: Select all
~>urpmq --list-media active
Core Release
Core Release (distrib1)
Core Updates (distrib3)
Nonfree Release (distrib11)
Tainted Release (distrib21)
Core 32bit Release (distrib31)
Core 32bit Updates (distrib32)
Nonfree 32bit Release (distrib36)
Tainted 32bit Release (distrib41)
~>


The first Core Release would be from the installation cd/dvd,
so It should likely be unselected, so the cd/dvd doesn't have
to be inserted, each time updates are being installed.

Every one of the remaining Release repositories, should have
a corresponding Updates repository enabled, so Nonfree Updates, Tainted Updates, Nonfree 32bit Updates,
and Tainted 32bit Updates, should all be enabled.

To enable them, either run drakrpm-edit-media, from the
command line (as root), or use mcc, Configure media sources.

Once they've been enabled, run (as root), urpmi --auto-update.
davidwhodgins
 
Posts: 47
Joined: Nov 18th, '11, 05:14

Re: KDE text editor component missing

Postby jiml8 » Nov 21st, '13, 18:50

gives extremely long and incomprehensible output. If I were able to understand such things, I would not seek help here :oops:


execute the command: (strace -f kate) &> straceoutput.txt then upload the file straceoutput.txt as an attachment here. Someone who knows the packaging can look at it and will be able to tell you what the problem is.

Alternatively, the command "strace -f -o straceoutput.txt kate" (without the quotes) should work, but on my system the -o option does not work properly so I am not in the habit of using it.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: KDE text editor component missing

Postby rakitsa » Nov 25th, '13, 11:19

davidwhodgins wrote:
rakitsa wrote:
Code: Select all
~>urpmq --list-media active
Core Release
Core Release (distrib1)
Core Updates (distrib3)
Nonfree Release (distrib11)
Tainted Release (distrib21)
Core 32bit Release (distrib31)
Core 32bit Updates (distrib32)
Nonfree 32bit Release (distrib36)
Tainted 32bit Release (distrib41)
~>


The first Core Release would be from the installation cd/dvd,
so It should likely be unselected, so the cd/dvd doesn't have
to be inserted, each time updates are being installed.

Every one of the remaining Release repositories, should have
a corresponding Updates repository enabled, so Nonfree Updates, Tainted Updates, Nonfree 32bit Updates,
and Tainted 32bit Updates, should all be enabled.

To enable them, either run drakrpm-edit-media, from the
command line (as root), or use mcc, Configure media sources.

Once they've been enabled, run (as root), urpmi --auto-update.


THANK YOU! After updating the system, the Kate and Kwrite do work. There is however something which is still wrong with them. When I start Kate from the menu (by clicking the icon), it opens without any warning. If I start it from a command line, then it also opens, but gives the following warning:
Code: Select all
~>kate
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-google-droid-sans.conf", line 61: Having multiple values in <test> isn't supported and may not work as expected
Fontconfig warning: "/etc/fonts/conf.d/65-google-droid-sans.conf", line 96: Having multiple values in <test> isn't supported and may not work as expected
~>

Of course, I can ignore this warning. i suppose that some fonts are missing or they are not configured properly?
rakitsa
 
Posts: 7
Joined: Nov 14th, '13, 13:46

Re: KDE text editor component missing

Postby davidwhodgins » Nov 25th, '13, 15:45

Yes, it's a warning that can be ignored.
https://bugs.mageia.org/show_bug.cgi?id=9974
davidwhodgins
 
Posts: 47
Joined: Nov 18th, '11, 05:14

Solved Re: KDE text editor component missing

Postby davidwhodgins » Nov 25th, '13, 15:46

Adding solved to the subject. Thanks for the feedback.
davidwhodgins
 
Posts: 47
Joined: Nov 18th, '11, 05:14

Re: Solved Re: KDE text editor component missing

Postby Ken-Bergen » Nov 27th, '13, 04:13

davidwhodgins wrote:Adding solved to the subject. Thanks for the feedback.
Thanks for marking this as solved but please add [SOLVED] to the subject of your first post so that people don't have to read the whole thread only to find in the last post that it was solved.
Ken
Ken-Bergen
 
Posts: 1019
Joined: Mar 30th, '11, 02:45
Location: Chilliwack, BC, Canada

Re: [SOLVED] KDE text editor component missing

Postby davidwhodgins » Nov 27th, '13, 23:15

I haven't used the forums very often, and I'm not clear on how to do that.
Or does rakitsa have to do it?
davidwhodgins
 
Posts: 47
Joined: Nov 18th, '11, 05:14

Re: KDE text editor component missing

Postby isadora » Nov 28th, '13, 08:03

Davidwhodgins, marking the topic solved is simple as:
edit the subject/title of the first message in the topic, place [SOLVED] in front of the title/subject and it's done.

Did it for you this time, as a service. ;)
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2766
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: [SOLVED] KDE text editor component missing

Postby Latte » Nov 28th, '13, 11:32

davidwhodgins wrote:Or does rakitsa have to do it?

But David is correct: only the thread opener can change the subject of the first posting.
User avatar
Latte
 
Posts: 142
Joined: Apr 3rd, '11, 14:44

Re: KDE text editor component missing

Postby isadora » Nov 28th, '13, 13:39

Corrected.
..........bird from paradise..........

Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
—Antoine de Saint-Exupéry
User avatar
isadora
 
Posts: 2766
Joined: Mar 25th, '11, 16:03
Location: Netherlands

Re: [SOLVED] KDE text editor component missing

Postby doktor5000 » Nov 28th, '13, 17:30

Latte wrote:
davidwhodgins wrote:Or does rakitsa have to do it?

But David is correct: only the thread opener can change the subject of the first posting.


Or a moderator or forum helper.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18070
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest