all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mekeor Melire <mekeor.melire@gmail.com>
To: Niall Dooley <dooleyn@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: error running emacs installed with guix
Date: Sat, 18 Nov 2017 00:50:14 +0100	[thread overview]
Message-ID: <87po8gwjpk.fsf@gmail.com> (raw)
In-Reply-To: <CADS3Lq62JPfgaE_EVS5HvOTyeWu1BNSOW0P67yNF2uK_-v1YPA@mail.gmail.com>


I guess, this information is pretty obvious, but I can tell you that
this is a GTK specific issue. Personally, I use Emacs with
athena-toolkit (libxaw) instead of GTK. I did not encounter this problem
with it.

If you're interested, this is the package definition:

    (define-public own-emacs
        (package
            (inherit emacs)
            (name "emacs")
            (synopsis "The extensible, customizable, self-documenting text editor
    with athena toolkit" )
            (build-system gnu-build-system)
            (inputs `(
                ("inotify-tools" ,inotify-tools)
                ("libxaw" ,libxaw)
                ,@(alist-delete "gtk+" (package-inputs emacs))))
            (arguments `(
                #:configure-flags '("--with-x-toolkit=athena")
    ,@(package-arguments emacs)))))


Niall Dooley <dooleyn@gmail.com> writes:

> Just to add I too encounter the same problem.
>
> Niall
>
> On 12 November 2017 at 21:30, Adonay Felipe Nogueira <adfeno@hyperbola.info>
> wrote:
>
>> Indeed, I also experienced this issue...
>>
>> Even starting Emacs with `-Q' option doesn't help.
>>
>> Mason Hock <masonhock@gmail.com> writes:
>>
>> > I have installed emacs with Guix. When I try to run it I get
>> >
>> > Gtk-Message: Failed to load module "canberra-gtk-module"
>> > Gtk-Message: Failed to load module "topmenu-gtk-module"
>> >
>> > followed by many
>> >
>> > (emacs-25-3:7212): Gtk-WARNING **: Theme parsing error:*
>> >
>> > messages, and then
>> >
>> > GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
>> > will not be saved or shared with other applications.
>> > Fatal error 6: Aborted
>> > Backtrace:
>> > /gnu/store/5jfh7wlrkc0lhrfdaijsjgz8w9bwqxvf-emacs-25.3/bin/emacs-
>> > 25.3[0x81393ec]
>> > ...
>> > Aborted (core dumped)
>> >
>> >
>> > Does anyone know what to make of this?
>> >
>> > Thanks,
>> >
>> > Mason


--
mekeor ~ EDD3 DFFA 76F6 11C0 145F 9A99 AC85 BAD8 A2F8 C868

  reply	other threads:[~2017-11-17 23:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-12 19:56 error running emacs installed with guix Mason Hock
2017-11-12 21:30 ` Adonay Felipe Nogueira
2017-11-17 16:58   ` Niall Dooley
2017-11-17 23:50     ` Mekeor Melire [this message]
2017-11-13  9:54 ` Ludovic Courtès
2017-11-13 14:44   ` Adonay Felipe Nogueira
2017-11-23 22:42     ` Adonay Felipe Nogueira
2017-11-13 19:36   ` Mason Hock
2017-11-14  0:04     ` Adonay Felipe Nogueira
2017-11-24  0:27 ` Adonay Felipe Nogueira

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=87po8gwjpk.fsf@gmail.com \
    --to=mekeor.melire@gmail.com \
    --cc=dooleyn@gmail.com \
    --cc=help-guix@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.