GNU bug report logs -
#54434
[PATCH 0/6] XFCE Updates
Previous Next
Reported by: mail <at> brendan.scot
Date: Thu, 17 Mar 2022 08:04:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #68 received at 54434 <at> debbugs.gnu.org (full text, mbox):
'Brendan Tildesley <mail <at> brendan.scot> writes:
> From: Brendan Tildesley <mail <at> brendan.scot>
>
> gnu/packages/xfce.scm (xfce4-session): [patches]: Add a patch to make
> use of X_XFCE4_LIB_DIRS and load user installed panel plugins. This is
> needed, because xfce is launched from /run/current-system/.... It will
> not otherwise load panel plugin .so's from the users home guix profile.
>
> gnu/packages/patches/xfce4-session-startxfce-load-user-plugins.patch:
> New file.
> gnu/local.mk: Reference patch file.
Looks like leading stars disappeared from the commit log. :-)
> +++ b/gnu/packages/patches/xfce4-session-startxfce-load-user-plugins.patch
> @@ -0,0 +1,20 @@
> +From a1c94934d211d69f9a2cdf03d64327bcd7cccb41 Mon Sep 17 00:00:00 2001
> +From: Brendan Tildesley <mail <at> brendan.scot>
> +Date: Thu, 17 Mar 2022 19:49:12 +1100
> +Subject: [PATCH] startxfce4: load plugins from user profile
A single line stating what the patch does would be enough.
> ++++ b/scripts/startxfce4.in
> +@@ -101,6 +101,8 @@ else
> + prog=/bin/sh
> + fi
> +
> ++ export X_XFCE4_LIB_DIRS="${GUIX_PROFILE:-$HOME/.guix-profile}/lib/xfce4/${X_XFCE4_LIB_DIRS:+:}$X_XFCE4_LIB_DIRS"
There’s extra space at the beginning of the line.
One problem is that this won’t work for those using Guix Home, where the
default profile is ~/.guix-home/profile.
Can this extra variable be avoided? Or could it be handled by a search
path specification?
I’ve applied the other patches in the meantime.
Thanks!
Ludo’.
This bug report was last modified 1 year and 322 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.