Skip to content

Commit d4e2f87

Browse files
committed
Docs. Added Noto Emoji font to dependencies list & quickstarts (for Anniversary candle icon).
1 parent 2cc91a2 commit d4e2f87

File tree

5 files changed

+17
-1
lines changed

5 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ Dependencies
8585
* Python3. Version >=3.5 (because Gemini's "Gemian" Linux provides Python 3.5).
8686
* GTK+3 library
8787
* Python libraries: PyGObject3 (for gi), pycairo, icalendar, python-dateutil, tzlocal, num2words.
88+
* Fonts: DejaVu Sans, Noto Emoji (you can change these in the user CSS file if you wish)
8889

8990
If you want to access a CalDAV server from Pygenda there are some
9091
extra dependencies. See setup details in: [CalDAV.md](docs/CalDAV.md)

docs/quickstart-cosmocommunicator.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ Pygenda in a Python virtual environment.)
6262
installed either as a general GUI component or with gir1.2-gtk-3.0.
6363
However, if it doesn't seem to be installed, try `sudo apt install libgtk-3-0`.)
6464

65+
Install Noto Emoji font
66+
-----------------------
67+
For the candle icon (maybe others) you should install a recent Noto Emoji
68+
font. The easiest way is to download the font from https://fonts.google.com/noto/specimen/Noto+Emoji and save the `NotoEmoji-VariableFont_wght.ttf` file
69+
in the `~/.fonts/` directory. (For more details and alternatives, like
70+
installing the font system wide, see https://wiki.debian.org/Fonts#Manually.)
71+
6572
Install Pygenda
6673
---------------
6774
Enter the following command to download and install Pygenda from the

docs/quickstart-debianlike.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Enter the following commands in the command prompt (requires password):
3232
sudo apt update
3333
sudo apt install python3
3434
sudo apt install python3-pip
35-
sudo apt install fonts-dejavu
35+
sudo apt install fonts-dejavu fonts-noto-color-emoji
3636
sudo apt install python3-gi python3-cairo python3-icalendar python3-dateutil python3-tzlocal python3-num2words
3737

3838
(Note: I'm using the apt versions of the Python3 module dependencies here.

docs/quickstart-geminipda.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@ Now use the "pip" Python package tool to update itself:
9797
(This version of pip has better support for installation of binary
9898
"wheel" packages.)
9999

100+
Install Noto Emoji font
101+
-----------------------
102+
For the candle icon (maybe others) you should install a recent Noto Emoji
103+
font. The easiest way is to download the font from https://fonts.google.com/noto/specimen/Noto+Emoji and save the `NotoEmoji-VariableFont_wght.ttf` file
104+
in the `~/.fonts/` directory. (For more details and alternatives, like
105+
installing the font system wide, see https://wiki.debian.org/Fonts#Manually.)
106+
100107
Install Pygenda
101108
---------------
102109
Enter the following command to download and install Pygenda (and the

docs/quickstart-postmarketOS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Enter the following commands in a command prompt (requires password):
5757
sudo apk add python3
5858
sudo apk add py3-pip
5959
sudo apk add gtk+3.0
60+
sudo apk add font-dejavu font-noto-emoji
6061
sudo apk add py3-gobject3 py3-cairo py3-icalendar py3-dateutil py3-tzlocal py3-num2words
6162

6263
(Note: I'm using the apk versions of the Python3 module dependencies here.

0 commit comments

Comments
 (0)