Re: [e-users] enotes and estickies are the same?

2008-07-04 Thread Hisham Mardam Bey
On Sat, Jul 5, 2008 at 12:43 AM, kalyanasundaram s
<[EMAIL PROTECTED]> wrote:
> Hi all, enotes and stickies are made for the same purpose.. other than the
> sticky
> notes can I store the notes somewhere like tomboy?

No, you cant. You can export (estickies) to text, thats about it.

-- 
Hisham Mardam Bey
http://hisham.cc/

-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ANN: mixer module

2008-02-23 Thread Hisham Mardam Bey
On Sat, Feb 23, 2008 at 5:39 PM, Gustavo Sverzut Barbieri
<[EMAIL PROTECTED]> wrote:
>
>  You mean creating an ecore_x_window_input_new()? Does it need to be
>  fullscreen or just e_grabfocus is enough? Wouldn't this make the
>  window that possible other window that would get the click not get it
>  at all (ie: click on a button on another window, but the click would
>  go to the popup window).
>
>  no utility to do that? :-)
>

EAPI int
e_grabinput_get(Ecore_X_Window mouse_win, int confine_mouse,
Ecore_X_Window key_win)

-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-966-8359
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ANN: mixer module

2008-02-23 Thread Hisham Mardam Bey
On Sat, Feb 23, 2008 at 2:05 PM, Gustavo Sverzut Barbieri
<[EMAIL PROTECTED]> wrote:
> On Sat, Feb 23, 2008 at 2:08 AM, The Rasterman Carsten Haitzler
>  <[EMAIL PROTECTED]> wrote:
>  > On Sat, 9 Feb 2008 23:23:48 -0300 "Gustavo Sverzut Barbieri"
>  >  <[EMAIL PROTECTED]> babbled:
>  >
>  >
>  >  > Hi all,
>  >  >
>  >  > I'd like to announce a new mixer module, hopefully it will be included
>  >  > into apps/e/src/modules after some testing from you.
>  >
>  >  been using it for a bit here. works pretty well - only 1 thing. when you 
> pup up
>  >  the slider/mixer button - it doesnt pop down until i click on the mixer 
> icon
>  >  again - i may be wrong, but i'd expect it to pop down if i click anywhere 
> else
>  >  on the screen other than the popup (slider and button) and the mixer 
> button
>  >  would pop it down anyway...
>
>  yes, this annoys me too, but no clue how to do it with E. hints are welcome 
> :-)
>

full screen input window that grabs mouse clicks (and key clicks if
you wanna use somehting like escape / arrows)

-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-966-8359
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM2 Hard to see the filename in desktop

2008-01-19 Thread Hisham Mardam Bey
On Jan 18, 2008 9:14 PM, The Rasterman Carsten Haitzler
<[EMAIL PROTECTED]> wrote:
> On Mon, 7 Jan 2008 09:47:21 -0800 (PST) duckz quack <[EMAIL PROTECTED]>
> babbled:
>
> this is entirely driven by the theme - so u can modify it to not chop off text
> and you can have all of the text then :)
>

Although it really shouldnt, ideally, be driven by the theme. It
doesnt make sense to go about changing your theme or modifying it
simply to get filenames to display fully.

-- 
Hisham Mardam Bey
http://hisham.cc/
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Can anybody help in understanding this error?

2007-11-29 Thread Hisham Mardam Bey
On Nov 29, 2007 2:49 PM, giglio robbo' d'acciaio <[EMAIL PROTECTED]> wrote:
> line-map.c: file "edje.etk" left but not entered
> make[3]: *** [etk_test.eet] Segmentation fault  <
> make[3]: *** Deleting file `etk_test.eet'

Evolve's builder is segfaulting because of an internal change in Etk.
Eet needs to support unions to fix this, or the union in Etk needs to
become needs to become a struct.

-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-713-9312
Codito Ergo Sum (I Code Therefore I Am)

-
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] [E-devel] News from the E stables

2007-11-10 Thread Hisham Mardam Bey
> One idea for the desktop shell ;o) :
>
> some colleagues and I, in the field of UNIX development & support, are
> always searching for simple tools, portable, to create graphical
> feedback in shell scripts...
>
> We went looking into tck/tk, perl/tk, xmessage,  and a lot of
> "dialog" tools programmable from the command line, on Linux, Solaris,
> HP-UX, ... And as you probably know it's a mess ;o)...
>
> Beside this we always wondered why the "Open file" dialogs in all
> graphical toolkits (gtk, qt, kde, ...) were so different, so far from
> the user, 
>
> If EFL file dialogs were usable in shell scripts it would be great.
> Device handling facility (open usb disk of my E17 desktop, sending a
> picture back to my desktop through bluetooth if I had E17 on my
> mobile, ...) would be great also ;).
>
> So designing a good set of very basic "dialogs" with the very focus of
> ergonomics in mind should be a central thing in e+evfs+desktop future.
> Keeping the efficiency of EFL, portable as it is, fast, beautiful,
> simple 
>

Enity in cvs (might need some fixing) allowsy you to pop up dialogs,
populate them, get trees etc (like GTK's Zenity) using shell scripts,
perl, etc...

Give it a try if you're looking for something like that.

-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-713-9312
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] exhibit is hungry!!!!!!

2007-10-06 Thread Hisham Mardam Bey
On 10/6/07, Wido <[EMAIL PROTECTED]> wrote:
> hi folks. I was watching some pictures in exhibit, it was a folder with
> about 300 pictures in 1408x1056. when suddenly I notice that mi pc was
> getting slow, then I realised that memory module was showing both real and
> virtual memory was very full. I run htop and exhibit was with >1000MB of
> virtual and >200Mb of shared memory.
> I don't think it's a memory leak, but..don't know exactly why is THAT
> hungry :S
> I attach a screenshot of htop (please, don't know if right or not. i'm so so
> so so so so so so sorry if not)
>
> thanks in advance
>

Is this the latest code from CVS? Some fixes were submitted a couple
of days ago.

-- 
Hisham Mardam Bey
http://hisham.cc/
+1-514-713-9312
Codito Ergo Sum (I Code Therefore I Am)

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] dbus?

2007-04-08 Thread Hisham Mardam Bey
On 4/8/07, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Sat, 7 Apr 2007 17:48:12 +0200 ethernode <[EMAIL PROTECTED]> babbled:
>
> > Hi, i was wondering what was the relashionships between e17 and dbus.
> >
> > Thanks for enlightening me :)
>
> 2 strangers eyeing each other over their drinks and making smalltalk, and
> wondering if tonight they;ll get lucky.
>

Hahahaha!! (=



-- 
Hisham Mardam Bey
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Screenshot application

2006-11-25 Thread Hisham Mardam Bey
On 11/24/06, Andreas Volz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I search a good application to create screen- and window shots. I
> remember about a e17-module. Does it work good? Could someone tell me
> it's path in the CVS tree. I've problems with viewcvs. (see my post on
> the devel-list...)
>

ImageMagic - use the import command
scrot - standalone app


> BTW: I've seen various E17 videos out there. How are they taken? With
> xvidcap? Is someone working on a E17 app/module for this?
>

xvidcap or our own E based application in misc (from cvs) with its own
Etk frontend in proto

(sorry - forgot name, I am sure people will remember the name though)

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Extrackt cvs build error

2006-10-10 Thread Hisham Mardam Bey
On 10/10/06, sitarane <[EMAIL PROTECTED]> wrote:
> Hi,
> The 'no fun' series continues...
> And yes, my system (libs & all) is up-to-date.
> I'm using Kubuntu Edgy Eft.
>
> Here is the build error:

Needs to be updated to the latest Etk API. I will try to fix it asap.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Key factors that make E17 so fast?

2006-10-05 Thread Hisham Mardam Bey
On 10/6/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Wed, 04 Oct 2006 20:06:24 +0200 "Jacobo G. Polavieja"
> <[EMAIL PROTECTED]> babbled:
>
> > Hi all!
> >
> >   I've been trying to find some doc about this without success (if
> > there's any, I'll be very thankful to be pointed to it).
> >
> >   I'm pretty interested in why E17 is so fast compared to other
> > desktops, while maintaining so much eye candy. And with this I mean...
> > technical factors: is it the way it's programmed? any special
> > techniques/resources/approaches? some better general design?
>
> it's our secret 11 herbs and spices.
>

Could help it... HAHAHAHA! (=

> > Thanks a lot for anything you can name.
> >
> > Cheers!
> >
> > -
> > 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.php&p=sourceforge&CID=DEVDEV
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
>
>
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
> 裸好多
> Tokyo, Japan (東京 日本)
>
> -
> 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.php&p=sourceforge&CID=DEVDEV
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Struggling with Eterm

2006-09-02 Thread Hisham Mardam Bey
On 9/2/06, Jeff Rush <[EMAIL PROTECTED]> wrote:
> I've been using Eterm for a couple of years but there is one feature I've
> wanted and never can seem to make it work when I find the time to tinker with 
> it.
>
> I'm a big fan of being able to do my work using only the keyboard, but there
> doesn't seem to be a way within Eterm to scroll back and forth in the lookback
> buffer with a keystroke.  The Eterm tech manual hints that shift-uparrow might
> do it, but that keystroke doesn't do anything.  And of course just uparrow
> cycles thru the bash shell history at the prompt, not the window's lookback
> buffer.  I'm no stranger to binding symcodes to strings and I've tried to
> utilize the escape codes for Eterm to move the cursor up/down, and then to use
> reverse index and next line.  Both of those move the cursor on the screen but
> won't scroll when it hits the border.  There doesn't seem to be an action
> keyword to scroll the buffer.  Sigh, something that seems so simple is so 
> hard...
>
> BTW, I'm revisiting this issue at this time because, using Gentoo, I just
> upgraded from Enlightenment 0.16.7.2 to 0.16.8.1 and found that my desktop
> configuration broke.  Apparently various path names changed from
> ~/.enlightenment to ~/.e16,  keybindings.cfg was renamed to bindings.cfg and
> then to e_config.bindings and the syntax therein changed from:
>
>  /*keydefs: t   => Spawn the Eterm *T*erminal */
>  __KEY t
>  __MODIFIER_KEY __WINDOWS_KEY
>  __EVENT __KEY_PRESS
>  __ACTION __A_EXEC "Eterm -t StarEnli"
>__NEXT_ACTION
>
> to:
>
>KeyDown4t exec /usr/bin/Eterm -t StarEnli
>
> I've googled for a couple of days trying to find some discussion about this
> and perhaps a migration tool, but had no luck.  I seem to be the only person
> impacted by this and therefore I'm having to re-hand-edit all the
> configuration files to get things back to the way they were.  So I thought I'd
> take another crack at the lack of a scrollback feature once more.
>
> Can anyone offer advice?

shift-page[up|down] works nicely for me.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] I try to use ssh-agent but nogood

2006-08-24 Thread Hisham Mardam Bey
On 8/24/06, Landry, Marc-Andre <[EMAIL PROTECTED]> wrote:
> Hello,
> I try to activate ssh-agent under E17. I began by building an eap
> ssh-agent.eap that execute ssh-agent with tested value. The problem is
> that is I try to add it in .e/e/application/startup or
> .e/e/application/restart .order file and then running
> enlightenment_eap_cache_gen .e/e/application. Even if I exit or just
> restart ssh-agent won't stay connected to enlightenment-0.17 and so I
> don't get it to work in every shell or even between shell.
>
> Their must be some way else using pam_ssh module as a login module.

I personally have ssh-agent enlightenment in my .xinitrc. When I run
E, i just ssh-add in any terminal, enter my password, and everything
from there on works.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Mailbox monitor

2006-08-19 Thread Hisham Mardam Bey
On 8/19/06, Justin <[EMAIL PROTECTED]> wrote:
> I am interested in writing a mailbox monitor using the E17 libs, written
> in Python.  Is it even possible/feasible?  Comments  and suggestions
> welcome.
>

There's some very early work on pyetk (python bindings for etk). If
you are interested hop by #etk and talk to me (CodeWarrior) or lok
(going to develop them from now on).


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Exhibit

2006-08-10 Thread Hisham Mardam Bey
On 8/10/06, Cesar Delgado <[EMAIL PROTECTED]> wrote:
> How does exhibit get the ingformation about which theme to use?  I'm
> trying a new theme I'm working on but when I run Excibit the bars, icons
> and arrows didn't accept the changes.
>

It doesnt, it uses Etk's theme.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 Dual Head (In the future...)

2006-08-10 Thread Hisham Mardam Bey
On 8/10/06, Dustin Jenkins <[EMAIL PROTECTED]> wrote:
> Hello all.  I've been using E16 for the past year and really like it,
> and use E17 off and on (E17 is down right sexy).  I've Googled and
> scanned the archives and can't get a concrete answer.  I like how E16
> does Virtual Desktops on my dual head system (3200x1200) in that both
> monitors display a single Virtual Desktop, but E17 does it differently.
> It looks like E17 treats both monitors as having their own set of
> Virtual Desktops, but I'm not totally sure as flipping around desktops
> with Shift+Alt gave different results.  Will E17 have support for the
> way E16 does Virtual Desktops on Dual Head systems one day?  Is Dual
> Head support still considered buggy?

If you want the old style E16 "single-big-desktop" feel, you can run
E17 with the fake xinerama options turned on:

-fake-xinerama-screen WxH+X+Y
Add a FAKE xinerama screen (instead of the real ones)
given the geometry. Add as many as you like. They all
replace the real xinerama screens, if any. This can
be used to simulate xinerama.
EG: -fake-xinerama-screen 800x600+0+0
-fake-xinerama-screen 800x600+800+0

Note that this is a dodgy way about it, but it works. E17's multiple
monitor support is what you see in E17 now, this is how its meant to
work.


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on SUSE 10.1

2006-08-04 Thread Hisham Mardam Bey
On 8/4/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> Now I get another message!
>
> age entry "sm_loop_eintro_239.png" compress: [raw: 72.3%] [real: 38.7%]
> make[4]: *** [init.edj] Segmentation fault

edje_cc in cvs is currently segv'ing. It should be fixed soon.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

-
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.php&p=sourceforge&CID=DEVDEV
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Modified ewl theme

2006-07-01 Thread Hisham Mardam Bey
On 6/28/06, Christopher Mayfield <[EMAIL PROTECTED]> wrote:
> i get an error when it gets to the etk_server. it says it cannot find the
> etk source code.
> how do I set the path so it will see the etk source code. the path of each
> of them is
> /usr/src/e17/proto/etk_server/  and /usr/src/e17/proto/etk/
> thanks for any help.
>

etk_server is an in-progress app that is still being worked on. You
dont need it unless you want to try it out or develop it. As far as I
remember, we were using etk-config --build-dir to get to the source.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)

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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e-wiki?

2006-06-18 Thread Hisham Mardam Bey
On 6/19/06, radar <[EMAIL PROTECTED]> wrote:
> are there any ongoing developments on the wiki question?
> a wiki for documentation.
>
> i found a thread from april 2005 on e-devl in the archive.

http://get-e.org/

Its a controlled WIKI, if you would like to participate, prepare
something (or propose mods) and ask for an account to edit the site.
(#get-e, HandyAndE, CodeWarrior, or devilhorns)

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 fullscreen problem?

2006-06-17 Thread Hisham Mardam Bey
On 6/17/06, radar <[EMAIL PROTECTED]> wrote:
> hi there!
>
> first things first: thanks to all developers for this great peace of
> work. im an enlightened fan of e16 for years, was waiting for e17 for
> years ;) and now happy using it and hoping for more to come.
>
> theres a fullscreen issue, i think. im not sure.
>
> when watching movies in fullscreen with kaffeine or using comix for
> reading cbr's, the fullscreen mode results in the window going to the
> size of the screen, ok, but the window is moved outside the screen by
> the size of the top window-bar, which could be seen but not clicked.
> kind of annoying. same behaviour for firefox or just any app when using
> the fullscreen feature from the window bar.
>
> on the other hand, when using xine, fullscreen is just fine. so its
> maybe not an issue of e17. same with gqview.
>
> and when going fullscreen with vlc, e17 is dropping error messages till
> i restart.
>

Fullscreen + border problems also visible when using mplayer. This is
an E17 problem, and was introduced when Sebastien changed the
maximization code (first noticed it then).


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] FWD: Entrance can't load any WM with Xorg7

2006-06-08 Thread Hisham Mardam Bey
Got this the other day.


Date: Fri, 07 Jul 2006 18:16:43 +
From: Florent Thiery <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
User-Agent: Thunderbird 1.5.0.2 (X11/20060504)
Subject: Entrance can't load any WM with Xorg7

Hi. I can't post on e-users list (they say i'm spam), so i sent this to
you. Sorry. If maybe you could forward it to the list for the time my
account is not working, i'd appreciate. Thx

Problems, again :p

First, entrance. Entrance starts ok, i tuned the
data/config/build_config.sh as follows (just putting what i changed)

ecore_config -c $DB  -k /entrance/auth -i 2
# i use shadow auth

ecore_config -c $DB -k /entrance/date_format -s "%A %e %B, %Y"
# that's the french disposition, if anyone insterested

ecore_config -c $DB -k /entrance/greeting/before -s "Bienvenue sur"

ecore_config -c $DB -k /entrance/session/1/icon -s "enlightenment.png"
ecore_config -c $DB -k /entrance/session/1/title -s "E17"
ecore_config -c $DB -k /entrance/session/1/session -s
"/usr/local/bin/enlightenment"

ecore_config -c $DB -k /entrance/session/2/session -s "/usr/bin/wmaker"
ecore_config -c $DB -k /entrance/session/2/title -s "WindowMaker"
ecore_config -c $DB -k /entrance/session/2/icon -s "kde.png"

ecore_config -c $DB -k /entranced/xserver -s "/usr/bin/X -config
/etc/X11/xorg.conf -quiet -nolisten tcp vt7"
# Xorg 7 changes paths. Here's the new one. I don't know why but i had
to add the -c option; entranced was not using the config file.

ecore_config -c $DB -k /entranced/attempts -i 5 # what does this do anyway?

Then i run it: sudo /etc/init.d/entrance start
Entrance runs ok, looks normal. But when i try to login (either in
wmaker or enlightenment) entrance quits but, a few seconds later, comes
again. So basically nothing happens. Here's what i found in
/var/log/deamons.log

Jul  7 17:14:40 dwarknode entranced: Starting X server.
Jul  7 17:14:40 dwarknode entranced: Starting Entrance.
Jul  7 17:14:56 dwarknode entrance: entranced: Requesting auth for uid
1000 (/home/ethernode)
Jul  7 17:14:56 dwarknode entrance: Executing /usr/local/bin/enlightenment
Jul  7 17:14:56 dwarknode entrance: Starting session for user "ethernode".
Jul  7 17:14:56 dwarknode entrance: entrance_ipc_shutdown: Success
Jul  7 17:14:56 dwarknode entrance: Replacing Entrance with simple login
program to wait for session end.
Jul  7 17:15:02 dwarknode entrance_login[11650]: Wrong number of
arguments: 2! # this is supposed to be my best info source...

 Any idea? Where shall i find more info (entrance log?)

When i run startx (with ~/.xinitrc containing "exec enlightenment")
everything runs fine (i'm under e17 right now)... I don't understand
what's the problem. I use archlinux, Xorg7 (arch default), and
yesterday's cvs.

Btw if anyone could explain how the /etc/X11/Xsession and
/etc/X11/sessions (or Sessions for Xorg<7)  story works,  Or if it
does... I'd appreciate. But the hard coding is fine to me.

Thx

PS: the e17_updater script (by Andrew Sevcsik) is great but has two pbs:
you have to do everything as root (or install as user; is it safe to
install e17 as user?), and the installation prefix doesn't work for all
of the installed elements...

FLorent



-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 eesh -e dialog_ok

2006-06-08 Thread Hisham Mardam Bey
On 6/8/06, J. Erik Heinz <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Carsten Haitzler <[EMAIL PROTECTED]> words
> on 08.06.2006 - 10:06 (+0900 Zulu-Time):
> > On Mon, 5 Jun 2006 20:32:11 +0200 "J. Erik Heinz" <[EMAIL PROTECTED]> 
> > babbled:
> > > what is in e17 the equivalent for "eesh -e dialog_ok" ?
> > > I looked at enlightenment_remote help, but couldnt find a similar
> > > command.
> > no - sorry. there isn't :(
> It's a pitty. xmessage will do as well, but dialog_ok looked better.
>


You might want to give proto/enity a try. Its a shell based frontend
to Etk (you can use any scripting language that can run executables)
that provides you with dialogs, questions, etc...


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Error installing EPSILON

2006-06-07 Thread Hisham Mardam Bey
On 6/5/06, Massimo Gasparotto <[EMAIL PROTECTED]> wrote:
> Hi, I'm trying my firs installation of Enlightenment libraries (I'm a
> novice in compilation, sorry).
> With the library EPSILON the script './autogen.sh' exit correctly, but
> when I run 'make' I receive this error:
> --

> xine_thumbnailer.c:1:21: error: Epsilon.h: No such file or directory
> In file included from xine_thumbnailer.c:2:
> ../../src/include/epsilon_plugin.h:4:21: error: Epsilon.h: No such file
> or directory

Fixed in cvs.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cannot Update

2006-05-07 Thread Hisham Mardam Bey

On 5/7/06, Gorman, Mitch <[EMAIL PROTECTED]> wrote:

Firstly, if you interpreted my remark as even remotely critical
of the great documentation efforts already extant, you mistook me.
get-e.org is currently the only E site I have bookmarked, and, frankly,
the only one I feel I need.



I didnt (=


Second, a wiki *removes* the burden from any one individual (or
small group of individuals) to maintain the latest and greatest info,
and lets the community ensure that the docs are up to date.



We already discussed using a wiki and we finally decided not to. A
wiki, although a nice idea, is just too "free". You always need to
have some form of control over what goes in and what doesnt, and
having someone constantly "fixing" the content on the wiki is not
something anyone wants to do. Again, if people want to help, all they
need to do is write something and send it over. If its good enough,
they get an account. It all works on the basis of proving that you're
up to it, and committed to do the work (this is how we treat CVS
developers too).

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
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=lnk&kid0709&bid&3057&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Cannot Update

2006-05-07 Thread Hisham Mardam Bey

On 5/7/06, Gorman, Mitch <[EMAIL PROTECTED]> wrote:


> i definitely think that's a good idea. a lot of info on get-e.org
> is not up to date it seems. enlightenment.org isn't a lot better.


Given that there seem to be so many different people with their
hands in, and so much info to be disseminated, maybe what we really need
is www.wik-e.org?



If you would like to maintain the docs / info on any of the sites then
please feel free to ask for an account to do so. The last thing we
need right now is "yet another site". All the efforts on e.org and
get-e.org are volunteer based so people come and go. If anyone thinks
they are up to it at the moment then feel free to step forward and
talk to us.


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
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=lnk&kid0709&bid&3057&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build ETK on FreeBSD...

2006-04-08 Thread Hisham Mardam Bey
evolume is linux specific iirc. I was wondering about porting it to FreeBSD.

On 4/9/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> Thanks, the -lintl did it!
>
> Since you are running FreeBSD I must ask you if you have manage to
> compile the evolume module! Have you?
>
> Thanks again!!!
>
> \\troback
>
> On Sat, 8 Apr 2006 01:38:59 +0300
> "Hisham Mardam Bey" <[EMAIL PROTECTED]> wrote:
>
> > use configgen.sh and make sure your cflags look like this:
> >
> > -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include
> > -L/usr/X11R6/lib optionally add -lintl
> > I use FreeBSD 6 and it works fine.
> >
> > On 4/8/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> > > Hi,
> > >
> > > I'm trying to build ETK on my FreeBSD-6.1 box! This is what I get:
> > >
> > > --B<--
> > > etk_test.o(.text+0x127):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> > > c:167: undefined reference to `libintl_gettext'
> > > etk_test.o(.text+0x1be):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> > > c:175: undefined reference to `libintl_gettext'
> > > etk_button_test.o(.text+0x4f): In function
> > > `etk_test_button_window_create': 
> > > /usr/devel/enlightenment/e17/proto/etk/src/bin/etk_button_test.c:22:
> > > undefined r eference to `libintl_gettext'
> > > etk_button_test.o(.text+0xfa):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk
> > > _button_test.c:29: undefined reference to `libintl_gettext'
> > > etk_button_test.o(.text+0x152):/usr/devel/enlightenment/e17/proto/etk/src/bin/et
> > > k_button_test.c:34: more undefined references to `libintl_gettext'
> > > follow ../../src/lib/.libs/libetk.so: undefined reference to
> > > `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined
> > > reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1
> > > gmake[3]: Leaving directory
> > > `/usr/devel/enlightenment/e17/proto/etk/src/bin' gmake[2]: ***
> > > [all-recursive] Error 1 gmake[2]: Leaving directory
> > > `/usr/devel/enlightenment/e17/proto/etk/src' gmake[1]: ***
> > > [all-recursive] Error 1 gmake[1]: Leaving directory
> > > `/usr/devel/enlightenment/e17/proto/etk' gmake: *** [all] Error 2
> > > --B<--
> > >
> > > All (almost, some depends on ETK and will obvious not build) other
> > > apps and libs are building just fine but not ETK!
> > >
> > > Any ideas out there?
> > >
> > > Thanks!
> > >
> > > \\troback
> > >
> > > --
> > >
> > > 
> > > Microsoft is not the answer.
> > > Microsoft is the question.
> > > And 'No' is the answer!
> > > 
> > > http://www.troback.com
> > > -
> > >
> > >
> > > -----------
> > > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> > > language that extends applications into web and mobile media.
> > > Attend the live webcast and join the prime developer group breaking
> > > into this new coding territory!
> > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > > ___ enlightenment-users
> > > mailing list enlightenment-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> > >
> >
> >
> > --
> > Hisham Mardam Bey
> > MSc (Computer Science)
> > http://hisham.cc/
> > +9613609386
> > Codito Ergo Sum (I Code Therefore I Am)
> >
> >
> > ---------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
> > language that extends applications into web and mobile media. Attend
> > the live webcast and join the prime developer group breaking into
> > this new coding territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
> > ___ enlightenment-users
> > mailing list enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>
>
>
> --
>
> 
> Microsoft is not the answer.
> Microsoft is the question.
> And 'No' is the answer!
> 
> http://www.troback.com
> -
>


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Build ETK on FreeBSD...

2006-04-07 Thread Hisham Mardam Bey
use configgen.sh and make sure your cflags look like this:

-I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include -L/usr/X11R6/lib
optionally add -lintl
I use FreeBSD 6 and it works fine.

On 4/8/06, Anders Troback <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm trying to build ETK on my FreeBSD-6.1 box! This is what I get:
>
> --B<--
> etk_test.o(.text+0x127):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> c:167: undefined reference to `libintl_gettext'
> etk_test.o(.text+0x1be):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk_test.
> c:175: undefined reference to `libintl_gettext'
> etk_button_test.o(.text+0x4f): In function
> `etk_test_button_window_create': 
> /usr/devel/enlightenment/e17/proto/etk/src/bin/etk_button_test.c:22:
> undefined r eference to `libintl_gettext'
> etk_button_test.o(.text+0xfa):/usr/devel/enlightenment/e17/proto/etk/src/bin/etk
> _button_test.c:29: undefined reference to `libintl_gettext'
> etk_button_test.o(.text+0x152):/usr/devel/enlightenment/e17/proto/etk/src/bin/et
> k_button_test.c:34: more undefined references to `libintl_gettext'
> follow ../../src/lib/.libs/libetk.so: undefined reference to
> `libintl_bindtextdomain' ../../src/lib/.libs/libetk.so: undefined
> reference to `libintl_textdomain' gmake[3]: *** [etk_test] Error 1
> gmake[3]: Leaving directory
> `/usr/devel/enlightenment/e17/proto/etk/src/bin' gmake[2]: ***
> [all-recursive] Error 1 gmake[2]: Leaving directory
> `/usr/devel/enlightenment/e17/proto/etk/src' gmake[1]: ***
> [all-recursive] Error 1 gmake[1]: Leaving directory
> `/usr/devel/enlightenment/e17/proto/etk' gmake: *** [all] Error 2
> --B<--
>
> All (almost, some depends on ETK and will obvious not build) other apps and 
> libs are building just fine but not ETK!
>
> Any ideas out there?
>
> Thanks!
>
> \\troback
>
> --
>
> 
> Microsoft is not the answer.
> Microsoft is the question.
> And 'No' is the answer!
> 
> http://www.troback.com
> -
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] exhibit and tif or even raw?

2006-03-29 Thread Hisham Mardam Bey
On 3/29/06, Manuel Werlberger <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I just tested exhibit for the first time and i'm already hooked onto and
> retired gqview ;-).
>

Great! (=

> But i miss some features like viewing tif or even raw files. Will or
> better say is there a mehtod to compile exhibit with support for other
> formats like jpg?
>

We need to add those as image loaders to evas. I plan to do so in the
not so distant future.

> Thx in advance,
>  Manuel
>

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] errors compiling e

2006-03-23 Thread Hisham Mardam Bey
upgrade ecore

On 3/24/06, Brian Howe <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm running intel Linux redHat. Did a CVS CO today and I'm getting the
> following when I try to compile e:
>
> e_manager.c: In function `e_manager_new':
> e_manager.c:145: `ECORE_X_EVENT_SCREENSAVER_NOTIFY' undeclared (first
> use in this function)
> e_manager.c:145: (Each undeclared identifier is reported only once
> e_manager.c:145: for each function it appears in.)
> e_manager.c: In function `_e_manager_cb_screensaver_notify':
> e_manager.c:746: `Ecore_X_Event_Screensaver_Notify' undeclared (first
> use in this function)
> e_manager.c:746: `e' undeclared (first use in this function)
> make[3]: *** [e_manager.o] Error 1
> make[3]: Leaving directory `/root/e17/e17/apps/e/src/bin'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/root/e17/e17/apps/e/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/root/e17/e17/apps/e'
> make: *** [all] Error 2
>
>
> Any suggestions are appreciated.
>
> Brian
>
>
> ---
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
> ___________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
>


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Enterminus

2006-02-22 Thread Hisham Mardam Bey
On 2/22/06, Jean Bort <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am new here, and I search information about enterminus.  I modified
> the main.c file, for compile and run it.
>
> Which is the statute of enterminus in E17 developpement ?

Enterminus was a test app to try and write a terminal using Evas /
Edje. For it to become usable, the way its done needs to change. We
need internal support from evas for a textgrid object or it will
remain to be too slow.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] exhibit from file manager

2006-02-14 Thread Hisham Mardam Bey
On 2/14/06, Eric Dan <[EMAIL PROTECTED]> wrote:

> i rememer on an older install of e17 to be able to view images with
> exhibit from the file manager. now it only gives me that option to edit
> with gimp. how can i get exhibit back in that menu?
>

We are re-coding major parts of Efm, and currently the mime-type
system. As a result, a lot of features are turned off, and are being
turned back on as they are complete.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] enhance compilation error

2006-02-12 Thread Hisham Mardam Bey
On 2/12/06, P*J*G <[EMAIL PROTECTED]> wrote:
> Is this a known issue ?
>
> I'm running Ubuntu Dapper (devel branch) with GCC 4.0.3 20060115
> (prerelease) and automake1.9.
>

Etk's autofoo was changed and had an error, should be fixed now, update Etk.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] extrackt questions..

2006-02-08 Thread Hisham Mardam Bey
On 2/8/06, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> >
> > I can't put spaces in format, they get stripped, and output files have
> > spaces replaced with _ in artist/track name .. bad, very bad.

For now, we replace all spaces with _ , we might want to simply escape
them later on.

> > other than that and the text bug I mentioned earlier, lovely program :)

Thanks (=

> I made me an awk script some time back that does ripping the way I like
> it, only it requires manually written track lists..
> Now, the script generated commands like (all on one line);
>
> cdparanoia -q 01 - | oggenc -l 'Hate' -N 01 -a 'The Delgados' -t 'The
> Light Before We Land' -o '[01] The Delgados - The Light Before We
> Land.ogg' -
>
> and oggenc is then nice enough to show a progress of encoding the track
> as it's ripped.. now, I notice extrackt doesn't use oggencs progress
> report.. why not?

Extrackt is very modular. It does not assume anything about your
encoder / ripper and the backend and frontend are completely seperate
and communicate using message passing. So you can have any combination
of ripper, encoder, and frontend (Etk, Ewl, Gtk, curses ...)

Given that, we cant support any specific extentions for the progress
bars. The ripping progress bar works by calculating the projected file
size for the wav, and stat()'ing the current file, and showing a
percentage.

The encoder progress bar can only do the same if it knows the bitrate
you're using, and if you're using variable bitrate, then it can do
that without communicating with the encoder. This is done in a lot of
apps in a hacked way where they either have soecific support for an
encoder, or force the user to enter the bitrate into the app itself.
Since Extrackt doesnt know the bitrate (its part of the options you
set in the encoder's template, like -b 192 or whatever the encoder
supports), then it can not make any conclusions regarding that matter.
Reading specific output or depending on a specific progress report
from the encoder also can not be done as it requires C code specific
to that encoder.

Extrackt simply has templates that define a general executable, being
a ripper or encoder. It has the name, exe, and flags, and file format.
That way we gaurantee it works with anything you supply. A template
creator should be available soon so you can add your own encoder /
ripper.

> True, some people with slow computers might prefer to not encode
> on-the-fly, but realistically, how many would that be?
>
> I think making on-the-fly encoding at least an option, and maybe default
> on would be a good idea :)

This also depends on the ripper and encoder writing to and reading
from stdin and stdout respectively if I'm not mistaken. This might
become an option at some time, but I'm not so sure about it as it
would require assumptions. For now, we'll stick with writing wavs, and
encoding them, but looking into that is something we can do when all
the bugs are sorted out.

Thanks for you input! (=

hisham.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Re: [E-devel] (Summary reply) Anonymous CVS & Servers - YOU CAN HELP!

2006-01-26 Thread Hisham Mardam Bey
On 1/26/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Wed, 25 Jan 2006 16:29:32 -0500 Michael Jennings <[EMAIL PROTECTED]> 
> babbled:
>
> "I can't donate to paypal - I live in Lebanon" - That is a problem. You can do
> international wire transfers to a friend and have them donate for you, But
> beware - such transfers costs a lot - from $10-$60 to do the transfer so you
> may spend more in wire transfer fees than the donation itself.

The Lebanese E people are going to gather up the cash and snail-mail
it to the person buying the machine. After talking to Nathan, it seems
he's the best person to send the cash to.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] exebuff, probably the coolest feature of E17

2006-01-14 Thread Hisham Mardam Bey
On 1/14/06, Ildar Sagdejev <[EMAIL PROTECTED]> wrote:
> On 13/01/06, Andrew Spott <[EMAIL PROTECTED]> wrote:
> > While I love it, I was wondering how difficult it would be to make it
> > possible to feed arguments to programs that you load with it (such as
> > "firefox www.google.com", or "gvim ~/file")

This can be done, but I dont know if raster has it as somehting he's
like to do / have in there.


> Either that, or maybe if tab completion worked in Exige that would
> work pretty well.  I've noticed when you type in the name of a
> programme it actually shows the icon.  Try typing "gaim" or "Eterm",
> for example.  It's pretty sweet :)

Exige isnt used within E any more.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] hidden files and directories in efm

2005-12-13 Thread Hisham Mardam Bey
On 12/13/05, Foxy <[EMAIL PROTECTED]> wrote:
> Is it not supported yet?
>

soon.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] cannot compile edje... (compile error)

2005-12-13 Thread Hisham Mardam Bey
On 12/13/05, Oliver Pahl <[EMAIL PROTECTED]> wrote:
>
> is it my fault or is cvs broken?
>

update eet.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problems creating icons

2005-12-12 Thread Hisham Mardam Bey
> i've got the same problem... as soon as I reach /usr I've got segfault

those are efm problems. i hope to be able to address them soon.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ecore_config del + entrance.cfg patch

2005-12-04 Thread Hisham Mardam Bey
> You should consider to exchange your email client, it looks like it is broken.
> I can recommend sylpheed and squirrelmail,  they both show Mortens patch
> as an attachment.
>

i'll tell that to gmail staff. (=

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] ecore_config del + entrance.cfg patch

2005-12-02 Thread Hisham Mardam Bey
On 12/3/05, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> here's a patch I just whipped up.. it includes a bit I did when I
> implemented list, that nukes ecore_config config (path stuff)
>

Please refrain from sending your patches inline with your emails. Use
proper attachments.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E17 transparency in an app

2005-11-30 Thread Hisham Mardam Bey
Lets do everyone a favour and point to the FAQs when things like this
come up, it'll save everyone's time.

For example:

http://get-e.org/Main/FAQs/#41

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Create eap files via script?

2005-11-28 Thread Hisham Mardam Bey
On 11/28/05, Martin Klaffenboeck <[EMAIL PROTECTED]> wrote:
> Hi there!
>
> It seems that it is a good idea for me to create a script which does all
> my e17 settings after a update of the apps.  I delete my .e directory,
> log in to my e17, everything has default settings.  Now my script
> creates the .e/e/applications/bar/.order file, runs e17genmenu and sets
> some settings via enlightenment_remote.
>
> But how can I create new eap file in .e/e/applications/all/ by my script
> without using the e_util_eapp_edit ?  How can I change some icons
> (evolutions-2.4 doesn't get an icon, but e_util_eapp_edit can set one)
> in my eap files?
>
> enlightenment_eapp cannot create new files or change the icon.  (If it
> can, please show me that by example.)
>

I created this a long time ago for automatic packaging of .eap sets
for get-e.org because we do a lot of that. Feel free to use it if it
helps. Basically. you just create the required folders and let the
perl script do the work. It can be tweaked by chaning the mappings
file.

http://hisham.cc/files/apps/eap_gen.tar.bz2

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Files Menu

2005-11-26 Thread Hisham Mardam Bey
On 11/26/05, jim lawrence <[EMAIL PROTECTED]> wrote:
> I was playing around with the menu of e and I noticed the Files option
>  appears to open a file browser. Cool
>
>  1 problem  if i try to rename a object i cannot save the changes and my
> mouse is permantly stuck inside the "Files" windows
>

Efm is currently broken as I submitted some not-finished code for it
to avoid conflicts in cvs (I am busy with my thesis right now). I
highly recommend not using it until it is fixed.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Re: [e-users] Exposé-like Clone for e17 with ewl

2005-11-25 Thread Hisham Mardam Bey
On 11/26/05, leloxias <[EMAIL PROTECTED]> wrote:
> Does anyone know about a good Exposé-like clone (Mac OS) for e17 ?
> Skippy and expocity don't work with e17 :(.
>
> Perhaps it is possible to developp such a program thanks to ewl librairies.
>
> I hope someone will have this good idea...
>

This topic has been discussed before here: (make sure you read the
entire threads)
http://marc.theaimsgroup.com/?l=enlightenment-users&m=113025020405120&w=2

and

http://marc.theaimsgroup.com/?l=enlightenment-devel&m=10697415606&w=2

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Eclair

2005-11-24 Thread Hisham Mardam Bey
On 11/24/05, jim lawrence <[EMAIL PROTECTED]> wrote:
>
>  what is the right click on eclair supposed to do then ?
>
Does nothing useful except display menus as the Etk stuff isnt done yet.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Eclair

2005-11-24 Thread Hisham Mardam Bey
On 11/24/05, jim lawrence <[EMAIL PROTECTED]> wrote:
> Eclair is still not opening a dir to play music  I have to specify through
> the terminal.

drag and drop? (no file dialog currently exists until the Etk one is done)

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_idv37&alloc_id865&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Esmart Textarea code

2005-11-17 Thread Hisham Mardam Bey
On 11/17/05, Jerome Pinot <[EMAIL PROTECTED]> wrote:
> - Will the code be removed (and eventually enscribe will be modified)?
> - Will the code be fixed later?
> - Will the code be fixed in one day or two?

Odds are esmart_textarea will die and enscribe will be re-written
(planned by me) sometime in the near future.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_idv28&alloc_id845&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM :: Spawns a new enlightenment process

2005-11-08 Thread Hisham Mardam Bey
On 11/8/05, B S Srinidhi <[EMAIL PROTECTED]> wrote:
>
> Oh! Thanx for the info. I assumed that it generates thumbs for the
> directory (files rather) that EFM is currently displaying.
>

That is correct, I was just pointing out that you might have .eap or
.edj files in the current directory (=

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 doesn't start

2005-11-08 Thread Hisham Mardam Bey
On 11/8/05, Nestor <[EMAIL PROTECTED]> wrote:
> ---
> enlightenment-0.17: error while loading shared libraries:
> enlightenment-0.17: u$symbol: eet_cacheburst

make sure you have an up to date eet

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM :: Spawns a new enlightenment process

2005-11-08 Thread Hisham Mardam Bey
On 11/8/05, B S Srinidhi <[EMAIL PROTECTED]> wrote:
> Now, there's only one file in the thumbs directory:
>
> $ ls .e/e/fileman/thumbnails/
> 1[c2003cc'2000pje]21
>

Please note that Efm also thumbs eaps, themes, and backgrounds (edjes).

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problem with internal filepicker/eap-editor

2005-11-02 Thread Hisham Mardam Bey
On 11/3/05, Morten Nilsen <[EMAIL PROTECTED]> wrote:
>
> >>the text fields in e_util_eap_editor works fine.. doesn't it use the
> >>same widget?
> >
> > nope.
>
> could I be so daring as to inquire why not? and what different sets of
> widgets they use?
>

e_util_eap_edit uses Ewl. E17 doesnt use Ewl, it has its own internal
set of widgets. The current text entry widget was quickly written to
allow minimal text entry. A fully featured one is planned.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problem with internal filepicker/eap-editor

2005-11-02 Thread Hisham Mardam Bey
On 11/2/05, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> Morten Nilsen wrote:
>
> some more things I've noticed after flicking about a bit
>
> - scroll isn't reset after entering a folder (often meaning I'm at the
> bottom rather than top of it)

we know.

> - selecting an image and pressing ok, the icon is not selected by the editor

we know.

> - the bottom row as mentioned in my other post, does not show - but if
> some lines have long filenames (that get wrapped) I sometimes see the
> top of it

part of the same problem.

> - text input boxes are very limited (that has got to be in the TODO ;)
>

rewrite scheduled.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problem with internal filepicker/eap-editor

2005-11-02 Thread Hisham Mardam Bey
On 11/2/05, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> Morten Nilsen wrote:
> > - text input boxes are very limited (that has got to be in the TODO ;)
> some details;
> - can not select bits of text (to erase)
> - erasing text only erases from ui (erased text is still written, I
> ended up with "gnome-zinegxine" in one eap)
>
rewrite schedualed.

> the text fields in e_util_eap_editor works fine.. doesn't it use the
> same widget?
>
nope.

> oh, and one thing that the filepicker could do with.. resizable window
>

cant be done right now due to how e_dialog works.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problem with internal filepicker

2005-11-02 Thread Hisham Mardam Bey
On 11/2/05, Morten Nilsen <[EMAIL PROTECTED]> wrote:
> are these known issues?
>
> - can't scroll to bottom line

yes

> - top line is rendered outside white area

yes

> - impossible to enter folders on bottom line

no, will see.

> - mouse wheel scroll doesn't work when cursor hovers an icon

yes

> - no keyboard navigation

being added.

>
> I guess most of these are TODOs :)
>

indeed, thanks (=

Hisham.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Eclair

2005-10-18 Thread Hisham Mardam Bey
On 10/18/05, Justin <[EMAIL PROTECTED]> wrote:
> I am wondering if anyone knows the probabilty of eclair ever being able
> to play .pls files.
>

Complete playlist support is planned and should be done soon. I'm not
sure, but I think you can drag a .pls into eclair (again, not sure).

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Embrace as module?

2005-10-18 Thread Hisham Mardam Bey
On 10/18/05, Anders Trobäck <[EMAIL PROTECTED]> wrote:

>
> Are there a embrace module for e17?
>

Its part of embrace already afaik

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - NFS

2005-10-15 Thread Hisham Mardam Bey
>  Hmm... I'm using EFM over NFS and I'm not having that problem at all (and
> this is on an old SunOS 4.1 box using NFS version 2) Directories show up
> properly and I can traverse into them, ownership and size info is correct
> for files... also works properly on the other NFS-mounted directories I have
> (on a Solaris 2.6 box and a RH7.2 box using NFS version 3).
>

EFM should work on local and remote filesystems now.

>  I did just discover that closing any file property windows after closing
> the main EFM screen causes E to segfault... :) however most of my troubles
> come from running xcompmgr like the masochist I am...
>
>

This is a known problem right now and should be fixed. EFM is getting
some cleanups right now (internal reogranization). Hopefully we can
address this bug soon.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - NFS

2005-10-13 Thread Hisham Mardam Bey
>
> I'm running under FreeBSD 5.4! Not using anon cvs!
>

Ahh! That explains it then! (=
It should work now. Let me know what happens.

> Thanks for making EFM:-)

Thanks for using it. (=

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - NFS

2005-10-13 Thread Hisham Mardam Bey
On 10/13/05, Anders Trobäck <[EMAIL PROTECTED]> wrote:
> Hi,
>
> today e17/apps/e fails to build:
>

I removed the less portable fields. Although this should work if you
have Linux. Anyway, its better this way. Please note that anon cvs has
been giving a lot of problems in the past day or two so my updates
could take some time or might arrive in chunks causing some breakage
until they all make it there.

Thanks for helping out with bug report! (=

Hisham.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - Dosent Detect Directories.

2005-10-12 Thread Hisham Mardam Bey
> >
> > I've done some digging around and we might have found the solution for
> > this and remote file systems. I will attempt to add the fix soon and
> > you can try it as soon as it hits anon cvs.
> >
> > Thanks for you help in debugging EFM.
> >
>
> Can you please try now and let me know?
>

Please remember that the fixes might not directly make it into anon cvs.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - NFS

2005-10-12 Thread Hisham Mardam Bey
On 10/12/05, Anders Trobäck <[EMAIL PROTECTED]> wrote:
> OK, then I just have to wait;-)
>
> Thanks for your time!
>

Can you please try now and let me know? Remember the fixes might not
have went into anon cvs yet.

Thanks.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - Dosent Detect Directories.

2005-10-12 Thread Hisham Mardam Bey
>
> I've done some digging around and we might have found the solution for
> this and remote file systems. I will attempt to add the fix soon and
> you can try it as soon as it hits anon cvs.
>
> Thanks for you help in debugging EFM.
>

Can you please try now and let me know?

Thanks.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - Dosent Detect Directories.

2005-10-12 Thread Hisham Mardam Bey
> I'm using Yoper v 2.1
> The directories are on a normal local filesystem. The following is the
> screenshot of what I get.
> http://www.ee.iitb.ac.in/uma/~vivek/screenshot.jpg
>

I've done some digging around and we might have found the solution for
this and remote file systems. I will attempt to add the fix soon and
you can try it as soon as it hits anon cvs.

Thanks for you help in debugging EFM.


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - Dosent Detect Directories.

2005-10-12 Thread Hisham Mardam Bey
> Was curious to know from a newcomer's point of view whether development
> of Evidence is to be continued, or has stopped in favour of efm? Was
> there a good reason efm is not part of e17 but has its own project?

Evidence and Efm are two completely different projects. Evidence is
full blown file manager written by Azundris which uses some EFL and
GTK components.

EFM is meant to act as a file selector widget for E17's internal use.
Since it implements the common features of a file manager (copy,
paste, rename, delete etc...) we also thought we'd present it as a
minimal file manager as part of E17's desktop shell project. This will
also allow for icons on the E17 desktop.

Having said that, to acquire about Evidence's status, you will have to
ask the author. EFM *is* part of E17. Dont confuse it with the old and
empty efm directory in apps/efm as this is deprecated.

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - NFS

2005-10-12 Thread Hisham Mardam Bey
> any one using EFM over NFS?
>
> I do but it just don't work! Folder and files are just ?-marks and if I
> browse a local filesystem it works!

EFM does not work over NFS yet. (I dont know about remote file systems
other than NFS). It is in the works. (=

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - cvs?

2005-10-12 Thread Hisham Mardam Bey
On 10/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Since the announcement of efm in cvs I did some cvs updates and one 
> >checkout, however all I found was an almost empty folder apps/efm >including 
> a folder CVS and a file cat or something.

Its inside e17. Use the e17 main menu to launch it.


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - Dosent Detect Directories.

2005-10-12 Thread Hisham Mardam Bey
>
> Thanks a lot for your prompt response.
>

Those icons refer to "defualt" files.  EFM currently identified the following:
Directories
Normal files / symlinks (using the icon you see on your screen)
.c .h .pdf (they all have icons which identify them)
.png .jpg (they have their own icon then they replace it with a
thumbnail is possible)

If possible, could you place some of those files and see if they will
be identified?

Can you double click on those directories and have EFM change into them?

Finally, do you know C (can you try and debug a bit), if not, we'll
try to have some debugging here and there to try to determine what the
exact problem is.

Best Regards,
hisham.


--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] EFM - Dosent Detect Directories.

2005-10-12 Thread Hisham Mardam Bey
On 10/12/05, Vivek Arya <[EMAIL PROTECTED]> wrote:
> I just updated my e17 and all's great except for EFM which just puts a
> ? for the icons of all my directories and clicking on them does
> nothing.

What OS (or if Linux, distro) are you using? Are those directories on
a normal filesystem (local) or some other remote filesystem mounted
locally? Could you perhaps send the url to a small screenshot showing
what you get?

--
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Feature idea, interactive icons

2005-09-19 Thread Hisham Mardam Bey
> Is it implemented for engage as well, or just ibar?

just ibar

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Feature idea, interactive icons

2005-09-19 Thread Hisham Mardam Bey
On 9/19/05, Lucas Goss <[EMAIL PROTECTED]> wrote:
> I was sort of thinking of a similar thing for when applications start
> up (for the ibar). It would be nice to see icons (or something)
> animating to show that the click on the application was registered and
> is processing. Right now on an older machine (Duron somewhere between
> 600 MHz - 950 MHz), applications take so long to load that sometimes
> I'm not sure if the application just died or if it's still processing.
> Just another thought...
> 


Implemented. Get latest E from CVS and try the default theme.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] edje themable Terminal

2005-09-04 Thread Hisham Mardam Bey
> 
> Can't reproduce that here either.  No crashes.
> 

I update nightly and I've never seen this error.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] edje themable Terminal

2005-09-01 Thread Hisham Mardam Bey
> If a terminal evas object, or something like that, were developed in the
> process... that would _very_ cool. (I could think of a zillion applications
> that could make use of that :D
> 

Enterminus is made up of 2 parts. The first part is the evas smart
object, the second part is a 20 line application that actually runs
the smart object.

So basically, you can plant this anywhere and have a working terminal
with minimal effort. We have 3 main problems now.

- in-screen srolling (like text editors or mutt)
- terminal emulation / escape sequences
- the use of a lot of evas text objects (slows it down)

I do not have a lot of time for this right now, so feel free to
understand the source and contribute. I can answer any questions you
or anyone else has regarding the subject. I'm sure Michael would also
give in his 2 cents every now and then if asked.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] edje themable Terminal

2005-09-01 Thread Hisham Mardam Bey
Hello,

> When starting enterminus, I receive a 1x1 window in the upper left corner,
> and when I try to resize it, I die with a floating point exception:
> 

It seems to work fine for me. Can anyone else repoduce this error?



-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Terminal that renders to background canvas

2005-08-19 Thread Hisham Mardam Bey
On 8/16/05, Mike Russo <[EMAIL PROTECTED]> wrote:
> Is it possible for a terminal application to render to E17's background
> canvas, just like the modules do, in order to provide a simulation of
> the fake transparency we've all come to know and love (or at least
> immortalize in screenshots)? If so, are there any plans for Eterm (for
> Example) to support this? Or am I completely off-base?
> 

You need one of two things:

1) The terminal being a module
2) Using something like Evoak on the E17 desktop.

Since I think (2) isnt going to happen anytime soon, I'll tell you a
bit about (1). The terminal needs to be an evas smart object or a
complete module that renders everything on the desktop. Currently,
Enterminus can do that (its a smart object so you can stick it in a
module and it works) but its terminal emulation code still needs a
good amount of work.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Mouse cursor

2005-08-18 Thread Hisham Mardam Bey
On 8/18/05, Guillermo Movia <[EMAIL PROTECTED]> wrote:
> Hi, i'm using e17 from CVS since two month. Never i could see the
> cursor of the mouse of e. Today i downloaded the new milky theme that
> came with a personalized mouse cursor, but i couldn't see neither.
> someone know which may be the problem? I just see the X window cursor
> or the gtk2.

What version of the X Window System are you using? Do you have any
special options disabled or enabled?

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Nice screenshot, but what program is it?

2005-08-17 Thread Hisham Mardam Bey
On 8/17/05, Fernando Meira <[EMAIL PROTECTED]> wrote:
> 
> 
>  hmm.. or that, or I am using it wrong:
>   $ Esetroot -s .e/e/backgrounds/e17-tree.edj 
>  Esetroot:  Unable to load image file ".e/e/backgrounds/e17-tree.edj".
>  
>  still can't..:(

e17setroot is what you're looking for.

rtfm at http://get-e.org/User_Guide/English/_pages/3.4.html

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Engage Module

2005-08-13 Thread Hisham Mardam Bey
On 8/12/05, jim lawrence <[EMAIL PROTECTED]> wrote:
> Is there the workings to get the module version of engage  to either
> bounce or some other type of recognition that the applicationis
> launched?
> 

This shouldnt be a problem to implement, I'm sure Andy or I can take
care of it soon (unless you'd like to). This can, however, only signal
that an app is run (more like has been clicked on) and cannot really
follow the app while it loads (ie: the icon will bounce for N seconds,
then stop, regardless of the app running / failing / continuing to
load) because our e_hack (preloader) feature is not implemented right
now (problems with AMD64 if I recall correctly, raster can expand on
this). Aside that problem, if you have the time, feel free to send a
patch (=

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Background for E16

2005-07-31 Thread Hisham Mardam Bey
>>Is there a way to get the png/jpg/whatever from the edj?

Yes.

> edje_decc e17-tree.edj will give you the png :)

This isnt the right way to do it.

It works here because the bg has 1 image (dunno if this one even does
have only 1, havent looked at it). The proper way to this (which will
work with multi image edjes and animated ones) would be to use
edje_thumb.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] transparency in the menu

2005-07-30 Thread Hisham Mardam Bey
For the sake of clarity, I think we need to make a couple of points clear.

1) Tranparency / Transparent Windows / Shaped Windows:
Those are windows that are shaped and have pixels with ZERO alpha,
hence, are completely hidden.

2) Translucency:
This is when windows have pixels with alpha values different from 0 ot
255. This means that those pixels can SHOW what is under them.

(1) applies to any app running on X (E included).
(2) applies only to apps running under something like xorg with the
composite and xrender extentions enabled and used.

E can have transparent menus (shapes, with some pixels completely
hidden) but can NOT have translucent menus as they are NOT part of the
desktop canvas. ON the desktop canvas, it can have translucent
modules, text, "windows" etc...


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Re: [e-users] Re: [e-users] Exposé for E17

2005-07-23 Thread Hisham Mardam Bey
Paulo Jorge de Oliveira Cantante de Matos <[EMAIL PROTECTED]> wrote:

> Skippy-XD provides live images of the windows! Which is not
> possible, if you can only take snapshots every 'x' seconds.

True, this would imply two things though:

1) you need to be using the latest xorg
2) its going to be slow on normal / medium machines

One could, ofcourse, use this, but then again, you'd be placing a
couple of (somehow huge) constraints on the module.
 
-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] Re: [e-users] Exposé for E17

2005-07-23 Thread Hisham Mardam Bey
Hello folks,

I've just finished going through the entire thread, and here are some
things you should keep in mind if you plan on doing this.

1) E knows nothing about the contents of any window (even if it was
done in EFL). This means that the "resizing / re-redering" scheme that
was mentioned doesnt really apply.

2) E can move / resize windows, but that would only have the same
effect as resizing them with a mouse for example.

3) The current way this has been implemented in various apps is by
polling and screenshotting at various intervals, thats why you might
always run into instances where the previews are:
 a) incomplete
 b) older than the current window
This happens because the window is covered by another and the
application cant screenshot it properly.

4) This sort of code will not make it into E. Someone mentioned a
module, that might be a logical move, it is, however, still against
the E "policy". E doesnt really like things along the lines of
pseudo-trans or screenshotting etc.

Having said that, I would like to urge you to start work on this
project asap, as it could prove to be a nice experience. If you need
any help, please pass by #edevelop on freenode or continue to post to
the mailing lists.

Best Regards,
Hisham / CodeWarrior.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Proposal/question

2005-07-04 Thread Hisham Mardam Bey
We have 99% of the work done in E17. All you need is a script that
will set the e17 bg from a dir with edje files every X seconds. E17
can use a transition effect (something like the Mac's fade in / out).

On 7/4/05, Tomasz bla Fortuna <[EMAIL PROTECTED]> wrote:
> Hi,
>   my holidays have just started and i'm thinking about few projects.
> One of them is software background generation.
> I would like to write program which would generate constantly changing
> background, like in mac computers. However because of my lacks in XLib
> or englightenment code knowledge i will be unable in fact to use it.
>   If I have it done is there someone to be found who can merge this
> soft-gen-background to enlightenment? ;)
> 
> Happy Holidays,
>   Tomasz bla Fortuna.
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Copyright?

2005-06-21 Thread Hisham Mardam Bey
Dear Daniel,

It depends on the wallpaper. Some are GPL, others are licensed
exclusively for get-e.org. Please prepare a list of what you would
like to use and email it to us so the team can study it and get back
to you.

Best Regards,
Hisham.

On 6/21/05, Daniel Ekström <[EMAIL PROTECTED]> wrote:
> Hi everybody!
> 
> I'm setting up a website and have a section with wallpapers on it. Are the
> wallpapers from get-e.org under any kind of copyright, or am I free to use
> them as I want?
> 
> / Daniel
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Copyright?

2005-06-21 Thread Hisham Mardam Bey
Dear Daniel,

It depends on the wallpaper. Some are GPL, others are licensed
exclusively for get-e.org. Please prepare a list of what you would
like to use and email it to us so the team can study it and get back
to you.

Best Regards,
Hisham.

On 6/21/05, Daniel Ekström <[EMAIL PROTECTED]> wrote:
> Hi everybody!
> 
> I'm setting up a website and have a section with wallpapers on it. Are the
> wallpapers from get-e.org under any kind of copyright, or am I free to use
> them as I want?
> 
> / Daniel
> 
> 
> ---
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17 :: transparent window borders ?

2005-06-08 Thread Hisham Mardam Bey
the short answer is no (=

(not until e17 has a working compositing manager that is)

On 5/18/05, Jérémy Compostella <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Is there a way to create e17 main theme with transparents borders ?
> 
> Thx,
> Jerry
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
> a projector? How fast can you ride your desk chair down the office luge track?
> If you want to score the big prize, get to know the little guy.
> Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Description / Status of e17/apps or misc

2005-05-18 Thread Hisham Mardam Bey
yes it is.

On 5/18/05, Ron Lau <[EMAIL PROTECTED]> wrote:
> Hola!
> 
> Does anyone know which apps in CVS are supposed to build and which are
> known to be broken or abandoned?
> 
> For instance, is ebindings broken right now?
> 
> 
> pyrrho:/src/e17/apps/ebindings> ./autogen.sh --prefix=/usr
> processing .
> Running aclocal -I /opt/gnome/share/aclocal -I /opt/gnome/share/aclocal
> -I /opt/gnome/share/aclocal -I /opt/gnome/share/aclocal ...
> acinclude.m4:29: warning: underquoted definition of AC_PATH_GENERIC
>   run info '(automake)Extending aclocal'
>   or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
> /opt/gnome/share/aclocal/libIDL.m4:6: warning: underquoted definition of
> AM_PATH_LIBIDL
> /opt/gnome/share/aclocal/ORBit.m4:4: warning: underquoted definition of
> AM_PATH_ORBIT
> /usr/share/aclocal/libast.m4:11: warning: underquoted definition of
> AST_CHECK_LIBAST
> /usr/share/aclocal/libast.m4:72: warning: underquoted definition of
> AST_SIZE_TYPE
> /usr/share/aclocal/libast.m4:89: warning: underquoted definition of
> AST_REGEXP_SUPPORT
> /usr/share/aclocal/libast.m4:153: warning: underquoted definition of
> AST_X11_SUPPORT
> /usr/share/aclocal/libast.m4:183: warning: underquoted definition of
> AST_IMLIB2_SUPPORT
> /usr/share/aclocal/libast.m4:219: warning: underquoted definition of
> AST_MMX_SUPPORT
> /usr/share/aclocal/libast.m4:243: warning: underquoted definition of
> AST_STD_CHECKS
> /usr/share/aclocal/libast.m4:279: warning: underquoted definition of
> AST_PROG_CHECKS
> /usr/share/aclocal/libast.m4:291: warning: underquoted definition of
> AST_VAR_CHECKS
> /usr/share/aclocal/libast.m4:311: warning: underquoted definition of
> AST_HEADER_CHECKS
> /usr/share/aclocal/libast.m4:318: warning: underquoted definition of
> AST_FUNC_CHECKS
> /usr/share/aclocal/libast.m4:328: warning: underquoted definition of
> AST_TYPE_CHECKS
> /usr/share/aclocal/libast.m4:339: warning: underquoted definition of
> AST_ARG_DEBUG
> /usr/share/aclocal/libast.m4:360: warning: underquoted definition of
> AST_ARG_REGEXP
> /usr/share/aclocal/libast.m4:368: warning: underquoted definition of
> AST_ARG_BACKQUOTE_EXEC
> /usr/share/aclocal/libast.m4:391: warning: underquoted definition of
> AST_FLAGS
> /usr/share/aclocal/libast.m4:403: warning: underquoted definition of
> AST_STATUS
> /usr/share/aclocal/libast.m4:429: warning: underquoted definition of
> dps_snprintf_oflow
> /usr/share/aclocal/libast.m4:466: warning: underquoted definition of
> dps_vsnprintf_oflow
> /usr/share/aclocal/libast.m4:512: warning: underquoted definition of
> dps_symlink_open_bug
> /usr/share/aclocal/libast.m4:586: warning: underquoted definition of
> dps_rlimit_nproc
> /usr/share/aclocal/libast.m4:634: warning: underquoted definition of
> dps_rlimit_memlock
> /usr/share/aclocal/avifile.m4:21: warning: underquoted definition of
> AM_PATH_AVIFILE
> Running autoheader...
> Running automake --gnu  ...
> Makefile.am: required file `./NEWS' not found
> Makefile.am: required file `./ChangeLog' not found
> automake not found or command failed. Aborting!
> Running ./configure --prefix=/usr ...
> ./autogen.sh: line 149: ./configure: No such file or directory
> configure not found or command failed. Aborting!
> 
> 
> 
> 
> --
> R.
> 
> 
> 
> ---
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on mac?

2005-05-02 Thread Hisham Mardam Bey
sorry about that.

I'll clip all the extra text from now on. the wierd thing is that it
should everything well here. perhaps its got to do with the new
formatting rules they have?


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E on mac?

2005-05-02 Thread Hisham Mardam Bey
This is not to be misconfused with the fact that E will only run in
Xnest or another X server on OSX.

On 5/2/05, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote:
> On Sun, 01 May 2005 13:21:36 -0600 emby <[EMAIL PROTECTED]> babbled:
> 
> >
> > I just bought a mac mini in order to run some software (DEVONthink) that
> > only runs on macs. Of course, I'd rather run E on this box as I'm really
> > addicted to virtual desktops (among many other reasons :)), and I'm
> > wondering whether apps built for the mac will run on E, and whether
> > anyone has had good or bad experiences using enlightenment on a mac. I
> > don't mind either E16 or 17; they're both great.
> 
> several devs use efl / e17 and run it on ppc - even on osx! :)
> 
> >
> > mb
> >
> >
> > ---
> > This SF.Net email is sponsored by: NEC IT Guy Games.
> > Get your fingers limbered up and give it your best shot. 4 great events, 4
> > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
> > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> 
> --
> - Codito, ergo sum - "I code, therefore I am" --
> The Rasterman (Carsten Haitzler)[EMAIL PROTECTED]
> 裸好多  [EMAIL PROTECTED]
> Tokyo, Japan (東京 日本)
> 
> 
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.
> Get your fingers limbered up and give it your best shot. 4 great events, 4
> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


Re: [e-users] pager transparency

2005-04-26 Thread Hisham Mardam Bey
Please use http://get-e.org/ as the one you specified is a mirror and
not the primary site.

On 4/27/05, Daniel Kozlowski <[EMAIL PROTECTED]> wrote:
> There are a few themes that do that for you i know for a fact that the
> clean theme and the thet theme both have transparent/mostly transparent
> pagers. you can get them at http://www.us.get-e.org
> 
> On Tue, 2005-04-26 at 21:22 -0400, Avinash Sridhar wrote:
> > Hi,
> > I've built DR17 from CVS last night and i was wondering if there is a
> > way to get my pager to be transparent ?
> >
> > Thanks in advance.
> --
> Windows: A 32 bit Shell and GUI to a 16-bit patch to a 8-bit Operating
> System, coded for a 4-bit microprocessor, originally developed by a 2
> bit company that can't stand 1 bit of competition
> 
> 
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id5hix
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


[e-users] get-e.org (E17 user portal)

2005-04-24 Thread Hisham Mardam Bey
Get-E (or Get Enlightened) is a site for Enlightenment DR17 (and the
Enlightenment Foundation Libraries) that includes all sorts of user
oriented docs aimed at helping users get started with E17. The site
covers everything from installing E17 (cvs, debs, portage...) to
getting themes and setting them up. The site also includes themes for
E17, icon packs, Evidence themes, and much more. Although E17 is not
supported yet, this site tries to answer most of the questions people
could have about using it. You can find the site at http://get-e.org/


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Another e17setroot-related question...

2005-04-21 Thread Hisham Mardam Bey
oh, you can, also create .order and eapp files in ~/.e/e/applications/startup

On 4/21/05, Hisham Mardam Bey <[EMAIL PROTECTED]> wrote:
> if you really must do this, you can have somehting like:
> 
> enlightenment&
> sleep XX
> e17setroot 
> 
> where XX is the amount of time until E starts.
> But again, ugly (=
> 
> 
> On 4/21/05, Daniel Ekström <[EMAIL PROTECTED]> wrote:
> > Does anyone have a good solution to have e17setroot set the
> > background automaticly everytime you start e17?
> > I've tried adding it to xinitrc with no luck...
> >
> > ---
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > ___
> > enlightenment-users mailing list
> > enlightenment-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >
> 
> --
> Hisham Mardam Bey
> MSc (Computer Science)
> http://hisham.cc/
> +9613609386
> Codito Ergo Sum (I Code Therefore I Am)
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Another e17setroot-related question...

2005-04-21 Thread Hisham Mardam Bey
if you really must do this, you can have somehting like:

enlightenment&
sleep XX
e17setroot 

where XX is the amount of time until E starts.
But again, ugly (=


On 4/21/05, Daniel Ekström <[EMAIL PROTECTED]> wrote:
> Does anyone have a good solution to have e17setroot set the
> background automaticly everytime you start e17?
> I've tried adding it to xinitrc with no luck...
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] problems qith e17setroot

2005-04-18 Thread Hisham Mardam Bey
you might wanna peform a general update of efl and install Eterm's Esetroot

On 4/18/05, Guillermo Movia <[EMAIL PROTECTED]> wrote:
> I'm trying to change the background image of my desktop with this
> tool, but i had the follow error:
> 
> edje_cc: Opening "/tmp/edje_cc.edc-tmp-UX2j1d" for input
> edje_cc: Parsing input file
> edje_cc: Parsing done
> edje_cc: Wrote   236 bytes (   0Kb) for "edje_file" header
> edje_cc: Error. unable to load image for image "e17_bg_sky_tree.eet"
> part entry to /home/iyisus/.e/e/backgrounds/e17_bg_sky_tree.edj
> sh: line 1: Esetroot: command not found
> 
> What is and where is the esetroot command? Isn't in the e_utils package?
> 
> Thanks
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&opclick
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Problems in esmart compilation from CVS ans snapshots

2005-04-16 Thread Hisham Mardam Bey
esmart_container_plugin.c:6:18: ltdl.h: No such file or directory

a quick package search shows:
usr/include/ltdl.h  devel/libltdl3-dev
usr/share/libtool/libltdl/ltdl.hdevel/libtool

I think you want the first one.

On 4/17/05, Guillermo Movia <[EMAIL PROTECTED]> wrote:
> Hi, i tried compiling esmart library in both types, and with both have
> the same error at 'make' instance:
> 
> then mv -f ".deps/esmart_container_plugin.Tpo"
> ".deps/esmart_container_plugin.Plo"; else rm -f
> ".deps/esmart_container_plugin.Tpo"; exit 1; fi
>  gcc -DHAVE_CONFIG_H -I. -I. -I../../../src
> -I../../../src/lib/esmart_container -I/usr/local/include
> -I/usr/local/include -g -O2 -Wall -MT esmart_container_plugin.lo -MD
> -MP -MF .deps/esmart_container_plugin.Tpo -c esmart_container_plugin.c
>  -fPIC -DPIC -o .libs/esmart_container_plugin.o
> esmart_container_plugin.c:6:18: ltdl.h: No such file or directory
> esmart_container_plugin.c: In function `_container_layout_plugin_new':
> esmart_container_plugin.c:64: warning: implicit declaration of
> function `lt_dlinit'
> esmart_container_plugin.c:67: warning: implicit declaration of
> function `lt_dlerror'
> esmart_container_plugin.c:67: warning: format argument is not a pointer (arg 
> 3)
> esmart_container_plugin.c:70: warning: implicit declaration of
> function `lt_dlopen'
> esmart_container_plugin.c:70: warning: assignment makes pointer from
> integer without a cast
> esmart_container_plugin.c:81: warning: assignment makes pointer from
> integer without a cast
> esmart_container_plugin.c:84: warning: format argument is not a pointer (arg 
> 3)
> esmart_container_plugin.c:90: warning: implicit declaration of
> function `lt_dlsym'
> esmart_container_plugin.c:90: warning: assignment makes pointer from
> integer without a cast
> esmart_container_plugin.c:95: warning: format argument is not a pointer (arg 
> 3)
> esmart_container_plugin.c: In function `_container_layout_plugin_free':
> esmart_container_plugin.c:115: warning: implicit declaration of
> function `lt_dlclose'
> esmart_container_plugin.c:118: warning: format argument is not a
> pointer (arg 3)esmart_container_plugin.c:124: warning: implicit
> declaration of function `lt_dlexit'
> make[5]: *** [esmart_container_plugin.lo] Error 1
> 
> Someone can see the problem or certain solution?
> Thanks
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&opclick
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E Application framwork

2005-03-15 Thread Hisham Mardam Bey
I was talking about this to Andy actually. This sort of follows the
concept the Apple people use for their menus. Except we're moving all
applications menus / buttons away from the application to a central
location.  You could, I guess, have a special tool bar that appears
when a certain app is running and focused. Sort of like a hidden bar
on the top of the screen (or where ever the use places it) and a
hidden Engage like bar which appear when the mouse is moved towards
them. We could, ofcourse, scape the whole hidden idea.

Take a look here for a partial mockup.

http://www.deviantart.com/view/16144658/
http://www.deviantart.com/view/16144908/

On Tue, 15 Mar 2005 23:38:32 -, Martin White <[EMAIL PROTECTED]> wrote:
> I agree that it would certainly seem to be a cleaner look and I guess
> argueably more natural to how you would work at a conventional desk and I do
> kindof like the idea... - there's a but coming :)
> 
> But, I'm not convinced that removing the application's frame complete with
> it's one stop shop of toolbars would necessarily be productive. All of a
> sudden you'd now have to go through several mouse clicks to bring up the
> menu, invariably a sub menu (even if it were contextual to the application)
> and ultimately another click for the thing you want to do...
> 
> However, to try and counter this with a constructive alternative, how about
> moving the application's main toolbar icons to the icon bar and make that
> contextual to the application that has focus (as well as the standard
> launcher icons of course).
> 
> I'm purely talking concept here, I've no idea if the hooks and links to make
> this possible even exist. One day maybe I'll have the time to get a bit more
> involved and learn how some of the code framework works.
> 
> Regards,
> Martin.
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Thijs
> Thiessens
> Sent: 15 March 2005 20:29
> To: Enlightenment-users
> Subject: [e-users] E Application framwork
> 
> Hello!
> 
> I've been experimenting with some code.. I want to build a kind of
> framework that allows me to be working more naturally with a computer.
> 
> Look at http://thies061.speed.planet.nl/libura/e/mockup/libura_Ecalc.png
> 
> You'll see their a spreadsheet. Look at it if it was just a piece of
> paper you have put on your desk. Depending on what you are currently use
> the paper for and what types of data you are working on, the e17 main
> menu should include the types of option that you need. The paper could
> as easily be a word document:
> http://thies061.speed.planet.nl/libura/e/mockup/libura_Ewriter.png
> A PDF, a 3D environment a webpage or whatever.
> 
> So I need to develop a way that includes dynamic changing of the e17
> menu based on the type of paper currently and the specific types of data
> that has the focus. This way ( i think) could lead to a more elegant en
> more natural way of viewing and working with applications in computing
> environments. That is.. you roll a new piece of paper to your desktop en
> specify what it should be: a letter, a presentation, a picture, a
> message, a collection of financial records, a movie etc..
> 
> Any comments? Or suggestions? Or you think it's as stupid as hell. ;)
> 
> Have a nice day all!
> 
> Thijs Thiessens
> 
> The Netherlands
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id396&opclick
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] E Application framwork

2005-03-15 Thread Hisham Mardam Bey
I love the concept. I think its very intuitive and help when you want
to do one thing at a time. I'm not sure as to how the menus can change
though, thats a bit tricky I suppose.

I'd really like to stay updated with all the details of all of this.

Best Regards,
hisham.


On Tue, 15 Mar 2005 21:29:06 +0100, Thijs Thiessens
<[EMAIL PROTECTED]> wrote:
> Hello!
> 
> I've been experimenting with some code.. I want to build a kind of
> framework that allows me to be working more naturally with a computer.
> 
> Look at http://thies061.speed.planet.nl/libura/e/mockup/libura_Ecalc.png
> 
> You'll see their a spreadsheet. Look at it if it was just a piece of
> paper you have put on your desk. Depending on what you are currently use
> the paper for and what types of data you are working on, the e17 main
> menu should include the types of option that you need. The paper could
> as easily be a word document:
> http://thies061.speed.planet.nl/libura/e/mockup/libura_Ewriter.png
> A PDF, a 3D environment a webpage or whatever.
> 
> So I need to develop a way that includes dynamic changing of the e17
> menu based on the type of paper currently and the specific types of data
> that has the focus. This way ( i think) could lead to a more elegant en
> more natural way of viewing and working with applications in computing
> environments. That is.. you roll a new piece of paper to your desktop en
> specify what it should be: a letter, a presentation, a picture, a
> message, a collection of financial records, a movie etc..
> 
> Any comments? Or suggestions? Or you think it's as stupid as hell. ;)
> 
> Have a nice day all!
> 
> Thijs Thiessens
> 
> The Netherlands
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Fonts in Eterm

2005-03-08 Thread Hisham Mardam Bey
you really want to use a different font altogether. Eterm's fonts are
PCF which are not scalable. You can use smoothansi.pcf (or smooth.pcf)
or vga.pcf

Install them, then go: Eterm -F vga or Eterm -F smooth / smoothansi

Installing them can be done like this:

cat /home/hisham/Scripts/addfont.sh

#!/bin/bash
sudo cp $1 /usr/lib/X11/fonts/misc/
cd /usr/lib/X11/fonts/misc
sudo mkfontdir
xset fp rehash
#sudo /etc/init.d/xfs restart

I hope this helps. (=

Hisham / CodeWarrior

On Tue, 08 Mar 2005 11:29:00 -0500, Peter Hyman <[EMAIL PROTECTED]> wrote:
> I recently changed the resolution of my display to 1600x1200.
> 
> Fonts in Eterm have become ridiculously small and unreadable.
> 
> What changes need I make to the themes.cfg file in order to change the
> base font sizes?  Thx.
> 
> Snippet from ~/.Eterm/themes/Eterm/themes.cfg
> 
> begin attributes
> title [EMAIL PROTECTED]:~
> name Eterm
> iconname [EMAIL PROTECTED]:~
> scrollbar_type motif
> scrollbar_width 10
> font default 3
> font proportional 0
> font 0 5x7
> font 1 6x10
> font 2 fixed
> font 3 8x13
> font 4 9x15
> font effects bottom_right 0x
> end attributes
> 
> --
> Peter
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Last usable cvs-snapshot

2005-02-28 Thread Hisham Mardam Bey
Its usable. Most of compile it every day. Whats the problem exactly?

On Mon, 28 Feb 2005 14:29:26 +0100, Jasper <[EMAIL PROTECTED]> wrote:
> I am using CVS, but the last two or three days when I try to install E17
> _using_ CVS, I don't get a working system. So I'm asking for a date it
> was usable, so I can get it with CVS. Get the point?
> 
> Jasper
> 
> Hisham Mardam Bey wrote:
> > Why dont you get CVS? Intructions are on sf.net/projects/enlightenment
> >
> >
> > On Mon, 28 Feb 2005 11:07:41 +0100, Jasper <[EMAIL PROTECTED]> wrote:
> >
> >>Hello,
> >>
> >>I'm running Debian Sid here, and I'd like install E17 using  CVS. But so
> >>far the snapshot's I've tried didn't work very well (or not at all). So
> >>can anyone tell me a date on which there was a usable snapshot?
> >>
> >>Thank you in advance,
> >>Jasper.
> >>
> >>---
> >>SF email is sponsored by - The IT Product Guide
> >>Read honest & candid reviews on hundreds of IT Products from real users.
> >>Discover which products truly live up to the hype. Start reading now.
> >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> >>___
> >>enlightenment-users mailing list
> >>enlightenment-users@lists.sourceforge.net
> >>https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >>
> >
> >
> >
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] Last usable cvs-snapshot

2005-02-28 Thread Hisham Mardam Bey
Why dont you get CVS? Intructions are on sf.net/projects/enlightenment


On Mon, 28 Feb 2005 11:07:41 +0100, Jasper <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I'm running Debian Sid here, and I'd like install E17 using  CVS. But so
> far the snapshot's I've tried didn't work very well (or not at all). So
> can anyone tell me a date on which there was a usable snapshot?
> 
> Thank you in advance,
> Jasper.
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


Re: [e-users] e17setroot + Xinerama

2005-02-25 Thread Hisham Mardam Bey
e17setroot is not aware of xinerama. it all depends on how E treats it
or what the display variable is using. I'll look into it to see how /
if we could fix.


On Thu, 24 Feb 2005 20:22:01 + (GMT), Steve Hill <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> I'm experimenting with E17 on a dual-head Xinerama system.  If I try to
> set the background with e17setroot it ends up setting it on whichever
> monitor the mouse is on - is there any way to tell it to set it on a
> specific monitor or both?
> 
>   - Steve   Jabber: [EMAIL PROTECTED] Web: http://www.nexusuk.org/
> 
>   Servatis a periculum, servatis a maleficum - Whisper, Evanescence
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.2.6 (GNU/Linux)
> Comment: Public key available at http://www.nexusuk.org/pubkey.txt
> 
> iD8DBQFCHjdr5zUOsIV3bqERAtljAJ914Ub8ScWMejx2Aeqe/19cHEoaPACgk9Db
> dBejFNZO2lJYpcDvfVemyBg=
> =i2XJ
> -END PGP SIGNATURE-
> 
> ---
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> ___
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users


  1   2   >