Re: XIM doesn't work: "No IM module matching GTK_IM_MODULE=xim found"

2024-07-11 Thread Felix Lechner via
Hi Akib, On Tue, Jul 09 2024, Akib Azmain Turja wrote: > (dino:14531): Gtk-WARNING **: 02:52:19.528: No IM module matching > GTK_IM_MODULE=xim found I have used ibus with Emacs with this code. [1] Maybe have a look at GUIX_GTK2_IM_MODULE_FILE ? As a fellow EXWM user, I use Emacs's own inpu

Managing python entry-points to discover plugin package with the new pyproject-build-system ?

2024-07-11 Thread Sebastien Rey-Coyrehourcq
Hi, For my lab i actually manage to package the latest version (existing package on guix are old) of python mkdocs static site generator with mkdocs-materials theme. Mkdocs use a yaml entry to call the theme (here mkdocs-material-theme) to use for the website generation. Both project use a pypr

Re: Problem with gcc-toolchain modulefile

2024-07-11 Thread Reza Housseini
Simon Tournier writes: Hi Simon > Very late reply… Sorry. If the question is still unanswered. :-) I figured a way to do it. I create a new package from the gcc package: (define-public gcc-standalone (package (inherit gcc) (name "gcc-standalone"))) this allows me to install it as a

Re: Problem: a makeinfo running in build stages cannot output epub3?

2024-07-11 Thread Simon Tournier
Hi, Sorry for the late reply. On Sun, 12 May 2024 at 07:17, Yuval Langer wrote: > I am having problems generating epub because the native-input texinfo > package does not accept the `--epub3` (or `--epub`) flag. I have > tried adding the perl-archive-zip package as well, but that did not > w

Re: Problem with gcc-toolchain modulefile

2024-07-11 Thread Simon Tournier
Hi, Very late reply… Sorry. If the question is still unanswered. :-) On Thu, 16 May 2024 at 15:15, Reza Housseini wrote: > I crated a modulefile with the module command for the gcc-toolchain on a > foreign system. Unfortunately the LD_LIBRARY_PATH of the gcc-toolchain > package is interferin