Sorry for posting in the wrong place.

Yes, I builded from source as explained in the build tutorial on KDE
Techbase, using a special user account (kde-devel).

Anyway, with

kde4-config --path data

I get "/home/kde-devel/kde/share/apps/" among other paths, which actually
contains a directory kdevappwizard with a /templates subdirectory and some
tar.bz2.
In my kde-devel's .bashrc I export KDEDIRS to $KDEDIR:/usr and at the end of
the file I inserted

unset XDG_DATA_DIRS ; kbuildsycoca4

to avoid errors in missing mime-types when I run KDevelop, so I think
kbuildsycoca4 is run everytime I start a session.
I don't know what the problem may be, I think I will build kapptemplate as
was told before, to see if this solves the problem.

2011/1/5 Andreas Pakulat <ap...@gmx.de>

> Sounds like you don't have KDEDIRS (note the S in the end) set to include
> all prefixes where you installed KDE code. Or you didn't run kbuildsycoca4.
> KDevelop ships 3 templates (they're in the app_templates/ directory in the
> sources) using the CMake buildsystem. If they don't show up then they're
> not found. You can check the paths that are being searched using
>
> kde4-config --path data
>
> Under one of the listed directories there needs to be a kdevappwizard/ with
> a templates/ subdirectory and the tar.bz2's in there.
>
> Andreas
>
> --
> Chicken Little was right.
>
> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
> unsubscribe <<
>
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to