Re: tard needs help

2018-01-06 Thread Guido Falsi
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 
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


tard needs help

2018-01-06 Thread Per Gunnarsson via freebsd-xfce

Hello!

I have accidentally removed the directories /usr/local/share/xfce4 and 
/usr/local/share/xfwm4.


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


My version is:

11.1-RELEASE-p4 on amd 64

Regards,

Per Gunnarsson

___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"