Skip to content

Commit 4c9d9f6

Browse files
committed
TerminalFont (Linux): fix typo
1 parent d7649d9 commit 4c9d9f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Features:
44
* Support opkg (Packages, Linux)
5+
* Support GNOME Console terminal version and font detection (Terminal, Linux)
56

67
Bugfixes:
78
* Fix possible crashes on Windows 7 (Disk, Windows)

src/detection/terminalfont/terminalfont_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static const char* getSystemMonospaceFont(void)
2929

3030
static void detectKgx(FFTerminalFontResult* terminalFont)
3131
{
32-
// kgx (gnome terminal) doesn't support profiles
32+
// kgx (gnome console) doesn't support profiles
3333
if(!ffSettingsGet("/org/gnome/Console/use-system-font", "org.gnome.Console", NULL, "use-system-font", FF_VARIANT_TYPE_BOOL).boolValue)
3434
{
3535
FF_AUTO_FREE const char* fontName = ffSettingsGet("/org/gnome/Console/custom-font", "org.gnome.Console", NULL, "custom-font", FF_VARIANT_TYPE_STRING).strValue;

0 commit comments

Comments
 (0)