[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Help with strigi
From:       "=?ISO-8859-1?Q?Percy_Camilo_Trive=F1o_Aucahuasi?=" <orgyforever () gmail ! com>
Date:       2008-07-18 21:09:01
Message-ID: 579229230807181409y1c061aebi62c29fb87cd49be5 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Finally strigi is running now, I had to copy the file
$HOME/kde/share/dbus-1/services/vandenoever.strigi.service to
/usr/share/dbus-1/services/ folder ... I don't know why the folder
$HOME/kde/share/dbus-1/services is not a valid dbus path ... maybe I've some
problems with my xdg vars .... this is part of my .bashrc :

# KDE
export KDEDIR=$HOME/kde
export KDEHOME=$HOME/.kde
export KDETMP=/tmp/kde-$USER
mkdir -p $KDETMP
export KDEDIRS=$KDEDIR
prepend PATH $KDEDIR/bin
prepend LD_LIBRARY_PATH $KDEDIR/lib
prepend PKG_CONFIG_PATH $KDEDIR/lib/pkgconfig
prepend QT_PLUGIN_PATH $KDEDIR/lib/kde4/plugins

# DBus
# only set DBUS related variables if you compiled dbus on your own
# (which is really discouraged). if you use the distro provided dbus,
# skip this variable. Uncomment it if necessary.
#export DBUSDIR=$KDEDIR
#prepend PKG_CONFIG_PATH $DBUSDIR/lib/pkgconfig

# XDG
# unset XDG_DATA_DIRS # to avoid seeing kde3 files from /usr
# unset XDG_CONFIG_DIRS
prepend XDG_DATA_DIRS $KDEDIR/share;$HOME/.local/share
prepend XDG_CONFIG_DIRS $KDEDIR/etc/xdg;$HOME/.config

What say you about this vars?

Regards ; )
Percy



On Fri, Jul 18, 2008 at 1:05 PM, Percy Camilo Triveņo Aucahuasi <
orgyforever@gmail.com> wrote:

> Hi Sebastian, thanks for reply.
>
> >is it possible that you do not have any backend? Not even redland?
> I built soprano with all backends, even the sesame (java) backend (I have
> the jdk here).
>
> I realize that my .bashrc have this settings:
> export KDEHOME=$HOME/.kde4
> I change this var to $HOME/.kde and rebuilt soprano, strigi, kdelibs and
> kdebase and nothing change. I don't know what desktop file have the
> org.kde.NepomukStorage service ...
>
> Percy
>
>
>
> On Fri, Jul 18, 2008 at 2:46 AM, Sebastian Trüg <trueg@k3b.org> wrote:
>
>> On Friday 11 July 2008 05:44:31 Percy Camilo Triveņo Aucahuasi wrote:
>> > Hello all, please I need some help with a strigi issue. When I enable
>> the
>> > strigi indexer in the nepomuk kcm, strigi don't start. I try to run the
>> > strigi daemon manually and got this:
>> >
>> > WARNING: field 'http://strigi.sf.net/ontologies/0.9#debugParseError' is
>> not
>> > defined in any rdfs ontology database.
>> > "(Soprano)" Error in thread 140284697278192 :
>> > "org.freedesktop.DBus.Error.ServiceUnknown - The name
>> > org.kde.NepomukStorage was not provided by any .service files"
>> > "(Soprano)" Error in thread 140284697278192 :
>> > "QLocalSocket::connectToServer: Invalid name"
>> > Failed to connect to Nepomuk server via local socket
>> > "/home/percy/.kde4/share/apps/nepomuk/socket"
>> >
>> > Also I don't know why the dockview of dolphin called "Information" don't
>> > have the options to add comments or tags to any selected file ...
>> >
>> > Please I want to use strigi and nepomuk features, I built all KDE and
>> > qt-copy from trunk today, also I build sopramo but without sesame (java)
>> > backend.
>>
>> is it possible that you do not have any backend? Not even redland?
>>
>> >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to
>> unsubscribe <<
>>
>
>

[Attachment #5 (text/html)]

<div dir="ltr">Finally strigi is running now, I had to copy the file \
$HOME/kde/share/dbus-1/services/vandenoever.strigi.service to \
/usr/share/dbus-1/services/ folder ... I don&#39;t know why the folder \
$HOME/kde/share/dbus-1/services is not a valid dbus path ... maybe I&#39;ve some \
problems with my xdg vars .... this is part of my .bashrc :<br> <br># KDE<br>export \
KDEDIR=$HOME/kde<br>export KDEHOME=$HOME/.kde<br>export \
KDETMP=/tmp/kde-$USER<br>mkdir -p $KDETMP<br>export KDEDIRS=$KDEDIR<br>prepend PATH \
$KDEDIR/bin<br>prepend LD_LIBRARY_PATH $KDEDIR/lib<br>prepend PKG_CONFIG_PATH \
$KDEDIR/lib/pkgconfig<br> prepend QT_PLUGIN_PATH $KDEDIR/lib/kde4/plugins<br><br># \
DBus<br># only set DBUS related variables if you compiled dbus on your own<br># \
(which is really discouraged). if you use the distro provided dbus,<br># skip this \
variable. Uncomment it if necessary.<br> #export DBUSDIR=$KDEDIR<br>#prepend \
PKG_CONFIG_PATH $DBUSDIR/lib/pkgconfig<br><br># XDG<br># unset XDG_DATA_DIRS # to \
avoid seeing kde3 files from /usr<br># unset XDG_CONFIG_DIRS<br>prepend XDG_DATA_DIRS \
$KDEDIR/share;$HOME/.local/share<br> prepend XDG_CONFIG_DIRS \
$KDEDIR/etc/xdg;$HOME/.config<br><br>What say you about this vars? <br><br>Regards ; \
)<br>Percy<br><br>&nbsp;<br><br><div class="gmail_quote">On Fri, Jul 18, 2008 at 1:05 \
PM, Percy Camilo Triveņo Aucahuasi &lt;<a \
href="mailto:orgyforever@gmail.com">orgyforever@gmail.com</a>&gt; wrote:<br> \
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); \
margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div dir="ltr">Hi Sebastian, thanks \
for reply.<div class="Ih2E3d"><br><br>&gt;is it possible that you do not have any \
backend? Not even redland?<br> </div>I built soprano with all backends, even the \
sesame (java) backend (I have the jdk here). <br><br> I realize that my .bashrc have \
this settings:<br>export KDEHOME=$HOME/.kde4<br>I change this var to $HOME/.kde and \
rebuilt soprano, strigi, kdelibs and kdebase and nothing change. I don&#39;t know \
what desktop file have the org.kde.NepomukStorage service ...<br> <font \
color="#888888"> <br>Percy</font><div><div></div><div class="Wj3C7c"><br><br><br><div \
class="gmail_quote">On Fri, Jul 18, 2008 at 2:46 AM, Sebastian Trüg &lt;<a \
href="mailto:trueg@k3b.org" target="_blank">trueg@k3b.org</a>&gt; wrote:<br> \
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); \
margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <div><div></div><div>On Friday 11 \
July 2008 05:44:31 Percy Camilo Triveņo Aucahuasi wrote:<br> &gt; Hello all, please I \
need some help with a strigi issue. When I enable the<br> &gt; strigi indexer in the \
nepomuk kcm, strigi don&#39;t start. I try to run the<br> &gt; strigi daemon manually \
and got this:<br> &gt;<br>
&gt; WARNING: field &#39;<a \
href="http://strigi.sf.net/ontologies/0.9#debugParseError" \
target="_blank">http://strigi.sf.net/ontologies/0.9#debugParseError</a>&#39; is \
not<br> &gt; defined in any rdfs ontology database.<br>
&gt; &quot;(Soprano)&quot; Error in thread 140284697278192 :<br>
&gt; &quot;org.freedesktop.DBus.Error.ServiceUnknown - The name<br>
&gt; org.kde.NepomukStorage was not provided by any .service files&quot;<br>
&gt; &quot;(Soprano)&quot; Error in thread 140284697278192 :<br>
&gt; &quot;QLocalSocket::connectToServer: Invalid name&quot;<br>
&gt; Failed to connect to Nepomuk server via local socket<br>
&gt; &quot;/home/percy/.kde4/share/apps/nepomuk/socket&quot;<br>
&gt;<br>
&gt; Also I don&#39;t know why the dockview of dolphin called &quot;Information&quot; \
don&#39;t<br> &gt; have the options to add comments or tags to any selected file \
...<br> &gt;<br>
&gt; Please I want to use strigi and nepomuk features, I built all KDE and<br>
&gt; qt-copy from trunk today, also I build sopramo but without sesame (java)<br>
&gt; backend.<br>
<br>
</div></div>is it possible that you do not have any backend? Not even redland?<br>
<br>
&gt;&gt; Visit <a href="http://mail.kde.org/mailman/listinfo/kde-devel#unsub" \
target="_blank">http://mail.kde.org/mailman/listinfo/kde-devel#unsub</a> to \
unsubscribe &lt;&lt;<br> </blockquote></div><br></div></div></div>
</blockquote></div><br></div>



>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic