Announcement

Collapse
No announcement yet.

Why does nepomukserver still autostart?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Why does nepomukserver still autostart?

    I've disabled Nepomuk Semantic Desktop in the Nepomuk/Strigi Server Configuration "control panel" and still experience a nepomukserver process running when I start KDE. In trying to make sense I encountered the following file:

    anj@earthworm:~$ cat /usr/share/autostart/nepomukserver.desktop
    [Desktop Entry]
    Type=Service
    Exec=nepomukserver
    X-KDE-StartupNotify=false
    X-KDE-autostart-condition=nepomukserverrc:Basic Settings:Start Nepomuk:true
    OnlyShowIn=KDE;
    X-KDE-autostart-phase=1
    Name=Nepomuk Server
    Comment=The Nepomuk Server providing Storage services and strigi controlling
    X-Ubuntu-Gettext-Domain=desktop_kdebase-runtime

    The (highlighted) autostart condition is not met:

    anj@earthworm:~$ cat .kde/share/config/nepomukserverrc
    [Basic Settings]
    Configured repositories=main
    Start Nepomuk=false

    [Service-nepomukmigration1]
    autostart=false

    [Service-nepomukstrigiservice]
    autostart=false

    [main Settings]
    Maximum memory=100
    Storage Dir[$e]=$HOME/.kde/share/apps/nepomuk/repository/main/
    Used Soprano Backend=virtuosobackend
    index version=2

    Yet nepomukserver autostarts?
Working...
X