From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: MATE applications only fit for a running MATE Environment? (sed help wanted) Date: Mon, 14 Aug 2017 20:40:55 +0000 Message-ID: <20170814204055.fagpz66yjk2pav2l@abyayala> References: <20170814201230.k7hobo4bw24xt6yl@abyayala> <20170814203144.vehrscjm3vmxzyge@abyayala> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="7ybchmvstsip5hb2" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46374) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhMBJ-0004xO-EP for guix-devel@gnu.org; Mon, 14 Aug 2017 16:41:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhMBE-0006It-Ub for guix-devel@gnu.org; Mon, 14 Aug 2017 16:41:49 -0400 Received: from aibo.runbox.com ([91.220.196.211]:37856) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dhMBE-0006I3-Nk for guix-devel@gnu.org; Mon, 14 Aug 2017 16:41:44 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1dhMBB-0002MQ-7y for guix-devel@gnu.org; Mon, 14 Aug 2017 22:41:41 +0200 Received: from tor-exit-readme.memcpy.io ([163.172.67.180] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1dhMAU-0003V3-2n for guix-devel@gnu.org; Mon, 14 Aug 2017 22:40:58 +0200 Content-Disposition: inline In-Reply-To: <20170814203144.vehrscjm3vmxzyge@abyayala> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --7ybchmvstsip5hb2 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable ng0 transcribed 3.9K bytes: > Various sources suggest either of the following: >=20 > - mate applications require many dependencies within MATE. > - I need mate-utils which I haven't packaged yet >=20 > I'll try mate-utils. Okay, this is where I need help as mate-utils depends on mate-panel which I have kind-of-packaged - it is supposedly finished (build phase succeeds) but crashes because I need to figure out how to replicate this for Guix: #https://bugzilla.gnome.org/show_bug.cgi?id=3D656231 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool Anyone got an idea? mate-utils probably requires me to do the same. It's easy when you can do it in a Makefile, but I have no idea right now how to adjust my package to this. > ng0 transcribed 3.3K bytes: > > I'm currently packaging MATE, but I'm not a very well experienced > > user of MATE. I'm used to modular systems where you can reuse > > applications outside of their bigger projects. > >=20 > > gnome-terminal can in theory be used in other WMs and DMs aswell. > > Except that with mate-terminal I had issues in a spectrwm - only system. > > In addition to "bug#28088: "The name org.a11y.Bus was not provided by a= ny .service files" with multiple applications" > > I get this in GNOME (where 28088 is a non-issue): > >=20 > > user@abyayala ~$ mate-terminal > >=20 > > (mate-terminal:841): GLib-GIO-ERROR **: Settings schema 'org.mate.inter= face' is not installed > >=20 > > Trace/breakpoint trap > >=20 > >=20 > > I assume I might still lack an application in the graph though.. I have= the very > > base of MATE now, and the test with MATE is with only mate itself being > > present. > >=20 > > The very base seems to be: > > mate-desktop, mate-menus, mate-panel, mate-session-manager > > mate-settings-daemon, marco, and optionally(?) > > caja, mate-control-center, mate-media, > > mozo, mate-terminal. > >=20 > > But I only experience issues with mate-terminal for now.. Marco/the WM = itself > > is another issue. > >=20 > > This is what I have: > >=20 > > commit 380e1ca853794336e1874a2d555af6aebca2e42b (HEAD -> system/mate) > > Author: ng0 > > Date: Mon Aug 14 18:58:34 2017 +0000 > >=20 > > gnu: Add mate-panel. > >=20 > > * gnu/packages/mate.scm (mate-panel): New variable. > >=20 > > commit 100357037d50a9ea8268152353210d67e9fd34b5 > > Author: ng0 > > Date: Mon Aug 14 17:18:06 2017 +0000 > >=20 > > gnu: Add mate-session-manager. > >=20 > > * gnu/packages/mate.scm (mate-session-manager): New variable. > >=20 > > commit 09502debf16798830f13f151818c856675c4d738 > > Author: ng0 > > Date: Sun Aug 6 18:03:17 2017 +0000 > >=20 > > gnu: Add marco. > >=20 > > * gnu/packages/mate.scm (marco): New variable. > >=20 > > commit 647e1d55d2b4f4f5a53d88aeac98d242e4ab108b > > Author: ng0 > > Date: Sun Aug 6 18:29:40 2017 +0000 > >=20 > > gnu: Add mate-terminal. > >=20 > > * gnu/packages/mate.scm (mate-terminal): New variable. > >=20 > > commit ccde857f1e6bd7f059fde60d229b5df5f79e75c3 > > Author: ng0 > > Date: Sun Aug 6 17:22:41 2017 +0000 > >=20 > > gnu: Add caja. > >=20 > > * gnu/packages/mate.scm (caja): New variable. > > =20 > > --=20 > > ng0 > > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > > GnuPG: https://n0is.noblogs.org/my-keys > > https://www.infotropique.org https://krosos.org >=20 >=20 >=20 > --=20 > ng0 > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 > GnuPG: https://n0is.noblogs.org/my-keys > https://www.infotropique.org https://krosos.org --=20 ng0 GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588 GnuPG: https://n0is.noblogs.org/my-keys https://www.infotropique.org https://krosos.org --7ybchmvstsip5hb2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlmSCtcACgkQ4i+bv+40 hYiluxAAkCZXvvBXTDR7jTy0uB3IfeN4nmami84/7jZcFln8VPkhVCNxWbI01tKy zWXepjBSeftRyc7Mr7cKrHnmGIGSxDdiesN3O0Kg1hnBqOmVIsckHe3spoXmnfOG 6NuLvtb4Edb/Yr65JEJRfzB1ukcXB3q1fI0983Lt+0AOwTwAhhS8StJxG6ERNIPB 0zk7xQU9naUFKlNDWYAWjU0Ff57zMbP4+oZDKlXVaZZbtEacNsngsfnwErL2xszc jcCTz4r73UAC0x0xqHvbNnWjP9DPbYcNGt+G9cbpAXd57rxW02qtcAyaBqzd0vM6 SNRcFGpRP15uTX4ZeebtFf4P6Cu73hBSvqvcVCtLELYMtRFIm97hU2fVE/XC1JJi 4poQlOsgfVfcqaBnEczBE2ec9zk0DX3yb9LSNFt1/u5Gpox9E+II2c01VFu2NAik Q7/deXfzNZWeuUDxE/5J6IidFTMikon0FdJsWUa3XQH0ZjnC39UZHUBAY56ozodR z2tmQKlpuRyyzwKTLu2guRj4LQGjgI6HRL/F4GMQqpXvQSuYUhFwiaOOFPu+TKGB 3w2lrF4F0Awjj62qHKcbgA6UZYfbOTG+3uqsQWIA/p0WOY1fQ3R1VBPt1wZIr45h 1Ro2ICS6i3jVTcPxSeLkXOYiP/aKrC1QssdYiJndJ1aEwJOZxh4= =3zZv -----END PGP SIGNATURE----- --7ybchmvstsip5hb2--