Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2021 15:37:54 +0100
From:      Guido Falsi <mad@madpilot.net>
To:        Andrea Venturoli <ml@netfence.it>, xfce@freebsd.org
Subject:   Re: XFCE upgraded to 4.16
Message-ID:  <b46f4878-8bb5-557f-a6c5-9b5500550aa6@madpilot.net>
In-Reply-To: <45c74d5a-909b-8905-6673-b340e1d976b4@netfence.it>
References:  <46a21428-a640-f895-0f3b-f44c09497bf5@madpilot.net> <747ecac6-6d60-6143-1ae1-47801299b59b@netfence.it> <1502a321-02c0-13e9-16b3-6f11da9de3af@madpilot.net> <47ede65d-817a-8d80-a582-660d43ac6ac3@andreaventuroli.it> <ee9f59de-8814-cf6d-cf8a-ff13a88dccd2@madpilot.net> <45c74d5a-909b-8905-6673-b340e1d976b4@netfence.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On 08/01/21 15:22, Andrea Venturoli wrote:
> On 1/4/21 6:02 PM, Guido Falsi wrote:
> 
>>> I was also using sysutils/xfce4-kbdleds-plugin (since my laptop has 
>>> no indicators): any replacement for this?
>>
>> Please do some searches on freshports, I'm quite sure there are some 
>> ports there creating tray icons. Google is your friend too.
> 
> I din't find anything, but I'll try again.
> 
> 
> 
> 
> In the meantime I upgraded my desktop:
> 
>> For this kind of stuff (and also the previous point) I'm using 
>> sysutils/conky
> 
> Doesn't conky show a widget on the desktop? I want that on a panel.

Well, I just proposed what I use daily, everyone has his own preferences.
> 
> Now one more question:
> 
> I can't quite cope with the deafult themes (Clearlooks which I was using 
> previously, now has changed in some way), so I downloaded some extra 
> ones and I'm trying to install them.
> However, when I press "+ Add" in xfce4-appearance-settings and choose 
> the tarball, it tries to create a temporary directory in / (e.g. 
> "mktemp: mkdtemp failed on /tmp.G9yLe4V3: Permission denied").
> Is this normal???
> Is it a bug? Or am I trying to do things the wrong way?

Looking at sources xfce4-settings uses a script to perform the operation 
at one point it executes this line of code:

tmpdir=`TMPDIR="${XDG_CACHE_HOME:-$TMPDIR}" mktemp -d`

Could you check with env in a terminal if you have any of those two env 
vars set?

I do not have any, so the script would obviously end up using the root 
directory, which is definitely wrong.

I need to think a little what the best solution could be in this case. I 
also need to check the full script to create a sensible patch.

-- 
Guido Falsi <mad@madpilot.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b46f4878-8bb5-557f-a6c5-9b5500550aa6>