You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

ohei

Beginner

  • "ohei" started this thread

Posts: 1

Location: Berlin, Germany

  • Send private message

1

Wednesday, May 31st 2006, 8:26pm

Drag and Drop problem [KDE 3.5.1 Level "a"]

Hello,

I could use some advice since I don't know what I am doing wrong.

I have defined a shell script (execute in terminal) as
a KDE object:

#!/bin/bash
emacsclient -a emacs "$@"

If I drop the file /home/thatuser/text.txt on the desktop on
the script icon, the file /var/tmp/kdecache-myusername/krun/6616.0.text.txt
opens in Emacs, but not /home/thatuser/text.txt

What am I doing wrong? I want to edit the original file and not the copy in the cache.

Thanks for reading so far.
Oliver