LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   piping to and 'error' window from termalan (shell script) (https://www.linuxquestions.org/questions/linux-software-2/piping-to-and-error-window-from-termalan-shell-script-303549/)

dna3e8 03-19-2005 10:23 AM

piping an 'error' window from termenal (shell script)
 
On susie 9.1 the mount/ umout of kde is broken.... so i made buttions that run shell scripts.
the unmount script will geneate an error if the unmount is unsucessful.
the error is displayed if I run the script in termanal.
I want to pass the error to a kde. (pop up a window that has the error in it)

rgawenda 03-19-2005 10:40 AM

I do it via dcop, to a transient tooltip style:

Code:

dcop knotify Notify notify 0 "Tittle" "Message" none none 17 1
You can also check kdialog

dna3e8 03-19-2005 11:08 AM

thank you
 
i got it working


All times are GMT -5. The time now is 07:08 AM.