Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2018 11:00:20 +0100
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        Per Gunnarsson <p.gunnarsson@yahoo.com>, xfce@FreeBSD.org
Subject:   Re: tard needs help
Message-ID:  <60790c6b-7cf5-275f-7b3a-6f5aa4477f86@FreeBSD.org>
In-Reply-To: <4bdae284-d461-9a44-8bca-19ae786a11d4@yahoo.com>
References:  <4bdae284-d461-9a44-8bca-19ae786a11d4@yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01/06/2018 10:41, Per Gunnarsson via freebsd-xfce wrote:
> Hello!
> 
> I have accidentally removed the directories /usr/local/share/xfce4 and
> /usr/local/share/xfwm4.

Those files are all installed by the packages. So reinstalling all xfce
related port/packages should fix your problem.

You can get a list of what needs to be reinstalled using:

pkg info -o '*xfce*'

If you're using binary packages you can just pass the output of the
above to pkg upgrade -f like this:

pkg info -o '*xfce*' | xargs pkg upgrade -fy

with portmaster you should be able to use a similar command after
xargs(sorry can't help with portmaster syntax).

For direct ports usage a more manual approach is needed, based on the
output of pkg info.

Some xfce related ports are installed without "xfce" text in their
package name(thunar, garcon and gigolo come to mind) if you still have
problems after the above you should reinstall those too.

> 
> Now I wonder how I can download them so that I can restart with a
> default panel.
> 

The above should work, please let me know if it works fine.

-- 
Guido Falsi <madpilot@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60790c6b-7cf5-275f-7b3a-6f5aa4477f86>