Re: [Vala] regarding Gtk.Application managing a single instance app

2013-02-04 Thread Erick PĂ©rez Castellanos
/* I guess the issues is the way you handle the app invocation, you're trying to parse the command-line arguments yourself, and that could be causing the errors. I recommend to look into the vala application inside gnome that use Gtk.Application. Gnome Contacts, Gnome Boxes does that and I think

Re: [Vala] regarding Gtk.Application managing a single instance app

2013-02-02 Thread Tal Hadad
is performed in the primary instance, even if it was activated in other process. You can pass a string parameter to the action. Good luck Tal From: db...@uci.cu To: vala-list@gnome.org Date: Fri, 1 Feb 2013 14:21:35 -0500 Subject: [Vala] regarding Gtk.Application managing a single instance app

[Vala] regarding Gtk.Application managing a single instance app

2013-02-01 Thread D.H. Bahr
Hello, a student of mine has been appointed to develop a copy manager. He decided to write the code in Vala and he's been consulting me since. The idea is to be able to manage several copy processes in a single window, so he's using Gtk.Application for that matter. The logic behind the single