[e-users] File deletion bug

2011-12-12 Thread Benjamin Flanagin
Seems to be a bug in my install of enlightenment. I can't delete files in either EFM or the Wallpapers Module. The issue has been around for several svn updates so I'm not sure if it is a known bug or an issue with my system. Can anyone verify? Thanks, Ben --

Re: [e-users] How to adjust drop shadows?

2011-10-04 Thread Benjamin Flanagin
Check to see if the module is still loaded. Settings --> Modules --> Look. Select load if it doesn't have a green dot beside it. Then it should show up under Setting Panel --> Look. On Mon, Oct 3, 2011 at 6:58 PM, Lugo Teehalt wrote: > > -- > > Message: 2 > Date: Mon,

Re: [e-users] [ANNOUNCE] new settings-daemon module

2011-09-30 Thread Benjamin Flanagin
That was quick. :-) On Sep 30, 2011 5:40 PM, "hannes.janet...@gmail.com" < hannes.janet...@googlemail.com> wrote: > On Fri, Sep 30, 2011 at 4:11 PM, Benjamin Flanagin wrote: >> Stupid Question, but where can I find the xsettings module in svn ? >> > > it'

Re: [e-users] [ANNOUNCE] new settings-daemon module

2011-09-30 Thread Benjamin Flanagin
Stupid Question, but where can I find the xsettings module in svn ? On Sun, Sep 25, 2011 at 4:23 PM, hannes.janet...@gmail.com < hannes.janet...@googlemail.com> wrote: > On Sun, Sep 25, 2011 at 8:07 PM, Wido wrote: > > First, I don't know how to code, so I can't send patches :( (sorry for > that

Re: [e-users] Enlil Compile Issue

2011-08-02 Thread Benjamin Flanagin
Azy is an EFL library. I think its found under proto On Aug 2, 2011 3:05 PM, "Jeff Hoogland" wrote: > Link to the homepage for the source of that package? Not finding it in my > debian sources. > > On Tue, Aug 2, 2011 at 1:16 PM, Alan McKinnon wrote: > >> On Tue 02 August 2011 12:05:10 Jeff Hoogla

Re: [e-users] E crashing on startup

2011-07-29 Thread Benjamin Flanagin
Out of curiosity did you compile with epdf support? On Jul 29, 2011 9:38 AM, "Mark Dickie" wrote: > On 29 July 2011 03:41, Cedric BAIL wrote: > >> On Fri, Jul 29, 2011 at 1:46 AM, Mark Dickie >> wrote: >> > Here we go. Same crash - different pdf. r61866. >> >> Weird ! Could you send me the corru

Re: [e-users] Looking to get into e17 development.

2011-06-14 Thread Benjamin Flanagin
I've been playing around with the idea of setting up a website / wiki page that would give developers easy to follow howtos highlighting the efl in useful ways. Of course the core team would need to spot check me from time to time. If I knew there would be a need for a site I could find time. On J

Re: [e-users] Looking to get into e17 development.

2011-06-13 Thread Benjamin Flanagin
These are by no means complete as the efl is still under development but you can find a good amount of sample code under most of these sections. http://www.enlightenment.org/p.php?p=docs&l=e On Jun 13, 2011 1:45 PM, "daryl kuchay" wrote: > > I would appreciate this as well. I have used E off and

Re: [e-users] Menu Segfaults with Certain Icons

2011-05-10 Thread Benjamin Flanagin
ld > it be possible that the error is in the icon itself, and not in E? > > E shouldn't segfault, but if the icon is screwed, what else could be done? > > regards > > 2011/5/10 Benjamin Flanagin > >> Can do. As soon as my network stops

Re: [e-users] Menu Segfaults with Certain Icons

2011-05-10 Thread Benjamin Flanagin
Can do. As soon as my network stops screening. On May 10, 2011 10:14 AM, "Jeff Hoogland" wrote: -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel h

Re: [e-users] Menu Segfaults with Certain Icons

2011-05-10 Thread Benjamin Flanagin
I have two computers one bodhilinux one straight Ubuntu 11.04. Neither machine has a problem with the icons as described. Though I have had the problem in the past (on Ubuntu) the only non-application items installed on bodhilinux were those needed to get editje to work. I'm rebuilding e17 from sv

Re: [e-users] Menu Segfaults with Certain Icons

2011-05-06 Thread Benjamin Flanagin
Strangely I never had the issues you're describing on my system running bodhi with everything default and without compositing. (Installed tuxpaint to test). After running an update it seems the icons in the menus aren't always rendering. You might have traded an annoyance that could be worked aroun

Re: [e-users] Is there a mail client written for E17?

2011-04-20 Thread Benjamin Flanagin
Why not setup a set of goals for Applcations like you did for games and demos on the wiki? We could prioritize them into groups: "Must have", "Good to have", "Like to have". Those that are working on distros based around e17 would be a great source for what is "NEEDED" and what is "WANTED". Maybe

Re: [e-users] edje_object_part_external_object_get issues

2011-04-13 Thread Benjamin Flanagin
text" ""; bool: "editable" "1"; bool: "single line" "1"; bool: "password" "0"; } } } Any interaction with the entry will generate the err

[e-users] edje_object_part_external_object_get issues

2011-04-13 Thread Benjamin Flanagin
Using the above function I have set numerous scrolled_entries,spinners,and hoversels and can access most of the functions that the elm widget allows but I am getting this output every time I select an object ERR<3806>:elementary elm_widget.c:2174 elm_widget_type_check() Passing Object: 0x11df0d10,

Re: [e-users] Elementary fileselector weirdness

2011-03-24 Thread Benjamin Flanagin
the laptop displays the errors below. Thanks On Tue, Mar 22, 2011 at 10:21 PM, Benjamin Flanagin wrote: > You are correct sir. I must amend my previous statements and include that I > am embedding the elementary widget into a edj file via editje-bin. > > These are the errors that I ge

Re: [e-users] Elementary fileselector weirdness

2011-03-22 Thread Benjamin Flanagin
lm_widget_type_check() Passing Object: 0x12e04c78, of type: '(unknown)' when expecting type: 'fileselector' ERR<2637>:elementary elm_widget.c:2006 elm_widget_type_check() Passing Object: 0x12aac690, of type: 'fileselector_entry' when expecting type: 'win'

[e-users] Elementary fileselector weirdness

2011-03-22 Thread Benjamin Flanagin
I have a program with a fileselector_entry widget. The first time you use the file selector everything is fine and displays as expected. Subsequent calls to the fileselector however displays garbled or missing text including the cancel and ok buttons. Is this a known bug and more importantly is the

Re: [e-users] python-efl compilation issues.

2011-01-20 Thread Benjamin Flanagin
Yep, Cython version 0.14 Pyrex 0.9.8.5 (not sure if its needed anymore) On Thu, Jan 20, 2011 at 1:28 PM, rob wrote: > On 19/01/11 22:10, Benjamin Flanagin wrote: > > I having trouble compiling the python-efl bindings. This is the output. > I'm > > running Ubuntu 10.1

Re: [e-users] Filebrowser Flickering Issue

2011-01-20 Thread Benjamin Flanagin
udev and the distributions standard hot-plugging rules. On Thu, Jan 20, 2011 at 9:20 AM, Benjamin Flanagin wrote: > Correction, I just connected a USB drive to the computer, and once mounted > via fileman it recreates the .desktop file I was referring to in my last > email. > Thankf

Re: [e-users] Filebrowser Flickering Issue

2011-01-20 Thread Benjamin Flanagin
problem is with the removal of the .desktop file once the device is removed. Hope that helps. On Thu, Jan 20, 2011 at 9:08 AM, Benjamin Flanagin wrote: > I was able to fix the flicker issue by deleting a malformed .desktop file > found in .e/e/fileman/favorites/ . The file in questi

Re: [e-users] Filebrowser Flickering Issue

2011-01-20 Thread Benjamin Flanagin
I was able to fix the flicker issue by deleting a malformed .desktop file found in .e/e/fileman/favorites/ . The file in question was referencing a usbdrive that was no longer connected but the filename had a | in it. I have noticed similar issues with fileman when it comes to files that have any s

[e-users] python-efl compilation issues.

2011-01-19 Thread Benjamin Flanagin
I having trouble compiling the python-efl bindings. This is the output. I'm running Ubuntu 10.10. Any thoughts? --- EASY_E17 1.4.0 CMD: make -j 2 ---

Re: [e-users] Animated Icons

2011-01-12 Thread Benjamin Flanagin
2011 08:22:59 -0600 Benjamin Flanagin > said: > > > Thank you Carsten. > > > > I'm sure that its something on my end. I've tried several icons from > > exchange.enlightenment.org with the same results. I have also removed > the > > .e directory to

Re: [e-users] Animated Icons

2011-01-10 Thread Benjamin Flanagin
Thank you Carsten. I'm sure that its something on my end. I've tried several icons from exchange.enlightenment.org with the same results. I have also removed the .e directory to make certain I have the freshest configs. If you could point me in the direction of a working animated icon, to verify,

Re: [e-users] Animated Icons

2011-01-09 Thread Benjamin Flanagin
I'm currently running revision 56014 and the animated icon still isn't showing up in ibar or the menu. Does the icons location matter? I've tried replacing the icon with other formats GIF PNG etc. And they all work as expected. Has anyone been able to replicate the problem? On Jan 9, 2011 8:42 PM

[e-users] Animated Icons

2011-01-05 Thread Benjamin Flanagin
Sorry if this has been addressed. When changing an Icon ( in this case firefox) to an animated edj the icon becomes blank in all locations except in the edit Icon dialog and in the proper position in the popup menu to enter the dialog. Under the dialog and in the popup the icon works as expected. H