From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDutJ-0005qX-JQ for guix-patches@gnu.org; Wed, 02 May 2018 12:46:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDutG-0004lu-78 for guix-patches@gnu.org; Wed, 02 May 2018 12:46:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39351) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDutG-0004li-4U for guix-patches@gnu.org; Wed, 02 May 2018 12:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fDutF-0005fD-O4 for guix-patches@gnu.org; Wed, 02 May 2018 12:46:01 -0400 Subject: [bug#31342] [PATCH 0/2] Enlightenment Desktop Service Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35101) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDusX-0005dZ-6u for guix-patches@gnu.org; Wed, 02 May 2018 12:45:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDusT-0004Dq-KH for guix-patches@gnu.org; Wed, 02 May 2018 12:45:17 -0400 Received: from flashner.co.il ([178.62.234.194]:43174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDusT-0004Cz-0D for guix-patches@gnu.org; Wed, 02 May 2018 12:45:13 -0400 From: Efraim Flashner Date: Wed, 2 May 2018 19:44:50 +0300 Message-Id: <20180502164450.13727-1-efraim@flashner.co.il> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31342@debbugs.gnu.org Cc: Efraim Flashner These two patches create a usable desktop service for Enlightenment. I've been running it for a few weeks while working out the kinks, and almost everything works as expected. The default screen locker now works, so as far as I'm concerned it seems ready for upstreaming. Currently the remaining issue that I have is the language switcher doesn't work. I can change the language flag at the bottom but it currently doesn't affect the language typed in or the Caps->Meta conversion. Efraim Flashner (2): gnu: enlightenment: Fix setuid program locations. gnu: services: Add Enlightenment desktop service. doc/guix.texi | 10 +- gnu/local.mk | 1 + gnu/packages/enlightenment.scm | 3 +- .../enlightenment-fix-setuid-path.patch | 168 ++++++++++++++++++ gnu/services/desktop.scm | 61 +++++++ 5 files changed, 237 insertions(+), 6 deletions(-) create mode 100644 gnu/packages/patches/enlightenment-fix-setuid-path.pa= tch --=20 2.17.0