Re: [E-devel] Keyboard sequence to escape Terminology from Enlightenment top bar toggled Fullscreen option

2024-02-08 Thread Ross Vandegrift
On Wed, Feb 07, 2024 at 10:51:31PM -0800, jose@metztli.com wrote: > Is there a way to exit Enlightenment/Terminology Fullscreen without closing > Terminology app itself? F11 does that for me - though I don't see any key binding for Window:State -> Fullscreen Mode Toggle in Key Bindings. Ross

Re: [E-devel] efl test suite timeouts under `ninja test`

2024-01-09 Thread Ross Vandegrift
On Tue, Jan 09, 2024 at 08:35:00AM -0800, Ross Vandegrift wrote: > Here's the difference: > - `bash -c /bin/true` directly execs /bin/true without a fork > - `dash -c /bin/true` always fork & execs [snip] > (Side note: bash's lack of fork is surprising, but I'm surely ignorant o

Re: [E-devel] efl test suite timeouts under `ninja test`

2024-01-09 Thread Ross Vandegrift
On Tue, Jan 09, 2024 at 08:16:00AM +, Carsten Haitzler wrote: > > So eina_suite.c gets the wrong pid from fork(). In a simple standalone > > program, fork() behaves as expected. > > now a returned pid of 0 ... THAT IS WRONG! well unless its inside the child. > the parent should get -1 for a

Re: [E-devel] efl test suite timeouts under `ninja test`

2024-01-08 Thread Ross Vandegrift
On Mon, Jan 08, 2024 at 11:08:55PM +, Carsten Haitzler wrote: > try run the above eina test suite and pipe to something that makes it > timeout... and strace it - or gdb attach to it and find out where it's > sitting? > it should complete in < 1 sec so launch and immediately try and strace

Re: [E-devel] efl test suite timeouts under `ninja test`

2024-01-08 Thread Ross Vandegrift
On Mon, Jan 08, 2024 at 06:53:09PM +, Carsten Haitzler wrote: > i'm going to guess something is missing in the env? missing hmm dbus daemon? > something else? some env missing like xdg runtime dir ... or something? but > eina test suite should not need all of that sho it shouldnt be timing out

[E-devel] efl test suite timeouts under `ninja test`

2024-01-07 Thread Ross Vandegrift
Hello, It's been a while since I used the EFL test suite, not sure if I'm forgetting something or if I've found a problem. On 1.27.0, `ninja test` runs into a bunch of timeouts: Summary of Failures: 20/38 eina TIMEOUT 30.11s 21/38 eo-suite TIMEOUT

Re: [E-devel] E 0.25.1, emacs windows stop updating on virtual desktop change

2022-01-19 Thread Ross Vandegrift
On Sat, Jan 15, 2022 at 10:21:43PM -0800, Ross Vandegrift wrote: > On Sat, Jan 15, 2022 at 11:40:52PM +, Carsten Haitzler wrote: > > On Sat, 15 Jan 2022 14:18:11 -0800 Ross Vandegrift said: > > > After upgrading to E 0.25.1, emacs windows stop updating after a virtual &g

Re: [E-devel] E 0.25.1, emacs windows stop updating on virtual desktop change

2022-01-15 Thread Ross Vandegrift
On Sat, Jan 15, 2022 at 11:40:52PM +, Carsten Haitzler wrote: > On Sat, 15 Jan 2022 14:18:11 -0800 Ross Vandegrift said: > > After upgrading to E 0.25.1, emacs windows stop updating after a virtual > > desktop change. They still respond to keyboard input. Shad

Re: [E-devel] E 0.25.1, emacs windows stop updating on virtual desktop change

2022-01-15 Thread Ross Vandegrift
On Sat, Jan 15, 2022 at 11:40:52PM +, Carsten Haitzler wrote: > On Sat, 15 Jan 2022 14:18:11 -0800 Ross Vandegrift said: > > After upgrading to E 0.25.1, emacs windows stop updating after a virtual > > desktop change. They still respond to keyboard input. Shad

[E-devel] E 0.25.1, emacs windows stop updating on virtual desktop change

2022-01-15 Thread Ross Vandegrift
Hello, After upgrading to E 0.25.1, emacs windows stop updating after a virtual desktop change. They still respond to keyboard input. Shade/unshade fixes it. Ross ___ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net

Re: [E-devel] efl test suite timeouts in 1.26?

2022-01-06 Thread Ross Vandegrift
On Tue, Jan 04, 2022 at 08:24:02AM +, Carsten Haitzler wrote: > I don't see the timeouts here... this relies on check as the infra - and check > does all the stuff before a fork happens to run the actual test... and check > is > a local system dependency... so something either really screwy

[E-devel] efl test suite timeouts in 1.26?

2022-01-03 Thread Ross Vandegrift
Hello, With 1.26, I'm seeing "ninja test" timeout on every single suite. Except for the actual failures & errors I'm seeing, running the individual binaries is fine. There seems to be something weird with forking - I hardcoded "do_fork = 0;" at src/tests/efl_check.h:359 and most of the timeouts

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

2021-11-10 Thread Ross Vandegrift
On Wed, Nov 10, 2021 at 10:17:08AM +0100, Davide Andrei wrote: > Il giorno mar 9 nov 2021 alle ore 17:30 Ross Vandegrift > ha scritto: > > I maintain the debian packages for enlightenment and efl. I haven't > > packaged python-efl mostly out of ignorance - I didn't know

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

2021-11-09 Thread Ross Vandegrift
On Tue, Nov 09, 2021 at 01:16:30PM +0200, Joonas Niilola wrote: > in general I personally hate installing software outside my > distributions package manager. I believe you should try to make them > into dpkg's, and aim to get these distributed through upstream ;) > > Surely this way will get the

Re: [E-devel] Neon and 32 bit arm.

2020-11-12 Thread Ross Vandegrift
On Thu, Nov 12, 2020 at 10:50:50PM +1030, Simon Lees wrote: > armv6 and some armv7 chips don't support neon, our current detection in > meson causes openSUSE's 32bit arm builds to fail. Is this something we > care about enough upstream to make the meson files better or should we > just keep

Re: [E-devel] [EGIT] [core/enlightenment] master 04/06: remove offline+presentation mode - this has confused people

2020-10-12 Thread Ross Vandegrift
On Sat, Oct 10, 2020 at 01:55:10PM +0100, Carsten Haitzler wrote: > the solution for you might be as simple as an action that toggles blanking > settings on/off rather than an added option with a second checkbox to worry > about. Yea, that sounds like it'd work great. Ross

Re: [E-devel] [EGIT] [core/enlightenment] master 04/06: remove offline+presentation mode - this has confused people

2020-10-09 Thread Ross Vandegrift
On Fri, Oct 09, 2020 at 08:00:53PM +0100, Carsten Haitzler wrote: > you can just disable blanking... :) it is just a checkbox. :) presentation > mode > was ANOTHER checkbox in addition to this so blanking would fail in > presentation > mode was on and actually it mostly seems like e is buggy...

Re: [E-devel] Enlightenment Foundation Libraries 1.25 Release

2020-09-24 Thread Ross Vandegrift
On Thu, Sep 24, 2020 at 01:19:26PM +0200, Stefan Schmidt wrote: > On 24.09.20 11:03, Marcel Hollerbach wrote: > > On 9/24/20 10:20 AM, Stefan Schmidt wrote: > > > Very strange. I had no other reports about this and we are also > > > building Debian 10.3 and Ubunutu 19.10 + 20.04 on our CI builds.

Re: [E-devel] Enlightenment Foundation Libraries 1.25 Release

2020-09-24 Thread Ross Vandegrift
On Wed, Sep 23, 2020 at 01:10:37PM +0200, Stefan Schmidt wrote: > === Enlightenment Foundation Libraries 1.25 Release === Thanks Stefan! I'm hitting a link failure in the software_x11 engine. Looks like it's missing a -lXext. Log of error is below. Could be something in 8e3606698e, but I

Re: [E-devel] Terminology 1.8.1

2020-08-11 Thread Ross Vandegrift
On Wed, Aug 12, 2020 at 01:28:35PM +0930, Simon Lees wrote: > On 8/12/20 5:47 AM, Boris Faure wrote: > > == Download == > > The tarball can be found at : > > - > > https://download.enlightenment.org/rel/apps/terminology/terminology-1.8.1.tar.xz > > I can't find this one on the server > > >

Re: [E-devel] Enlightenment 0.24.1 and Debian packaging for E 0.23

2020-07-13 Thread Ross Vandegrift
On Sun, Jul 12, 2020 at 09:11:24AM -0700, Jose R R wrote: > Had to backport for Debian Buster Enlightenment DEB packages except the > Debian packaging for Sid is one version below current E 0.24.1. > http://deb.debian.org/debian/pool/main/e/e17/e17_0.23.1-5.debian.tar.xz > > Notably, in the older

Re: [E-devel] Time for efl-one

2020-05-27 Thread Ross Vandegrift
On Wed, May 27, 2020 at 11:34:57AM +0200, Marcel Hollerbach wrote: > after quite a big amount of work we have successfully landed this morning a > update to our build system which enables to build efl as a single big .so > instead of multiple seperated .so's. The layout is that every single .so is

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-26 Thread Ross Vandegrift
On Wed, Apr 22, 2020 at 08:49:36PM +0100, Carsten Haitzler wrote: > i pushed my segv fixed. can you try now? i tried and it comes up - just no > backlight controls at all because it can't match a screen to the backlight > device. Same behavior - I never saw a segv. The new dialog was helpful,

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-22 Thread Ross Vandegrift
On Thu, Apr 09, 2020 at 11:46:00AM +0100, Carsten Haitzler wrote: > I expect to spin an e 0.24 release immediately after efl 1.24 is out. i hope > to > have it done in 1-2 weeks. > > please test e in git master NOW and send patches for fixes or improvements > now... run e with asan enabled etc.

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-16 Thread Ross Vandegrift
On Wed, Apr 15, 2020 at 08:13:01AM +0100, Carsten Haitzler wrote: > i want to kill the text console. i just don't see the point. it's so limited. > it's no longer even ext mode. it's graphics mode with the kernel emulating > text > on it for you. For day-to-day, I agree. But it's nice when I've

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-15 Thread Ross Vandegrift
On Tue, Apr 14, 2020 at 01:52:32PM +0100, Carsten Haitzler wrote: > On Tue, 14 Apr 2020 15:00:28 +0930 Simon Lees said: > > https://fontesk.com/license/ofl-gpl/ and > > https://fontlibrary.org/en/search?license=OFL%20(SIL%20Open%20Font%20License)= > > Well at least that was helpful ... i've

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-15 Thread Ross Vandegrift
On Tue, Apr 14, 2020 at 12:43:59PM +0100, Carsten Haitzler wrote: > On Mon, 13 Apr 2020 22:30:04 -0700 Ross Vandegrift said: > > sddm, and lxdm all returned to a black screen with no backlight control. > > Same > > with startx and exiting to a text console. > >

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-13 Thread Ross Vandegrift
On Mon, Apr 13, 2020 at 02:49:11PM +0100, Carsten Haitzler wrote: > On Sun, 12 Apr 2020 23:19:53 -0700 Ross Vandegrift said: > > - When I logout, E fades the backlight all the way to off, and nothing will > > turn it back on. I have to reboot. Logout works normal

Re: [E-devel] e 0.24 release coming right after efl 1.24

2020-04-13 Thread Ross Vandegrift
On Thu, Apr 09, 2020 at 11:46:00AM +0100, Carsten Haitzler wrote: > I expect to spin an e 0.24 release immediately after efl 1.24 is out. i hope > to > have it done in 1-2 weeks. > > please test e in git master NOW and send patches for fixes or improvements > now... run e with asan enabled etc.

Re: [E-devel] Debian Sid (Unstable) packagings for efl-1.23.3 and E23 e17_0.23.1

2020-02-18 Thread Ross Vandegrift
On Tue, Feb 18, 2020 at 12:02:45AM +, Carsten Haitzler wrote: > On Mon, 17 Feb 2020 15:30:04 -0800 Ross Vandegrift said: > > > On Mon, Feb 17, 2020 at 09:41:48AM +, Carsten Haitzler wrote: > > > On Sun, 16 Feb 2020 22:37:40 -0800 Ross Vandegrift > > > said

Re: [E-devel] Debian Sid (Unstable) packagings for efl-1.23.3 and E23 e17_0.23.1

2020-02-17 Thread Ross Vandegrift
On Mon, Feb 17, 2020 at 09:41:48AM +, Carsten Haitzler wrote: > On Sun, 16 Feb 2020 22:37:40 -0800 Ross Vandegrift said: > > On Sat, Feb 15, 2020 at 09:37:59PM -0800, Jose R R wrote: > > > For EFL, I replaced libcurl4-gnutls-dev with libcurl4-openssl-dev to > > &

Re: [E-devel] Debian Sid (Unstable) packagings for efl-1.23.3 and E23 e17_0.23.1

2020-02-16 Thread Ross Vandegrift
Hi Jose, On Sat, Feb 15, 2020 at 09:37:59PM -0800, Jose R R wrote: > For EFL, I replaced libcurl4-gnutls-dev with libcurl4-openssl-dev to > be consistent with most of what I build --including reiser4 VMs for > Google cloud env.. > The build finished but the logs showed *many* dh-missing files the

[EGIT] [apps/ephoto] master 01/01: Add Keywords & drop deprecated Encoding from desktop files

2019-10-02 Thread Ross Vandegrift
okra pushed a commit to branch master. http://git.enlightenment.org/apps/ephoto.git/commit/?id=8a6b42e776963e4e7ec5102376fbd4b474e42efc commit 8a6b42e776963e4e7ec5102376fbd4b474e42efc Author: Ross Vandegrift Date: Wed Oct 2 13:45:13 2019 -0500 Add Keywords & drop deprecated Encoding

Re: [E-devel] Enlightenment DR 0.23.1 Release

2019-09-28 Thread Ross Vandegrift
On Thu, Sep 26, 2019 at 05:51:13PM +0100, Carsten Haitzler wrote: > This is a bugfix and stability release for Enlightenment 0.23. > > * Fixed mixer notifications when volume didn't actually change > * Fixed build with newest EFL which does not still implicitly include > libuuid > CFLAGS in

[EGIT] [core/efl] master 01/03: Use EFL version for doc tarball, not meson version

2019-09-23 Thread Ross Vandegrift
bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=af5f37bd465edaa7eb9b8479df6e08788366447c commit af5f37bd465edaa7eb9b8479df6e08788366447c Author: Ross Vandegrift Date: Sun Sep 22 23:30:25 2019 + Use EFL version for doc tarball, not meson

Re: [E-devel] EFL Autotools freeze proposal

2019-04-29 Thread Ross Vandegrift
On Mon, Apr 29, 2019 at 05:30:33AM +, Jonathan Aquilina wrote: > I think everyone is missing the point. What you are saying is true but > that is why then they say if you want newer stuff to use a PPA for it > even though its not in the main repo's Yes, anyone can make a PPA. But you're

Re: [E-devel] EFL Autotools freeze proposal

2019-04-25 Thread Ross Vandegrift
On Thu, Apr 25, 2019 at 04:40:40PM +, Jonathan Aquilina wrote: > Hi Ross thanks for the tips, I don't think it is that easy to get > something in to backports unless it fixes a bug or security > vulnerability hence the use of PPA's they allow for bleeding edge > stuff. I think you're mixing

Re: [E-devel] EFL Autotools freeze proposal

2019-04-25 Thread Ross Vandegrift
On Thu, Apr 25, 2019 at 07:45:41AM +, Jonathan Aquilina wrote: > @Stefan Schmidt I did a bit of digging one would need to package and > setup a PPA to be able to support any and all versions of meason in > this case in terms of supported releases. If you like I can try and > learn how to

Re: [E-devel] EFL Autotools freeze proposal

2019-04-25 Thread Ross Vandegrift
On Wed, Apr 24, 2019 at 10:17:03AM +0200, Stefan Schmidt wrote: > If I look around at other long term distro releases I can see this: > - Debian stable has a recent backport > - Ubuntu 18.04 (LTS) does ship 0.45.1 and I can't find a backport -> problem > - Fedora has 0.47.2 back to fedora 28 and

Re: [E-devel] Terminology 1.4.0

2019-04-09 Thread Ross Vandegrift
On Tue, Apr 09, 2019 at 11:19:15AM +0200, Boris Faure wrote: > On 19-04-07 10:33, Ross Vandegrift wrote: > > I think the expected test results have captured something about the > > environment > > in the docker image borisfaure/terminology-ci. I'd guess this is due to &g

Re: [E-devel] Terminology 1.4.0

2019-04-07 Thread Ross Vandegrift
On Sun, Mar 31, 2019 at 12:30:36PM +0200, Boris Faure wrote: > I am thus proud to release Terminology 1.4.0 today! > > Additions: > * Add Continuous Integration on every push to the git repository > * Add a test framework on escape code parsing and interpreting > * Add more than 120 test

Re: [E-devel] 1.22 work items list

2019-03-04 Thread Ross Vandegrift
On Mon, Mar 04, 2019 at 04:58:24PM +0100, Marcel Hollerbach wrote: > > On 03.03.19 21:49, Ross Vandegrift wrote: > >> The build fails on evas modules when linking with -Wl,-z,defs. Example > >> failure > >> below. I tried adding evas to the dependencies,

Re: [E-devel] 1.22 work items list

2019-03-03 Thread Ross Vandegrift
On Thu, Feb 28, 2019 at 05:45:29PM +0100, Stefan Schmidt wrote: > For packagers I would like to remind that this release will use the > autotools builds system as official base. Tarballs will be generated > with. We will also provide meson generated tarballs where we would > appreciate testing

Re: [E-devel] Terminology 1.3.1

2018-12-16 Thread Ross Vandegrift
On Sun, Dec 16, 2018 at 02:36:53PM +0100, Boris Faure wrote: > The issue is a Remote Code Execution vulnerability caused by > Terminology's special escape codes. Those can already be disabled in > the Settings panel. Hi Ben - you mentioned getting a CVE in the phab report. Has that been

Re: [E-devel] Terminology 1.3.0

2018-11-23 Thread Ross Vandegrift
On Fri, Nov 23, 2018 at 09:09:50PM +0100, Boris Faure wrote: > On this Black Friday, I am pleased to release Terminology 1.3.0! Thanks Boris - is git up to date? I don't see any changes related 1.3.0 or a tag for the release. Ross signature.asc Description: PGP signature

Re: [E-devel] Example files missing from EFL tarballs

2018-08-21 Thread Ross Vandegrift
On Tue, Aug 21, 2018 at 05:00:22PM +0200, Stefan Schmidt wrote: > On 08/20/2018 12:09 PM, Stefan Schmidt wrote: > > On 08/18/2018 07:27 PM, Ross Vandegrift wrote: > >> The EFL tarballs are missing some files under src/examples. Is this on > >> purpose? Makefile.in

[E-devel] EFL 1.21 ecore_wl2 dmabuf module & strict linking

2018-08-19 Thread Ross Vandegrift
Hi all, I started working through the 1.21 update for the Debian packages. We use "-Wl,-z defs" for strict linking, and it's causing an issue with the ecore_wl2 dmabuf module. If I manually run libtool, adding "lib/ecore_wl2/libecore_wl2.la lib/eina/libeina.la" to the command line, it works.

[E-devel] Example files missing from EFL tarballs

2018-08-18 Thread Ross Vandegrift
Hello, The EFL tarballs are missing some files under src/examples. Is this on purpose? Makefile.in/gitignore differences seem normal, but source and resource files seem strange. Diff of "cd src/examples; find" is below for 1.21.0-beta2, though I noticed this by looking at 1.20.7. Thanks, Ross

Re: [E-devel] edje_cc efreetd sandbox access violation issues

2018-04-06 Thread Ross Vandegrift
On Fri, Apr 06, 2018 at 11:28:58AM -0400, William L. Thomson Jr. wrote: > On Fri, 6 Apr 2018 14:10:51 +0900 Carsten Haitzler (The Rasterman) > wrote: > > limiting your sandbox from > > accessing XDG_RUNTIME_DIR is probably a very bad idea, because this > > is the standard

Re: [E-devel] EFL packaging on Debian

2018-03-19 Thread Ross Vandegrift
On Mon, Mar 19, 2018 at 11:21:51AM +0900, Stefan Schmidt wrote: > I just did run through my monthly packaging status update and was > pleased to see that efl 1.20.7 has entered Debian unstable a few days > back. > > I wanted to take this opportunity to thank Ross for his constant work > on

Re: [E-devel] Autotools removal

2017-11-06 Thread Ross Vandegrift
On Mon, Nov 06, 2017 at 12:13:58PM +0100, jeanseb.vale...@free.fr wrote: > Debian is stucked to e17 ! > > > Should be wise to ask for those who want to compile recent version using more > recent meson than debian one. E21 is available in Debian experimental, and E22 will be ready soon. Ross

Re: [E-devel] Autotools removal

2017-11-06 Thread Ross Vandegrift
On Mon, Nov 06, 2017 at 01:26:02PM +, Mike Blumenkrantz wrote: > I'd rather not start creating meta build systems that we then need to track > and maintain. I will temporarily add a tarball for meson 0.39 until Debian > decides to do an update for the package. I wouldn't bother - there's

Re: [E-devel] EFL 1.20.3 release

2017-10-22 Thread Ross Vandegrift
On Thu, Oct 19, 2017 at 05:26:43PM -0400, Cedric Bail wrote: > Our fifth update on the 1.20 release. git fetch didn't find a tag for 1.20.5. Could one be pushed? Thanks, Ross -- Check out the vibrant tech community on

Re: [E-devel] Evas_Engine_Software_X11.h missing on purpose?

2017-10-16 Thread Ross Vandegrift
On Mon, Oct 16, 2017 at 01:34:10PM +0900, Carsten Haitzler wrote: > On Mon, 16 Oct 2017 13:10:54 +0900 Jean-Philippe André > said: > > Those engine-specific headers exposed structures containing data that > > should have been kept internal, and bind the applications to a

[E-devel] Evas_Engine_Software_X11.h missing on purpose?

2017-10-14 Thread Ross Vandegrift
Hi all, I'm testing Debian packages that use EFL against 1.20.4, and exactimages fails to build because Evas_Engine_Software_X11.h is no longer installed by make install. [1] Probably this is a change from a long time ago - but I'm having trouble confirming. Was this intentional? Thanks, Ross

Re: [E-devel] meson vs autotools in enlightenment

2017-09-05 Thread Ross Vandegrift
On Wed, Sep 06, 2017 at 09:38:11AM +0930, Simon Lees wrote: > Currently we require a meson version thats newer then what is shipped on > debian, so we know it will fail to build at the first check. I plan to > setup a debian VM to check whether lowering this version is enough to > get it building

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread Ross Vandegrift
On Thu, Mar 23, 2017 at 07:04:14PM +0900, Carsten Haitzler wrote: > On Thu, 23 Mar 2017 00:21:38 -0700 Jose R R said: > > > you dont have to disable tests... you actually HAVE to enable them with > --with-tests=regular or --with-tests=coverage ... AND you then also have to

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread Ross Vandegrift
On Wed, Mar 22, 2017 at 04:50:38AM -0700, Jose R R wrote: > First I modify debian/rules, option: --enable-fb > - > [...] > ifeq

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-21 Thread Ross Vandegrift
On Mon, Mar 20, 2017 at 04:44:53PM -0700, Jose R R wrote: > On Mon, Mar 20, 2017 at 1:19 PM, Ross Vandegrift <r...@kallisti.us> wrote: > > > > On Sun, Mar 19, 2017 at 11:47:39PM -0700, Jose R R wrote: > > > https://git.enlightenment.org/core/efl.git/ > >

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-20 Thread Ross Vandegrift
On Sun, Mar 19, 2017 at 11:47:39PM -0700, Jose R R wrote: > https://git.enlightenment.org/core/efl.git/ > > Notwithstanding, I intended to package Enlightenment and make download > available for my SourceForge Debian-Reiser4 netboot installer. > > EFL debian packaging: >

Re: [E-devel] build system

2017-01-17 Thread Ross Vandegrift
On Tue, Jan 17, 2017 at 09:10:48AM +0100, Lionel Orry wrote: > On Tue, Jan 17, 2017 at 1:22 AM, Simon Lees wrote: > > How many major distro's are shipping these out of the box? we don't > > really want to add another hurdle to users building by needing to > > manually install a

Re: [E-devel] Fwd: [oss-security] Re: CVE request: Escape Sequence Command Execution vulnerability in Terminology 0.7

2016-11-22 Thread Ross Vandegrift
On Wed, Nov 23, 2016 at 07:42:39AM +0900, Carsten Haitzler wrote: > if you don't upgrade efl, i guarantee you have security exploit possibilities > in various image loaders in efl. so if you care about security you won't do > this "let's backport just to fix this cve" and actually upgrade. :)

Re: [E-devel] Fwd: [oss-security] Re: CVE request: Escape Sequence Command Execution vulnerability in Terminology 0.7

2016-11-22 Thread Ross Vandegrift
On Tue, Nov 22, 2016 at 06:41:43PM +0100, Boris Faure wrote: > EFL 1.8 is pretty old. I stopped caring about so old versions. I figured - that's why I didn't report a bug. > Do you have a plan to update EFL? Yes, but it'll take some time before it's available in unstable. Details:

Re: [E-devel] Fwd: [oss-security] Re: CVE request: Escape Sequence Command Execution vulnerability in Terminology 0.7

2016-11-22 Thread Ross Vandegrift
On Wed, Nov 09, 2016 at 11:17:55PM +0100, Boris Faure wrote: > > > https://git.enlightenment.org/apps/terminology.git/commit/?id=b80bedc7c21ecffe99d8d142930db696eebdd6a5 > > >> src/bin/termptyesc.c > > > > Use CVE-2015-8971. > > For those who wonder, this issue has been fixed in Terminology

Re: [E-devel] EFL packaging on Debian

2016-11-11 Thread Ross Vandegrift
On Thu, Nov 10, 2016 at 11:06:04AM +0100, Stefan Schmidt wrote: > I did my monthly packaging update again and was hoping this moved to > unstable by now. It is still in experimental only as far as I can see. > Is there an automatic way this packages get from experimental to > unstable, testing

Re: [E-devel] EFL packaging on Debian

2016-10-14 Thread Ross Vandegrift
On Fri, Oct 14, 2016 at 09:58:39AM +0200, Stefan Schmidt wrote: > I just did my monthly round to update our packaging status and happily > saw that your packaging for efl 1.18.1 and e 0.21.2 hit experimental. > Congrats and thanks for your persistent work on getting this moved forward! Thanks

Re: [E-devel] EFL packaging on Debian

2016-09-13 Thread Ross Vandegrift
On 09/13/2016 07:07 PM, Stefan Schmidt wrote: > On 14/09/16 00:13, Ross Vandegrift wrote: >> On 09/13/2016 05:58 PM, Stefan Schmidt wrote: >> The current Debian maintainer has been missing, but supposedly returning >> soon. > > Soon as in this year? Yep, that's

Re: [E-devel] EFL packaging on Debian

2016-09-13 Thread Ross Vandegrift
On 09/13/2016 05:58 PM, Stefan Schmidt wrote: > I guess you would need to ask the Debian packagers to update or find new > ones wanting to keep up with the work. To me the maintainers seem to be > missing in action and so far everybody stepped up to replace them. Part > of the problem is that

Re: [E-devel] EFL sonames

2015-11-05 Thread Ross Vandegrift
On November 4, 2015 7:48:53 PM EST, Carsten Haitzler <ras...@rasterman.com> wrote: >On Wed, 04 Nov 2015 11:54:43 -0500 Ross Vandegrift <r...@kallisti.us> >said: > >> Hi all, >> >> Is there an official stance on sonames in EFL & friends? I see some >

[E-devel] EFL sonames

2015-11-04 Thread Ross Vandegrift
Hi all, Is there an official stance on sonames in EFL & friends? I see some discussion about this in the archives circa 2009, but it looks like plans changed. See the thread starting at [1]. I'd like to get the Debian packages updated, and I'm just trying to figure out what to expect on this

Re: [E-devel] 1.15.2 Planned for Thursday Next Week (Oct. 1)

2015-10-22 Thread Ross Vandegrift
On 10/20/2015 05:15 AM, Stefan Schmidt wrote: > Hello. > > On 26/09/15 17:05, Ross Vandegrift wrote: >> On 09/21/2015 04:13 AM, Daniel Juyung Seo wrote: >>> I am planning to release 1.15.2 next Thursday afternoon in GMT. (Oct. >>> 1) If you have any more

Re: [E-devel] 1.15.2 Planned for Thursday Next Week (Oct. 1)

2015-09-26 Thread Ross Vandegrift
On 09/21/2015 04:13 AM, Daniel Juyung Seo wrote: > I am planning to release 1.15.2 next Thursday afternoon in GMT. (Oct. > 1) If you have any more backports that need to be pushed into the > stable release, please merge them to 1.15 branch by Wednesday noon in > GMT. Are you interested in fixes

Re: [E-devel] Efl and Elementary 1.14.1 release

2015-06-15 Thread Ross Vandegrift
On 06/14/2015 11:43 PM, Jean-Philippe André wrote: On Sun, Jun 14, 2015 at 10:31 PM, Ross Vandegrift r...@kallisti.us wrote: The gen_shaders.sh output is missing from the tarball, and the script won't regen if it's not in a git tree. I modified the script to disable change detection

Re: [E-devel] Efl and Elementary 1.14.1 release

2015-06-14 Thread Ross Vandegrift
On 06/02/2015 06:31 AM, Daniel Juyung Seo wrote: 1.14.1 is released! This is the first update for the 1.14.x series. Efl fixes: [snip] * Evas GL common: Skip shaders generation if there is no change Two minor issues in the 1.14.1 release: The gen_shaders.sh output is missing from the

Re: [E-devel] E17 BUG CALL

2012-06-28 Thread Ross Vandegrift
.jpg I can fix it by changing the number of virtual desktops, and then changing it back. Ross On Wed, Jun 27, 2012 at 12:45 PM, Ross Vandegrift r...@kallisti.us wrote: On Thu, 2012-06-21 at 12:46 +0100, Michael Blumenkrantz wrote: On Thu, Jun 21, 2012 at 12:07 PM, Ross Vandegrift r

Re: [E-devel] E17 BUG CALL

2012-06-27 Thread Ross Vandegrift
On Thu, 2012-06-21 at 12:46 +0100, Michael Blumenkrantz wrote: On Thu, Jun 21, 2012 at 12:07 PM, Ross Vandegrift r...@kallisti.us wrote: Window autoraise doesn't work with sloppy focus: 1) Same focus settings as above, plus window autoraise. 2) Open two overlapping windows on a virtual

Re: [E-devel] E17 BUG CALL

2012-06-26 Thread Ross Vandegrift
On Mon, 2012-06-25 at 08:50 +0100, Michael Blumenkrantz wrote: okay, fixed. Works perfectly now - thanks! Ross signature.asc Description: This is a digitally signed message part -- Live Security Virtual Conference

Re: [E-devel] E17 BUG CALL

2012-06-21 Thread Ross Vandegrift
(sorry if this doubles up - thought I replied to this last night...) On Thu, 2012-06-21 at 01:51 +0800, P Purkayastha wrote: You will hate my bugs, but you asked for it ;-) To reproduce (my configuration): - Set window focus: sloppy all new windows get focus all options

Re: [E-devel] E17 BUG CALL

2012-06-21 Thread Ross Vandegrift
the shelf window via the tomboy menu, and the click which closes that menu isn't within the shelf. Ross On Thu, Jun 21, 2012 at 5:00 AM, Ross Vandegrift r...@kallisti.us wrote: On Wed, 2012-06-20 at 23:35 +1000, David Seikel wrote: On Wed, 20 Jun 2012 08:18:04 -0500 Jeff Hoogland

Re: [E-devel] E17 BUG CALL

2012-06-21 Thread Ross Vandegrift
On Thu, 2012-06-21 at 20:33 +0800, P Purkayastha wrote: No, nothing appears on the desktop. Mainly because I don't use desktop icons and I keep the file manager module unloaded. However, I do know that pressing escape doesn't help in my case. Your case actually sounds like a problem with

Re: [E-devel] E17 BUG CALL

2012-06-20 Thread Ross Vandegrift
On Wed, 2012-06-20 at 23:35 +1000, David Seikel wrote: On Wed, 20 Jun 2012 08:18:04 -0500 Jeff Hoogland jeffhoogl...@linux.com wrote: Any chance we can make the systray less of a red headed step child? The systray spec is a red headed step child by design. Not our fault, but some of us

Re: [E-devel] last call for efm mount bugs

2012-06-15 Thread Ross Vandegrift
On Fri, 2012-06-15 at 08:06 +0100, Michael Blumenkrantz wrote: #2 and #3 appear to be fixed as well with a current build using both eeze and udisks. Sweet - updated again, looking good. Thanks, Ross signature.asc Description: This is a digitally signed message part

Re: [E-devel] last call for efm mount bugs

2012-06-14 Thread Ross Vandegrift
On Wed, 2012-06-13 at 07:37 +0100, Michael Blumenkrantz wrote: you've all got until this friday to notify me of any remaining efm mount bugs. after that I'm switching gears and probably won't be working on it for a bit. Just this week I tried switching to EFM for accessing USB media. Using

Re: [E-devel] [e-users] Evolution crashes Enlightment?

2011-10-24 Thread Ross Vandegrift
On Mon, 2011-10-24 at 18:36 -0400, Ross Vandegrift wrote: Anyone else use Evolution under E? I have recently been plagued by a very annoying bug. Sometimes if I close a compose window, Enlightenment freezes. It's a weird freeze - mouse is fine but no new windows can be drawn. (Here, I mean

Re: [E-devel] gnome-terminal exit code

2011-10-21 Thread Ross Vandegrift
=646317 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633979 Ross -- Ross Vandegrift r...@kallisti.us signature.asc Description: This is a digitally signed message part -- The demand for IT networking professionals

Re: [E-devel] Why is the order of 'task-switching' (alt+tab) so bewildering in e17 (and e16) -- Bug or Feature??

2009-11-18 Thread Ross Vandegrift
had a problem. It works great! Ross -- Ross Vandegrift r...@kallisti.us If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie signature.asc Description: Digital signature

Re: [E-devel] Recursive CCing? Was: Choice of a Window Manager

2009-10-12 Thread Ross Vandegrift
preference settings shake out how mail actually gets delivered. The mailing list is for listing members - it should not enfore delivery policy. Ross -- Ross Vandegrift r...@kallisti.us If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody

Re: [E-devel] [e-users] notification module: how do you use it?

2009-05-13 Thread Ross Vandegrift
on my shelf which is kind of unsightly. But being half the code, I could always create new transparent shelves. Always trade-offs. :) -- Ross Vandegrift r...@kallisti.us If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie

Re: [E-devel] Autohide shelf function not working correctly

2009-03-24 Thread Ross Vandegrift
no idea why. The thread is at: http://www.mail-archive.com/enlightenment-us...@lists.sourceforge.net/msg12422.html Ross -- Ross Vandegrift r...@kallisti.us If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie

Re: [E-devel] Being social...

2009-03-24 Thread Ross Vandegrift
to the other via the keyboard. And of course, once they switch, they rarely go back :) -- Ross Vandegrift r...@kallisti.us If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie

Re: [E-devel] Little problem with ETK

2008-11-18 Thread Ross Vandegrift
-- Ross Vandegrift [EMAIL PROTECTED] If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [E-devel] [Announce] Edgar + Places

2008-11-07 Thread Ross Vandegrift
and installed it. A few bugs: 1) When I click a Place from the Enlightenment menu, nothing happens 2) If I add the Places gadget to a shelf, removing it or the module causes E to crash. Looks good though! Thanks, Ross -- Ross Vandegrift [EMAIL PROTECTED] If the fight gets hot, the songs get

Re: [E-devel] Entrance and network manager not working

2008-10-31 Thread Ross Vandegrift
users. -- Ross Vandegrift [EMAIL PROTECTED] If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie - This SF.Net email is sponsored by the Moblin Your Move

Re: [E-devel] [Geubuntu-dev] Pidgin lagging or using too much resources

2008-10-30 Thread Ross Vandegrift
performance. I'm using nouveau with a G7x card and Enlightenment. Ross -- Ross Vandegrift [EMAIL PROTECTED] If the fight gets hot, the songs get hotter. If the going gets tough, the songs get tougher. --Woody Guthrie

[E-devel] entraced freezes up

2008-06-24 Thread Ross Vandegrift
Hey, Has anyone done any debugging on entraced freezing up after sitting idle at a login screen for a while? I can reproduce it easy enough, but haven't bolted strace/gdb on to peek under the hood yet. Took easy to zap the Xserver and get a fresh login box :). Just curious! -- Ross

Re: [E-devel] Network Manager

2008-05-12 Thread Ross Vandegrift
On Wed, May 07, 2008 at 09:51:05PM +0200, Stefan Schmidt wrote: On Tue, 2008-05-06 at 17:36, Ross Vandegrift wrote: On Tue, May 06, 2008 at 09:27:07PM +0200, The DarkMaster wrote: Hallo, I'm very interested in this topic and an E17 network manager is really needed by my OpenGEU distro too

Re: [E-devel] Network Manager

2008-05-06 Thread Ross Vandegrift
that doesn't do much of anything with that library is at http://kallisti.us/~ross/enetmgr-0.1.tar.gz I have some updates to it that don't even build against current libe_nm. Maybe I'll have to dig back into that NM issue on my laptop... Ross -- Ross Vandegrift [EMAIL PROTECTED] The good Christian

Re: [E-devel] Current status of e_nm

2008-01-24 Thread Ross Vandegrift
not currently in a state where it builds, but the tarball includes the git history and there was an 0.1 (also on the same site, but enetmgr-0.1.tar.gz) that did build. -- Ross Vandegrift [EMAIL PROTECTED] The good Christian should beware of mathematicians, and all those who make empty prophecies

Re: [E-devel] Current status of e_nm

2008-01-23 Thread Ross Vandegrift
for trivial cases like a desktop with a single wired connection. -- Ross Vandegrift [EMAIL PROTECTED] The good Christian should beware of mathematicians, and all those who make empty prophecies. The danger already exists that the mathematicians have made a covenant with the devil to darken the spirit

Re: [E-devel] Current status of e_nm

2008-01-23 Thread Ross Vandegrift
the sample client I was working on tonight. -- Ross Vandegrift [EMAIL PROTECTED] The good Christian should beware of mathematicians, and all those who make empty prophecies. The danger already exists that the mathematicians have made a covenant with the devil to darken the spirit and to confine man

  1   2   >