unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Ricardo Wurmus <rekado@elephly.net>
To: Jone <yeger9@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Install new package in current generation?
Date: Wed, 23 May 2018 13:40:53 +0200	[thread overview]
Message-ID: <87po1mob0a.fsf@elephly.net> (raw)
In-Reply-To: <87in7ev3rn.fsf@gmail.com>


Jone <yeger9@gmail.com> writes:

>> Also note that generations are generally lightweight
>
> It's right. But I have another problem with different generations:
> I build and install xfce4-cpugraph-plugin
>
> /gnu/store/qf0khvz9vj5lj4k9sfjxqlbs0kl8ssr3-xfce4-cpugraph-plugin-1.0.5/
> ├── lib
> │ └── xfce4
> │     └── panel
> │         └── plugins
> │             ├── libcpugraph.la
> │             └── libcpugraph.so
> ...
>
> of course xfce-panel does not see libcpugraph.so
>
> /gnu/store/rp40p839f65bzkkzrgcx7jbxb0c38nx4-xfce4-panel-4.12.0/
> ├── bin
> ...
> │ └── xfce4
> │     └── panel
> │         ├── migrate
> │         ├── plugins
> │         │ ├── libactions.la
> │         │ ├── libactions.so
> │         │ ├── libapplicationsmenu.la
> │         │ ├── libapplicationsmenu.so
> │         │ ├── libclock.la
> │         │ ├── libclock.so
> │         │ ├── libdirectorymenu.la
> │         │ ├── libdirectorymenu.so
> │         │ ├── liblauncher.la
> │         │ ├── liblauncher.so
> │         │ ├── libpager.la
> │         │ ├── libpager.so
> │         │ ├── libseparator.la
> │         │ ├── libseparator.so
> │         │ ├── libshowdesktop.la
> │         │ ├── libshowdesktop.so
> │         │ ├── libsystray.la
> │         │ ├── libsystray.so
> │         │ ├── libtasklist.la
> │         │ ├── libtasklist.so
> │         │ ├── libwindowmenu.la
> │         │ └── libwindowmenu.so
> │         ├── wrapper-1.0
> │         └── wrapper-2.0
> ...
>
> Problem! Probably I should to modify the "xfce" package itself, but it's
> not so easy for me.

Garbage collection won’t make a difference here.

According to the definition of the “xfce” and “xfce4-panel” packages,
plugins are searched for on directories listed in the environment
variable “X_XFCE4_LIB_DIRS”.  Try setting that to the directory
containing “xfce4-cpugraph-plugin” before Xfce is started.

--
Ricardo

  reply	other threads:[~2018-05-24  7:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-23  0:44 Install new package in current generation? Jone
2018-05-23  5:43 ` Ricardo Wurmus
2018-05-23  7:33   ` Pierre Neidhardt
2018-05-23 14:35     ` Jone
2018-05-23 11:40       ` Ricardo Wurmus [this message]
2018-05-23 15:30         ` Jone
2018-05-23 15:41     ` Ludovic Courtès

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=87po1mob0a.fsf@elephly.net \
    --to=rekado@elephly.net \
    --cc=help-guix@gnu.org \
    --cc=yeger9@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).