No More Results

2 Visitor Messages



  1. There's another way that involves terminal-fu. If you put & after your command, like “indicator-fish &”, it will run in the background. The shell tells you the job number and the process ID, then you can do more stuff. The process ID is something global to the system, the job number is specific to the shell. You can get a list of running jobs with the “jobs” command.

    The process is still killed when you close the terminal. To change that, use “disown %1”. (%1 refers to job number 1).

    You can also run a command without the & and put it in the background with Ctrl+Z. Ctrl+Z also stops the process, though, so you need to send it a signal to resume using “kill -s CONT %1”. (It's counter-intuitive, but kill is used to send any signal to a process; not just KILL).

    There's a Wikipedia article that might explain this better than I can, but of course no need to read it unless you're interested. I'm just rambling


  2. There are a few ways to do this.

    The easiest way is to run indicator-fish from the Alt+F2 prompt, which runs it under init instead of your terminal's shell. You get the same thing if you add it to your Startup Applications or make a launcher for it.

Showing Visitor Messages 1 to 2 of 2
About theophiles

Basic Information

Age
37
About theophiles
Biography:
I love my wife, God, Books, Guns, and making my computer work correctly
Location:
Silver City, NM
Interests:
Rhetoric, Reading, writing
Occupation:
Assistant Professor of Communication
Ubuntu Distro:
Ubuntu 10.04 Lucid Lynx
Launchpad Account:
https://launchpad.net/~theophiles12-10-75
OpenID:
https://login.launchpad.net/+id/3wmpzKG

Contact


This Page
http://ubuntuforums.org/member.php?u=248345&s=b3ae7e918b340a6149ed0350238dcf92
Instant Messaging

Send an Instant Message to theophiles Using...

Statistics


Total Posts
Total Posts
90
Posts Per Day
0.04
Visitor Messages
Total Messages
2
Most Recent Message
May 5th, 2011
General Information
Last Activity
March 15th, 2013
Join Date
March 3rd, 2007
Referrals
0

1 Friend

  1. yesi yesi is offline

    First Cup of Ubuntu

    yesi
Showing Friends 1 to 1 of 1