Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Phil Housley
2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:

  * Unique instance

Hi, I see you are using guniqueapp for this, have you tried using
libunique?  Then you could just use the library instead of keeping a
copy of the code.

More details at:
http://live.gnome.org/LibUnique
http://live.gnome.org/TwoPointTwentyfive/ExternalDependencies
http://git.gnome.org/cgit/vala/tree/vapi/unique-1.0.vapi

-- 
Phil Housley
___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Nicolas Joseph
I am a little lost in these libraries, I thought guniqueapp replace them?

http://live.gnome.org/SingleInstanceApps

2009/6/16 Phil Housley undeconstruc...@gmail.com:
 2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:

  * Unique instance

 Hi, I see you are using guniqueapp for this, have you tried using
 libunique?  Then you could just use the library instead of keeping a
 copy of the code.

 More details at:
 http://live.gnome.org/LibUnique
 http://live.gnome.org/TwoPointTwentyfive/ExternalDependencies
 http://git.gnome.org/cgit/vala/tree/vapi/unique-1.0.vapi

 --
 Phil Housley




-- 
Nicolas Joseph

Responsable des rubriques C et GTK+ de developpez.com /
In charge of the C and GTK+ sections on developpez.com

http://nicolasj.developpez.com
___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Emmanuele Bassi
On Tue, 2009-06-16 at 16:20 +0200, Nicolas Joseph wrote:
 I am a little lost in these libraries, I thought guniqueapp replace them?
 
 http://live.gnome.org/SingleInstanceApps

guniqueapp is not maintained anymore, and should not be used. unique is
the GNOME external dependency for single instance applications, until we
can move that functionality directly inside gtk+.

ciao,
 Emmanuele.

 2009/6/16 Phil Housley undeconstruc...@gmail.com:
  2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:
 
   * Unique instance
 
  Hi, I see you are using guniqueapp for this, have you tried using
  libunique?  Then you could just use the library instead of keeping a
  copy of the code.
 
  More details at:
  http://live.gnome.org/LibUnique
  http://live.gnome.org/TwoPointTwentyfive/ExternalDependencies
  http://git.gnome.org/cgit/vala/tree/vapi/unique-1.0.vapi
 
  --
  Phil Housley
 
 
 
 
-- 
Emmanuele Bassi,
W: http://www.emmanuelebassi.name
B: http://blogs.gnome.org/ebassi

___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Andre Osku Schmidt
as i get some french (a language that i dont know) error mails from
google when i try to post on valide-users mailing list, ill try
here...

o...@klotz:~/Code/valide-0.5.0$ sh apply_patches.sh 
apply_patches.sh: 8: [[: not found
patching file vapi/gtk+-2.0.vapi
Hunk #1 succeeded at 4730 (offset 3 lines).
Hunk #2 succeeded at 5768 (offset 3 lines).
patch:  Can't rename file vapi/gtk+-2.0.vapi to vapi/gtk
+-2.0.vapi.orig : Permission denied
o...@klotz:~/Code/valide-0.5.0$ 

i assume we should run this as root user ?

in (at least) ubuntu9.04 /bin/sh - dash, and as dash seems to give that
[[: not found error, it would be probably worth to note that bash
apply_patches.sh doesn't give that error.

cheers
osku


___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
2009/6/12 Andre Osku Schmidt andre.osku.schm...@osku.de:
 but i see we still have to patch system files...
 any progress on avoiding this ?


Currently, I have reported all bugs:

http://bugzilla.gnome.org/show_bug.cgi?id=536480
http://bugzilla.gnome.org/show_bug.cgi?id=559647
http://bugzilla.gnome.org/show_bug.cgi?id=579364

This is a blocking step for integrate Val(a)IDE in Linux distributions
(I have spoke with a fedora package maintainer), therefore I will work
on these bugs for fix them.
-- 
Nicolas Joseph

Responsable des rubriques C et GTK+ de developpez.com /
In charge of the C and GTK+ sections on developpez.com

http://nicolasj.developpez.com
___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
2009/6/12 Andre Osku Schmidt andre.osku.schm...@osku.de:
 as i get some french (a language that i dont know) error mails from
 google when i try to post on valide-users mailing list, ill try
 here...


I have changed the default language of the group. I have a problem
with the configuration, you can't send a message by mail :(

 o...@klotz:~/Code/valide-0.5.0$ sh apply_patches.sh
 apply_patches.sh: 8: [[: not found
 patching file vapi/gtk+-2.0.vapi
 Hunk #1 succeeded at 4730 (offset 3 lines).
 Hunk #2 succeeded at 5768 (offset 3 lines).
 patch:  Can't rename file vapi/gtk+-2.0.vapi to vapi/gtk
 +-2.0.vapi.orig : Permission denied
 o...@klotz:~/Code/valide-0.5.0$

 i assume we should run this as root user ?


Yes, if vala is installed by him.

 in (at least) ubuntu9.04 /bin/sh - dash, and as dash seems to give that
 [[: not found error, it would be probably worth to note that bash
 apply_patches.sh doesn't give that error.


What is your shell ? [ is an alias for test program.

-- 
Nicolas Joseph

Responsable des rubriques C et GTK+ de developpez.com /
In charge of the C and GTK+ sections on developpez.com

http://nicolasj.developpez.com
___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list


Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
The problem is fixed: the path for vala is removed.

Instead of the patch, I wrote a vapi file. This is not the best
solution, but it is better (c'est moins pire, in french).

2009/6/12 Sam Liddicott s...@liddicott.com:
 * Nicolas Joseph wrote, On 12/06/09 12:11:

 2009/6/12 Andre Osku Schmidt andre.osku.schm...@osku.de:


 in (at least) ubuntu9.04 /bin/sh - dash, and as dash seems to give that
 [[: not found error, it would be probably worth to note that bash
 apply_patches.sh doesn't give that error.



 What is your shell ? [ is an alias for test program.



 The shell is dash, but [[ is a bash-ism.

 Sam




-- 
Nicolas Joseph
___
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list