Thread
:
killall = no process killed ?
View Single Post
leetut
2010-06-27 , 19:42
Posts: 1,169 | Thanked: 1,174 times | Joined on Jan 2010 @ sunderland
#
1
looking for some help with this,
i have a desktop file that i need to copy a file, and then kill a process,
looks like this so far:
Exec=osso-xterm 'sudo cp -r /home/user/MyDocs/rtcom-messaging-ui.launch /usr/bin/'
Exec=osso-xterm 'sudo killall rtcom-messaging-ui'
but the second part is not doing anything
also tried it in one single command like this:
Exec=osso-xterm 'sudo cp -r /home/user/MyDocs/rtcom-messaging-ui.launch /usr/bin/ killall rtcom-messaging-ui'
but still the killall part does nothing
both commands work if i enter them seperately in xterm,
but again, i need all this in a desktop file so i can run it with the click of a button,
can any of you clever souls help!
__________________
born
to
rage
against
them
Quote & Reply
|
leetut
View Public Profile
Send a private message to leetut
Find all posts by leetut