[solved] rox run action - open xterm and run command?

Probably a really simple question but I'm not having any luck.
I want to set a run action in rox for mp3 files to bring up xterm and run mpg123 in it. I've tried pipes and redirects but they don't work. Any ideas?

You're welcome

Similar Messages

  • You've introduced TABS but I discovered by opening Yahoo and running a video that it continues when I open a new tab! Not good. Have I missed a setting or ???

    You've introduced TABS but I discovered by opening Yahoo and running a video that it continues when I open a new tab! Not good. Have I missed a setting or ??? This may be just the way it is but it somewhat defeats the ease of going to a often used web site using tabs.

    So, you are meaning that if you have a video running in one tab, then go to another, the video continues to run? yes, that is normal behavior.
    Tabs are basically having like multiple windows inside one main window. It is just as if you opened a video in a window, started it playing, then opened a new window, the video would still play.
    Or am I misunderstanding your question?

  • Trying to turn off spotlight because it's a resource hog.  open terminal and enter command but it won't respond or even ask for password.

    trying to turn off spotlight because it's a resource hog.  open terminal and enter command but it won't respond or even ask for password.

    Step #1:
    In System Preferences click on Spotlight.
    Step #2:
    Click on the Privacy tab here.
    Step #3:
    Click on the + button here and when the window opens click on "Macintosh HD" (or whatever you've named your HD) and then click the Choose button.

  • Create PDF and run action does not actually run the action after producing the pdf from word

    When I select "Create PDF and Run Action" in word it does not actually run the action in Acrobat it just sets the tool, why?

    Hi Amerispec,
    Thank you for posting on the forums, Please explain the workflow steps along with the version of the Adobe Acrobat and OS you are working on.
    thanks,
    Vikrantt Singh

  • Bash script "open terminal and launch command

    I need a script to do this:
    launch a terminal, from this change working directory and then launch a command; the terminal have to remain opened after the command execution.
    Something like:
    $terminal cd $dir && $command
    If I open a terminal and I do:
    cd $dir && $command
    it works
    If I do a .sh script with this:
    xterm -hold -e cd $dir && $command
    or
    terminal -H -x cd $dir && $command
    when I launch it (the script) it doesn't work.
    Last edited by buntolo (2012-01-05 23:44:52)

    karol wrote:
    xterm -hold -e "cd ~/test/ && ls"
    works too.
    I don't know what $command do you mean, but this will list th ~/test directory.
    It works also for me.
    With urxvt and xfce4-terminal don't work.
    But xterm is too minimalist, is there an advanced terminal based on it?
    And I don't unerstand why it doesn't work for xfce4-terminal but for it does for xterm...
    man xfce4-terminal:
    -H, --hold
    Causes the terminal to be kept around after the child command has terminated
    -e, --command=command
    Execute command inside the terminal
    man xterm:
    -hold
    Turn on the hold resource, i.e., xterm will not immediately destroy its window when the shell command completes. It will wait until you use the window manager to destroy/kill the window, or if you use the menu entries that send a signal, e.g., HUP or KILL.
    -e program [ arguments ... ]
    This option specifies the program (and its command line arguments) to be run in the xterm window. It also sets the window title and icon name to be the basename of the program being executed if neither -T nor -n are given on the command line. This must be the last option on the command line.
    What the ...?
    Is only my opinion that there aren't differences between:
    terminal -H -e "cd $dir && $command"
    and
    xterm -hold -e "cd $dir && $command"
    Last edited by buntolo (2012-01-06 13:11:58)

  • Why does InDesign freeze when I open it and run slowly?

    I've been having problems with InDesign ever since I got CS5, and it's at the point where I can't even do simple projects. Every time I open InDesign, it freezes. I can't click anything in the program and it won't even minimize or close. The only way to close it is from the Task Manager. Nothing else works. On the rare occasion that it does work (after waiting about five minutes for it to un-freeze), it takes a long time to open any file, even really small ones. When they do open, it freezes for about a minute any time I try to move something, change text, change colors, or pretty much change anything. This is the case even on one-page documents with minimal text and a few images. The only thing that isn't slow is exporting PDFs.
    At first I thought that it was just slow when I also had Photoshop open, but that's not the case because it still performs slowly and freezes all the time when the only other program I have open is Outlook.
    I really appreciate the help... I can't even do any work right now and I'm running out of time.
    Windows 7 Professional
    Processor: Intel(R) Core(TM)2 Duo CPU
    RAM: 4GB
    InDesign version 7.0.3
    Let me know if you need to know any more specs... I apologize, I really have no idea what you need to know.
    Thank you so much!!!

    The DPI is at the default setting, so that's not it. I'm going to disable Aero and see if that works, but its hard to tell right away because sometimes it does work. I don't know if that could really be causing it though because it's not just clicking that's not working. It's bascially like the InDesign interface becomes my desktop background. It doesn't close or minimize and I can't interact with it at all.
    I will see how it behaves today with Aero disabled. Thank you for the tip!

  • Open Terminal and Run Commands

    Hi I have to ping several IP adresses on a regular basis. Therefore I would like to create an Applescript application that will run terminal and ping the specified IPs so that I can see the results. Any ideas on how to best complete this?

    This script will prompt you to enter the number of times you want to ping each server. You'll need to specify the servers to ping in the "set serverAddresses..." line. It writes the results of each ping to a text file on your desktop and opens the file when finished. The next time you run the script if the text file exists it deletes it first.
    set theDesktop to (path to desktop)
    set serverAddresses to {"www.microsoft.com", "www.apple.com", "www.cnet.com"}
    set pingTimes to text returned of (display dialog "Ping each server how many times?" default answer "1" giving up after 10)
    tell application "Finder"
    if exists file (theDesktop & "ping replies.txt" as string) then
    delete file (theDesktop & "ping replies.txt" as string)
    end if
    set fileID to (open for access file (theDesktop & "ping replies.txt" as string) with write permission)
    repeat with aServer in serverAddresses
    try
    set pingReply to (do shell script "ping -c " & pingTimes & " " & aServer)
    on error
    set pingReply to "No reply from server " & aServer
    end try
    write (pingReply & return & return & "########################" & return & return) to fileID
    end repeat
    close access fileID
    open file (theDesktop & "ping replies.txt" as string)
    end tell
    Robert

  • [solved] script/keybinding to launch terminal and run command

    the answer is probably simple. but here's the idea.
    i use cmus as my music player. at the moment, i have to open a terminal and then type 'cmus'. i'd like to set up a keybinding to run cmus. (incidentally, i'm trying to do this in i3.)
    the code
    exec cmus
    doesn't work, presumably because 'cmus' has to be loaded from within the terminal. (is that right?) what's the syntax for passing on the command 'cmus' to the terminal? what's the best way to do this?
    Last edited by anti-destin (2012-03-15 23:52:40)

    bindsym mod+c exec urxvtc -name cmus -e cmus
    urxvtc => Your terminal here if you use something else. Most support -name and -e. Please read their man pages.
    -name => Useful for xprop. It assigns the WM_CLASS which can be used for tagging clients.
    man urxvt
    -e command [arguments]
    Run the command with its command-line arguments in the urxvt
    window; also sets the window title and icon name to be the basename
    of the program being executed if neither -title (-T) nor -n are
    given on the command line. If this option is used, it must be the
    last on the command-line. If there is no -e option then the default
    is to run the program specified by the SHELL environment variable
    or, failing that, sh(1).
    Last edited by Earnestly (2012-03-15 19:19:25)

  • I had a virus and can run no exe files... I tried to DL new firefox and did with Internet explorer but can't open it and run it tried to run a registry repair program can't won't open Help???

    I had the XP Security Alert virus... or what ever it was called. I DL a new Avast program and it helped get rid of it. Since I can not open exe files. I save the firefox file, go to the temp file and it can't open it I have no tech support can you help or tell me who to go to for help????

    Startup - Gray, Blue or White screen at boot, w/spinner/progress bar
    Startup Issues - Resolve
    Startup Issues - Resolve (2)
    Avast! Uninstall

  • How can I find out what is running in the background and running my batterie down

    How can I find out what is running in the background

    Hi simpbarby,
    Welcome to the Support Communities!
    The links below will help you understand what apps are running on your iPhone.  You can quit the ones that you aren't using.
    iOS: Understanding multitasking
    http://support.apple.com/kb/ht4211
    This link will provides tips to conserving battery life:
    Apple - Batteries - iPhone
    http://www.apple.com/batteries/iphone.html
    Optimize Your Settings
    Depending on how they are set, a few features may decrease your iPhone battery life. The tips below apply to an iPhone running iOS 7.0 or later.
    Enable Wi-Fi: Having Wi-Fi enabled helps consume less power when doing activities that access data. Go to Settings > Wi-Fi and log in to a Wi-Fi network.
    Adjust brightness: Dim the screen or turn on Auto-Brightness to extend battery life. Turning on Auto-Brightness allows the screen to adjust based on lighting conditions.
    Fetch new data less frequently: The more frequently email or other data is fetched, the quicker your battery may drain. To fetch data manually: Go to Settings > Mail, Contacts, Calendars > Fetch New Data and tap Manually.
    Turn off push notifications: Apps with Push Notification alert you of new data, which may impact battery life. To disable, go to Settings > Notifications, choose the app you want to disable, and do the following:
    Change Alert Style to None.
    Turn Badge App Icon off.
    Turn Sounds off.
    Note: New data will be received when you open the app.
    Minimize use of location services: Apps that actively use location services, such as Maps, may reduce battery life. You can see which applications have recently used location services by going to Settings > Privacy > Location Services.
    Use Airplane Mode in low- or no-coverage areas: Your iPhone always tries to maintain a connection with the cellular network, which may use more power in low- or no-coverage areas. Turn on Airplane Mode to increase battery life in these situations.
    Viewing Usage StatisticsKnowing and understanding your iPhone usage can help you better manage your battery life. To view your iPhone usage statistics, go to Settings > General > Usage. Under “Time since last full charge”:
    Usage: Amount of time iPhone has been awake and in use since the last full charge. iPhone is awake when you’re on a call, using email, listening to music, browsing the web, or sending and receiving text messages, or during certain background tasks such as auto-checking email.
    Standby: Amount of time iPhone has been powered on since its last full charge, including the time the phone has been asleep.
    I hope this information helps ....
    Have a great day!
    - Judy

  • [SOLVED] Opening Shell and runnning command(s)

    Hi,
    I have just discovered the wonderful program xbindkeys, and am thus setting all my keybindings.  I ran into a problem when I came to adding the music keybinding [EDIT].  I don't use a gui, just command line mplayer, so this is a bit problematic, as I want to be able to launch a shell and then run a command inside that shell (in this case cd /home/jhl/music/mplaylist && mplayer *).  So when I try :
    konsole -e cd /home/jhl/music/myplaylist && mplayer *
    It does not do what I expected .  I've looked around here and on google for an answer, but have yet to find one. 
    All help is greatly appreciated .
    -Josh
    Last edited by luskjh (2009-07-12 17:00:12)

    Crouse's method worked (thanks crouse )
    And the [EDIT] was because I repeated 'adding the music keybindings' twice, and didn't catch it when reviewing the thread, opps .
    Thanks for all the help .
    -Josh

  • Different output running Report  on server and running local

    hi all
    I have the following problem, running my report on development environment i have the desidered results, but running the same report with the same parameters on Web server side, I have no results.
    Could you help me???
    Thanks in advance
    Antonio

    Hi
    Yes other reports work without these problems...
    I think that the problem is the report parameter form, and the parameter report definition.... I think so, because, if I set the report execution parameter "paramform" to no, giving the same input execution values it functs as local, but if I set it to yes it doesn't work.
    I'm trying to cancel report parameter form on the report and remake it, I'll let you know.
    Thanks in advance
    Antonio

  • Is there a way to have presentation run automatically on iPad and run in a loop?

    I have built a presentation that I would loke to run in a loop without continually touching the screen. Is that possible?

    Better to ask in the community dedicated to iWork for iOS. Those of us here don't all have an iPad.

  • SAPOSCOL running then getting killed and running again!!!

    Hi experts,
    Well i have been trying to figure this out for a while
    1)Saposcol stops showing message :'Shared memory not attached'
    2) so i started it again
    3) after few minutes it stops again with same message
    Now the version of saposcol
    saposcol -v
          SAPOSCOL version  COLL 20.95 640 - AIX v11.16 5L-64 bit 080318, 64 bit, single threaded, Non-Unicode
          compiled at   Aug 16 2008
    NOw SAP system info
    cwpdi11:cwpadm 79> disp+work|pg
    disp+work information
    kernel release                640
    kernel make variant           640_REL
    compiled on                   AIX 1 5 00538A4A4C00
    compiled for                  64 BIT
    compilation mode              UNICODE
    compile time                  Nov 18 2008 22:07:55
    update level                  0
    patch number                  260
    source id                     0.260
    Questions
    1)Should i clean the shared memory and start it freshly again???
    2) Is it because of version of OS coll....because i checked on other systems the version was 20.95??
    Suggestions will be appreciated

    Hi Ameya,
    it seems there is a complete issue with Authorizations of saposcol.
    change u r permissions like the below with the user root.
    chown root saposcol
    chgrp sapsys saposcol
    chmod 4750 saposcol
    eg:-rwsr-x---1 root sapsys XXXXXX Mar XX  XX:XX saposcol
    read the complete  Note 19227 - (open newest saposcol) for the more information.
    Hope that will helps you.
    -Srini
    Edited by: Srinivas Korva on Mar 23, 2009 10:36 AM
    Edited by: Srinivas Korva on Mar 23, 2009 10:39 AM

  • [SOLVED] Questions about /etc/vconsole.conf and setfont command

    Running setfont command, either
    setfont Lat2-Terminus16
    or
    setfont /usr/share/kbd/consolefonts/Lat2-Terminus16
    gets me "Couldn't get a file descriptor referring to the console"
    When I installed the system I set my keymap to Lat2-Terminus16, doesn't this force the fonts to load in the bootup process?
    Last edited by w201 (2013-02-12 19:27:14)

    karol wrote:
    jasonwryan wrote:Please read the wiki page: the hook you want is not keymap.
    I'm not sure I get it, but https://wiki.archlinux.org/index.php/Mk … mmon_hooks lists only keymap.
    I posted this https://wiki.archlinux.org/index.php/Ta … onsolefont a year ago and didn't receive any response.
    I was referring to this page: https://wiki.archlinux.org/index.php/Fo … sole_fonts
    I guess consolefont is not considered "common"...

Maybe you are looking for

  • Play count not updating - Shuffle 1st gen

    My 1st generation iPod shuffle is not updating the play count or last played fields properly. I have tested it with a few tracks manually dragged into the iPod, and it seems to work if I do this. However the play counts do not update if I use Autofil

  • Adobe Acrobat 7.0 Standard on CITRIX

    Hi We have 7 servers on Windows Server 2003 Standard (SP2) part of our CITRIX farm running CITRIX Presentation Server 4.5 We have both Adobe Reader 8 and Adobe Acrobat Standard 7.0 on them, Reader works fine but when I load Acrobat (full version) i g

  • Dynamic Format mask for attribute in a JTable

    I've a JClient app. I need to define format and color of a field at runtime depending on some row informations. I've the same problem in a Form and In a JTable. Could someone suggest how can I do that ? TIA Tullio

  • Terrifying 2 hours - SSD died and came to life again

    That's what I've just had. In a bid to troubleshoot pulseaudio crashing issues, I decided to re-enable on-board sound and remove the X-Fi card (I've read plenty of stories regarding the ca0106 driver, and since it's not been updated since 2006 I figu

  • Why do I get an error message after syncing music

    After syncing music to my iPhone an error message appears that says ''Heatwave was not copied to the iPhone ''Simon's iPhone'' because it could not be found'' in fact the file called Heatwave is copied to my iPhone and it does play on my phone, so wh