| View previous topic :: View next topic |
| Author |
Message |
SerialPrecision n00b

Joined: 21 May 2007 Posts: 52
|
Posted: Fri May 02, 2008 5:44 pm Post subject: Gnome custom application launcher [SOLVED] |
|
|
I was wondering if there was a way to make a custom application launcher than runs in a terminal and then keeps the terminal open after its done. I was rsync-ing my iPod with an application launcher button from the gnome panel but after it finishes the terminal closes and I can't see the stats that rsync displays at the end. I couldn't find an option to do this 
Last edited by SerialPrecision on Sat May 03, 2008 7:20 pm; edited 1 time in total |
|
| Back to top |
|
 |
timeBandit Moderator


Joined: 30 Dec 2004 Posts: 2112 Location: here, there or in transit
|
Posted: Fri May 02, 2008 6:24 pm Post subject: |
|
|
Wrap your rsync command in a little script, like so, and change your launcher to to run the script in a terminal: | Code: | #!/bin/sh
rsync blah blah blah ...
read -p "Press Enter to close..." |
_________________ Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others. |
|
| Back to top |
|
 |
SerialPrecision n00b

Joined: 21 May 2007 Posts: 52
|
Posted: Sat May 03, 2008 7:20 pm Post subject: |
|
|
| Awesome, thanks a lot! |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|