Error: Cannot talk to klauncher

Todd A. Jacobs nospam at codegnome.org
Tue Oct 21 15:29:26 MDT 2008


On Tue, Oct 21, 2008 at 06:26:04AM -0700, Robby Stephenson wrote:

> Do other KDE apps run for you? They're likely to exhibit the same
> problems. 

Well, I haven't tested every app, but basic ones work as expected:

    # Show which kcalc will run.
    $ which kcalc
    /usr/bin/kcalc

    # Run kcalc with a pathname.
    $ /usr/bin/kcalc
    rbash: /usr/bin/kcalc: restricted: cannot specify `/' in command names

    # Run kcalc from the PATH; it runs and exits properly.
    $ kcalc && echo $?
    0

so the problem is that something in tellico, or one of the KDE libraries
that it depends on, is calling things with an explicit pathname.

The whole point of this particular exercise was to create a secure kiosk
running tellico, but it doesn't look like I'll be able to do that at
this time. Sadness.

-- 
"Oh, look: rocks!"
	-- Doctor Who, "Destiny of the Daleks"



More information about the tellico-users mailing list