Fwd: How to run with baseapp debuginfo

Alexander Larsson alexl at redhat.com
Fri Jun 8 11:27:21 UTC 2018


I forgot to reply-all to this, but forwarding it here because people
might be interested:


---------- Forwarded message ----------
From: Alexander Larsson <alexl at redhat.com>
Date: Fri, Jun 8, 2018 at 11:55 AM
Subject: Re: How to run with baseapp debuginfo
To: Robin Lee <robinlee.sysu at gmail.com>


In general, base-apps are a completely build-time dependency. Once
you've built your derived thing it has no real relationship with the
base app.
As such, the proper way for this to work is that it should use the
BaseApp.Debug as a base when creating Atom.Debug, and thus all the
debug info you need will be in
Atom.Debug.

For flatpak-builder to do properly handle this the atom manifest needs
to specify something like:
    "base-extensions": ["io.atom.electron.BaseApp.Debug",
"io.atom.electron.BaseApp.Debug" ],



On Fri, Jun 8, 2018 at 11:14 AM, Robin Lee <robinlee.sysu at gmail.com> wrote:
> Hi,
>
> I am playing with io.atom.Atom flatpak, which use io.atom.electron.BaseApp.
>
> I want to run atom with debuginfo available. With io.atom.Atom.Debug and
> io.atom.electron.BaseApp.Debug installed, though only
> io.atom.Atom.Debug is included, not for
> io.atom.electron.BaseApp.Debug.
>
> So how to load io.atom.electron.BaseApp.Debug when running atom flatpak?
>
> Or how to let io.atom.Atom.Debug include io.atom.electron.BaseApp.Debug?
>
>
> -robin
> _______________________________________________
> Flatpak mailing list
> Flatpak at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/flatpak



--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                Red Hat, Inc
       alexl at redhat.com         alexander.larsson at gmail.com


-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Alexander Larsson                                Red Hat, Inc
       alexl at redhat.com         alexander.larsson at gmail.com


More information about the Flatpak mailing list