unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "Jérémy Korwin-Zmijowski" <jeremy@korwin-zmijowski.fr>
To: help-guix@gnu.org
Subject: Gnome and custom profile
Date: Sat, 16 Jan 2021 22:56:13 +0100	[thread overview]
Message-ID: <733e43bd200e00de0477c6876572d140f5679f38.camel@korwin-zmijowski.fr> (raw)

Dear Guixters !

Hope you are well and safe.

On my fresh Guix System, I created a profile using a manifest (mostly
to install Emacs and Qemu).
Then I tried to activate the profile during startup through .profile
file… and nothing happend. My exported variables are not even part of
the environment.
I tried to activate it through the .bashrc then I was able to launch
apps using command line but Gnome doesn't see them.

How should I activate my custom profile ?

$ cat .profile
GUIX_EXTRA_PROFILES=$HOME/.guix-extra-profiles
export GUIX_EXTRA_PROFILES
GUIX_PROFILE="${GUIX_EXTRA_PROFILES}/jeko"
. "$GUIX_PROFILE/etc/profile"
XDG_DATA_DIRS="${XDG_DATA_DIRS}:${GUIX_EXTRA_PROFILES}/jeko/share"

$ guix package --search-paths -p "$HOME/.guix-extra-profiles/jeko"
export PATH="/home/jeko/.guix-extra-profiles/jeko/bin:/home/jeko/.guix-
extra-profiles/jeko/sbin"
export EMACSLOADPATH="/home/jeko/.guix-extra-
profiles/jeko/share/emacs/site-lisp:/home/jeko/.guix-extra-
profiles/jeko/share/emacs/27.1/lisp"
export INFOPATH="/home/jeko/.guix-extra-profiles/jeko/share/info"
export GUILE_LOAD_PATH="/home/jeko/.guix-extra-
profiles/jeko/share/guile/site/3.0"
export GUILE_LOAD_COMPILED_PATH="/home/jeko/.guix-extra-
profiles/jeko/lib/guile/3.0/site-ccache:/home/jeko/.guix-extra-
profiles/jeko/share/guile/site/3.0"
export MANPATH="/home/jeko/.guix-extra-profiles/jeko/share/man"
export PKG_CONFIG_PATH="/home/jeko/.guix-extra-
profiles/jeko/lib/pkgconfig"

$ cat guix-jeko-manifests/jeko-manifest.scm 
(specifications->manifest
 '(
   ;; Blog
   ;;; "haunt"
   ;;; "skribilo"
   
   ;; Emacs for Gui{le,x} dev
   "emacs"
   "emacs-auto-complete"
   "emacs-paredit"
   "emacs-geiser"
   "emacs-ac-geiser"
   "emacs-yasnippet"
   "emacs-rainbow-delimiters"
   "emacs-iedit"
   "emacs-guix"
   "emacs-flycheck"
   "emacs-flycheck-guile"
   "emacs-multiple-cursors"
   "emacs-magit"
   "emacs-ggtags"
   "emacs-projectile"
   
   ;; Guile and tools
   "guile"
   "guile-readline"
   "guile-colorized"
   "guile-hall"

   ;; Doc
   "info-reader"
   "man-db"
   "pkg-config"

   ;; Misc
   "qemu"
   ))


Cheers,
Jérémy



             reply	other threads:[~2021-01-16 22:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-16 21:56 Jérémy Korwin-Zmijowski [this message]
2021-01-18 11:32 ` Gnome and custom profile Pierre Neidhardt
2021-01-18 13:50   ` Jérémy Korwin-Zmijowski
2021-01-18 14:14 ` Luis Felipe
2021-01-18 14:29   ` Jérémy Korwin-Zmijowski

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=733e43bd200e00de0477c6876572d140f5679f38.camel@korwin-zmijowski.fr \
    --to=jeremy@korwin-zmijowski.fr \
    --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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).