Notices


Reply
Thread Tools
Posts: 4 | Thanked: 0 times | Joined on Oct 2010
#1
How to you configure an application to be allowed to be running more than one instances of itself?

I want to open two text file in LeafNote and I can't.

Couldn't find the information anywhere.

Thanks in advance
 
Posts: 100 | Thanked: 543 times | Joined on Jun 2010 @ Kiev, Ukraine
#2
Normally, applications will run many instances. They wouldn't only if the developers added such feature (they could check pid-file existance and exit if second instance is launched, for example).
I don't know what LeafNote is, but I guess you should try to look at it's documentation or sources. It could have an option like "allow multiplie instances", or you may create the feature request, or event patch it yourself.
 
Posts: 4 | Thanked: 0 times | Joined on Oct 2010
#3
Oups, it is leafpad and not leafnote
 
Posts: 85 | Thanked: 383 times | Joined on Jan 2010 @ Hong Kong
#4
Try this in X Terminal:

leafpad file1 &
leafpad file2 &
 

The Following 3 Users Say Thank You to amandalam For This Useful Post:
Posts: 4 | Thanked: 0 times | Joined on Oct 2010
#5
Originally Posted by amandalam View Post
Try this in X Terminal:

leafpad file1 &
leafpad file2 &
It worked! Thanks!
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 21:55.