All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] FAQ: Replace deprecated manual font install path
@ 2016-05-19 23:20 SeongJae Park
  2016-05-23 18:37 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2016-05-19 23:20 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, SeongJae Park

FAQ explains manual font installation with ~/.font/ directory though it
is deprecated[1].  This commit modifies the sentence to use alternative
path.

[1] https://wiki.archlinux.org/index.php/fonts#Manual_installation

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
 FAQ.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/FAQ.txt b/FAQ.txt
index 6b13532..febc1df 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -4,8 +4,8 @@
 		fonts/steel-city-comic.regular.ttf. On most modern
 		Linux systems, this can be done easily from your
 		desktop environment, or by copying the file to the
-		~/.fonts directory. You may need to run "fc-cache" to
-		rebuild your font cache.
+		~/.local/share/fonts directory. You may need to run
+		"fc-cache" to rebuild your font cache.

 		Type "make" from the top-level directory.  If all goes
 		well, this will produce a file named "perfbook.pdf",
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] FAQ: Replace deprecated manual font install path
  2016-05-19 23:20 [PATCH] FAQ: Replace deprecated manual font install path SeongJae Park
@ 2016-05-23 18:37 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-05-23 18:37 UTC (permalink / raw)
  To: SeongJae Park; +Cc: perfbook

On Fri, May 20, 2016 at 08:20:48AM +0900, SeongJae Park wrote:
> FAQ explains manual font installation with ~/.font/ directory though it
> is deprecated[1].  This commit modifies the sentence to use alternative
> path.
> 
> [1] https://wiki.archlinux.org/index.php/fonts#Manual_installation
> 
> Signed-off-by: SeongJae Park <sj38.park@gmail.com>

Applied and pushed, thank you!

							Thanx, Paul

> ---
>  FAQ.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/FAQ.txt b/FAQ.txt
> index 6b13532..febc1df 100644
> --- a/FAQ.txt
> +++ b/FAQ.txt
> @@ -4,8 +4,8 @@
>  		fonts/steel-city-comic.regular.ttf. On most modern
>  		Linux systems, this can be done easily from your
>  		desktop environment, or by copying the file to the
> -		~/.fonts directory. You may need to run "fc-cache" to
> -		rebuild your font cache.
> +		~/.local/share/fonts directory. You may need to run
> +		"fc-cache" to rebuild your font cache.
> 
>  		Type "make" from the top-level directory.  If all goes
>  		well, this will produce a file named "perfbook.pdf",
> -- 
> 1.9.1
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-23 18:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-19 23:20 [PATCH] FAQ: Replace deprecated manual font install path SeongJae Park
2016-05-23 18:37 ` Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.