Bug 2857 - Multiple invocations of Frysk
Summary: Multiple invocations of Frysk
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on: 3030
Blocks: 3398
  Show dependency treegraph
 
Reported: 2006-06-27 17:38 UTC by Mike Cvet
Modified: 2006-11-21 23:09 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Cvet 2006-06-27 17:38:24 UTC
If Frysk is already running, running Frysk again should simply raise the current
invocation instead of starting a new running session.
Comment 1 Mike Cvet 2006-06-27 20:16:42 UTC
2006-06-27  Mike Cvet  <mcvet@redhat.com>

	* Gui.java (gui): Added functionality for creating and looking for 
	lockfiles in ~/.frysk to show that frysk is already running. If the lock
	exists, and belongs to a currently-running instance, bring up the current
	instance and exit. Fixes #2857.
	(importPreferences): Removed directory check, redundant from the lockfile
	checking.
	(MultipleInvocationEvent): Added - signals for multiple startups.
	(InterruptEvent): Added - exit cleanly after an interrupt.