cyberiya / tucan

Automatically exported from code.google.com/p/tucan
0 stars 0 forks source link

CLI: The --daemon parameter does not makes it to work like a daemon. #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
CLI: The --daemon parameter does not make it to work like a daemon.

{{{
The daemon mode is in real a non-interative mode.

My proposal is to make Tucan to work like the GIMP. It is always a daemon and 
tries to connect and send any command
line instruction to a running GIMP instance and only open a new GIMP if there 
is no GIMP running.

If we open more than one Tucan, only the last closed window session will be 
remembered.

If we use --input-links=FILE by the command line a new Tucan will start even if 
there is one running.

A --non-interactive parameter will be cool!
And the "--non-interactive --input-links=FILE" usage will be very useful.
}}}

Original issue reported on code.google.com by a.dash.slack@gmail.com on 16 Feb 2011 at 6:11

GoogleCodeExporter commented 9 years ago

Original comment by a.dash.slack@gmail.com on 16 Feb 2011 at 6:50