Linux Commands Examples

A great documentation place for Linux commands

nepomukserver

KDE daemon - The Nepomuk server application.


see also : nepomukservicestub

Synopsis

nepomukserver [--help] [Generic options] [Qt(TM)-options] [KDE-options]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
function nepomuk_start() {
kdeinit4 nepomukserver &> /dev/null 2>&1
}
function nepomuk_stop() {
qdbus org.kde.NepomukServer /nepomukserver org.kde.NepomukServer.quit
qdbus org.kde.NepomukServer /nepomukserver org.kde.NepomukServer.quit
}
function nepomuk_status () {
pid="`pidof nepomukserver`"

description

nepomukserver starts the Nepomuk server which manages all Nepomuk services and provides a DBus API.

It uses nepomukservicestub to run all configured Nepomuk services.

generic options

--author

Show author information.

--help

Show help about options.

--help-all

Show all options.

--help-kde

Show KDE specific options.

--help-qt

Show Qt(TM) specific options.

--license

Show license information.

-v --version

Show version information

notes

1.

bugs.kde.org

http://bugs.kde.org


bugs

There are probably tons of bugs. Use bugs.kde.org [1] to report them.


see also

nepomukservicestub


author

Sebastian Trueg <trueg[:at:]kde[:dot:]org>

Author.

How can this site be more helpful to YOU ?


give  feedback