Re: [E-devel] enlightenment blanking issue

2022-08-08 Thread Rbt. Y-Lee
The blanking Block in the menu Raster added is a useful feature. I have noticed some apps (vlc for example) use a slightly different dbus call than the one implemented in the code. dbus-monitor output playing a video on VLC: method call time=1659900465.195458 sender=:1.264 -> destination=org.fre

Re: [E-devel] Updated Python-efl Tutorial Codes

2021-11-11 Thread Rbt. Y-Lee
The Source code for bodhi's py-efl package is the official enlightenment download, https://www.enlightenment.org/download The debian folder we use is https://github.com/BodhiDev/bodhi6packages/tree/master/efl-1.25.1/debian On Thu, Nov 11, 2021 at 2:08 AM Davide Andreoli wrote: > Il giorno mer

Re: [E-devel] Updated Python-efl Tutorial Codes

2021-11-09 Thread Rbt. Y-Lee
Jeff wrote those tutorials for Bodhi linux and the needed packages are deb files in Bodhi's repo and can be installed via apt. On Tue, Nov 9, 2021 at 6:17 AM Joonas Niilola wrote: > > > On 22.10.2021 22.11, Abdur-Rahmaan Janhangeer wrote: > > Greetings list, > > > > Updated Jeff Hoogland's codes

Re: [E-devel] Updated Python-efl Tutorial Codes

2021-11-07 Thread Rbt. Y-Lee
Thanks davemds :) It would be great to have Jeff's old py-efl guides more up to date as well as hopefully in the future expanded. On Sun, Nov 7, 2021 at 1:29 PM Abdur-Rahmaan Janhangeer < arj.pyt...@gmail.com> wrote: > Greetings, > > I'd be super interested! Also about how to PR to the repo and

Re: [E-devel] ephoto bug

2021-10-06 Thread Rbt. Y-Lee
ed tho as the documentation is not clear to me and I lack any good examples that illustrate what okra was trying to do here. All I can find is this https://www.enlightenment.org/develop/efl/advanced/dnd. On Wed, Oct 6, 2021 at 2:56 PM Vincent Torri wrote: > On Wed, Oct 6, 2021 at 6:50 PM R

[E-devel] Efl 1.24 and _ecore_evas_x_selection_notify() safety check failed errors

2020-05-11 Thread Rbt. Y-Lee
With efl 1.23.3 when moksha (bodhi linuxs e17 fork) boots there are no EFL or e(moksha) related stderrs With efl 1.24.x and efl in git at commit - tests: ecore_con another cert update to extend the time its valid to 100 year When moskha boots up and while using it I get the following errors ERR

Re: [E-devel] System Monitor

2019-09-08 Thread Rbt. Y-Lee
Thanks looking good. Packaged it for Bodhi linux 5.1 repos. On Sun, Sep 8, 2019 at 7:48 AM Al Poole wrote: > Hello, > > I've had some time to work on this program. Added some new features to the > GUI and command-line helper application. I've tried testing rigorously. > > https://download.enligh

Re: [E-devel] evas_canvas_image_cache_flush segfault problem

2019-09-06 Thread Rbt. Y-Lee
related to this and the image preloading commit mentioned above that broke things I will let you know. Thanks ylee On Fri, Sep 6, 2019 at 9:22 AM Carsten Haitzler wrote: > On Thu, 5 Sep 2019 13:05:21 -0400 "Rbt. Y-Lee" said: > > diff --git a/src/modules/evas/image_loaders/xpm/ev

Re: [E-devel] evas_canvas_image_cache_flush segfault problem

2019-09-05 Thread Rbt. Y-Lee
. Segfault. This was e23 but same in all e versions: https://i.imgur.com/F4cOWEV.png The specific steps need to induce the segfault may vary some but seems to always happen. On Wed, Sep 4, 2019 at 11:01 AM Rbt. Y-Lee wrote: > Thanks for taking the time to look over this Hermet. > > Updat

Re: [E-devel] evas_canvas_image_cache_flush segfault problem

2019-09-04 Thread Rbt. Y-Lee
Thanks for taking the time to look over this Hermet. Update efl to the latest commit this morning: test@test-VirtualBox:~/Code/efl$ git show commit c5b88ca745b5f457975963914bb2f319705f5c7e (HEAD -> master, origin/master, origin/HEAD) Author: Hermet Park Date: Wed Sep 4 20:01:53 2019 +0900

[E-devel] evas_canvas_image_cache_flush segfault problem

2019-09-01 Thread Rbt. Y-Lee
I have a weird issue with certain application icons using efl 1.22 or latter not showing in menus and elsewhere in Moksha. This is also true using e17 (if fixed to compile with efl 1.22) but in my brief tests everything works right in e22. Other than e17 I did not test any other e version. Since e1

Re: [E-devel] Probie access for Robert "ylee" Wiley

2017-06-22 Thread Rbt. Y-Lee
I know this is unusal and rather sudden, sudden for me also as Kai suggested to me this morning. I understand my contributions have been more focused on Bodhi and less on e and efl development. But as Bodhi relies on EFL and while it currently uses a fork of e17 (with e21 in our testing repos) I ha

Re: [E-devel] Elm_Entry assuming markup input???

2017-06-18 Thread Rbt. Y-Lee
It is python but this caused us (Bodhi linux) some headache with Jeffs esudo program: https://github.com/JeffHoogland/esudo/issues/2 On Sun, Jun 18, 2017 at 4:59 PM, Daniel Hirt wrote: > Hi Andrew, > > Markup uses tags like " hello ". > It is clear why it's essential to do "character escaping" l

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread Rbt. Y-Lee
Also oddly enough Jeff uses the same line of code in exterminator and epad: self.mainWindow.icon_object_set(icon.object_get()) (epads case) in this case even with elementary settings set to use elm theme it works. also print(icon.object) returns: < ( geometry=(0, 0, 0, 0), color=(255, 255, 255,

Re: [E-devel] Py-EFL Application Crashing for some users with EFL 1.19.1

2017-06-17 Thread Rbt. Y-Lee
For the record, at first I could not duplicate this error. But once I did I determined that this is not a efl-1.19.1 nor an issue with 1.19.1's associated python-efl as I can duplicate the same issue using efl1.18.4 and appropriate python-efl. The fact only some users got this error as well as the

Re: [E-devel] Getting default/theme/system font name

2017-05-02 Thread Rbt. Y-Lee
I am working on a font dialog for epad and what i do and this is in python is: tb_style = self.font_demo.textblock.style_get() font = tb_style.split('text_class=entry_text')[1].split('font=')[1].split("'em=")[0] # font may or may not have style associated with it if

Re: [E-devel] Looking for someone to take over the Bodhi Linux Project

2014-09-16 Thread Rbt. Y-Lee
Just a quick FYI I have been considering taking over your Bodhi tasks. It is just a matter of me finding the time to do it with my new job and life. On Fri, Sep 12, 2014 at 2:00 PM, Jeff Hoogland wrote: > > http://jeffhoogland.blogspot.com/2014/09/stepping-down-from-bodhi-linux-lead.html > > --

Re: [E-devel] icons in menu and everything

2012-10-04 Thread Rbt. Y-Lee
This usually means your icon cache is corrupt. Simply delete it and restart e. http://forums.bodhilinux.com/index.php?/topic/1651-solved-most-icons-missing/page__view__findpost__p__14275 good luck. On Thu, Oct 4, 2012 at 9:02 AM, Tomas Cech wrote: > Hi, > > I have problem with showing icons fo