Re: [e-users] simple clock module

2005-10-02 Thread adi
Hi, i know the link was down... now it should work. those files are now outdated and i will repack the files and write a README about how to include them in in the cvs adi On 03/10/05, Benone Marcos <[EMAIL PROTECTED]> wrote: > adi wrote: > > >Hello, > > > >I was not happy with the default e17

Re: [e-users] keybindings lockup

2005-10-02 Thread jochen
DRAKE_Dalfa-TheEnlightenedOne wrote: > el Mon, 03 Oct 2005 11:52:56 +1300 > jochen <[EMAIL PROTECTED]> escribio: > > >>>hi >>> >>>i know what the problem was, its remember settings if i activate it happen, >>>disable remember settings >>> >> >>now that's not really a solution is it?! ;) > > >

RE: [e-users] modules issues

2005-10-02 Thread Gorman, Mitch
Title: RE: [e-users] modules issues >Mitch Gorman escribió: >>    for about the past week, i've been encountering the following error >> messages at startup and whenever attempting to load a module: >> >> There was an error loading module named: [name].  The full path to this >> module is

Re: [e-users] Missing Icons

2005-10-02 Thread Jim Summers
David Seikel wrote: On Sat, 01 Oct 2005 09:24:32 -0500 Jim Summers <[EMAIL PROTECTED]> wrote: After recently updating my enlightenment (e17), I no longer have any icon in the upper left corner of any windows. Go through all the directories under ~/.e/e/applications, and delete all .eap.cach

Re: [e-users] keybindings lockup

2005-10-02 Thread DRAKE_Dalfa-TheEnlightenedOne
el Mon, 03 Oct 2005 11:52:56 +1300 jochen <[EMAIL PROTECTED]> escribio: > > hi > > > > i know what the problem was, its remember settings if i activate it happen, > > disable remember settings > > > now that's not really a solution is it?! ;) ehh, if you look i say "i known what the problem

Re: [e-users] edje_object_part_text_get problems

2005-10-02 Thread The Rasterman
On Sun, 2 Oct 2005 03:14:44 +0300 adi <[EMAIL PROTECTED]> babbled: > Can somebody tell me how to get the text from an edge object part > > i do this: > > const char *buf = edje_object_part_text_get(edge_object, "part_name"); > > but i can only get the text if i previously set it with > edje_obj

Re: [e-users] Re: edje_object_part_text_get problems

2005-10-02 Thread The Rasterman
On Sun, 2 Oct 2005 03:35:59 +0300 adi <[EMAIL PROTECTED]> babbled: > ok... > > so i found edje_object_part_state_get. > > i just want to get a char* from and edje file and use it in my > program, so now i set a part and name it's state as i wish. OR maybe better ven emit signals or send edje me

Re: [e-users] Compile error in e

2005-10-02 Thread The Rasterman
On Fri, 30 Sep 2005 14:11:02 -0600 Scott Fors <[EMAIL PROTECTED]> babbled: > I'm running Suse 9.3 and up til recently I could compile from CVS but for the > las week or so I'm now getting the following error... I'm installing to > usr/local/bin and every thing seems to be in the path... update ec

Re: [e-users] e17: dual display issue

2005-10-02 Thread The Rasterman
On Sun, 02 Oct 2005 23:45:28 +0200 krims0n <[EMAIL PROTECTED]> babbled: > I would have if the option was there :) I do have 2 container menu's, > one per screen, but they are further down in the menu tree. The options > I have per container is edit, size and module specific options, but no > enabl

Re: [e-users] Missing Icons

2005-10-02 Thread The Rasterman
On Mon, 3 Oct 2005 05:52:56 +1000 David Seikel <[EMAIL PROTECTED]> babbled: > On Sat, 01 Oct 2005 09:24:32 -0500 Jim Summers <[EMAIL PROTECTED]> > wrote: > > > After recently updating my enlightenment (e17), I no longer have any > > icon in the upper left corner of any windows. > > Go through a

Re: [e-users] Missing Icons

2005-10-02 Thread Alan Trick
A while ago they did some major changes to the eap file format and they changed the extention from eapp to eap. If you hadn't updated e for a long time this could be the problem. You'll just have to rename them all. Jim Summers wrote: > Hello List, > > After recently updating my enlightenment (e1

Re: [e-users] naughty background, flees!!

2005-10-02 Thread Alan Trick
I don't know about the first problem, but I can answer the bonus one (I think). Enlightenment pulls the backgrounds from several places. ~/.e/e/backgrounds is one of them - It also has the backgrounds for each of your themes as well ~/.e/e/themes and the default system theme. I wish there was some

Re: [e-users] naughty background, flees!!

2005-10-02 Thread David Seikel
I don't know about your MIA background, I haven't even downloaded that one yet. But... On Sun, 2 Oct 2005 22:48:55 +0200 Fernando Meira <[EMAIL PROTECTED]> wrote: > Bonus question: I have 6 bgs inside .e/e/backgrounds/ but Emblem > shows me a lot more (15 to be precise), some of them equal!! How

Re: [e-users] send window to

2005-10-02 Thread The Rasterman
On Fri, 30 Sep 2005 15:43:54 -0500 Dave Williams <[EMAIL PROTECTED]> babbled: > Lucas Goss wrote: > >>Left-clicking on the upper left corner of the window icon will bring > > > > > > I meant the upper left corner of the window, where the application > > Errum... except I don't have any icons

[e-users] edje_object_part_text_get problems

2005-10-02 Thread adi
Can somebody tell me how to get the text from an edge object part i do this: const char *buf = edje_object_part_text_get(edge_object, "part_name"); but i can only get the text if i previously set it with edje_object_part_text_set. thanks adi ---

[e-users] e17: dual display issue

2005-10-02 Thread krims0n
Hi there, I've been using e17 for a few days now. Must say it rocks and is fast. I have one issue with it atm. I've got an ATI card with 2 flatpanels connected to it, one 1600x1200 and one 1280x1024. I'm using the ATI drivers and as such am unable to use Xinerama (they don't work together). The AT

Re: [e-users] e17 newbie

2005-10-02 Thread jochen
Marcel Sugano wrote: > Thanks for your answer, so... > > On 10/2/05, jochen <[EMAIL PROTECTED]> wrote: > >>I don't quite understand what you mean. If you start X with startx, you >>should put a line like: 'exec enlightenment' into your .xinitrc. > > [...] > Well, i get the sources from cvs,

Re: [e-users] keybindings lockup

2005-10-02 Thread jochen
DRAKE_Dalfa-TheEnlightenedOne wrote: > el Thu, 29 Sep 2005 11:53:41 +1200 > jochen <[EMAIL PROTECTED]> escribio: > > >>Hi, >> >>I have been experiencing some keybindings lockups lately. By lockups I >>mean, sometimes the keybindings, e.g. for changing the desktop don't >>work, and I have to switc

Re: [e-users] send window to

2005-10-02 Thread Bertrand Jacquin
Ahhh You use e16. You need to unstik the window (Alt-RightClick on the window) then go to the vdesktop you want then stik the window (Alt-RightClick on the window) On 9/30/05, Dave Williams <[EMAIL PROTECTED]> wrote: > Lucas Goss wrote: > >>Left-clicking on the upper left corner of the window icon

Re: [e-users] simple clock module

2005-10-02 Thread Benone Marcos
adi wrote: Hello, I was not happy with the default e17 clock because it was using 6% of my CPU so i created a text clock module. you can see a screenshot here http://c7obs.net/~adi/projects/e17/tclock.png and if you are interested in such a module write me and i will send you the files. now

Re: [e-users] e17 newbie

2005-10-02 Thread Marcel Sugano
Thanks for your answer, so... On 10/2/05, jochen <[EMAIL PROTECTED]> wrote: > I don't quite understand what you mean. If you start X with startx, you > should put a line like: 'exec enlightenment' into your .xinitrc. [...] Well, i get the sources from cvs, scratched a script to compile it in t

Re: [e-users] Using Gdesklets with E16

2005-10-02 Thread Robert G. Werner
Paulo Jorge Matos <[EMAIL PROTECTED]> fired a flaming arrow at my monitor on 10/01/2005 5:34 AM -0700 with this note attached: > Hi all, > > Has anyone had any luck using gdesklets with E16??? > > Cheers, > -- > Paulo Jorge Matos - pocm at sat inesc-id pt [snip] The WM shouldn't make any differen

Re: [e-users] keybindings lockup

2005-10-02 Thread DRAKE_Dalfa-TheEnlightenedOne
el Thu, 29 Sep 2005 11:53:41 +1200 jochen <[EMAIL PROTECTED]> escribio: > Hi, > > I have been experiencing some keybindings lockups lately. By lockups I > mean, sometimes the keybindings, e.g. for changing the desktop don't > work, and I have to switch desktops using the pager, after that they >

Re: [e-users] send window to

2005-10-02 Thread Lucas Goss
Yeah I think it makes a difference. You must be on e16, as e17 has a different menu. Anyways, I'm not sure what options are available on e16, anyone else know if "send to" is possible on e16? --- This SF.Net email is sponsored by: Power Architec

Re: [e-users] e17 newbie

2005-10-02 Thread jochen
Marcel Sugano wrote: > Hello there! > > I was using DR16.X a long time, and now, i have started the trail to DR17. > I've been using e17 downloaded from freedesktop.org, and i like a lot > and appreciate the great work that it's been done by the team. > Yesterday, was the first time I try to downl

[e-users] simple clock module

2005-10-02 Thread adi
Hello, I was not happy with the default e17 clock because it was using 6% of my CPU so i created a text clock module. you can see a screenshot here http://c7obs.net/~adi/projects/e17/tclock.png and if you are interested in such a module write me and i will send you the files. now i don't know w

Re: [e-users] e17: dual display issue

2005-10-02 Thread krims0n
I would have if the option was there :) I do have 2 container menu's, one per screen, but they are further down in the menu tree. The options I have per container is edit, size and module specific options, but no enable/disable function. So the menu is like this: Modules->Clock->About

Re: [e-users] send window to

2005-10-02 Thread adi
Hi, i think that you have e16... definitely not e17, and i don't know anything about e16, sorry. try to install e17 which has that functionality bye Adi On 30/09/05, Dave Williams <[EMAIL PROTECTED]> wrote: > Lucas Goss wrote: > >>Left-clicking on the upper left corner of the window icon will br

[e-users] e17 newbie

2005-10-02 Thread Marcel Sugano
Hello there! I was using DR16.X a long time, and now, i have started the trail to DR17. I've been using e17 downloaded from freedesktop.org, and i like a lot and appreciate the great work that it's been done by the team. Yesterday, was the first time I try to download the sources from CVS and comp

[e-users] Using Gdesklets with E16

2005-10-02 Thread Paulo Jorge Matos
Hi all, Has anyone had any luck using gdesklets with E16??? Cheers, -- Paulo Jorge Matos - pocm at sat inesc-id pt Web: http://sat.inesc-id.pt/~pocm Computer and Software Engineering INESC-ID - SAT Group --- This SF.Net email is sponsored by:

Re: [e-users] Compile error in e

2005-10-02 Thread David Seikel
On Fri, 30 Sep 2005 14:11:02 -0600 Scott Fors <[EMAIL PROTECTED]> wrote: > I'm running Suse 9.3 and up til recently I could compile from CVS but > for the las week or so I'm now getting the following error... I'm > installing to usr/local/bin and every thing seems to be in the path... I'm also ru

[e-users] Re: modules issues

2005-10-02 Thread Mitch Gorman
Mitch Gorman wrote: for about the past week, i've been encountering the following error messages at startup and whenever attempting to load a module: There was an error loading module named: [name]. The full path to this module is [name]/linux-gnu-i686/module.so The error reported was:

Re: [e-users] blue_eyed-0.5.9 theme

2005-10-02 Thread Fernando Meira
Yes Didier, my problem was that I was running a 2-week old cvs system. After updating it, the theme started to work correctly. I also noticed that huge clock when loading the theme. No other odd behaviour to add :) Thanks, FernandoOn 10/2/05, Didier Casse <[EMAIL PROTECTED]> wrote: On 9/30/05, F

[e-users] Compile error in e

2005-10-02 Thread Scott Fors
I'm running Suse 9.3 and up til recently I could compile from CVS but for the las week or so I'm now getting the following error... I'm installing to usr/local/bin and every thing seems to be in the path... Any ideas what I'm missing e_win.o(.text+0x5c9): In function `e_win_show': /home/bagger/e

[e-users] naughty background, flees!!

2005-10-02 Thread Fernando Meira
Hi, this problem may be similar to Jim's "Missing Icons".. but I didn't want to hijack his topic.. so here it goes: I been trying to use the newest background "e17_bg_ocean.edj" available in get-e.org. Must confess that it is just amazing.. it fits just like a glove in my desktop... well apart tha

[e-users] Re: edje_object_part_text_get problems

2005-10-02 Thread adi
ok... so i found edje_object_part_state_get. i just want to get a char* from and edje file and use it in my program, so now i set a part and name it's state as i wish. problem solved bye adi On 02/10/05, adi <[EMAIL PROTECTED]> wrote: > Can somebody tell me how to get the text from an edge obje

[e-users] difference between ewl and etk

2005-10-02 Thread Виктор Кожухаров
and generally, why do we have 2 toolkit libraries for one project? People are trying to have only one such library for the entire system, and yet e has 2 of them. what gives? --- This SF.Net email is sponsored by: Power Architecture Resource Ce

Re: [e-users] send window to

2005-10-02 Thread Fernando Meira
On 9/30/05, Dave Williams <[EMAIL PROTECTED]> wrote: Janusz Bossy wrote:> You can also drag the window icon to the desktop on the pager. I think.  I just found that out.  Nifty. I never have tried this one... damn.. beautiful :) Both the window icon and the pager window miniature... drag it at wil

Re: [e-users] Missing Icons

2005-10-02 Thread DM
Jim Summers wrote: Hello List, After recently updating my enlightenment (e17), I no longer have any icon in the upper left corner of any windows. I scanned through the archives and didn't find any clues, but it seems like I have seen this problem mentioned before. I am using the default t

Re: [e-users] send window to

2005-10-02 Thread Dave Williams
Janusz Bossy wrote: You can also drag the window icon to the desktop on the pager. I think. I just found that out. Nifty. On a side note, is there a way to *stop* the pager from doing that? I guess I'm used to clicking while the mouse is moving, and I keep sliding the windows around on

Re: [e-users] Missing Icons

2005-10-02 Thread David Seikel
On Sat, 01 Oct 2005 09:24:32 -0500 Jim Summers <[EMAIL PROTECTED]> wrote: > After recently updating my enlightenment (e17), I no longer have any > icon in the upper left corner of any windows. Go through all the directories under ~/.e/e/applications, and delete all .eap.cache.cfg files. E17 now

Re: [e-users] modules issues

2005-10-02 Thread Chema Ollés
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mitch Gorman escribió: >for about the past week, i've been encountering the following error > messages at startup and whenever attempting to load a module: > > There was an error loading module named: [name]. The full path to this > module is [na

[e-users] Missing Icons

2005-10-02 Thread Jim Summers
Hello List, After recently updating my enlightenment (e17), I no longer have any icon in the upper left corner of any windows. I scanned through the archives and didn't find any clues, but it seems like I have seen this problem mentioned before. I am using the default theme, rpm install on

Re: [e-users] blue_eyed-0.5.9 theme

2005-10-02 Thread Didier Casse
On 9/30/05, Fernando Meira <[EMAIL PROTECTED]> wrote: > hi, > is there anyone using this theme? > > I have just download it, but I can't make any use of the title bar. > Clicks on the title bar or on the three buttons are not doing anything at > all. > > Any idea? No I can't reproduce this and

Re: [e-users] e17: dual display issue

2005-10-02 Thread Andrew Elcock
David Seikel wrote: On Sun, 02 Oct 2005 19:48:29 +0100 Andrew Elcock <[EMAIL PROTECTED]> wrote: did you try to untick "enabled" for only 1 container (the menu in the modules menu should list 2... So that's what container means. Now, what does zone mean? virtual desktop countainer -

Re: [e-users] e17: dual display issue

2005-10-02 Thread David Seikel
On Sun, 02 Oct 2005 19:48:29 +0100 Andrew Elcock <[EMAIL PROTECTED]> wrote: > did you try to untick "enabled" for only 1 container (the menu in the > modules menu should list 2... So that's what container means. Now, what does zone mean? pgpezan8j6KsH.pgp Description: PGP signature

Re: [e-users] e17: dual display issue

2005-10-02 Thread Andrew Elcock
did you try to untick "enabled" for only 1 container (the menu in the modules menu should list 2... krims0n wrote: Hi there, I've been using e17 for a few days now. Must say it rocks and is fast. I have one issue with it atm. I've got an ATI card with 2 flatpanels connected to it, one 1600x12

[e-users] e17: dual display issue

2005-10-02 Thread krims0n
Hi there, I've been using e17 for a few days now. Must say it rocks and is fast. I have one issue with it atm. I've got an ATI card with 2 flatpanels connected to it, one 1600x1200 and one 1280x1024. I'm using the ATI drivers (fglrx) and as such am unable to use Xinerama (they don't work together)

Re: [e-users] send window to

2005-10-02 Thread Fernando Meira
On 9/30/05, Dave Williams <[EMAIL PROTECTED]> wrote: Lucas Goss wrote:>>Left-clicking on the upper left corner of the window icon will bring>>> I meant the upper left corner of the window, where the application  Errum... except I don't have any icons in the titlebars!  There are two  icons on the l

Re: [e-users] send window to

2005-10-02 Thread Lucas Goss
> Can Enlightenment do something like this? How? Left-clicking on the upper left corner of the window icon will bring up a menu with send to. You can also drag the window to another desktop if you want. --- This SF.Net email is sponsored by:

[e-users] modules issues

2005-10-02 Thread Mitch Gorman
for about the past week, i've been encountering the following error messages at startup and whenever attempting to load a module: There was an error loading module named: [name]. The full path to this module is [name]/linux-gnu-i686/module.so The error reported was: (null). Would you lik