Re: [e-users] Entrance??!!!??

2023-07-14 Thread Rbt. Y-Lee
I do not use it nor have I tried it. But it is worth mentioning William Thomson did some work on trying to make it functional again. See https://github.com/Obsidian-StudiosInc/entrance It looks like development has stopped on it tho. Robert On Fri, Jul 14, 2023 at 12:47 AM aguador wrote: > >

Re: [e-users] Where is the default background?!?!!?

2023-06-30 Thread Rbt. Y-Lee
It is in the default elementary theme. set { name: "background"; \ image { image: "p-5120.png" BACKGROUND_COMP; size: 3841 2161 51200 28800; } \ image { image: "p-3840.png" BACKGROUND_COMP; size: 3201 1801 3840 2160; } \ image { image: "p-3200.png" BACKGROUND_COMP; size: 2561

Re: [e-users] Frustrating clipboard.

2022-10-04 Thread Rbt. Y-Lee
CopyQ is a decent clipboard manager and should work ok in enlightenment. On Tue, Oct 4, 2022 at 4:58 AM Carsten Haitzler wrote: > On Tue, 4 Oct 2022 10:27:35 +0200 Pierre Couderc via enlightenment-users > said: > > > On 10/2/22 19:37, Carsten Haitzler wrote: > > > On Sat, 1 Oct 2022 07:48:29

Re: [e-users] Terminology 1.12.0

2022-01-03 Thread Rbt. Y-Lee
I had not noticed the above error but I also am getting it. And I also noticed that the version info was not changed in the meson.build file so I also am getting the wrong version as well. On Mon, Jan 3, 2022 at 12:16 PM Conrad Knight wrote: > > From: Boris Faure > > == Additions == > > *

Re: [e-users] imlib2-1.7.2

2021-08-07 Thread Rbt. Y-Lee
It seems Ubuntu nor Debian provide the proper pc files for Debian. The actual source code for bzip2 needs to be patched to generate these files. It seems distros like Arch to patch it for pkg-config support. I just now filed a bug report on Launchpad about this issue.

Re: [e-users] python-efl from pypi

2020-09-23 Thread Rbt. Y-Lee
recent call last): >File "sample.py", line 4, in > from efl.evas import EVAS_HINT_EXPAND, EVAS_HINT_FILL, EXPAND_BOTH > ImportError: cannot import name 'EVAS_HINT_EXPAND' from 'efl.evas' > (unknown location) > > > On 2020-09-23 16:03, Rbt. Y-Lee wrote: > > F

Re: [e-users] python-efl from pypi

2020-09-23 Thread Rbt. Y-Lee
; > > On 2020-09-23 14:19, Rbt. Y-Lee wrote: > >> Installing Python-efl from pip does not work. It should be fixed or > >> removed > >> from there but it has not been. > >> > >> On Wed, Sep 23, 2020 at 9:32 AM wrote: > >> > >&

Re: [e-users] python-efl from pypi

2020-09-23 Thread Rbt. Y-Lee
Installing Python-efl from pip does not work. It should be fixed or removed from there but it has not been. On Wed, Sep 23, 2020 at 9:32 AM wrote: > I am also confused about this, and I am not a python newbie, although > maybe I am missing something > from the docs here, it does appear you

Re: [e-users] Evisum 0.5.6

2020-09-14 Thread Rbt. Y-Lee
Thanks. It is my job (without a paycheck) to package it and I am trying to report all issues I note more or less as soon as I notice them to the appropriate developer(s). Otherwise, I tend to neglect to get around to it and may even forget about it until I notice it again. Much thanks for the app

Re: [e-users] Evisum 0.5.3

2020-08-19 Thread Rbt. Y-Lee
Fantastic work. Greatly appreciated and already added to Bodhi Linux 5.x repos :D On Wed, Aug 19, 2020 at 7:49 AM Al Poole wrote: > Hello! > > Evisum 0.5.3 is out. > > SHA256 (evisum-0.5.3.tar.xz) = > 8664a1fff41970821552d8196357188cd0be61bb5809aed58f1db4e870399a1b > >

Re: [e-users] enlightenment trash

2020-06-20 Thread Rbt. Y-Lee
There is an old e17 module trash that will add a trash can to the e17 desktop. We have a moksha version in Bodhi linux's repo. Presumably it works well enough. I don't really pay much attention to old modules we still package unless it is reported to me that something is wrong with it. Or I use

Re: [e-users] Evas svg support

2019-08-18 Thread Rbt. Y-Lee
Thanks. Back to working now :) Still having other issues with efl in git breaking things in Moksha/e17, but these are separate issues. ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net

Re: [e-users] Evas svg support

2019-08-18 Thread Rbt. Y-Lee
> how do you KNOW you don't have svg support? https://i.imgur.com/6UgXChc.png ___ enlightenment-users mailing list enlightenment-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-users

[e-users] Evas svg support

2019-08-17 Thread Rbt. Y-Lee
When I build efl from git I don't get evas svg support. I start with a clean install of lubuntu 18.04 VM. Installed meson from a deb file i made for bodhi: http://packages.bodhilinux.com/bodhi/pool/b5main/m/meson/ and installed the dependencies for efl and installed efl via: meson