![]() |
Re: osso_xterm toolbar shortcut
Quote:
|
Re: osso_xterm toolbar shortcut
How do you do a series of commands using alias, not script? say, sudo gainroot, echo 'rebooting....', reboot.?
How do you transfer input parameters using alias, not script? say, leafpad, echo 'file?' #filename? TIA, bun |
Re: osso_xterm toolbar shortcut
Quote:
Quote:
popen("leafpad") and then use the descriptor to write into it. In this case, we have to create use input at X level. The only way that I know (I use it at work) is xreplay or xnee. xreplay < "go_to_leafpad_window,click file, click open, type $filename, click ok" Ugly but saved me for GUI locked app. edit: I think the leafpad that I updated for OS2008 takes the filename as parameter, if this is specific to leafpad. |
Re: osso_xterm toolbar shortcut
For the OP, here is a small script for putting a reboot button on your desktop, you do have to install osso-statusbar, (go http://www.gronmayer.com/it/index.php, choose your OS, and search for statusbar, pick the one version tschmidt v.0.6.1chinook1 if you are 2008OS, and use the green install button, the other button does not work), and copy the script to /home/user and make it executable by,
chmod +x /home/user/bunreboot.sh you can always modify it to add your commands. bun bunreboot.sh: __________________________________________________ ____ #!/bin/sh if [ `id -u` != 0 ] ; then exec sudo gainroot <<EOF exec sh $0 $* EOF exit $? fi exec reboot __________________________________________________ ______ |
Re: osso_xterm toolbar shortcut
Put this in as the value for your Toolbar shortcut:
Code:
s . u . d . o . KP_Space . g . a . i . n . r . o . o . t |
Re: osso_xterm toolbar shortcut
Quote:
-John |
Re: osso_xterm toolbar shortcut
So, does anyway know how to run shell commands from a toolbar shortcut?
|
Re: osso_xterm toolbar shortcut
Quote:
Code:
s . u . d . o . KP_Space . g . a . i . n . r . o . o . t . KP_Enter |
Re: osso_xterm toolbar shortcut
Quote:
Code:
period . slash . h . i . period . s . h . KP_Enter |
Re: osso_xterm toolbar shortcut
well done bun, the exec function does the trick
I never think about it But I don't understand the stuffs with the period. humm:confused: |
All times are GMT. The time now is 07:48. |
vBulletin® Version 3.8.8