On 02/01/2014 09:37 PM, Darrell Anderson wrote:
Running Quanta+ in R14 results in a dialog appearing noting that various helper applications that quata uses cannot be found:
Some applications required for full functionality are missing or installed incorrectly:
- Kommander [various script based dialogs including the Quick
Start dialog] will not be available;
- Tidy [HTML syntax checking] will not be available;
- KXSLDbg [XSLT debugging] will not be available;
- KImageMapEditor [editing HTML image maps] will not be available;
- KLinkStatus [link validity checking] will not be available.
I don't know if these are pieces of tdelibs, tdebase or some external application that quanta isn't seeing and finding, but I've built all the develop applications and applications in the git tree that were not bibletime related, etc.., so this may be a side-effect of K->T renaming.
Yes, related to renaming.
Please paste a copy of your $TDEHOME/share/apps/quanta/plugins.rc.
I need to see the exact way the information is stored in plugins.rc with respect to the apps you cited above. Patching r14-xdg-update will be straightforward as we already have a section for plugins.rc. Looks like you uncovered more. :)
Tidy I'm not sure, as that is not a Trinity package. You might need to install Tidy from upstream, but let's see what plugins.rc shows.
Darrell
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
OK,
Couple of issues:
(1) There is no documentation available for /quanta/index.html
(2) below:
01:37 valhalla:~> cat $TDEHOME/share/apps/quanta/plugins.rc cat: /home/david/.trinity/share/apps/quanta/plugins.rc: No such file or directory
01:48 valhalla:~> cat $TDEDIR/share/apps/quanta/plugins.rc [General] Plugins=KFileReplace, CVS Management (Cervisia),XSLT Debugger, KImageMapEditor, Link Checker, Konsole SearchPaths=
[CVS Management (Cervisia)] Arguments= FileName=trinity/libcervisiapart.la Icon=cervisia Location= OutputWindow=Editor View Standard=true Standard Name=cervisia_kpart Type=KPart Input=3
[KFileReplace] Arguments= FileName=trinity/libtdefilereplacepart.la Icon=tdefilereplace Input=3 Location= OutputWindow=Editor Tab ReadOnly=true Standard=false Type=KPart
[XSLT Debugger] Arguments= FileName=trinity/libkxsldbgpart.la Icon=xsltproc.png Input=0 Location= OutputWindow=Editor Tab ReadOnly=true Standard=false Type=KPart
[KImageMapEditor] FileName=trinity/libkimagemapeditor.la Icon=kimagemapeditor Input=1 Location= OutputWindow=Editor Tab ReadOnly=true Standard=false Type=KPart
[Link Checker] FileName=trinity/libklinkstatuspart.la Icon=klinkstatus Input=1 Location= OutputWindow=Editor Tab ReadOnly=true Standard=false Type=KPart
[Konsole] FileName=trinity/libkonsolepart.la Icon=konsole Input=1 Location= OutputWindow=Separate Toolview ReadOnly=true Standard=false Type=KPart
I don't know why I don't have a local copy. Perhaps none needed?