LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how to rectify this error: RCC: Error in 'appchooser.qrc': Cannot find file 'akregato (https://www.linuxquestions.org/questions/programming-9/how-to-rectify-this-error-rcc-error-in-%27appchooser-qrc%27-cannot-find-file-%27akregato-874503/)

divya s 04-12-2011 12:13 AM

how to rectify this error: RCC: Error in 'appchooser.qrc': Cannot find file 'akregato
 
Hi Good Morning,
Please let me know how to rectify these errors..
RCC: Error in 'appchooser.qrc': Cannot find file 'accessories-dictionary.png'
RCC: Error in 'appchooser.qrc': Cannot find file 'akregator.png'
RCC: Error in 'appchooser.qrc': Cannot find file 'digikam.png'
RCC: Error in 'appchooser.qrc': Cannot find file 'k3b.png'
RCC: Warning: No resources in 'appchooser.qrc'.


and my .qrc file is like this


<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>accessories-dictionary.png</file>
<file>akregator.png</file>
<file>digikam.png</file>
<file>k3b.png</file>
</qresource>
</RCC>
~

will be waiting for your reply

Ramurd 04-12-2011 05:50 PM

Seems like a QT resource file; might be handy to add that.

What the error means is that it cannot find the actual files that are listed in the resource file. You also need the .png files (in this case); the resource file only lists them as a resource.

knudfl 04-12-2011 06:10 PM

You will have to explain, which command is used, when you get the output
shown in post # 1.
Please read : http://linuxsilo.net/docs/smart-questions_en.html

And if you don't know e.g. k3b, or how to install it, ref. this thread by 'divya s'
http://www.qtcentre.org/threads/4058...317&highlight=
... then you will probably not need the image file 'k3b.png'.
( Installing it is of course # yum install k3b ).

Suggest : Delete the image entries in the sample appchooser.qrc file,
and see what happens.

divya s 04-13-2011 01:03 AM

Thanks
 
Quote:

Originally Posted by Ramurd (Post 4322689)
Seems like a QT resource file; might be handy to add that.

What the error means is that it cannot find the actual files that are listed in the resource file. You also need the .png files (in this case); the resource file only lists them as a resource.




thanks for replying...........


All times are GMT -5. The time now is 12:57 PM.