emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54558: closed (mcomix refuses to run, missing GTK libraries)


From: GNU bug Tracking System
Subject: bug#54558: closed (mcomix refuses to run, missing GTK libraries)
Date: Sat, 26 Mar 2022 08:02:02 +0000

Your message dated Sat, 26 Mar 2022 09:01:47 +0100
with message-id <df2c43a767c33a26a76db50b20d6ef73380a5979.camel@gmail.com>
and subject line Re: bug#54558: mcomix refuses to run, missing GTK libraries
has caused the debbugs.gnu.org bug report #54558,
regarding mcomix refuses to run, missing GTK libraries
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54558: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54558
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: mcomix refuses to run, missing GTK libraries Date: Thu, 24 Mar 2022 13:08:56 -0700
Hi there,

I've just tried to install mcomix on Guix System, but have had no luck
running it.

Upon installing and trying to run it in the shell, it fails with:

> [MainThread] ERROR: You do not have the required versions of GTK+ 3.0 
> installed.

Does GTK need to be added to its inputs?



--- End Message ---
--- Begin Message --- Subject: Re: bug#54558: mcomix refuses to run, missing GTK libraries Date: Sat, 26 Mar 2022 09:01:47 +0100 User-agent: Evolution 3.42.1
Hi Maxim,

Am Freitag, dem 25.03.2022 um 22:57 -0400 schrieb Maxim Cournoyer:
> Hi Liliana,
> 
> Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> 
> > [...]
> > +              (let ((p7zip (assoc-ref inputs "p7zip")))
> > +                ;; insert absolute path to 7z executable
> 
> I know it's in the original, but since while we're revamping the
> package, let's make this comment a proper complete sentence.
Thanks, did that.

> > +                (substitute* "mcomix/archive/sevenzip_external.py"
> > +                  (("_7z_executable = -1")
> > +                   (string-append "_7z_executable = u'" p7zip
> > "/bin/7z'")))
> 
> I'd use something like:
> 
> (format #f "_7z_executable = ~s"
>  (search-input-file inputs "bin/7z"))
> 
> For the replacement.  That unicode string (u"something") is
> obsolete/unnecessary (all strings are unicode in Python 3).
Thanks, did that.

> I haven't tried it, but LGTM with my above comments addressed.
I tried it in a pure shell and apart from the usual missing icons, it
launched fine.  Closing.

Cheers


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]