all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Chris Marusich <cmmarusich@gmail.com>
Cc: 23200@debbugs.gnu.org
Subject: bug#23200: XFCE: selecting a style has no effect
Date: Mon, 04 Apr 2016 22:26:55 +0200	[thread overview]
Message-ID: <871t6ldss0.fsf@gnu.org> (raw)
In-Reply-To: <87y48us0wr.fsf@gmail.com> (Chris Marusich's message of "Sun, 03 Apr 2016 16:55:16 -0700")

[-- Attachment #1: Type: text/plain, Size: 862 bytes --]

Chris Marusich <cmmarusich@gmail.com> skribis:

> Ricardo Wurmus <rekado@elephly.net> writes:
>
>> Here’s what worked for me:
>>
>> * install gnome-themes-standard into the system profile
>> * set GTK_DATA_PREFIX to “/run/current-system/profile”
>
> Can it be arranged for these two things to be done automatically in the
> installation image?  I think it would be simple to add
> "gnome-themes-standard" to the sample desktop.scm file we provide, but
> I'm not sure how we would ensure that GTK_DATA_PREFIX gets set up
> correctly.  Is there a mechanism in GuixSD for adding such environment
> variables to /etc/profile, for example?

Definitely.

I’ve tested that with this patch changing colors under the “Style” tab
in Xfce does have an effect.

I’ll commit it shortly if there are no objections.

Thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 573 bytes --]

diff --git a/gnu/system.scm b/gnu/system.scm
index 8e05254..a8744ea 100644
--- a/gnu/system.scm
+++ b/gnu/system.scm
@@ -421,6 +421,9 @@ export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share
 export XDG_DATA_DIRS=$HOME/.guix-profile/share:/run/current-system/profile/share
 export XDG_CONFIG_DIRS=$HOME/.guix-profile/etc/xdg:/run/current-system/profile/etc/xdg
 
+# 'GTK_DATA_PREFIX' must name one directory where themes are searched for.
+export GTK_DATA_PREFIX=/run/current-system/profile
+
 # Ignore the default value of 'PATH'.
 unset PATH
 

  reply	other threads:[~2016-04-04 20:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-02 21:46 bug#23200: XFCE: selecting a style has no effect Chris Marusich
2016-04-03  2:10 ` Jookia
2016-04-03  6:51 ` Ricardo Wurmus
2016-04-03 23:55   ` Chris Marusich
2016-04-04 20:26     ` Ludovic Courtès [this message]
2016-04-04 21:48       ` Ludovic Courtès
2016-04-05  4:19         ` Chris Marusich
2016-04-05  6:54           ` Jookia
2016-04-05  7:04             ` Chris Marusich
2016-04-05  8:11             ` Ludovic Courtès
2016-04-05  8:31               ` Jookia

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

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

  git send-email \
    --in-reply-to=871t6ldss0.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=23200@debbugs.gnu.org \
    --cc=cmmarusich@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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.