Newer
Older
|[English](README.md)|[Română](README.ro.md)|
|--------------------|----------------------|
# Font Manager <img src="help/C/media/com.github.FontManager.FontManager-48.png" align="right">
A simple font management application for GTK Desktop Environments
![Main Window](https://raw.githubusercontent.com/FontManager/font-manager/master/help/C/media/main-window.png)
Font Manager is intended to provide a way for average users to easily manage desktop fonts, without having to resort to command line tools or editing configuration files by hand. While designed primarily with the Gnome Desktop Environment in mind, it should work well with other GTK desktop environments.
Font Manager is NOT a professional-grade font management solution.
## Features
- Preview and compare font files
- Activate or deactivate installed font families
- Automatic categorization based on font properties
- Integrated character map
- User font collections
- User font installation and removal
- User font directory settings
- User font substitution settings
- Desktop font settings (GNOME Desktop or compatible environments)
Font Manager is being translated using [Weblate](https://weblate.org), a web tool designed to ease translating for both developers and translators.
If you would like to help this application reach more users in their native language please visit the [project page on Weblate](https://hosted.weblate.org/engage/font-manager/).
<a href="https://hosted.weblate.org/engage/font-manager/">
<img src="https://hosted.weblate.org/widgets/font-manager/-/svg-badge.svg" alt="Translation status" />
</a>
### Distribution packages
#### Arch User Repository
Arch Linux users can install [`font-manager`](https://archlinux.org/packages/extra/x86_64/font-manager/) from official repositories:
#### Fedora COPR
[![Copr build status](https://copr.fedorainfracloud.org/coprs/jerrycasiano/FontManager/package/font-manager/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/jerrycasiano/FontManager/package/font-manager/)
Fedora packages built from latest revision:
dnf copr enable jerrycasiano/FontManager
dnf install font-manager
```
#### Gentoo
Gentoo users may find [`font-manager`](https://github.com/PF4Public/gentoo-overlay/tree/master/app-misc/font-manager) in [::pf4public](https://github.com/PF4Public/gentoo-overlay) Gentoo overlay
#### Ubuntu Personal Package Archive
Ubuntu packages built from latest revision:
sudo add-apt-repository ppa:font-manager/staging
sudo apt-get update
sudo apt-get install font-manager
```
Fedora and Ubuntu users can also find extensions for Nautilus, Nemo and Thunar in the repositories.
The extension currently allows you to quickly preview font files by simply selecting them in the file manager while font-viewer is open and also adds an option to install font files in the file manager context menu.
The Thunar extension also has very basic bulk renamer support.
### Building from source
You'll need to ensure the following dependencies are installed:
- `vala >= 0.56`
- `freetype2 >= 2.10`
- `gtk+-4.0 >= 4.12`
- `json-glib-1.0 >= 1.5`
- `libxml-2.0 >= 2.9.10`
- `sqlite3 >= 3.35`
- `yelp-tools` (optional)
- `gettext` (optional)
If you wish to also build file manager extensions, you will need corresponding development libraries:
- `libnautilus-extension`
- `libnemo-extension`
- `thunar`
If you wish to also build Google Fonts integration, which is enabled by default, the following libraries are required:
- `webkitgtk-6.0 >= 2.4`
- `libsoup3 >= 3.2`
meson --prefix=/usr --buildtype=release build
cd build
ninja
```
To run the application without installing:
src/font-manager/font-manager
```
To install the application:
sudo ninja install
```
To uninstall:
meson configure
```
To change an option after the build directory has been configured:
### Flatpak
Please see [Known Issues](https://github.com/FontManager/font-manager/issues/272) before installing.
<a href='https://flathub.org/apps/details/org.gnome.FontManager'><img width='220' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-i-en.png'/></a>
- Access to xdg-config/fontconfig is necessary for other Flatpak applications to recognize changes made by Font Manager. You can use an application such as [Flatseal](https://flathub.org/apps/details/com.github.tchx84.Flatseal) or add --filesystem=xdg-config/fontconfig to the command used to launch the application. This needs to be done for every installed Flatpak application.
- Archive support does not work in Flatpak builds
## License
This project is licensed under the GNU General Public License Version 3.0 - see
[COPYING](COPYING) for details.
## Acknowledgements
- Karl Pickett for getting the ball rolling with [fontmanager.py](https://raw.githubusercontent.com/FontManager/font-manager/6b9b351538b5118d07f6d228f3b42c91183b8b73/fontmanager.py)
- The compare mode in Font Manager is modeled after [gnome-specimen](https://launchpad.net/gnome-specimen) by Wouter Bolsterlee
- Font Manager makes use of data compiled for [Fontaine](https://www.unifont.org/fontaine/) by Edward H. Trager
- The character map in Font Manager is based on [Gucharmap](https://wiki.gnome.org/action/show/Apps/Gucharmap)