Re: [E-devel] Licensing suggestion [OFFTOPIC]

2008-08-07 Thread Charles de Noyelle
As every reader is not in the AUTHOR or AUTHORS, could we
make this licence give a pack of beer to everyone subscribed on
list ?


On 8/7/08, Toma [EMAIL PROTECTED] wrote:

 On 07/08/2008, David Seikel [EMAIL PROTECTED] wrote:
  On Thu, 7 Aug 2008 13:41:15 +0800 Toma [EMAIL PROTECTED] wrote:
 
   As long as you retain this notice you can do whatever you want with
   this stuff. If you wish to use this in a commercial product, you must
   supply the AUTHOR or AUTHORS with 1 case of beer each.
   Which is probably a little closer to a GPL type of Beerware license.
 
  Er, I don't like beer, and gave up drinking alcohol along time ago.
 

 You could change the clause of the license to be 'reasonably priced
 dinner or lunch' I guess?
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
  Build the coolest Linux based applications with Moblin SDK  win great
 prizes
  Grand prize is a trip for two to an Open Source event anywhere in the
 world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 
 
 

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel




-- 
Charles de Noyelle [EMAIL PROTECTED]
Il est probable que vous m'ayiez en double dans votre carnet d'adresse :
[EMAIL PROTECTED] est la bonne.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [Patch] Tclock's tip and font classes.

2008-08-07 Thread Charles de Noyelle
Hi Fedor,

I'll ask *the* question everyone has on lips : is this code under LGPL or
BSD ?

More seriously, thanx for posting something about code ;-)

On 8/7/08, Fedor Gusev [EMAIL PROTECTED] wrote:

 Attached patch allows the tclock module's tip (that's a popup that
 appears when you hover the widget) understand font classes, so you can
 easily change the font using Fonts-Advanced dialog.

 --
 King regards,
 Fedor Gusev.

 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





-- 
Charles de Noyelle [EMAIL PROTECTED]
Il est probable que vous m'ayiez en double dans votre carnet d'adresse :
[EMAIL PROTECTED] est la bonne.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] easy_e17.sh

2007-04-05 Thread Charles de Noyelle
Pomarede Nicolas a écrit :
 On Thu, 5 Apr 2007, Thomas Hühn wrote:
 
 Hi

 Is easy_e17.sh still a good and the recommended way to get E17 if I just
 want to try E17 without trying to find out about all of the dependencies
 myself and compile everything manually?

 If so, how can I make it work? :-)

 too many arguments to function sounds like a pretty basic problem, but
 it hasn't been fixed over the last few days.

 So does really noone else get this error? Do you use other library
 versions than the one from CVS that easy_e17.sh uses?

 ew_dialog.c: In function 'ew_dialog_show':
 ew_dialog.c:54: error: too many arguments to function
 'etk_dialog_pack_in_main_area'
 ew_dialog.c: In function '_ew_dialog_add_bottom':
 ew_dialog.c:126: error: too many arguments to function
 'etk_dialog_pack_widget_in_action_area'
 make[3]: *** [libentrance_widgets_la-ew_dialog.lo] Error 1
 make[3]: *** Waiting for unfinished jobs
 gcc -DHAVE_CONFIG_H -I. -I../../src -I/home/huehnts/e17/include
 -I../../src/smarts -I../../src/widgets -I/home/huehnts/e17/include
 -I/home/huehnts/e17/include -I/home/huehnts/e17/include
 -I/home/huehnts/e17/include -I/home/huehnts/e17/include
 -I/home/huehnts/e17/include/etk -g -O2 -MT
 libentrance_widgets_la-ew_notice.lo -MD -MP -MF
 .deps/libentrance_widgets_la-ew_notice.Tpo -c ew_notice.c -o
 libentrance_widgets_la-ew_notice.o /dev/null 21
 mv -f .deps/libentrance_widgets_la-ew_notice.Tpo
 .deps/libentrance_widgets_la-ew_notice.Plo
 make[3]: Leaving directory
 `/home/huehnts/e17/cvs/e17/proto/entrance_edit_gui/src/widgets'
 make[2]: *** [all-recursive] Error 1
 make[2]: Leaving directory
 `/home/huehnts/e17/cvs/e17/proto/entrance_edit_gui/src'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory
 `/home/huehnts/e17/cvs/e17/proto/entrance_edit_gui/src'
 make: *** [all-recursive] Error 1

 Thomas

 
 The problem is that among all the things compiled by easy_e17, some
 packages are currently broken.
 
 To skip them, you can try to do :
 
 touch /tmp/easy_e17/entrance_edit_gui.noerror
 
 Then run easy_e17.sh again, and entrance_edit_gui will be skipped. You
 will need to do this for 5-6 packages approx.
 
 Bye


Or else, you might wanna discover the magic -e arg :
#easy_e17.sh -i -e --clean --clean

is my default way to build e.


if things go wrong (like not rebuilding things you wanted),
# rm -r /tmp/easy_e17/ helps



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Misstyped word

2007-01-14 Thread Charles de Noyelle
David Stevenson a écrit :
 On 14/01/07, Massimo Maiurana [EMAIL PROTECTED] wrote:
 Ag. System Administrator, il 13/01/2007 21:41, scrisse:
 bah...

 After i've translated 95% of them i should stop? (Btw, wikipedia rulez!)
 And if it should not be translated, then it should not be _()

 What community thinks?
 I've translated them to italian because if I'd leaved them
 untranslated they would've been displayed in english.
 If their names would be in native language I wouldn't translate
 them, and I think it would be the best choice.
 
 
 I know Enlightenment is not Google, but with news.google.com in the region
 dropdown box, things like Japan is displayed as kanji for Japan (Japan),
 even if the language you are viewing in is English. This seems like a good
 compromise to me, I guess it really depends on each specific language or
 not.

That is the best compromise imho too !
(I just realised that enlightenment was in my beautiful french language!
Thank you everyone !)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] cvs, servers and stuff.

2006-08-17 Thread Charles de Noyelle
 what do you say? would people be willing to switch to such snaps?

As user that just wanna have a working e17, so when a bugs is
pulling my leg, I sync every day. When everything just works fine
(as it does this week, for instance), I sync once a month, when
I think about it ;p

Since I use my e17update.sh script, whatever the script does, I do not really 
care !
I like the CVS style, since I can WATCH new files
(and guess whether changes will matter to me), but I would not
care much if I couldn't !

What matters to me is to have a mirror which is as updated as
possible... twice a day would be perfect !

Hope this helps...
Charles de Noyelle



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel