Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
font-manager(1) 		      0.9.4			 font-manager(1)

NAME
     font-manager - Simple font management for GTK+ desktop environments

SYNOPSIS
     font-manager [-a] [-v] [-l] [--list-full] [-e family] [-d family]
		  [-i filepath] [-u] [--keep family]

DESCRIPTION
     font-manager  is intended to provide a way for average users to easily man-
     age desktop fonts, without having to resort to command line tools or  edit-
     ing  configuration  files	by hand. While designed primarily with the Gnome
     Desktop Environment in mind, it should work well with  other  Gtk+  desktop
     environments.

OPTIONS
     -a, --about
	    About the application

     -v, --version
	    Show application version

     -l, --list
	    List available font families

     --list-full
	    Full listing including face information (JSON)

     -e, --enable family ...
	    Space separated list of font families to enable

     -d, --disable family ...
	    Space separated list of font families to disable

     -i, --install filepath ...
	    Space separated list of files to install

     -u, --update
	    Update application database

     --keep family ...
	    Space  separated  list  of font families to keep while disabling all
	    others. This option is  case  insensitive  and  allows  for  partial
	    matches.

	    Caution:

	    While the --keep option will require at least one font family to re-
	    main enabled it makes no attempt to ensure that it is a suitable re-
	    placement for required system fonts.

	    The  --enable  option  with no arguments should enable all available
	    fonts.

FILES
     $XDG_DATA_HOME/fonts
	    Default user font directory.

     $XDG_CACHE_HOME/font-manager
	    Application data which can safely be deleted.

     $XDG_CONFIG_HOME/font-manager
	    Application specific configuration files.

     $XDG_CONFIG_HOME/fontconfig/conf.d
	    Generated fontconfig configuration files.

     $XDG_CONFIG_HOME/dconf/user
	    User interface preferences.

     https://specifications.freedesktop.org/basedir-spec/latest/#variables

LIMITATIONS
     font-manager is a user level application, it will	not  allow  installation
     to, or removal of fonts from, anywhere other than the default user font di-
     rectory.  However, the application does allow users to disable system fonts
     and also makes it easy to add font directories.

BUG REPORTS
     Bug reports or feature requests should be filed at :


Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=font-manager&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help