all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@infotropique.org>
To: guix-devel@gnu.org
Subject: Re: MATE applications only fit for a running MATE Environment? (sed help wanted)
Date: Mon, 14 Aug 2017 20:40:55 +0000	[thread overview]
Message-ID: <20170814204055.fagpz66yjk2pav2l@abyayala> (raw)
In-Reply-To: <20170814203144.vehrscjm3vmxzyge@abyayala>

[-- Attachment #1: Type: text/plain, Size: 3806 bytes --]

ng0 transcribed 3.9K bytes:
> Various sources suggest either of the following:
> 
> - mate applications require many dependencies within MATE.
> - I need mate-utils which I haven't packaged yet
> 
> 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=656231
    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.
> > 
> > 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 any .service files" with multiple applications"
> > I get this in GNOME (where 28088 is a non-issue):
> > 
> > user@abyayala ~$ mate-terminal
> > 
> > (mate-terminal:841): GLib-GIO-ERROR **: Settings schema 'org.mate.interface' is not installed
> > 
> > Trace/breakpoint trap
> > 
> > 
> > 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.
> > 
> > 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.
> > 
> > But I only experience issues with mate-terminal for now.. Marco/the WM itself
> > is another issue.
> > 
> > This is what I have:
> > 
> > commit 380e1ca853794336e1874a2d555af6aebca2e42b (HEAD -> system/mate)
> > Author: ng0 <ng0@infotropique.org>
> > Date:   Mon Aug 14 18:58:34 2017 +0000
> > 
> >     gnu: Add mate-panel.
> > 
> >     * gnu/packages/mate.scm (mate-panel): New variable.
> > 
> > commit 100357037d50a9ea8268152353210d67e9fd34b5
> > Author: ng0 <ng0@infotropique.org>
> > Date:   Mon Aug 14 17:18:06 2017 +0000
> > 
> >     gnu: Add mate-session-manager.
> > 
> >     * gnu/packages/mate.scm (mate-session-manager): New variable.
> > 
> > commit 09502debf16798830f13f151818c856675c4d738
> > Author: ng0 <ng0@infotropique.org>
> > Date:   Sun Aug 6 18:03:17 2017 +0000
> > 
> >     gnu: Add marco.
> > 
> >     * gnu/packages/mate.scm (marco): New variable.
> > 
> > commit 647e1d55d2b4f4f5a53d88aeac98d242e4ab108b
> > Author: ng0 <ng0@infotropique.org>
> > Date:   Sun Aug 6 18:29:40 2017 +0000
> > 
> >     gnu: Add mate-terminal.
> > 
> >     * gnu/packages/mate.scm (mate-terminal): New variable.
> > 
> > commit ccde857f1e6bd7f059fde60d229b5df5f79e75c3
> > Author: ng0 <ng0@infotropique.org>
> > Date:   Sun Aug 6 17:22:41 2017 +0000
> > 
> >     gnu: Add caja.
> > 
> >     * gnu/packages/mate.scm (caja): New variable.
> >     
> > -- 
> > ng0
> > GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> > GnuPG: https://n0is.noblogs.org/my-keys
> > https://www.infotropique.org https://krosos.org
> 
> 
> 
> -- 
> ng0
> GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
> GnuPG: https://n0is.noblogs.org/my-keys
> https://www.infotropique.org https://krosos.org



-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://n0is.noblogs.org/my-keys
https://www.infotropique.org https://krosos.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-08-14 20:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-14 20:12 MATE applications only fit for a running MATE Environment? ng0
2017-08-14 20:31 ` ng0
2017-08-14 20:40   ` ng0 [this message]
2017-08-15  7:14 ` Andy Wingo
2017-08-15  7:33   ` ng0

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170814204055.fagpz66yjk2pav2l@abyayala \
    --to=ng0@infotropique.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.