You are not logged in.

Search results

Search results 1-6 of 6.

Sunday, July 10th 2005, 6:04pm

Author: kismet

First KFilePlugin problem

Thank you for your good hint. But now I trying to change strategy, I've open a new project from KDevelop using the wizard for KDE/KFilePlugin and without changin any line of code I have compiled and installed the project. KDevlop have created an automake project so that when I've launched: make install I have seen Source code 1 2 3 4 5 test -z "/usr/local/kde/lib/kde3" || mkdir -p -- "/usr/local/kde/lib/kde3" /bin/sh ../libtool --silent --mode=install /usr/bin/install -c -p 'kfile_kfiletest.la' ...

Saturday, July 9th 2005, 5:16pm

Author: kismet

First KFilePlugin problem

Konqueror give me these messagese when I righe click on some file that should be handled by my plug-in: KFileMetaInfo: WARNING: error loading the plugin from kfile_mng.desktop I have tryed to use kdebugdialog but I don't understand what should I look for. Also looking to the diffences to my project and the one in the tutorial I have found that: - I compile only my plug-in and not the whole KDE enviroment - I put kfile_mng.desktop, kfile_mng.la, kfile_mng.so in the same directory that is /home/<u...

Thursday, July 7th 2005, 11:11am

Author: kismet

Konqueror and Servicemnu

Quoted Originally posted by anda_skoa I am pretty sure ark uses a service menu as well. I'm reading some documentation that I found, and I think that Ark use something like services

Thursday, July 7th 2005, 11:09am

Author: kismet

First KFilePlugin problem

Quoted Originally posted by anda_skoa text/html? The name of the plugin would suggest it works on mng files, not on HTML files. In case it does work on mng files, have you tried the respective MIME type? Cheers, _ I haven't tryed the respective MIME typese for two reason: 1 - The information that this KFilePlugin add is just the size of the file 2 - I have changed the souce code so it should be usable for text/html file

Wednesday, July 6th 2005, 6:48pm

Author: kismet

First KFilePlugin problem

Hi All, I'm trying to create my first KFilePlugin with the help of: - KDevelop Project Wizard - Providing file meta-data support with KFile plugins But when I test the Plugin Konqueror send me the following error: KFileMetaInfo: WARNING: error loading the plugin from kfile_mng.desktop I'll post my kfile_mng.desktop that for me seems correct. [Desktop Entry] Encoding=UTF-8 Type=Service Name=MNG Info ServiceTypes=KFilePlugin X-KDE-Library=kfile_mng MimeType=text/html I have changed the mimeType ev...

Tuesday, July 5th 2005, 6:58am

Author: kismet

Konqueror and Servicemnu

Hi All, I'm a begginer and I have some question releted to .desktop: 1 - I'd like to know if there is a way to use .dekstop file to add item to the servicemenu on the first level and not under "Actions". 2 - Also I'd like to know if there is a way to change the icon for some directory that contain special file(e.x.: .cvs, .svn, etc..) 3 - Also I'd like to know if there is a way to change the icon for some file without creating a new mimeType. I'm asking that beacuse my goal is to create a linux ...