Have you tried rebooting already? I remember it helping sometimes. If
that does not help, check the value of $XDG_DATA_DIRS to be sure that
it includes paths to flatpak directories. But when I tried flatpak
before, I do not remember configuring that manually in Guix System.
There may also be soft
E nor Guix.
I guess one should set some XDG or PATH environment variable. Or maybe
even install some system or home service.
So how can I make Flatpak apps integrate well with GNOME on Guix?
Best regards,
Snikta
# FLATPAK
# Make apps available in GNOME Shell.
export
XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/.local/share/flatpak/exports/share"
export XDG_DATA_DIRS="$XDG_DATA_DIRS:/var/lib/flatpak/exports/share"
Worked! Thanks!
OpenPGP_0x8CF8982C455FAB05.asc
Description: OpenPGP public key
Op
ch
better error message with a back trace. That helped me solve the
problem. (I'm a guile scheme noob).
Anyway, Thanks!
On 3/24/25 08:41, 45mg wrote:
Snikta writes:
I'm using Emacs with Geiser Guile on Guix System, and I've tried to add
both /run//guile/site/3.0 and (built
Hi,
I want to run the latest stable version of Emacs, but I'm not sure how
to achieve this on Guix.
I've tried: guix shell emacs ---with-version=emacs=30.1
But that doesn't work.
Should I create a new package that inherits from emacs and then change
version?
Best
;; Guile scheme support
(use-package geiser :ensure t)
(use-package geiser-guile
:ensure t
:config
;; Guix support
(let ((guix-dir "~/src/guix/"))
(if (file-directory-p guix-dir)
(add-to-list 'geiser-guile-load-path guix-dir
Best regards,
snikta
OpenPGP_0x8CF