Mailinglist Archive: opensuse (3627 mails)
| < Previous | Next > |
Re: [SLE] kdesu and bashscript doesn't work
- From: Alexandr Malusek <Alexandr.Malusek@xxxxxxxxxx>
- Date: 23 Jun 2001 11:21:20 +0200
- Message-id: <86d77v3627.fsf@xxxxxxxxxxxxxxxxxxxxx>
Nash Hoogwater <nrhoogwater@xxxxxxxxx> writes:
> I have troubles with executing a script via kdesu and picking up the output
> in a file. I want to execute the script with:
> kdesu -n testscript > testoutput
> Somehow this doesn't work (at all). ...
It seems the terminal output of kdesu is blocked by default. Try
kdesu -n "testscript > testoutput"
or
kdesu -n -t testscript > testoutput
In the second case, the line "DCOPServer up and running." is also
added to the file testoutput on my system.
--
Alexandr.Malusek@xxxxxxxxxx
> I have troubles with executing a script via kdesu and picking up the output
> in a file. I want to execute the script with:
> kdesu -n testscript > testoutput
> Somehow this doesn't work (at all). ...
It seems the terminal output of kdesu is blocked by default. Try
kdesu -n "testscript > testoutput"
or
kdesu -n -t testscript > testoutput
In the second case, the line "DCOPServer up and running." is also
added to the file testoutput on my system.
--
Alexandr.Malusek@xxxxxxxxxx
| < Previous | Next > |