[Xfce-bugs] [Bug 1661] all Xfce icons missing
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Apr 12 22:57:10 CEST 2006
Do NOT reply to this email. To make further comments on this bug, use
the URL below:
http://bugzilla.xfce.org/show_bug.cgi?id=1661
------- Comment #7 from bjt23 at cornell.edu 2006-04-12 20:57 UTC -------
(In reply to comment #6)
> Created an attachment (id=500)
--> (http://bugzilla.xfce.org/attachment.cgi?id=500&action=view) [edit]
> Set XDG_DATA_DIRS if not set
>
> Something along these lines...
>
I guess that's ok, though you really only need:
( test -z "$XDG_DATA_DIRS" && XDG_DATA_DIRS="@datadir@" ) \
|| XDG_DATA_DIRS="@datadir@:$XDG_DATA_DIRS"
export XDG_DATA_DIRS
While we're at it, we should probably do the same with XDG_CONFIG_DIRS. Though
I kinda dislike overriding these variables. Benny, any comments?
--
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Xfce-bugs
mailing list