Re: Fwd: CSS plugin and Upload plugin
Jakub Caban <[email protected]>
| Newsgroups | gmane.comp.kde.devel.quanta.user |
|---|---|
| Organization | WhyBlack |
| Message-ID | <[email protected]> |
From: ktraderclient --servicetype KDevelop/Plugin I found following entries: ---- Offer 24 ---- ktraderclient(32747)/kdecore (services) KServicePrivate::property: Request for unknown property ' "UntranslatedGenericName" ' Invalid property UntranslatedGenericName X-KDE-PluginInfo-Name : 'KDevUpload' X-KDevelop-Args : '' X-KDevelop-Category : 'Global' X-KDevelop-IRequired : 'org.kdevelop.IOutputView' X-KDevelop-Mode : 'GUI' ktraderclient(32747)/kdecore (services) KServicePrivate::property: Request for unknown property ' "X-KDevelop-Plugin-BugsEmailAddress" ' Invalid property X-KDevelop-Plugin-BugsEmailAddress ktraderclient(32747)/kdecore (services) KServicePrivate::property: Request for unknown property ' "X-KDevelop-Plugin-Copyright" ' Invalid property X-KDevelop-Plugin-Copyright ktraderclient(32747)/kdecore (services) KServicePrivate::property: Request for unknown property ' "X-KDevelop-Plugin-Version" ' Invalid property X-KDevelop-Plugin-Version X-KDevelop-Version : '8' Type : 'Service' Name : 'KDevUpload' Comment : 'Upload project files to a remote server' GenericName : 'Upload Plugin' Icon : 'go-up' Exec : 'blubb' Terminal : 'FALSE' Invalid property TerminalOptions Invalid property Path ServiceTypes : 'KDevelop/Plugin' AllowAsDefault : 'TRUE' InitialPreference : '1' Library : 'libkdevupload' DesktopEntryPath : 'kdevupload.desktop' DesktopEntryName : 'kdevupload' Keywords : '' Categories : '' ---- Offer 27 ---- ktraderclient(32747)/kdecore (services) KServicePrivate::property: Request for unknown property ' "UntranslatedGenericName" ' Invalid property UntranslatedGenericName X-KDE-PluginInfo-Name : 'KDevCssSupport' X-KDevelop-Args : 'CSS' X-KDevelop-Interfaces : 'ILanguageSupport' X-KDevelop-Language : 'Css' X-KDevelop-Mode : 'NoGUI' X-KDevelop-SupportedMimeTypes : 'text/css' X-KDevelop-Version : '8' Type : 'Service' Name : 'KDevCssSupport' Comment : 'Css Language Support' GenericName : 'Css Support' Icon : 'source' Exec : 'blubb' Terminal : 'FALSE' Invalid property TerminalOptions Invalid property Path ServiceTypes : 'KDevelop/Plugin' AllowAsDefault : 'TRUE' InitialPreference : '1' Library : 'kdevcsslanguagesupport' DesktopEntryPath : 'kdevcsssupport.desktop' DesktopEntryName : 'kdevcsssupport' Keywords : '' Categories : '' But none of those plugins are visible in KDevelop (in the plugins tab in Settings nor doing anything else). -- Best Regards, Jakub Caban On Monday 25 of January 2010 14:56:26 Patrick Spendrin wrote: > Niko Sams schrieb: > > Does anyone have an idea how to debug this issue? > > (installed plugins are not loaded) > > > > > > ---------- Forwarded message ---------- > > From: Jakub Caban <[email protected]> > > Date: Mon, Jan 25, 2010 at 14:12 > > Subject: Re: [Quanta] CSS plugin and Upload plugin > > To: Quanta users list <[email protected]> > > > > > > Hi, > > > > After applying the patch to upload plugin both of them compiles fine, > > but I have right now exactly the same problem with both: > > > > They compile and install fine > > I run kbuildsycoca4 > > And I see none of them in KDevelop plugin list. > Check first if the .desktop file is installed at all. > To find out which plugins are available for a specific application, you > can use ktraderclient which does exactly what the application does to > find plugins. How to search exactly for the plugin is written in the code. > > regards, > Patrick >