unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: hiphish@openmailbox.org
To: Alex Kost <alezost@gmail.com>
Subject: Re: Guix and desktop files
Date: Sun, 12 Aug 2018 23:12:45 -0000	[thread overview]
Message-ID: <20180812231246.5C062521170@mta-1.openmailbox.org> (raw)

The file ~/.guix-profile/etc/profile only contains

    export PATH="${GUIX_PROFILE:-/gnu/store/0mbr4gk9q24gyvn64mnlpjicwm2h70nc-profile}/bin${PATH:+:}$PATH"

It only exports the $PATH. Am I meant to make manual adjustments to this file
or is it managed by Guix as well? And while I'm at it, what is the way of
sourcing the bash completions installed by Guix?

    for f in $(ls /home/aleksandar/.guix-profile/etc/bash_completion.d/); do
        source $f	
    done

And how do I get bash completion for Guix itself? It is not contained in the
above directory.

> hiphish@openmailbox.org (2018-08-11 19:46 +0000) wrote:
> 
>> Hello everyone,
>>
>> I am using Kubuntu 18.04 and I recently installed Guix as a secondary package
>> manager. I'm still feeling my way around and I have been wondering whether
>> the desktop files provided by some applications can be integrated with the
>> desktop environment.
>>
>> When I install an application through apt a desktop file is placed in
>>
>>     /usr/share/applications
>>
>> and the application shows up in my Application menu. Guix has an analogue to
>> this under
>>
>> 	~/.guix-profile/share/applications/
>>
>> and it contains Gimp at the moment, but I have no idea how to hook this
>> directory up to the menu. Is there an environment variable like there is for
>> $PATH?
> 
> Probably XDG_DATA_DIRS, although it should be set appropriately if you
> source your ~/.guix-profile/etc/profile
> 
> -- 
> Alex

             reply	other threads:[~2018-08-12 23:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-12 23:12 hiphish [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-13 23:27 Guix and desktop files hiphish
2018-08-13 23:26 hiphish
2018-08-11 19:46 hiphish
2018-08-12 21:34 ` Alex Kost

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=20180812231246.5C062521170@mta-1.openmailbox.org \
    --to=hiphish@openmailbox.org \
    --cc=alezost@gmail.com \
    /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).