Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-28 Thread Doug McNutt
In ubuntu and all Apple systems there is a "Files" or other option which 
will allow you to drag icons representing files into places like "trash".


Files starting with a dot as does ".config" are not visible until you 
find a button to "show all". When you find the directory .config open it 
up and you should see libreoffice which is also a directory. Open that 
up and I see one file the total name of which is "4". It seems to be a 
directory too! Yep and it has another directory called "user". In 
directory /home/doug/.config/libreoffice/4/user there are several files 
one of which is "config"


It makes one wonder if the initial instructions are not complete.


On 02/25/2017 07:32 PM, Remy Gauthier wrote:

Hi,

The "-f" option (force) will basically ignore any non write access
protections. Without it, rm will prompt for each file that needs to be
deleted if the proper access rights are not correctly set (which I find
annoying when I want to delete a directory tree). In this specific
case, the intent is to remove the entire folder so using -f will allow
rm to perform its task in silent mode. Obviously, it needs to be used
with some level of caution, like any silent function operator; this is
why I also proposed an alternate method that allows the possibility of
recovery. But it is still up to the user to decide.

Rgds,

Rémy Gauthier.

Le dimanche 26 février 2017 à 00:14 +, Dave Howorth a écrit :

On Sat, 25 Feb 2017 17:29:24 -0500

Remy Gauthier  wrote:
Hi,

The easiest way to delete a folder in Linux is to use the "rm -rf"
command:

1) Open a terminal/shell
2) cd to ~/.config
3) Enter "rm -rf libreoffice" (without the quotes)



--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-26 Thread Robert Großkopf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Paolo,

> generally to perform such operations on system / configuration
> files or folder, I open the file manager with root privileges
> (from terminal:  sudo nautilus - or thunar, nemo...  whathever you
> have). you can rename, move or delete anything from there
> (essentially I rename files or folders before deleting, to be sure
> I can eventually recover changes).

Seems you will work like most users of Windows: administrator for all.
There are no files in config-folder of your home-directory which
couldn't be changed by yourself as normal user and owner of all these
files.

By the way: Andre has changed the name of the folder. It has been
created again and didn't solve his problem with fonts.

Regards

Robert
- -- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJYs8yaAAoJELDKYwaoS9AIa/AP/jxjRuopbYXLQTcIriaLzrL4
+99Sv7nTY6abKOwDipjx18tsMru/VcWgQMGLWKzBwZocQrNNgwqYWZn9EaN/4yiQ
GFWw99jQ53DpyX6Mj+jvgVwQ8ahCEE2WtLKS3M0d/v46wOc5BxxpR9onYWHH3Afd
9Q2rR4aQ5ZyYLFr53KbUIh1a8WGk8WFQvWibM080GPKKzKFIMmFON4GIi+Uea1ia
t7Kw78KQXKgn6tXbRg13O0yt62qy1GQ+RZUGNwrrvJRpFfgO86RZia2fE8gMWJX8
oO6JD4Ue8ZrhG8VkVtcPRNxIbzUrjaySZgWoZKEP+G4eY2ASi2cunPCSTUJjKXoP
SiGJIlwq8NPIaPVbBWzdVActpblOCgvl4jYlpghbHId1LO+VcwkzDea7MJsrmdaH
cQkaxGq4jvWlTcmapyCl6KdLwpI3RoHGo9r3Y+YP05S+s6rF1wYUUPnqe18mhrBP
82tCvcQU6qZl9+0vKMM2MD4Cjomovw1NX/CV1pKdEenRZbAV+e5I8PmajTxTs8Jc
prJ184e4wsab0/4aUaSp/kg992tvE/yxHRQie1S1zAOUWVBjGVdvC4eSiz/KwoKW
M/kBzWIsoQjxD9xQCdeTCirs0jY2e0GqdTxSOjLKV2FpoIhRhc4AQZPHFmA3c5GK
AeWQqikaMM3di9izdLG2
=vZVG
-END PGP SIGNATURE-

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-26 Thread Paolo Debortoli
generally to perform such operations on system / configuration  files or 
folder, I open the file manager with root privileges (from terminal:  sudo 
nautilus - or thunar, nemo...  whathever you have).  you can rename, move or 
delete anything from there  (essentially I rename files or folders before 
deleting, to be sure I can eventually recover changes). Paolo





On Sunday, February 26, 2017 8:50 PM, Steve Edmonds 
 wrote:
Hi. I don't know if this is your problem.
During an update of LO to the Suse repository I noticed the 
configuration is now in
/home/me/.config/libreoffice/4-suse/
It used to be in /home/me/.config/libreoffice/4/

What I had to do was remove the new 4-suse and type in a terminal.
>cd /home/me/.config/libreoffice/
>ln -s 4-suse 4

My new LO now could access all the settings of my older LO.

My suggestion is to perform the following before installing LO
>cd /home/me/.config/libreoffice/
>ln -s 4-suse 4

steve


On 27/02/17 03:05, A. den Oudsten wrote:
> change ¨4¨ into ¨4old¨ did not solve my problem.
>
> Andre
>
> Thanks
>

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-26 Thread Steve Edmonds

Hi. I don't know if this is your problem.
During an update of LO to the Suse repository I noticed the 
configuration is now in

/home/me/.config/libreoffice/4-suse/
It used to be in /home/me/.config/libreoffice/4/

What I had to do was remove the new 4-suse and type in a terminal.
>cd /home/me/.config/libreoffice/
>ln -s 4-suse 4

My new LO now could access all the settings of my older LO.

My suggestion is to perform the following before installing LO
>cd /home/me/.config/libreoffice/
>ln -s 4-suse 4

steve

On 27/02/17 03:05, A. den Oudsten wrote:

change ¨4¨ into ¨4old¨ did not solve my problem.

Andre

Thanks

Op 26-02-17 om 08:55 schreef Robert Großkopf:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Andre,


I use OpenSUSE Tumbleweed. In the new version of LibreOffice is a
shortage of fonts. I can choose 104 fonts from the 171 available of
my system fonts. I was advised to delete ~/.config/libreoffice/.
How can I do that?


Could be yor problem is: I can't find ~/.config on my system.

Close LO. Use your filemanager, for example Dolphin in KDE. Set View >
Hidden files. So you could enter .config on your home-directory. Enter
libreoffice. You could rename "4" to "4_old". Could be you installed a
special Suse-version. So you have to rename "4-suse" to "4-suse_old".

The new config-directory will be created when starting LO new.

I won't delete the old directory because I don't know if you have
saved something like user-defined dictionary inside it.

Regards

Robert
- -- 
Homepage: http://robert.familiegrosskopf.de

LibreOffice Community: http://robert.familiegrosskopf.de/map_3
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJYsoniAAoJELDKYwaoS9AI3yEQAIbqJ8yusHtt5SDit+2RcGFv
xbSt488K/eZHbGUT6UtveQptc6cza5kWOuATvKxJALWu62kZqudWfN02rS36vlOG
KvFRzLT3QKStKEYWtepSvthFdDGzoNLFSW1PhXK62LPOSt5uAuOzmY/WnprZnQKV
zTzrkbK76fsIwbcumlvBITh1oXPumadw1tVaypIZc3YmQCeEHYGABeEUR0FuDCkG
CkT42U07M/Tim4PGdYWm2Ui8TnjutiArEkMLByjqBknrzg2WbWhAu1+kChQiXrwn
cq9KtkPHMKV3+BuXYmW4UWwL+2CrNScbZB/zu0C4cOjNU4/H72I2EH4Jz+Ha7CM+
YnOzn/Wk0L/xrXMCJScrQe/hbxkGHV+hZxI9RXlyn3vp9HN/CHFkJxWEHmjpA9He
OFLbX/lKSUaKt9tg2sclN5F/EOGbH5fs38ORqU2MXreOl+21oBmBcihWxYhKEsg+
EcBvnWVh1QJSx1GZwDHZOxeexXGAgy0ubkPZaIyaSDQ2Vm0vyurY4NmP0eS77mVW
uAWBIIvy9kb3OHhwSeuYvKpf48+mcAokSkbmkuVS9bC5OhN4lxG9ELHI7JhxVxT1
kCTNKzBlvTRKRdZg3kDR4m4ViVlXiNrm5ssApcHW3iVM4zmWZHPgc1bgMLoWIyUL
st0/pxkjF2z2tVjwf+76
=RxMu
-END PGP SIGNATURE-






--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-26 Thread Dave Howorth
On Sat, 25 Feb 2017 19:32:26 -0500
Remy Gauthier  wrote:

> Hi,
> 
> The "-f" option (force) will basically ignore any non write access
> protections. Without it, rm will prompt for each file that needs to be
> deleted if the proper access rights are not correctly set (which I
> find annoying when I want to delete a directory tree). In this
> specific case, the intent is to remove the entire folder so using -f
> will allow rm to perform its task in silent mode. Obviously, it needs
> to be used with some level of caution, like any silent function
> operator; this is why I also proposed an alternate method that allows
> the possibility of recovery. But it is still up to the user to decide.

Indeed but unless you know that there are such difficulties in the
path, you shouldn't generally use the -f option. It's much safer to try
without it and then repeat the command once you've established exactly
what a particular problem is. Otherwise it's far too easy to mistype
the path and/or not be in the working directory you think you are and
so remove files that are write-protected specifically to reduce the
likelihood of such accidents.

It's up to you what procedures you follow on your own systems, of
course, but it's best to recommend safer procedures to the great
unwashed that may read this list.

Cheers, Dave

> Rgds,
> 
> Rémy Gauthier.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-26 Thread Robert Großkopf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Andre,

> change ¨4¨ into ¨4old¨ did not solve my problem.
> 
"4" has been created new? Or is there also a "4-suse"?

Could you post some of the fonts you couldn't see in LO, but are
available for other programs like the fontmanager of KDE?

Regards

Robert
- -- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJYsuQlAAoJELDKYwaoS9AIyQUQAI+B02rHTkvy403NdS8AyI1Z
3cE17nm8/5vLxq0DzXsXCmVhJbRV7OESVY2OXcRaR/v7WakVQE7JE90Y2x7jMeY6
3rdYnegJmwgyKUmc6+BHTl4T5V25UbPF1b5hc2IAyXq0lIKel9Tf8jrtrIM5/EYK
UxLx8lF4LXpyYQTT+YvaSXvvY481K2RIqvnAKTjnRX/g5ctcILnLldHEvtS3myBt
d352Y+YHwf7SkVwve+TBxa7GmpIS8krD9tu/O+I3hopSaRy/iO0vIPh6FI49puAc
cdMIutvdsx7kDbgroN8vGacD3uwlfRLZIIZv6kySxjQWjWCzc2KtqONJXVBBz42H
pTp48/SKNDe/eHR5pmrUXUWFuFq+NF+Ww3giO3nJnApTnKIISR9UISKtyx08a1Gl
5q1tfzNPPb7PFXLe42nWjYrmU43HobPygk3eVpzi8Nr3G9a7shjb8j2dn/QoUu0R
RCwedlr/LS5MLsOflfD8/yx+dnLjp/awa2E1UhM0rSH9jWbXVrHmmT9Ym7L4OsAP
/JkzGjfGTFbYvhSFbB5P9KEIP2q8v+UaWbC8aoSRkha7SX/ZbI5f9D+ZJMQESdKp
fetg942yDp+CnatPBmvGFOnYrNxW0IWS0yaaeUIGLAcm9DvwE5TVPC6mxGA1ywZ4
REghmOqxtr660rxMuvFC
=W0iI
-END PGP SIGNATURE-

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-26 Thread A. den Oudsten

change ¨4¨ into ¨4old¨ did not solve my problem.

Andre

Thanks

Op 26-02-17 om 08:55 schreef Robert Großkopf:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Andre,


I use OpenSUSE Tumbleweed. In the new version of LibreOffice is a
shortage of fonts. I can choose 104 fonts from the 171 available of
my system fonts. I was advised to delete ~/.config/libreoffice/.
How can I do that?


Could be yor problem is: I can't find ~/.config on my system.

Close LO. Use your filemanager, for example Dolphin in KDE. Set View >
Hidden files. So you could enter .config on your home-directory. Enter
libreoffice. You could rename "4" to "4_old". Could be you installed a
special Suse-version. So you have to rename "4-suse" to "4-suse_old".

The new config-directory will be created when starting LO new.

I won't delete the old directory because I don't know if you have
saved something like user-defined dictionary inside it.

Regards

Robert
- --
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJYsoniAAoJELDKYwaoS9AI3yEQAIbqJ8yusHtt5SDit+2RcGFv
xbSt488K/eZHbGUT6UtveQptc6cza5kWOuATvKxJALWu62kZqudWfN02rS36vlOG
KvFRzLT3QKStKEYWtepSvthFdDGzoNLFSW1PhXK62LPOSt5uAuOzmY/WnprZnQKV
zTzrkbK76fsIwbcumlvBITh1oXPumadw1tVaypIZc3YmQCeEHYGABeEUR0FuDCkG
CkT42U07M/Tim4PGdYWm2Ui8TnjutiArEkMLByjqBknrzg2WbWhAu1+kChQiXrwn
cq9KtkPHMKV3+BuXYmW4UWwL+2CrNScbZB/zu0C4cOjNU4/H72I2EH4Jz+Ha7CM+
YnOzn/Wk0L/xrXMCJScrQe/hbxkGHV+hZxI9RXlyn3vp9HN/CHFkJxWEHmjpA9He
OFLbX/lKSUaKt9tg2sclN5F/EOGbH5fs38ORqU2MXreOl+21oBmBcihWxYhKEsg+
EcBvnWVh1QJSx1GZwDHZOxeexXGAgy0ubkPZaIyaSDQ2Vm0vyurY4NmP0eS77mVW
uAWBIIvy9kb3OHhwSeuYvKpf48+mcAokSkbmkuVS9bC5OhN4lxG9ELHI7JhxVxT1
kCTNKzBlvTRKRdZg3kDR4m4ViVlXiNrm5ssApcHW3iVM4zmWZHPgc1bgMLoWIyUL
st0/pxkjF2z2tVjwf+76
=RxMu
-END PGP SIGNATURE-



--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-25 Thread Robert Großkopf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Andre,

> I use OpenSUSE Tumbleweed. In the new version of LibreOffice is a
> shortage of fonts. I can choose 104 fonts from the 171 available of
> my system fonts. I was advised to delete ~/.config/libreoffice/. 
> How can I do that?

Could be yor problem is: I can't find ~/.config on my system.

Close LO. Use your filemanager, for example Dolphin in KDE. Set View >
Hidden files. So you could enter .config on your home-directory. Enter
libreoffice. You could rename "4" to "4_old". Could be you installed a
special Suse-version. So you have to rename "4-suse" to "4-suse_old".

The new config-directory will be created when starting LO new.

I won't delete the old directory because I don't know if you have
saved something like user-defined dictionary inside it.

Regards

Robert
- -- 
Homepage: http://robert.familiegrosskopf.de
LibreOffice Community: http://robert.familiegrosskopf.de/map_3
-BEGIN PGP SIGNATURE-
Version: GnuPG v2

iQIcBAEBAgAGBQJYsoniAAoJELDKYwaoS9AI3yEQAIbqJ8yusHtt5SDit+2RcGFv
xbSt488K/eZHbGUT6UtveQptc6cza5kWOuATvKxJALWu62kZqudWfN02rS36vlOG
KvFRzLT3QKStKEYWtepSvthFdDGzoNLFSW1PhXK62LPOSt5uAuOzmY/WnprZnQKV
zTzrkbK76fsIwbcumlvBITh1oXPumadw1tVaypIZc3YmQCeEHYGABeEUR0FuDCkG
CkT42U07M/Tim4PGdYWm2Ui8TnjutiArEkMLByjqBknrzg2WbWhAu1+kChQiXrwn
cq9KtkPHMKV3+BuXYmW4UWwL+2CrNScbZB/zu0C4cOjNU4/H72I2EH4Jz+Ha7CM+
YnOzn/Wk0L/xrXMCJScrQe/hbxkGHV+hZxI9RXlyn3vp9HN/CHFkJxWEHmjpA9He
OFLbX/lKSUaKt9tg2sclN5F/EOGbH5fs38ORqU2MXreOl+21oBmBcihWxYhKEsg+
EcBvnWVh1QJSx1GZwDHZOxeexXGAgy0ubkPZaIyaSDQ2Vm0vyurY4NmP0eS77mVW
uAWBIIvy9kb3OHhwSeuYvKpf48+mcAokSkbmkuVS9bC5OhN4lxG9ELHI7JhxVxT1
kCTNKzBlvTRKRdZg3kDR4m4ViVlXiNrm5ssApcHW3iVM4zmWZHPgc1bgMLoWIyUL
st0/pxkjF2z2tVjwf+76
=RxMu
-END PGP SIGNATURE-

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-25 Thread Remy Gauthier
Hi,

The "-f" option (force) will basically ignore any non write access
protections. Without it, rm will prompt for each file that needs to be
deleted if the proper access rights are not correctly set (which I find
annoying when I want to delete a directory tree). In this specific
case, the intent is to remove the entire folder so using -f will allow
rm to perform its task in silent mode. Obviously, it needs to be used
with some level of caution, like any silent function operator; this is
why I also proposed an alternate method that allows the possibility of
recovery. But it is still up to the user to decide.

Rgds,

Rémy Gauthier.

Le dimanche 26 février 2017 à 00:14 +, Dave Howorth a écrit :
> On Sat, 25 Feb 2017 17:29:24 -0500
> > Remy Gauthier  wrote:
> 
> > Hi,
> > 
> > The easiest way to delete a folder in Linux is to use the "rm -rf"
> > command:
> > 
> > 1) Open a terminal/shell
> > 2) cd to ~/.config
> > 3) Enter "rm -rf libreoffice" (without the quotes)
> 

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-25 Thread Dave Howorth
On Sat, 25 Feb 2017 17:29:24 -0500
Remy Gauthier  wrote:

> Hi,
> 
> The easiest way to delete a folder in Linux is to use the "rm -rf"
> command:
> 
> 1) Open a terminal/shell
> 2) cd to ~/.config
> 3) Enter "rm -rf libreoffice" (without the quotes)

You shouldn't normally ever need to use the -f option. It can be very
dangerous. What is your reason for suggesting it here?

> If you want a safer way, just rename the folder (this way you can
> revert back if something goes wrong):
> 
> 1) Open a terminal/shell
> 2) cd to ~/.config
> 3) Enter "mv libreoffice
> libreoffice.bak" (without the quotes)
> 
> I hope this helps.
> 
> Rémy Gauthier.
> Le samedi 25 février 2017 à 20:07 +0100, A. den Oudsten a écrit :
> > I use OpenSUSE Tumbleweed.
> > > In the new version of LibreOffice is a shortage of fonts. I can
> choose 
> > 104 fonts from the 171 available of my system fonts.
> > I was advised to delete ~/.config/libreoffice/.
> > How can I do that?
> > 
> > Thanks
> > 
> > Andre den Oudsten
> > 
> 


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-25 Thread Remy Gauthier
Hi,

The easiest way to delete a folder in Linux is to use the "rm -rf"
command:

1) Open a terminal/shell
2) cd to ~/.config
3) Enter "rm -rf libreoffice" (without the quotes)

If you want a safer way, just rename the folder (this way you can
revert back if something goes wrong):

1) Open a terminal/shell
2) cd to ~/.config
3) Enter "mv libreoffice
libreoffice.bak" (without the quotes)

I hope this helps.

Rémy Gauthier.
Le samedi 25 février 2017 à 20:07 +0100, A. den Oudsten a écrit :
> I use OpenSUSE Tumbleweed.
> > In the new version of LibreOffice is a shortage of fonts. I can
choose 
> 104 fonts from the 171 available of my system fonts.
> I was advised to delete ~/.config/libreoffice/.
> How can I do that?
> 
> Thanks
> 
> Andre den Oudsten
> 

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


[libreoffice-users] How to delete ~/.config/libreoffice/

2017-02-25 Thread A. den Oudsten

I use OpenSUSE Tumbleweed.
In the new version of LibreOffice is a shortage of fonts. I can choose 
104 fonts from the 171 available of my system fonts.

I was advised to delete ~/.config/libreoffice/.
How can I do that?

Thanks

Andre den Oudsten

--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted